diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-04-26 12:32:34 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-04-26 12:33:35 +0200 |
commit | 8ba1e8a9c8f235f05cc51a443d508cd1d859074f (patch) | |
tree | f316c7c2f15c72e57e551dd66c05f4b6c0ac6bc4 /dev-ml/angstrom | |
parent | sys-cluster/spectral: remove .la files (diff) | |
download | guru-8ba1e8a9c8f235f05cc51a443d508cd1d859074f.tar.gz guru-8ba1e8a9c8f235f05cc51a443d508cd1d859074f.tar.bz2 guru-8ba1e8a9c8f235f05cc51a443d508cd1d859074f.zip |
dev-ml/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-ml/angstrom')
-rw-r--r-- | dev-ml/angstrom/metadata.xml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/dev-ml/angstrom/metadata.xml b/dev-ml/angstrom/metadata.xml index 8afdb71fe..0387e67e7 100644 --- a/dev-ml/angstrom/metadata.xml +++ b/dev-ml/angstrom/metadata.xml @@ -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> |