aboutsummaryrefslogtreecommitdiff
blob: 3b78ec8d7b02233ec96b009421f869f8839bd4a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://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>