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
- Host: GitHub
- URL: https://github.com/mirleft/ocaml-asn1-combinators
- Owner: mirleft
- License: isc
- Created: 2014-02-12T14:40:39.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T15:29:47.000Z (over 1 year ago)
- Last Synced: 2025-03-24T08:37:07.266Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 1.28 MB
- Stars: 36
- Watchers: 12
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
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
[](https://travis-ci.org/mirleft/ocaml-asn1-combinators)