this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

CHANGES:

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

+273
+40
packages/xapi-stdext-date/xapi-stdext-date.4.24.0/opam
··· 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 + "dune" {>= "2.7"} 10 + "ocaml" {>= "4.12"} 11 + "alcotest" {with-test} 12 + "astring" 13 + "base-unix" 14 + "ptime" 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/xapi-project/stdext.git" 32 + url { 33 + src: 34 + "https://github.com/xapi-project/stdext/releases/download/v4.24.0/xapi-stdext-4.24.0.tbz" 35 + checksum: [ 36 + "sha256=ee495ee5b3c19c60785af88893750f42b6c62a168e8a468be05ab93b14c513d8" 37 + "sha512=0977b6e7e7e3346655c28af6d54b1c319130b51a7dbe2423db0825ccd7cb2b0618cdf35a7d0436cfa16165207a8b05c62aec9e515f4f0ca233f250fe2396596f" 38 + ] 39 + } 40 + x-commit-hash: "4cf5cbe00189b9f5ea96a3b0ebf1a8522c8e6399"
+41
packages/xapi-stdext-encodings/xapi-stdext-encodings.4.24.0/opam
··· 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 + "dune" {>= "2.7"} 10 + "ocaml" {>= "4.13.0"} 11 + "alcotest" {>= "0.6.0" & with-test} 12 + "odoc" {with-doc} 13 + "bechamel" {with-test} 14 + "bechamel-notty" {with-test} 15 + "notty" {with-test} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/xapi-project/stdext.git" 32 + available: arch != "arm32" & arch != "x86_32" 33 + url { 34 + src: 35 + "https://github.com/xapi-project/stdext/releases/download/v4.24.0/xapi-stdext-4.24.0.tbz" 36 + checksum: [ 37 + "sha256=ee495ee5b3c19c60785af88893750f42b6c62a168e8a468be05ab93b14c513d8" 38 + "sha512=0977b6e7e7e3346655c28af6d54b1c319130b51a7dbe2423db0825ccd7cb2b0618cdf35a7d0436cfa16165207a8b05c62aec9e515f4f0ca233f250fe2396596f" 39 + ] 40 + } 41 + x-commit-hash: "4cf5cbe00189b9f5ea96a3b0ebf1a8522c8e6399"
+38
packages/xapi-stdext-pervasives/xapi-stdext-pervasives.4.24.0/opam
··· 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 + "dune" {>= "2.7"} 10 + "ocaml" {>= "4.08"} 11 + "logs" 12 + "odoc" {with-doc} 13 + "xapi-backtrace" 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 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.24.0/xapi-stdext-4.24.0.tbz" 33 + checksum: [ 34 + "sha256=ee495ee5b3c19c60785af88893750f42b6c62a168e8a468be05ab93b14c513d8" 35 + "sha512=0977b6e7e7e3346655c28af6d54b1c319130b51a7dbe2423db0825ccd7cb2b0618cdf35a7d0436cfa16165207a8b05c62aec9e515f4f0ca233f250fe2396596f" 36 + ] 37 + } 38 + x-commit-hash: "4cf5cbe00189b9f5ea96a3b0ebf1a8522c8e6399"
+37
packages/xapi-stdext-std/xapi-stdext-std.4.24.0/opam
··· 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 + "dune" {>= "2.7"} 10 + "ocaml" {>= "4.08.0"} 11 + "alcotest" {with-test} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 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.24.0/xapi-stdext-4.24.0.tbz" 32 + checksum: [ 33 + "sha256=ee495ee5b3c19c60785af88893750f42b6c62a168e8a468be05ab93b14c513d8" 34 + "sha512=0977b6e7e7e3346655c28af6d54b1c319130b51a7dbe2423db0825ccd7cb2b0618cdf35a7d0436cfa16165207a8b05c62aec9e515f4f0ca233f250fe2396596f" 35 + ] 36 + } 37 + x-commit-hash: "4cf5cbe00189b9f5ea96a3b0ebf1a8522c8e6399"
+39
packages/xapi-stdext-threads/xapi-stdext-threads.4.24.0/opam
··· 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 + "dune" {>= "2.7"} 10 + "ocaml" 11 + "base-threads" 12 + "base-unix" 13 + "odoc" {with-doc} 14 + "xapi-stdext-pervasives" {= version} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 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.24.0/xapi-stdext-4.24.0.tbz" 34 + checksum: [ 35 + "sha256=ee495ee5b3c19c60785af88893750f42b6c62a168e8a468be05ab93b14c513d8" 36 + "sha512=0977b6e7e7e3346655c28af6d54b1c319130b51a7dbe2423db0825ccd7cb2b0618cdf35a7d0436cfa16165207a8b05c62aec9e515f4f0ca233f250fe2396596f" 37 + ] 38 + } 39 + x-commit-hash: "4cf5cbe00189b9f5ea96a3b0ebf1a8522c8e6399"
+42
packages/xapi-stdext-unix/xapi-stdext-unix.4.24.0/opam
··· 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 + "dune" {>= "2.7"} 10 + "ocaml" {>= "4.12.0"} 11 + "base-unix" 12 + "fd-send-recv" {>= "2.0.0"} 13 + "odoc" {with-doc} 14 + "xapi-backtrace" 15 + "xapi-stdext-pervasives" {= version} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/xapi-project/stdext.git" 32 + depexts: ["linux-headers"] {os-distribution = "alpine"} 33 + available: [ os = "macos" | os = "linux" ] 34 + url { 35 + src: 36 + "https://github.com/xapi-project/stdext/releases/download/v4.24.0/xapi-stdext-4.24.0.tbz" 37 + checksum: [ 38 + "sha256=ee495ee5b3c19c60785af88893750f42b6c62a168e8a468be05ab93b14c513d8" 39 + "sha512=0977b6e7e7e3346655c28af6d54b1c319130b51a7dbe2423db0825ccd7cb2b0618cdf35a7d0436cfa16165207a8b05c62aec9e515f4f0ca233f250fe2396596f" 40 + ] 41 + } 42 + x-commit-hash: "4cf5cbe00189b9f5ea96a3b0ebf1a8522c8e6399"
+36
packages/xapi-stdext-zerocheck/xapi-stdext-zerocheck.4.24.0/opam
··· 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 + "dune" {>= "2.7"} 10 + "ocaml" 11 + "odoc" {with-doc} 12 + ] 13 + build: [ 14 + ["dune" "subst"] {dev} 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.24.0/xapi-stdext-4.24.0.tbz" 31 + checksum: [ 32 + "sha256=ee495ee5b3c19c60785af88893750f42b6c62a168e8a468be05ab93b14c513d8" 33 + "sha512=0977b6e7e7e3346655c28af6d54b1c319130b51a7dbe2423db0825ccd7cb2b0618cdf35a7d0436cfa16165207a8b05c62aec9e515f4f0ca233f250fe2396596f" 34 + ] 35 + } 36 + x-commit-hash: "4cf5cbe00189b9f5ea96a3b0ebf1a8522c8e6399"