package asn1-combinators

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

Install

Dune Dependency

Authors

Maintainers

Sources

asn1-combinators-v0.2.5.tbz
sha256=96f2590a518aa3a57d43f989db83812717399d6467892d43bbce42112a6f6cdd
sha512=49767d04129bb842215e57e4efeb79f6fba025ddd67e474d9a3f51625c5101e583208cc0ff6dd69bcbcd4ab415c83b410125c1b9eb66c8cde60132b243b06158

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: 05 Mar 2021

README

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

v0.2.5

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

Used by (9)

  1. albatross < "2.2.0"
  2. builder < "0.4.0"
  3. builder-web < "0.2.0"
  4. capnp-rpc-lwt >= "0.3.1" & < "0.5.0"
  5. capnp-rpc-net
  6. fiat-p256
  7. key-parsers
  8. mirage-crypto-ec < "0.11.3"
  9. x509 < "1.0.2"

Conflicts

None

OCaml

Innovation. Community. Security.