ncurses

Version, currently sonicri-branch branch1 version
  • sonicri-branch branchlatestMay 6, 2018

github.com/mjago/ncurses-crystal

ncurses bindings for crystal

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  ncurses:
    github: mjago/ncurses-crystal
    branch: sonicri-branch

sonicri-branch is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Joakim Reinert

Dependencies

This version declares no dependencies.

README

ncurses Build Status

NCurses Bindings for Crystal

Installation

Add this to your application's shard.yml:

dependencies:
  ncurses:
    github: mjago/ncurses-crystal
    branch: sonicri-branch

Usage

require "ncurses"

Contributors

  • (https://github.com/jreinert) Joakim Reinert - creator, maintainer
  • (https://github.com/mjago) mjago - Sonicri