package asn1-combinators

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

Install

Dune Dependency

Authors

Maintainers

Sources

asn1-combinators-v0.2.4.tbz
sha256=39c5812538d915c4ef125f716a147cf00070740994f9b442e9e77188392f3627
sha512=49d066790794bf9adbed76d61257fdebc31a62bcb9cafc815b59df21b10b6e1805eb2ae12edff3ea63f5bd944da666545d9aa943fd284901f25693a826a1fd15

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: 06 Nov 2020

README

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

v0.2.4

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.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"

Dev Dependencies (1)

  1. alcotest with-test

Conflicts

None

OCaml

Innovation. Community. Security.