termbox-banana: reactive-banana + termbox

[ bsd3, library, user-interfaces ] [ Propose Tags ]

A reactive-banana-based interface to writing termbox programs.

See also the termbox package for a lower-level, imperative interface.

NOTE: The dependencies listed on Hackage are misleading! Most are only used in the examples provided, which are built only if the build-examples flag is explicitly enabled.

The actual dependencies of the termbox-banana library are only:

  • base

  • reactive-banana

  • termbox


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
build-examples

Build example executables

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.1.1, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 1.0.0, 2.0.0
Change log CHANGELOG.md
Dependencies aeson, async, base (>=4.10 && <4.17), http-conduit, lens, lens-aeson, mtl, reactive-banana (>=1.2 && <1.4), stm, tagsoup, termbox (>=0.3 && <0.4), termbox-banana [details]
License BSD-3-Clause
Copyright (c) 2018-2022, Mitchell Rosen
Author Mitchell Rosen
Maintainer Mitchell Rosen <mitchellwrosen@gmail.com>
Revised Revision 2 made by mitchellwrosen at 2022-04-02T18:17:03Z
Category User Interfaces
Home page https://github.com/mitchellwrosen/termbox-banana
Bug tracker https://github.com/mitchellwrosen/termbox-banana/issues
Source repo head: git clone git://github.com/mitchellwrosen/termbox-banana.git
Uploaded by mitchellwrosen at 2020-09-20T22:14:44Z
Distributions LTSHaskell:2.0.0, NixOS:2.0.0, Stackage:2.0.0
Executables termbox-banana-example-hoogle, termbox-banana-example-echo
Downloads 1631 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-09-20 [all 1 reports]

Readme for termbox-banana-0.3.0

[back to package description]

termbox-banana

Build Status Hackage