this repo has no description
0
fork

Configure Feed

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

Merge pull request #26621 from dbuenzli/b0-publish-uuidm.0.9.9

Add: uuidm.0.9.9

authored by

Shon Feder and committed by
GitHub
de3d6bb7 a794ac5a

+45
+45
packages/uuidm/uuidm.0.9.9/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Universally unique identifiers (UUIDs) for OCaml" 3 + description: """\ 4 + Uuidm is an OCaml library implementing 128 bits universally unique 5 + identifiers version 3, 5 (named based with MD5, SHA-1 hashing), 4 6 + (random based), 7 (time and random based) and 8 (custom) according to 7 + [RFC 9562]. 8 + 9 + Uuidm has no dependency. It is distributed under the ISC license. 10 + 11 + [RFC 9562]: https://www.rfc-editor.org/rfc/rfc9562 12 + 13 + Homepage: <https://erratique.ch/software/uuidm>""" 14 + maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 15 + authors: "The uuidm programmers" 16 + license: "ISC" 17 + tags: ["uuid" "codec" "org:erratique"] 18 + homepage: "https://erratique.ch/software/uuidm" 19 + doc: "https://erratique.ch/software/uuidm/doc/" 20 + bug-reports: "https://github.com/dbuenzli/uuidm/issues" 21 + depends: [ 22 + "ocaml" {>= "4.14.0"} 23 + "ocamlfind" {build} 24 + "ocamlbuild" {build} 25 + "topkg" {build & >= "1.0.3"} 26 + ] 27 + depopts: ["cmdliner"] 28 + conflicts: [ 29 + "cmdliner" {< "1.3.0"} 30 + ] 31 + build: [ 32 + "ocaml" 33 + "pkg/pkg.ml" 34 + "build" 35 + "--dev-pkg" 36 + "%{dev}%" 37 + "--with-cmdliner" 38 + "%{cmdliner:installed}%" 39 + ] 40 + dev-repo: "git+https://erratique.ch/repos/uuidm.git" 41 + url { 42 + src: "https://erratique.ch/software/uuidm/releases/uuidm-0.9.9.tbz" 43 + checksum: 44 + "sha512=284218681f28150b23bc6c9a5f6fea66d05b934d1f76d962e4770b04e21d41a60cdb1fefcdf1628ed46fbcd4d8615a7bfa62174e9109342df299be9df7779916" 45 + }