File tree Expand file tree Collapse file tree 7 files changed +260
-0
lines changed
xapi-stdext-date/xapi-stdext-date.4.20.0
xapi-stdext-encodings/xapi-stdext-encodings.4.20.0
xapi-stdext-pervasives/xapi-stdext-pervasives.4.20.0
xapi-stdext-std/xapi-stdext-std.4.20.0
xapi-stdext-threads/xapi-stdext-threads.4.20.0
xapi-stdext-unix/xapi-stdext-unix.4.20.0
xapi-stdext-zerocheck/xapi-stdext-zerocheck.4.20.0 Expand file tree Collapse file tree 7 files changed +260
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Xapi's standard library extension, Dates"
3+ maintainer: ["Xapi project maintainers"]
4+ authors: ["Jonathan Ludlam"]
5+ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
6+ homepage: "https://github.com/xapi-project/stdext"
7+ bug-reports: "https://github.com/xapi-project/stdext/issues"
8+ depends: [
9+ "ocaml" {>= "4.12"}
10+ "dune" {>= "1.11"}
11+ "alcotest" {with-test}
12+ "astring"
13+ "base-unix"
14+ "ptime"
15+ "odoc" {with-doc}
16+ ]
17+ build: [
18+ [
19+ "dune"
20+ "build"
21+ "-p"
22+ name
23+ "-j"
24+ jobs
25+ "@install"
26+ "@runtest" {with-test}
27+ "@doc" {with-doc}
28+ ]
29+ ]
30+ dev-repo: "git+https://github.com/xapi-project/stdext.git"
31+ url {
32+ src:
33+ "https://github.com/xapi-project/stdext/releases/download/v4.20.0/xapi-stdext-4.20.0.tbz"
34+ checksum: [
35+ "sha256=ec93bcab02739d32f8ef09c30db57101bba7d58bb9a503a57dbfc9d81644b4e6"
36+ "sha512=30db713ad51a9b1dc806bbb88aecec19ed22598a3c23da26aa80cbba431ba18b67e7f6e3834f1a848e75bfb9beeee2a171ddf0547f8c08f36c119a804aeaaf68"
37+ ]
38+ }
39+ x-commit-hash: "79eadd4009efebc59d50b34f128bc43b710fa4da"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Xapi's standard library extension, Encodings"
3+ maintainer: ["Xapi project maintainers"]
4+ authors: ["Jonathan Ludlam"]
5+ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
6+ homepage: "https://github.com/xapi-project/stdext"
7+ bug-reports: "https://github.com/xapi-project/stdext/issues"
8+ depends: [
9+ "ocaml"
10+ "dune" {>= "1.11"}
11+ "alcotest" {with-test & >= "0.6.0"}
12+ "odoc" {with-doc}
13+ ]
14+ build: [
15+ [
16+ "dune"
17+ "build"
18+ "-p"
19+ name
20+ "-j"
21+ jobs
22+ "@install"
23+ "@runtest" {with-test}
24+ "@doc" {with-doc}
25+ ]
26+ ]
27+ dev-repo: "git+https://github.com/xapi-project/stdext.git"
28+ url {
29+ src:
30+ "https://github.com/xapi-project/stdext/releases/download/v4.20.0/xapi-stdext-4.20.0.tbz"
31+ checksum: [
32+ "sha256=ec93bcab02739d32f8ef09c30db57101bba7d58bb9a503a57dbfc9d81644b4e6"
33+ "sha512=30db713ad51a9b1dc806bbb88aecec19ed22598a3c23da26aa80cbba431ba18b67e7f6e3834f1a848e75bfb9beeee2a171ddf0547f8c08f36c119a804aeaaf68"
34+ ]
35+ }
36+ x-commit-hash: "79eadd4009efebc59d50b34f128bc43b710fa4da"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Xapi's standard library extension, Pervasives"
3+ maintainer: ["Xapi project maintainers"]
4+ authors: ["Jonathan Ludlam"]
5+ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
6+ homepage: "https://github.com/xapi-project/stdext"
7+ bug-reports: "https://github.com/xapi-project/stdext/issues"
8+ depends: [
9+ "ocaml" {>= "4.08"}
10+ "dune" {>= "1.11"}
11+ "logs"
12+ "odoc" {with-doc}
13+ "xapi-backtrace"
14+ ]
15+ build: [
16+ [
17+ "dune"
18+ "build"
19+ "-p"
20+ name
21+ "-j"
22+ jobs
23+ "@install"
24+ "@runtest" {with-test}
25+ "@doc" {with-doc}
26+ ]
27+ ]
28+ dev-repo: "git+https://github.com/xapi-project/stdext.git"
29+ url {
30+ src:
31+ "https://github.com/xapi-project/stdext/releases/download/v4.20.0/xapi-stdext-4.20.0.tbz"
32+ checksum: [
33+ "sha256=ec93bcab02739d32f8ef09c30db57101bba7d58bb9a503a57dbfc9d81644b4e6"
34+ "sha512=30db713ad51a9b1dc806bbb88aecec19ed22598a3c23da26aa80cbba431ba18b67e7f6e3834f1a848e75bfb9beeee2a171ddf0547f8c08f36c119a804aeaaf68"
35+ ]
36+ }
37+ x-commit-hash: "79eadd4009efebc59d50b34f128bc43b710fa4da"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Xapi's standard library extension, Stdlib"
3+ maintainer: ["Xapi project maintainers"]
4+ authors: ["Jonathan Ludlam"]
5+ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
6+ homepage: "https://github.com/xapi-project/stdext"
7+ bug-reports: "https://github.com/xapi-project/stdext/issues"
8+ depends: [
9+ "ocaml" {>= "4.08"}
10+ "dune" {>= "1.11"}
11+ "alcotest" {with-test}
12+ "odoc" {with-doc}
13+ ]
14+ build: [
15+ [
16+ "dune"
17+ "build"
18+ "-p"
19+ name
20+ "-j"
21+ jobs
22+ "@install"
23+ "@runtest" {with-test}
24+ "@doc" {with-doc}
25+ ]
26+ ]
27+ dev-repo: "git+https://github.com/xapi-project/stdext.git"
28+ url {
29+ src:
30+ "https://github.com/xapi-project/stdext/releases/download/v4.20.0/xapi-stdext-4.20.0.tbz"
31+ checksum: [
32+ "sha256=ec93bcab02739d32f8ef09c30db57101bba7d58bb9a503a57dbfc9d81644b4e6"
33+ "sha512=30db713ad51a9b1dc806bbb88aecec19ed22598a3c23da26aa80cbba431ba18b67e7f6e3834f1a848e75bfb9beeee2a171ddf0547f8c08f36c119a804aeaaf68"
34+ ]
35+ }
36+ x-commit-hash: "79eadd4009efebc59d50b34f128bc43b710fa4da"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Xapi's standard library extension, Threads"
3+ maintainer: ["Xapi project maintainers"]
4+ authors: ["Jonathan Ludlam"]
5+ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
6+ homepage: "https://github.com/xapi-project/stdext"
7+ bug-reports: "https://github.com/xapi-project/stdext/issues"
8+ depends: [
9+ "ocaml"
10+ "dune" {>= "1.11"}
11+ "base-threads"
12+ "base-unix"
13+ "odoc" {with-doc}
14+ "xapi-stdext-pervasives" {= version}
15+ ]
16+ build: [
17+ [
18+ "dune"
19+ "build"
20+ "-p"
21+ name
22+ "-j"
23+ jobs
24+ "@install"
25+ "@runtest" {with-test}
26+ "@doc" {with-doc}
27+ ]
28+ ]
29+ dev-repo: "git+https://github.com/xapi-project/stdext.git"
30+ url {
31+ src:
32+ "https://github.com/xapi-project/stdext/releases/download/v4.20.0/xapi-stdext-4.20.0.tbz"
33+ checksum: [
34+ "sha256=ec93bcab02739d32f8ef09c30db57101bba7d58bb9a503a57dbfc9d81644b4e6"
35+ "sha512=30db713ad51a9b1dc806bbb88aecec19ed22598a3c23da26aa80cbba431ba18b67e7f6e3834f1a848e75bfb9beeee2a171ddf0547f8c08f36c119a804aeaaf68"
36+ ]
37+ }
38+ x-commit-hash: "79eadd4009efebc59d50b34f128bc43b710fa4da"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Xapi's standard library extension, Unix"
3+ maintainer: ["Xapi project maintainers"]
4+ authors: ["Jonathan Ludlam"]
5+ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
6+ homepage: "https://github.com/xapi-project/stdext"
7+ bug-reports: "https://github.com/xapi-project/stdext/issues"
8+ depends: [
9+ "ocaml" {< "5.0"}
10+ "dune" {>= "1.11"}
11+ "base-unix"
12+ "fd-send-recv" {>= "2.0.0"}
13+ "odoc" {with-doc}
14+ "xapi-stdext-pervasives" {= version}
15+ ]
16+ available: os-family != "alpine"
17+ build: [
18+ [
19+ "dune"
20+ "build"
21+ "-p"
22+ name
23+ "-j"
24+ jobs
25+ "@install"
26+ "@runtest" {with-test}
27+ "@doc" {with-doc}
28+ ]
29+ ]
30+ dev-repo: "git+https://github.com/xapi-project/stdext.git"
31+ url {
32+ src:
33+ "https://github.com/xapi-project/stdext/releases/download/v4.20.0/xapi-stdext-4.20.0.tbz"
34+ checksum: [
35+ "sha256=ec93bcab02739d32f8ef09c30db57101bba7d58bb9a503a57dbfc9d81644b4e6"
36+ "sha512=30db713ad51a9b1dc806bbb88aecec19ed22598a3c23da26aa80cbba431ba18b67e7f6e3834f1a848e75bfb9beeee2a171ddf0547f8c08f36c119a804aeaaf68"
37+ ]
38+ }
39+ x-commit-hash: "79eadd4009efebc59d50b34f128bc43b710fa4da"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Xapi's standard library extension, Zerocheck"
3+ maintainer: ["Xapi project maintainers"]
4+ authors: ["Jonathan Ludlam"]
5+ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
6+ homepage: "https://github.com/xapi-project/stdext"
7+ bug-reports: "https://github.com/xapi-project/stdext/issues"
8+ depends: [
9+ "ocaml" {< "5.0"}
10+ "dune" {>= "1.11"}
11+ "odoc" {with-doc}
12+ ]
13+ build: [
14+ [
15+ "dune"
16+ "build"
17+ "-p"
18+ name
19+ "-j"
20+ jobs
21+ "@install"
22+ "@runtest" {with-test}
23+ "@doc" {with-doc}
24+ ]
25+ ]
26+ dev-repo: "git+https://github.com/xapi-project/stdext.git"
27+ url {
28+ src:
29+ "https://github.com/xapi-project/stdext/releases/download/v4.20.0/xapi-stdext-4.20.0.tbz"
30+ checksum: [
31+ "sha256=ec93bcab02739d32f8ef09c30db57101bba7d58bb9a503a57dbfc9d81644b4e6"
32+ "sha512=30db713ad51a9b1dc806bbb88aecec19ed22598a3c23da26aa80cbba431ba18b67e7f6e3834f1a848e75bfb9beeee2a171ddf0547f8c08f36c119a804aeaaf68"
33+ ]
34+ }
35+ x-commit-hash: "79eadd4009efebc59d50b34f128bc43b710fa4da"
You can’t perform that action at this time.
0 commit comments