libcdk

Version, currently master branch1 version
  • master branchlatestMay 12, 2025

github.com/mjblack/libcdk

Crystal bindings for Curses Development Kit (CDK) library

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  libcdk:
    github: mjblack/libcdk
    branch: master

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

Then run:

shards install

shard.yml

Crystal
>= 1.16.1
License
MIT
Author
Matthew J. Black

Dependencies

Runtime Dependencies

README

libcdk

(WIP) Crystal library bindings for Curses Development Kit (CDK). CDK provides additional ready to use widgets.

Installation

  1. Add the dependency to your shard.yml:

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

Usage

require "libcdk"

Please see examples or CDK documentation.

Contributing

  1. Fork it (https://github.com/mjblack/libcdk/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