libncurses

Version, currently 1.1.34 versions

github.com/mjblack/libncurses

NCurses library bindings for Crystal Language

0 stars
1 dependent
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  libncurses:
    github: mjblack/libncurses
    version: ~> 1.1.3

Then run:

shards install

shard.yml

Crystal
>= 1.16.1
License
MIT
Author
Matthew J. Black

Dependencies

This version declares no dependencies.

README

libncurses

Ncurses library bindings for Crystal Language

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      libncurses:
        github: mjblack/libncurses
  2. Run shards install

Usage

require "libncurses"

See examples and ncurses documentation on how to use the library.

Contributing

  1. Fork it (https://github.com/mjblack/libncurses/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors