this repo has no description
1opam-version: "2.0" 2maintainer: "info@dividat.com" 3authors: ["Dividat AG"] 4synopsis: "Semantic version handling for OCaml" 5license: "MIT" 6homepage: "https://github.com/dividat/ocaml-semver" 7bug-reports: "https://github.com/dividat/ocaml-semver/issues" 8depends: [ 9 "ocaml" {>= "4.04.0"} 10 "dune" {>= "1.2.0"} 11 "angstrom" {>= "0.11.2" & < "0.14.0"} 12 "ounit" {with-test & >= "1.0.2"} 13 "yojson" {with-test & >= "1.4.1"} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 ["dune" "build" "-p" name "-j" jobs] 19 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 20] 21url { 22 src: "https://github.com/dividat/ocaml-semver/archive/1.0.0.tar.gz" 23 checksum: [ 24 "md5=073f37551997f6c0f8f858a0012fdcde" 25 "sha512=7a2b4740f41b61f2e44775f1ba029388b9a5b50505199d92639fbcf792e7b4b98b0f181e91283b9b8e577731bfc0aea0b3a371316fed12cce9c3297937d4ed5e" 26 ] 27}