package readline

  1. Overview
  2. Docs
OCaml bindings for GNU readline

Install

Dune Dependency

Authors

Maintainers

Sources

readline-0.1.tar.gz
md5=7eff44c6ab2f3232345e3394a73ef58f
sha512=04e43fb7b386fee972ccc544b863dc257770049ff705e2faefd3a9c6a992f4a5b6ebd32a6347ea30903618343eab41db958829c263ea01dcc09a42208a3d4abd

README.md.html

OCaml bindings for GNU Readline

This library allows to use GNU Readline in an OCaml project.

Documentaiton

The documentation is browsable online.

Example

A simple example of the usage of this library is included with the source code. It is a program which reads the input of the user using [readline], and writes the same text on its output. It also save the input history in the file ~/.readline-example_history, and loads it when starting.