Re: ocaml curses/ncurses up to date
"Sébastien Dailly [email protected] [ocaml_beginners]" <[email protected]> Mon, 29 Aug 2016 11:22:21 +0200
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <[email protected]> |
Le 2016-08-28 21:13, cedlemo [email protected] [ocaml_beginners] a écrit : > Hi, > > I wanted to play a little with the ncurses binding in ocaml and > installed the package via opam: > > Here http://download.savannah.gnu.org/releases/ocaml-tmk/ you can see > that the release date is in 2008. Knowing that the last version of > ncurses > > was out in 2015 (http://www.gnu.org/software/ncurses/), I wanted to > know > if it exists more up to date bindings. The API did not change since 2008, so you can use the package with the last ncurses library. There is only a lack with the mouse if you need it (you have to write your own C stub and link it with your code). Regards