package readline

  1. Overview
  2. Docs
OCaml bindings for GNU readline

Install

Dune Dependency

Authors

Maintainers

Sources

download
md5=c6276196dbe8b5a36392a0a7e55fa484
sha512=c39a82a60535c4e31d2a2f50a1b6d3479d46c5f0f1404a86f7726a91df997578501a749fc9a8fac8488f73c55ea3eb0a5ad313deee06805421cd5727fea38c18

Description

Published: 04 Feb 2025

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

OCaml

Innovation. Community. Security.