this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25502 from hannesm/release-asn1-combinators-v0.3.0

[new release] asn1-combinators (0.3.0)

authored by

Marcello Seri and committed by
GitHub
34827bca 8a81edfe

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