asn1-combinators
  1. Overview
  2. Docs
Embed typed ASN.1 grammars in OCaml

Install

Authors

Maintainers

Sources

asn1-combinators-v0.2.5.tbz
sha256=96f2590a518aa3a57d43f989db83812717399d6467892d43bbce42112a6f6cdd
sha512=49767d04129bb842215e57e4efeb79f6fba025ddd67e474d9a3f51625c5101e583208cc0ff6dd69bcbcd4ab415c83b410125c1b9eb66c8cde60132b243b06158

README.md.html

asn1-combinators — Embed typed ASN.1 grammars in OCaml

v0.2.5

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.

asn1-combinators is distributed under the ISC license.

Documentation

asn.mli, online.