mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-21 07:17:26 -08:00
23 lines
979 B
XML
23 lines
979 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>ml@gentoo.org</email>
|
|
<name>ML</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Lambda-term is a cross-platform library for manipulating the terminal.
|
|
It provides an abstraction for keys, mouse events, colors, as well as a set
|
|
of widgets to write curses-like applications. The main objective of
|
|
lambda-term is to provide a higher level functional interface to terminal
|
|
manipulation than, for example, ncurses, by providing a native OCaml
|
|
interface instead of bindings to a C library. Lambda-term integrates with
|
|
zed to provide text edition facilities in console applications.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/ocaml-community/lambda-term/issues/</bugs-to>
|
|
<remote-id type="github">ocaml-community/lambda-term</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|