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.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.1.0.tar.gz" 23 checksum: [ 24 "md5=3054c5c107ae2b87246113debbf999fc" 25 "sha512=02527d9591acb722529e54bc41832fef390f10964304074ac96b2dc09b77d84296d7363477921b721a16be66e3d79b12b6388f2637c2360d5e79d6260f24d722" 26 ] 27}