-
Notifications
You must be signed in to change notification settings - Fork 1
/
cuid-unix.opam
35 lines (31 loc) · 960 Bytes
/
cuid-unix.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
opam-version: "2.0"
name: "cuid-unix"
version: "0.3"
bug-reports: "https://github.com/marcoonroad/ocaml-cuid/issues"
license: "MIT"
homepage: "https://github.com/marcoonroad/ocaml-cuid"
dev-repo: "git://github.com/marcoonroad/ocaml-cuid.git"
synopsis: "Unix based CUID generator for OCaml"
maintainer: [
"Marco Aurélio da Silva <marcoonroad@gmail.com>"
"Martin Schut <m.schut@wommm.nl>"
]
authors: [
"Marco Aurélio da Silva <marcoonroad@gmail.com>"
"Martin Schut <m.schut@wommm.nl>"
]
build: [
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
]
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
depends: [
"ocaml" {>= "4.08.0"}
"cuid-core" {>= "0.3"}
"mirage-crypto" {>= "0.6.1"}
"mirage-crypto-rng" {>= "0.6.1"}
"dune" {build & >= "2.9.3"}
"re" {with-test & >= "1.10.3"}
"alcotest" {with-test & >= "1.5.0"}
"bisect_ppx" {with-test & >= "2.8.0"}
]