package curses

  1. Overview
  2. Docs
Bindings to ncurses

Install

Dune Dependency

Authors

Maintainers

Sources

curses-1.0.10.tbz
sha256=c9126f9798f0c5b3beb05efe89c7713cf655c1ffbe040a52f218aeba291922af
sha512=158626f3fd6931f30482a47ab149990ff49334c8c0dc966eb07d92f22e87faaab3fd48ed7788bbc5a77f82cb6163520588ce55ab53456bca22994f147c7e00c5

CHANGES.html

CHANGES

<pending release>
=====
* Updated to dune-lang 2.7, so that we don't have that generated .opam file
  bug anymore.

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.