mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<description>co-maintainers welcome</description>
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="async">Async support for Angstrom</flag>
|
|
<flag name="lwt-unix">Lwt_unix support for Angstrom</flag>
|
|
<flag name="unix">Unix support for Angstrom</flag>
|
|
</use>
|
|
<longdescription lang="en">Angstrom is a parser-combinator library that makes it easy to write efficient,
|
|
expressive, and reusable parsers suitable for high-performance applications. It
|
|
exposes monadic and applicative interfaces for composition, and supports
|
|
incremental input through buffered and unbuffered interfaces. Both interfaces
|
|
give the user total control over the blocking behavior of their application,
|
|
with the unbuffered interface enabling zero-copy IO. Parsers are backtracking by
|
|
default and support unbounded lookahead.</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/inhabitedtype/angstrom/issues</bugs-to>
|
|
<remote-id type="github">inhabitedtype/angstrom</remote-id>
|
|
<maintainer>
|
|
<name>Spiros Eliopoulos</name>
|
|
<email>spiros@inhabitedtype.com</email>
|
|
</maintainer>
|
|
</upstream>
|
|
</pkgmetadata>
|