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

Description

Published: 20 Sep 2023

README

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.

Dependencies (3)

  1. conf-readline >= "1"
  2. ocaml >= "4.14"
  3. dune >= "3.7"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. acgtk >= "2.0.0"

Conflicts

None