This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
21
unikernel/duniverse/ocaml-asn1-combinators/README.md
Normal file
21
unikernel/duniverse/ocaml-asn1-combinators/README.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# asn1-combinators — Embed typed ASN.1 grammars in OCaml
|
||||
|
||||
v0.3.2
|
||||
|
||||
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)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue