This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
31
unikernel/duniverse/uuidm/uuidm.opam
Normal file
31
unikernel/duniverse/uuidm/uuidm.opam
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
version: "0.9.10+dune"
|
||||
opam-version: "2.0"
|
||||
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
|
||||
authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
|
||||
homepage: "https://github.com/dune-universe/uuidm"
|
||||
dev-repo: "git+https://github.com/dune-universe/uuidm.git"
|
||||
bug-reports: "https://github.com/dbuenzli/uuidm/issues"
|
||||
tags: [ "uuid" "codec" "org:erratique" ]
|
||||
license: "ISC"
|
||||
depends: [
|
||||
"dune" {build}
|
||||
"ocaml" {>= "4.14.0"}
|
||||
"base-bytes"
|
||||
]
|
||||
depopts: ["cmdliner"]
|
||||
conflicts: [
|
||||
"cmdliner" {< "1.3.0"}
|
||||
]
|
||||
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 has no dependency and is distributed under the ISC license.
|
||||
|
||||
[rfc4122]: http://tools.ietf.org/html/rfc4122"""
|
||||
build: [[ "dune" "build" "-p" name ]]
|
||||
url {
|
||||
src: "git://github.com/dune-universe/uuidm.git#duniverse-v0.9.10"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue