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 "ptime" {>= "0.8.6"} 17 "alcotest" {with-test & >= "0.8.1"} 18] 19description: """ 20asn1-combinators is a library for expressing ASN.1 in OCaml. Skip the notation 21part of ASN.1, and embed the abstract syntax directly in the language. These 22abstract syntax representations can be used for parsing, serialization, or 23random testing. 24 25The only ASN.1 encodings currently supported are BER and DER. 26""" 27url { 28 src: 29 "https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v0.3.1/asn1-combinators-0.3.1.tbz" 30 checksum: [ 31 "sha256=fa2984c6ea6e1e1c4fe2033f0165af611963c2400ce2ba051004b77dfc557c4e" 32 "sha512=710f6916e792d4134bf72cc1aa4696e1ba63cf472177439dfc17cee840f11c541287c00f923e9235c9c93825ca5570807ddd0b725738a657c4d5f2c230692c30" 33 ] 34} 35x-commit-hash: "08f16ede0c5787ed6a859f8ed8687b1803c7261e"