summaryrefslogtreecommitdiff
path: root/dev-ml/lambda-term/metadata.xml
blob: 2a5c72ec3ac78a2996b42395a3123376da870d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>