Skip to content

constfun/ocaml-termbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termbox OCaml library

C bindings for the termbox library. Termbox is a minimalistic API for creating text-based interfaces. It is a simpler alternative to ncurses.

Installation: opam install termbox

Or, using make:

make
make install

Note

  • The make installation method requires ocamlfind.