mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
dev-ml/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -6,12 +6,24 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">inhabitedtype/angstrom</remote-id>
|
||||
</upstream>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user