this repo has no description
1opam-version: "2.0" 2maintainer: "Sylvain Le Gall <sylvain+ocaml@le-gall.net>" 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-formats/issues" 8doc: "https://gildor478.github.io/ocaml-debian-formats/" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs 11 "@install" 12 "@doc" {with-doc} 13 "@runtest" {with-test} ] 14] 15depends: [ 16 "ocaml" {>= "4.03.0"} 17 "dune" {>= "1.11.0"} 18 "re" {>= "1.8.0"} 19 "extlib" 20 "ounit2" {with-test & > "2.0.8"} 21] 22synopsis: "Parse debian files" 23description:""" 24This library allows to parse various files used in Debian packaging: 25* changelog files 26* source and binary control files 27* watch files 28""" 29url { 30 src: 31 "https://github.com/gildor478/ocaml-debian-formats/releases/download/v0.1.2/debian-formats-v0.1.2.tbz" 32 checksum: [ 33 "sha256=927713b273e76d15950e805713444c987fe246683a1e44c074dd496b72d49d04" 34 "sha512=1125cd369b3b619b01145e4453ff7fa5ec836be21545e1dabc376e5f0b0ec0ae802a116e48cca18e17ea8c527f52ba42c06355cb85fbe262e74ac5c5d9c64eca" 35 ] 36}