package asn1-combinators

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

Install

Dune Dependency

Authors

Maintainers

Sources

asn1-combinators-0.2.0.tbz
sha256=109d7f0b494f98eaf393c68ece6c6ccc9f6ee31b3bab8b8d517dee3542cff3b1
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

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 (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"
OCaml

Innovation. Community. Security.