Skip to content

Commit

Permalink
Merge pull request #706 from rdn32/private/rnewton/uuidm-0.9.9
Browse files Browse the repository at this point in the history
upstream: update uuidm to 0.9.9
  • Loading branch information
robhoes authored Oct 8, 2024
2 parents f2b9a90 + 1d8d78b commit 750f475
Showing 1 changed file with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
opam-version: "2.0"
name: "uuidm"
version: "0.9.8"
version: "0.9.9"
synopsis: "Universally unique identifiers (UUIDs) for OCaml"
description: """\
Uuidm is an OCaml module implementing 128 bits universally unique
identifiers version 3, 5 (named based with MD5, SHA-1 hashing) and 4
(random based) according to [RFC 4122][rfc4122].
Uuidm is an OCaml library implementing 128 bits universally unique
identifiers version 3, 5 (named based with MD5, SHA-1 hashing), 4
(random based), 7 (time and random based) and 8 (custom) according to
[RFC 9562].

Uuidm has no dependency and is distributed under the ISC license.
Uuidm has no dependency. It is distributed under the ISC license.

[rfc4122]: http://tools.ietf.org/html/rfc4122
[RFC 9562]: https://www.rfc-editor.org/rfc/rfc9562

Homepage: <http://erratique.ch/software/uuidm>"""
Homepage: <https://erratique.ch/software/uuidm>"""
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: "The uuidm programmers"
license: "ISC"
Expand All @@ -20,14 +21,14 @@ homepage: "https://erratique.ch/software/uuidm"
doc: "https://erratique.ch/software/uuidm/doc/"
bug-reports: "https://github.com/dbuenzli/uuidm/issues"
depends: [
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.14.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "1.0.3"}
]
depopts: ["cmdliner"]
conflicts: [
"cmdliner" {< "1.1.0"}
"cmdliner" {< "1.3.0"}
]
build: [
"ocaml"
Expand All @@ -40,7 +41,7 @@ build: [
]
dev-repo: "git+https://erratique.ch/repos/uuidm.git"
url {
src: "https://erratique.ch/software/uuidm/releases/uuidm-0.9.8.tbz"
src: "https://erratique.ch/software/uuidm/releases/uuidm-0.9.9.tbz"
checksum:
"sha512=d5073ae49c402ab3ea6dc8f86bc5b8cc14129437e23e47da4d91431648fcb31c4dce6308f9c936c58df9a2c6afda61d77105a3022e369cca4e4c140320e803b5"
"sha512=284218681f28150b23bc6c9a5f6fea66d05b934d1f76d962e4770b04e21d41a60cdb1fefcdf1628ed46fbcd4d8615a7bfa62174e9109342df299be9df7779916"
}

0 comments on commit 750f475

Please sign in to comment.