package asn1-combinators

  1. Overview
  2. Docs
On This Page
  1. Documentation
Embed typed ASN.1 grammars in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

asn1-combinators-0.3.3.tbz
sha256=f4d159a8bda7c3b186a4801448e879cced136799c68aec51fb373ce4e1284b11
sha512=100187838327a1e878e4fc380437f3c5c2801ca290ba3de68e3355b097eb053f1b31ed8b124ddc78671b59dfe5724ab824f9b99a97cf8833f1e419ed29703cbf

doc/README.html

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

v0.3.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.

Build Status