opam-version: "2.0" maintainer: "opam-devel@lists.ocaml.org" authors: [ "Sylvain Le Gall" ] license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/gildor478/ocaml-debian-formats" dev-repo: "git+https://github.com/gildor478/ocaml-debian-formats.git" bug-reports: "https://github.com/gildor478/ocaml-debian-formatsi/issues" build: [ ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-doc"] {with-doc} ] install: ["ocaml" "setup.ml" "-install"] remove: [ ["ocamlfind" "remove" "debian-formats"] ] depends: [ "ocaml" {>= "3.12.1" & < "5.0.0"} ("extlib" {>= "1.7.0"} | "extlib-compat" {>= "1.7.0"}) "re" "ocamlfind" "ounit" {>= "2.0.0"} "ocamlbuild" {build} ] depopts: [ "archive" "base-threads" "camlbz2" "fileutils" "lwt" "lwt-android" "oasis" "oasis-mirage" "ocurl" "pcre" ] synopsis: "Parse debian files" flags: light-uninstall url { src: "https://download.ocamlcore.org/debian-formats/debian-formats/0.1.1/ocaml-debian-formats-0.1.1.tar.gz" checksum: [ "sha256=0cd783688f6f9a0dc37d60690ab793d04a89ef743f00eae4b6dd2b440e32f971" "md5=fec8f1adf5a521b5ae1baea34c8d9e71" ] }