package asn1-combinators

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

Install

Dune Dependency

Authors

Maintainers

Sources

asn1-combinators-0.3.0.tbz
sha256=da8bedd169db56a106543b16a80cf94c81c1671549faa40557ae6c0fda359044
sha512=adebc412aeeda855d2a478eed53e0902e04dc8cb2e067241feaa479624b171b798faba55bb7c718ede002fa786ea19d9cf65d5576b451062528c996b9e31b573

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: 14 Mar 2024

README

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

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

  1. ptime >= "0.8.6"
  2. dune >= "1.2.0"
  3. ocaml >= "4.08.0"

Dev Dependencies (1)

  1. alcotest with-test & >= "0.8.1"

Used by

None

Conflicts

None