An open API service indexing awesome lists of open source software.

https://github.com/mirleft/ocaml-asn1-combinators

Embed typed ASN.1 grammars in OCaml
https://github.com/mirleft/ocaml-asn1-combinators

Last synced: about 1 year ago
JSON representation

Embed typed ASN.1 grammars in OCaml

Awesome Lists containing this project

README

          

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

%%VERSION%%

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][doc].

[doc]: https://mirleft.github.io/ocaml-asn1-combinators/doc

[![Build Status](https://travis-ci.org/mirleft/ocaml-asn1-combinators.svg?branch=master)](https://travis-ci.org/mirleft/ocaml-asn1-combinators)