package asn1-combinators

  1. Overview
  2. Docs

Description

asn1-combinators is a library for declarative definitions of ASN.1 grammars, embedded in OCaml. These definitions are strongly typed and allow parsing and serialization.

Presently, only BER and DER encoding and supported.

asn1-combinators is distributed under the ISC license.

Tags

org:mirage

Published: 14 Nov 2016

README

README.md

WIP

Dependencies (7)

  1. zarith
  2. result
  3. cstruct >= "1.2.0" & < "5.0.0"
  4. topkg build
  5. ocamlbuild build
  6. ocamlfind build
  7. ocaml >= "4.01.0" & < "4.06.0"

Dev Dependencies (1)

  1. ounit with-test

Conflicts (2)

  1. base-implicits
  2. cstruct < "1.2.0"