Files
guru/sys-libs/spiral/metadata.xml
2026-01-12 03:00:41 +03:00

31 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>author@lch361.net</email>
<name>Lich</name>
<description>Primary maintainer</description>
</maintainer>
<longdescription>
A minimalistic, composable, no-system-dependency command line editing
library. Provides support for keybindings, selection of text, modal editing,
history, syntax highlighting and more. Has an API composed of reading input,
editing line and rendering the user interface. Available as a Zig module and
C header file.
</longdescription>
<use>
<flag name="term">Compile spiral_term* functions</flag>
<flag name="editor">Compile spiral_editor* functions</flag>
<flag name="screen">Compile spiral_screen* functions</flag>
</use>
<upstream>
<remote-id type="codeberg">lch361/spiral</remote-id>
<maintainer type="person">
<email>author@lch361.net</email>
<name>Lich</name>
<description>Primary developer</description>
</maintainer>
<bugs-to>https://codeberg.org/lch361/spiral/issues</bugs-to>
</upstream>
</pkgmetadata>