package curses

  1. Overview
  2. Docs
Bindings to ncurses

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.9.tar.gz
md5=d99fbd558dde7c90fb8c77ff278a58f0
sha512=49dfe4c422f1aae7100f7cbdc52663b1f8b94e29090fb80a8fac326ea97ec334e1d41f8c618cdb65fd01d1066ca6773c156b01d3440522e8fb9898d2182994c0

CHANGES.html

CHANGES

1.0.9 (2021-10-12)
=====
* Convert to dune. Thanks to Olaf Hering <olafhering> for doing most of this!
* Dead code in tmk/ and other junk files removed.

1.0.8 (2021-09-21)
=====
* Makefile still had VERSION = 1.0.4 the whole time. Fix it with a new release.

1.0.7
=====
* <credit bug reporter>

1.0.6 (2020-02-22)
=====
* Fix segfault bug in delscreen (thanks to Shang Tsung for the report!)

1.0.5 (2020-01-24)
=====
* Move project to github.com/mbacarella/curses
* Install *.cmx files to LIBDIR so that dune doesn't warn about
  projects that build against curses.

1.0.4 (2018-11-20)
=====
* Update configure script for ncurses 6.1 (Paul Pelzl).
* Use CFLAGS from ./configure.
* Enable debugging for all builds.
* Allow compilation against PDCurses on Windows.

1.0.3 (2008-11-17)
=====
* get*yx now return coordinates in the right order (thanks Brian Campbell).
* Fix possible segfault with get_ripoff (thanks Brian Campbell).
* Indicate that we should link with the curses library (thanks Jeff Meister).

1.0.2 (2007-10-09)
=====
* Started to add documentation in curses.mli.
* Using OCamlMakefile for the makefile, now handles bytecode-only compilation.
* Libraries are now named curses.cm(x)a.

1.0.1 (2007-08-25)
=====
* Initial release.
OCaml

Innovation. Community. Security.