package asn1-combinators

  1. Overview
  2. No Docs
Embed typed ASN.1 grammars in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

asn1-combinators-0.2.0.tbz
md5=f695aec35f8934d20d966032adbf3520

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: 04 Nov 2019

Dependencies (9)

  1. bigarray-compat
  2. ptime
  3. zarith
  4. cstruct >= "4.0.0" & < "6.0.0"
  5. result
  6. topkg build
  7. ocamlbuild build
  8. ocamlfind build
  9. ocaml >= "4.02.0" & < "4.12.0"

Dev Dependencies (1)

  1. ounit with-test

Conflicts (1)

  1. cstruct < "1.6.0"