this repo has no description
1opam-version: "2.0" 2maintainer: "opam-devel@lists.ocaml.org" 3authors: [ "Sylvain Le Gall" ] 4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5homepage: "https://github.com/gildor478/ocaml-debian-formats" 6dev-repo: "git+https://github.com/gildor478/ocaml-debian-formats.git" 7bug-reports: "https://github.com/gildor478/ocaml-debian-formatsi/issues" 8build: [ 9 ["ocaml" "setup.ml" "-configure" "--prefix" prefix] 10 ["ocaml" "setup.ml" "-build"] 11 ["ocaml" "setup.ml" "-doc"] {with-doc} 12] 13install: ["ocaml" "setup.ml" "-install"] 14remove: [ 15 ["ocamlfind" "remove" "debian-formats"] 16] 17depends: [ 18 "ocaml" {>= "3.12.1" & < "5.0.0"} 19 ("extlib" {>= "1.7.0"} | "extlib-compat" {>= "1.7.0"}) 20 "re" 21 "ocamlfind" 22 "ounit" {>= "2.0.0"} 23 "ocamlbuild" {build} 24] 25depopts: [ 26 "archive" 27 "base-threads" 28 "camlbz2" 29 "fileutils" 30 "lwt" 31 "lwt-android" 32 "oasis" 33 "oasis-mirage" 34 "ocurl" 35 "pcre" 36] 37synopsis: "Parse debian files" 38flags: light-uninstall 39url { 40 src: 41 "https://download.ocamlcore.org/debian-formats/debian-formats/0.1.1/ocaml-debian-formats-0.1.1.tar.gz" 42 checksum: [ 43 "sha256=0cd783688f6f9a0dc37d60690ab793d04a89ef743f00eae4b6dd2b440e32f971" 44 "md5=fec8f1adf5a521b5ae1baea34c8d9e71" 45 ] 46}