opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/semantic_version" bug-reports: "https://github.com/janestreet/semantic_version/issues" dev-repo: "git+https://github.com/janestreet/semantic_version.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/semantic_version/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "core" {>= "v0.16" & < "v0.17"} "ppx_jane" {>= "v0.16" & < "v0.17"} "dune" {>= "2.0.0"} "re" {>= "1.8.0"} ] synopsis: "Semantic versioning" description: " A library for representing semantic versions (https://semver.org) " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/semantic_version-v0.16.0.tar.gz" checksum: "sha256=c073fc501eb9cba07bccb224386c3291ba64a82ac4bc20f6d90523786aec4bcd" }