We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e8b94 commit a61ce8dCopy full SHA for a61ce8d
lambda-term.descr
@@ -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