File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
packages/uuidm/uuidm.0.9.10 Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
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
[email protected] >"
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.10.tbz"
43
+ checksum:
44
+ "sha512=22cbc872a0be910ebd5cda67bb471b5ab93cd1edfa535a86169a9d0f7a5cce85824b9e8a43d16d7587e1968b37a70fac1b75af075700117089a28879297dda07"
45
+ }
46
+ x-maintenance-intent: ["(latest)"]
You can’t perform that action at this time.
0 commit comments