ocaml curses/ncurses up to date

"cedlemo [email protected] [ocaml_beginners]" <[email protected]> Sun, 28 Aug 2016 21:13:11 +0200
Newsgroups gmane.comp.lang.ocaml.beginners
Message-ID <[email protected]>
Hi,


I wanted to play a little with the ncurses binding in ocaml and 
installed the package via opam:

opam info curses
              package: curses
              version: 1.0.3
           repository: default
         upstream-url: 
http://ocaml.phauna.org/distfiles/ocaml-curses-1.0.3.ogunden1.tar.gz
        upstream-kind: http
    upstream-checksum: 58f22c4884f17d82024c68d82f1c3d61
              depends: ocamlfind
    installed-version: 1.0.3 [system]
    available-version: 1.0.3
          description: Bindings to curses/ncurses
Tools for building terminal-based user interfaces

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.


Regards


cedlemo