gentoo/dev-ml/lambda-term/metadata.xml
Ulrich Müller 2585fffefc
**/metadata.xml: Replace http by https in DOCTYPE element
Again. :(

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2022-01-25 19:37:45 +01:00

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>