this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] semv (1.0.0)

CHANGES:

Initial release.

pombadev 7199fee2 c61e9068

+37
+37
packages/semv/semv.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Bump a semver" 3 + maintainer: ["pombadev"] 4 + authors: ["pombadev"] 5 + license: "Apache-2.0" 6 + tags: ["semver" "cli"] 7 + homepage: "https://github.com/pombadev/semv" 8 + bug-reports: "https://github.com/pombadev/semv/issues" 9 + depends: [ 10 + "dune" {>= "3.15"} 11 + "semantic_version" {= "v0.16.0"} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 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 + ] 28 + dev-repo: "git+https://github.com/pombadev/semv.git" 29 + url { 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 + } 37 + x-commit-hash: "f2ea3a7d4bdfc19c6e7d54cec96e3112f4032d63"