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