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" {>= "5.1.0"} "core" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "dune" {>= "3.11.0"} "re" {>= "1.8.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Semantic versioning" description: " A library for representing semantic versions (https://semver.org) " url { src: "https://github.com/janestreet/semantic_version/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=12fbf7467dc90928451639b20069a5a8dc3f2ac080b00912f8129c2117e262aa" }