Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/terminfo
Haskell bindings to the terminfo API.
https://github.com/haskell/terminfo
Last synced: about 1 month ago
JSON representation
Haskell bindings to the terminfo API.
- Host: GitHub
- URL: https://github.com/haskell/terminfo
- Owner: haskell
- License: bsd-3-clause
- Created: 2013-10-31T13:49:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T21:46:15.000Z (7 months ago)
- Last Synced: 2024-09-25T23:32:11.719Z (about 2 months ago)
- Language: Haskell
- Size: 120 KB
- Stars: 10
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog
- License: LICENSE
Awesome Lists containing this project
README
`terminfo` [![Build Status](https://travis-ci.org/judah/terminfo.png?branch=master)](https://travis-ci.org/judah/terminfo)
==========Haskell bindings to the `terminfo` library. See `terminfo`'s [Hackage page](http://hackage.haskell.org/package/terminfo) for more details.
Building
--------* `terminfo` requires a `configure` script; to build it, run `autoreconf -i`.
* Build `terminfo` with either `stack build` or `cabal build`.Building on Windows
-------------------While using this package on Windows is not officially supported,
users wanting to build it on Windows might find [this
ticket](https://github.com/judah/terminfo/issues/46) helpful.