package asn1-combinators

  1. Overview
  2. No 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

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