https://github.com/jtdaugherty/vty

haskell tui ui

Last synced: about 1 month ago

Repository metadata:

A high-level ncurses alternative written in Haskell


Owner metadata:


Committers metadata

Last synced: about 2 months ago

Total Commits: 999
Total Committers: 62
Avg Commits per committer: 16.113
Development Distribution Score (DDS): 0.529

Commits in past year: 12
Committers in past year: 3
Avg Commits per committer in past year: 4.0
Development Distribution Score (DDS) in past year: 0.167

Name Email Commits
Jonathan Daugherty c****s@f****m 471
Corey O'Connor c****r@g****m 251
Corey O'Connor c****y@o****m 121
Willem Van Onsem v****m@g****m 23
Eric Mertens e****s@g****m 18
Ben Boeckel M****f@g****m 13
iphydf i****f 7
Yoshikuni Jujo P****3@n****p 6
Eric Mertens e****s@g****m 6
Jonathan Daugherty j****d@g****m 5
Dmitry Ivanov e****w@g****m 5
Colby Jenn c****n@g****m 5
u_quark e****s@g****m 4
Felix Yan f****s@a****g 3
doublescale d****e@t****m 3
Mikolaj m****i@g****m 3
Brent Carmer b****r@g****m 3
Jaro Reinders n****e 2
Alexander Berntsen a****r@p****t 2
Fraser Tweedale f****e@f****u 2
Getty Ritter g****r@g****m 2
Jonathan Osser o****7@g****m 2
Ryan Scott r****t@g****m 2
vglfr v****t@g****m 2
Ben Millwood t****t@g****m 1
Artyom Kazak y****m@a****e 1
Amy de Buitléir a****y@n****e 1
Alexey Kuleshevich a****y@k****h 1
Aditya Bhargava b****e@g****m 1
diegospd d****d 1
and 32 more...

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

hackage: vty

vty is terminal GUI library in the niche of ncurses. It is intended to be easy to use and to provide good support for common terminal types. See the vty-examples package as well as the program examples/interactive_terminal_test.hs included in the vty repository for examples on how to use the library. Import the Graphics.Vty convenience module to get access to the core parts of the library. © 2006-2007 Stefan O'Rear; BSD3 license. © Corey O'Connor; BSD3 license. © Jonathan Daugherty; BSD3 license.

  • Homepage: https://github.com/jtdaugherty/vty
  • Licenses: BSD-3-Clause
  • Latest release: 5.35.1 (published almost 3 years ago)
  • Last Synced: 2024-11-11T02:43:10.513Z (about 1 month ago)
  • Versions: 111
  • Dependent Packages: 37
  • Dependent Repositories: 219
  • Downloads: 114,034 Total
  • Docker Downloads: 35
  • Rankings:
    • Docker downloads count: 0.175%
    • Dependent packages count: 0.825%
    • Downloads: 1.164%
    • Dependent repos count: 1.899%
    • Average: 2.2%
    • Stargazers count: 3.877%
    • Forks count: 5.261%
  • Maintainers (2)

Dependencies

tests/vty-tests.cabal hackage
  • Cabal *
  • QuickCheck *
  • base >=4.8 && <5
  • deepseq >=1.1 && <1.5
  • fail *
  • mtl >=1.1.1.0 && <2.3
  • semigroups >=0.16
  • utf8-string >=0.3 && <1.1
  • vector >=0.7
  • vty *
  • Cabal >=1.20 test
  • HUnit * test
  • base >=4.8 && <5 test
  • blaze-builder >=0.3.3.2 && <0.5 test
  • bytestring * test
  • deepseq >=1.1 && <1.5 test
  • microlens * test
  • smallcheck ==1.* test
  • stm * test
  • string-qq * test
  • terminfo >=0.3 && <0.5 test
  • test-framework ==0.8.* test
  • test-framework-hunit * test
  • test-framework-smallcheck ==0.2.* test
  • unix * test
  • utf8-string >=0.3 && <1.1 test
  • vector >=0.7 test
  • vty * test
  • vty-tests * test
examples/vty-examples.cabal hackage
  • Cabal *
  • array *
  • base ==4.*
  • bytestring *
  • containers *
  • mtl *
  • random *
  • string-qq *
  • unix *
  • vty *
  • vty-tests *
vty.cabal hackage
  • ansi-terminal >=0.10.3
  • base >=4.8 && <5
  • base *
  • binary *
  • blaze-builder >=0.3.3.2 && <0.5
  • bytestring *
  • containers *
  • deepseq >=1.1 && <1.5
  • directory *
  • fail *
  • filepath >=1.0 && <2.0
  • filepath *
  • microlens <0.4.14
  • microlens *
  • microlens-mtl *
  • microlens-th *
  • mtl *
  • mtl >=1.1.1.0 && <2.4
  • parsec >=2 && <4
  • semigroups >=0.16
  • stm *
  • terminfo >=0.3 && <0.5
  • text >=0.11.3
  • transformers >=0.3.0.0
  • unix *
  • utf8-string >=0.3 && <1.1
  • vector >=0.7
  • vty *