package asn1-combinators

  1. Overview
  2. Docs

Description

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.

Tags

org:mirage

Published: 24 Nov 2017

README

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

v0.2.0

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.

Dependencies (8)

  1. ptime
  2. zarith
  3. cstruct < "5.0.0"
  4. result
  5. topkg build
  6. ocamlbuild build
  7. ocamlfind build
  8. ocaml >= "4.02.0" & < "4.12.0"

Dev Dependencies (1)

  1. ounit with-test

Conflicts (1)

  1. cstruct < "1.6.0"