package asn1-combinators

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

Install

Dune Dependency

Authors

Maintainers

Sources

asn1-combinators-v0.2.6.tbz
sha256=012ade0d8869ef621063752c1cf8ea026f6bc702fed10df9af56688e291b1a91
sha512=4c1b28f1d230395ff1ad3b8e8d03981b10015062ec270f29e2521914eb64c2fa4d5df68363e339e9a1158c3b58aef0e25156f7ec6addd85a580fecadc17edfac

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: 04 Aug 2021

README

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

v0.2.6

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

  1. ptime
  2. zarith
  3. cstruct >= "6.0.0"
  4. dune >= "1.2.0"
  5. ocaml >= "4.08.0"

Dev Dependencies (1)

  1. alcotest with-test

Conflicts

None