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.13.0"}
15 "dune" {>= "1.2.0"}
16 "ptime" {>= "0.8.6"}
17 "alcotest" {with-test & >= "0.8.1"}
18 "ohex" {with-test & >= "0.2.0"}
19]
20description: """
21asn1-combinators is a library for expressing ASN.1 in OCaml. Skip the notation
22part of ASN.1, and embed the abstract syntax directly in the language. These
23abstract syntax representations can be used for parsing, serialization, or
24random testing.
25
26The only ASN.1 encodings currently supported are BER and DER.
27"""
28url {
29 src:
30 "https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v0.3.2/asn1-combinators-0.3.2.tbz"
31 checksum: [
32 "sha256=2b26985f6e2722073dcd9f84355bd6757e12643b5a48e30b3c07ff7cfb0d8a7f"
33 "sha512=8ca5a9dfa080cd2e6c3ef05a232e90916df921b09e8445728c6b46438d39056ccb8cd61325f3858490f032a17620a0de17f9d910fd8f0cabe961b02bc76a2eca"
34 ]
35}
36x-commit-hash: "2f80f3495ccfa88a506d83b811d74f0a2bd63114"
37x-maintenance-intent: [ "(latest)" ]