this repo has no description
1opam-version: "2.0" 2synopsis: "Bump a semver" 3maintainer: ["pombadev"] 4authors: ["pombadev"] 5license: "Apache-2.0" 6tags: ["semver" "cli"] 7homepage: "https://github.com/pombadev/semv" 8bug-reports: "https://github.com/pombadev/semv/issues" 9depends: [ 10 "dune" {>= "3.15"} 11 "semantic_version" {= "v0.16.0"} 12 "odoc" {with-doc} 13] 14build: [ 15 ["dune" "subst"] {dev} 16 [ 17 "dune" 18 "build" 19 "-p" 20 name 21 "-j" 22 jobs 23 "@install" 24 "@runtest" {with-test} 25 "@doc" {with-doc} 26 ] 27] 28dev-repo: "git+https://github.com/pombadev/semv.git" 29url { 30 src: 31 "https://github.com/pombadev/semv/releases/download/1.0.0/semv-1.0.0.tbz" 32 checksum: [ 33 "sha256=cc864b294cbc3016c0aadec523d5a7b7b5ed0c1118dc56869965f8b5628943e6" 34 "sha512=fb0d1f122ea868b11e1a0518f422be8bcadf87b506a18ef1eaafa9aa8f81c3bcc376308dd073ec50a9fd68938636b6320b0e99feb0344a31e0d602ce4c928389" 35 ] 36} 37x-commit-hash: "f2ea3a7d4bdfc19c6e7d54cec96e3112f4032d63"