mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
25 lines
1013 B
XML
25 lines
1013 B
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>
|
|
<longdescription lang="en">asn1-combinators is a library for expressing ASN.1 in OCaml. Skip the notation
|
|
part of ASN.1, and embed the abstract syntax directly in the language. These
|
|
abstract syntax representations can be used for parsing, serialization, or
|
|
random testing.
|
|
|
|
The only ASN.1 encodings currently supported are BER and DER.</longdescription>
|
|
<upstream>
|
|
<doc>https://mirleft.github.io/ocaml-asn1-combinators/doc</doc>
|
|
<bugs-to>https://github.com/mirleft/ocaml-asn1-combinators/issues</bugs-to>
|
|
<remote-id type="github">mirleft/ocaml-asn1-combinators</remote-id>
|
|
<maintainer>
|
|
<name>David Kaloper Meršinjak</name>
|
|
<email>dk505@cam.ac.uk</email>
|
|
</maintainer>
|
|
</upstream>
|
|
</pkgmetadata>
|