opam-version: "2.0"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [
  ["ocamlfind" "remove" "asn1-combinators"]
]
depends: [
  "ocaml" {>= "4.01.0" & < "4.06.0"}
  "ocamlfind"
  "cstruct" {>= "1.2.0" & < "1.6.0"}
  "zarith"
  "ocamlbuild" {build}
]
conflicts: [ "base-implicits" ]
tags: [ "org:mirage" ]
homepage:     "https://github.com/mirleft/ocaml-asn1-combinators"
dev-repo: "git://github.com/mirleft/ocaml-asn1-combinators"
bug-reports:  "https://github.com/mirleft/ocaml-asn1-combinators/issues"
authors:      "David Kaloper <david@numm.org>"
maintainer:   "David Kaloper <david@numm.org>"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Combinators for expressing ASN.1 grammars in OCaml"
description: "Allows construction of BER and DER parsers and serializers."
flags: light-uninstall
url {
  src:
    "https://github.com/mirleft/ocaml-asn1-combinators/archive/0.1.0.tar.gz"
  checksum: "md5=9ed389dd9e3232330727795905c5f403"
}
