1 { lib, buildDunePackage, fetchurl
2 , cstruct, zarith, bigarray-compat, stdlib-shims, ptime, alcotest
6 minimalOCamlVersion = "4.08";
9 pname = "asn1-combinators";
13 url = "https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v${version}/asn1-combinators-v${version}.tbz";
14 sha256 = "sha256-ASreDYhp72IQY3UsHPjqAm9rxwL+0Q35r1ZojikbGpE=";
17 propagatedBuildInputs = [ cstruct zarith bigarray-compat stdlib-shims ptime ];
20 checkInputs = [ alcotest ];
23 homepage = "https://github.com/mirleft/ocaml-asn1-combinators";
24 description = "Combinators for expressing ASN.1 grammars in OCaml";
25 license = licenses.isc;
26 maintainers = with maintainers; [ vbgl ];