Skip to content

Commit a61ce8d

Browse files
committed
Add descr file
1 parent 88e8b94 commit a61ce8d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lambda-term.descr

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Terminal manipulation library for OCaml
2+
3+
Lambda-term is a cross-platform library for manipulating the terminal. It
4+
provides an abstraction for keys, mouse events, colors, as well as a set of
5+
widgets to write curses-like applications. The main objective of lambda-term is
6+
to provide a higher level functional interface to terminal manipulation than,
7+
for example, ncurses, by providing a native OCaml interface instead of bindings
8+
to a C library. Lambda-term integrates with zed to provide text edition
9+
facilities in console applications.

0 commit comments

Comments
 (0)