package asn1-combinators

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

Install

Dune Dependency

Authors

Maintainers

Sources

asn1-combinators-v0.2.3.tbz
sha256=d9b4e3917e8f7c3a51ad2220053772c7c4ac1d490ff0ee1689a216770283e3fc
sha512=ea7ecf8e86f5364ed44399a22d08f155db4ad57b2d691f1604091ff3720ddbe65dae63912dbf4e73b2d1ca5e7933661c79e8ea919bf78f458cd576acf01e0f8b

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.

Published: 29 Sep 2020

README

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

v0.2.3

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 (7)

  1. ptime >= "0.8.1" & < "0.8.6"
  2. stdlib-shims
  3. bigarray-compat
  4. zarith
  5. cstruct >= "1.6.0" & < "6.1.0"
  6. dune >= "1.2.0"
  7. ocaml >= "4.05.0" & < "4.12.0"

Dev Dependencies (1)

  1. alcotest with-test

Conflicts

None

OCaml

Innovation. Community. Security.