forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#24373 from mjambon/release-semver-0.2.1
[new release] semver (0.2.1)
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
opam-version: "2.0" | ||
build: [ | ||
["dune" "subst"] {dev} | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
["dune" "build" "-p" name "@doc"] {with-doc} | ||
] | ||
maintainer: ["Rudi Grinberg" "Martin Jambon"] | ||
authors: ["Tikhon Jelvis" "Rudi Grinberg"] | ||
bug-reports: "https://github.com/rgrinberg/ocaml-semver/issues" | ||
homepage: "https://github.com/rgrinberg/ocaml-semver" | ||
doc: "https://rgrinberg.github.io/ocaml-semver" | ||
license: "BSD-3-Clause" | ||
dev-repo: "git+https://github.com/rgrinberg/ocaml-semver.git" | ||
synopsis: "Semantic Versioning (semver) library" | ||
description: | ||
"Semver is a lightweight library for parsing, comparing, and manipulating version identifiers in 3 parts such as \"1.2.3\". \"Semver\" stands for Semantic Versioning and refers to the standard documented at https://semver.org/. This library is independent from the opam package named \"semver2\"." | ||
depends: [ | ||
"alcotest" {with-test} | ||
"dune" {>= "1.10.0"} | ||
"ocaml" {>= "4.08.0"} | ||
"odoc" {with-doc} | ||
] | ||
url { | ||
src: | ||
"https://github.com/rgrinberg/ocaml-semver/releases/download/0.2.1/semver-0.2.1.tbz" | ||
checksum: [ | ||
"sha256=0a3cc352da1ee47bedeb32266fe12a548ba545451441df4c9ae278047ff698b8" | ||
"sha512=82d84d88abc403c6521cb2e75fc5595bbca5694c5b807f9fa51890c32c8e48ca5b6f111f9904ea75bc02aa553aa981653cf7955106520e8bb9603f09b1caf26c" | ||
] | ||
} | ||
x-commit-hash: "9731205bade9ae07a93ae7f74930ec5dd249e4de" |