Files
guru/dev-ml/angstrom/metadata.xml
Hiroki Tokunaga b8874dbf59 dev-ml/angstrom: new package, add 0.15.0
Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
2024-07-16 11:52:34 +09:00

14 lines
978 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tokusan441@gmail.com</email>
<description>Hiroki Tokunaga</description>
</maintainer>
<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>
</upstream>
</pkgmetadata>