Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upstream: update uuidm to 0.9.9 #706

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}