this repo has no description
1opam-version: "2.0"
2authors: "David Kaloper Meršinjak"
3maintainer: "David Kaloper Meršinjak <dk505@cam.ac.uk>"
4homepage: "https://github.com/mirleft/ocaml-asn1-combinators"
5doc: "https://mirleft.github.io/ocaml-asn1-combinators/doc"
6license: "ISC"
7dev-repo: "git+https://github.com/mirleft/ocaml-asn1-combinators.git"
8bug-reports: "https://github.com/mirleft/ocaml-asn1-combinators/issues"
9synopsis: "Embed typed ASN.1 grammars in OCaml"
10build: [ ["dune" "subst"] {dev}
11 ["dune" "build" "-p" name "-j" jobs ]
12 ["dune" "runtest" "-p" name "-j" jobs] {with-test} ]
13depends: [
14 "ocaml" {>="4.08.0"}
15 "dune" {>= "1.2.0"}
16 "cstruct" {>= "6.0.0"}
17 "zarith"
18 "ptime"
19 "alcotest" {with-test}
20]
21description: """
22asn1-combinators is a library for expressing ASN.1 in OCaml. Skip the notation
23part of ASN.1, and embed the abstract syntax directly in the language. These
24abstract syntax representations can be used for parsing, serialization, or
25random testing.
26
27The only ASN.1 encodings currently supported are BER and DER.
28"""
29url {
30 src:
31 "https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v0.2.6/asn1-combinators-v0.2.6.tbz"
32 checksum: [
33 "sha256=012ade0d8869ef621063752c1cf8ea026f6bc702fed10df9af56688e291b1a91"
34 "sha512=4c1b28f1d230395ff1ad3b8e8d03981b10015062ec270f29e2521914eb64c2fa4d5df68363e339e9a1158c3b58aef0e25156f7ec6addd85a580fecadc17edfac"
35 ]
36}
37x-commit-hash: "1fc666e8b4231846cf65704ffcb09d240981dcb6"