-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
40 lines (40 loc) · 1.06 KB
/
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
36
37
38
39
40
opam-version: "2.0"
synopsis: "Xapi's standard library extension, Dates"
maintainer: ["Xapi project maintainers"]
authors: ["Jonathan Ludlam"]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage: "https://github.com/xapi-project/stdext"
bug-reports: "https://github.com/xapi-project/stdext/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.12"}
"alcotest" {with-test}
"astring"
"base-unix"
"ptime"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/xapi-project/stdext.git"
url {
src:
"https://github.com/xapi-project/stdext/releases/download/v4.24.0/xapi-stdext-4.24.0.tbz"
checksum: [
"sha256=ee495ee5b3c19c60785af88893750f42b6c62a168e8a468be05ab93b14c513d8"
"sha512=0977b6e7e7e3346655c28af6d54b1c319130b51a7dbe2423db0825ccd7cb2b0618cdf35a7d0436cfa16165207a8b05c62aec9e515f4f0ca233f250fe2396596f"
]
}
x-commit-hash: "4cf5cbe00189b9f5ea96a3b0ebf1a8522c8e6399"