this repo has no description

[new release] xapi-stdext (7 packages) (4.24.0)

CHANGES:

- unix: really_read now retries reads on EINTR
- std: add Listext.List.find_minimum

Changed files
+273
packages
xapi-stdext-date
xapi-stdext-date.4.24.0
xapi-stdext-encodings
xapi-stdext-encodings.4.24.0
xapi-stdext-pervasives
xapi-stdext-pervasives.4.24.0
xapi-stdext-std
xapi-stdext-std.4.24.0
xapi-stdext-threads
xapi-stdext-threads.4.24.0
xapi-stdext-unix
xapi-stdext-unix.4.24.0
xapi-stdext-zerocheck
xapi-stdext-zerocheck.4.24.0
+40
packages/xapi-stdext-date/xapi-stdext-date.4.24.0/opam
···
+
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"
+41
packages/xapi-stdext-encodings/xapi-stdext-encodings.4.24.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Xapi's standard library extension, Encodings"
+
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.13.0"}
+
"alcotest" {>= "0.6.0" & with-test}
+
"odoc" {with-doc}
+
"bechamel" {with-test}
+
"bechamel-notty" {with-test}
+
"notty" {with-test}
+
]
+
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"
+
available: arch != "arm32" & arch != "x86_32"
+
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"
+38
packages/xapi-stdext-pervasives/xapi-stdext-pervasives.4.24.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Xapi's standard library extension, Pervasives"
+
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.08"}
+
"logs"
+
"odoc" {with-doc}
+
"xapi-backtrace"
+
]
+
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"
+37
packages/xapi-stdext-std/xapi-stdext-std.4.24.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Xapi's standard library extension, Stdlib"
+
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.08.0"}
+
"alcotest" {with-test}
+
"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"
+39
packages/xapi-stdext-threads/xapi-stdext-threads.4.24.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Xapi's standard library extension, Threads"
+
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"
+
"base-threads"
+
"base-unix"
+
"odoc" {with-doc}
+
"xapi-stdext-pervasives" {= version}
+
]
+
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"
+42
packages/xapi-stdext-unix/xapi-stdext-unix.4.24.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Xapi's standard library extension, Unix"
+
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.0"}
+
"base-unix"
+
"fd-send-recv" {>= "2.0.0"}
+
"odoc" {with-doc}
+
"xapi-backtrace"
+
"xapi-stdext-pervasives" {= version}
+
]
+
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"
+
depexts: ["linux-headers"] {os-distribution = "alpine"}
+
available: [ os = "macos" | os = "linux" ]
+
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"
+36
packages/xapi-stdext-zerocheck/xapi-stdext-zerocheck.4.24.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Xapi's standard library extension, Zerocheck"
+
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"
+
"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"