this repo has no description
0
fork

Configure Feed

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

Merge pull request #21560 from psafont/release-xapi-stdext-v4.19.0

[new release] xapi-stdext-zerocheck, xapi-stdext-unix, xapi-stdext-threads, xapi-stdext-std, xapi-stdext-pervasives, xapi-stdext-encodings and xapi-stdext-date (4.19.0)

authored by

Kate and committed by
GitHub
2b3a5544 8b3d03ed

+268 -1
+2 -1
packages/xapi-inventory/xapi-inventory.1.2.1/opam
··· 4 4 homepage: "https://github.com/xapi-project/xcp-inventory" 5 5 bug-reports: "https://github.com/xapi-project/xcp-inventory/issues" 6 6 dev-repo: "git+http://github.com/xapi-project/xcp-inventory.git" 7 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 7 8 tags: [ "org:xapi-project" ] 8 9 build: [ 9 10 ["ocamlfind" "ocamlc" "-linkpkg" "-package" "findlib,cmdliner" "-o" "configure" "configure.ml"] ··· 18 19 "base-threads" 19 20 "astring" 20 21 "xapi-stdext-unix" 21 - "xapi-stdext-threads" 22 + "xapi-stdext-threads" {< "4.19.0"} 22 23 "cmdliner" 23 24 "uuidm" 24 25 ]
+40
packages/xapi-stdext-date/xapi-stdext-date.4.19.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 + "ocaml" {>= "4.08.0"} 10 + "dune" {>= "1.11"} 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.19.0/xapi-stdext-4.19.0.tbz" 35 + checksum: [ 36 + "sha256=1b02f6ddcfa0553c8ae1cf0c4e1ed09550219ffbb25a6983043e7e909f0c6b5d" 37 + "sha512=f978c6984e6497725c97b5bcf037f7493d781616e9204b1d010e9c39171683abed81f3161005271885f1a99b41c384beffc28a682d1cf3cbd4ae2170d5733efc" 38 + ] 39 + } 40 + x-commit-hash: "690d233cf37c4e523e17e9b5ed74a118804bc9f5"
+37
packages/xapi-stdext-encodings/xapi-stdext-encodings.4.19.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 + "ocaml" 10 + "dune" {>= "1.11"} 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.19.0/xapi-stdext-4.19.0.tbz" 32 + checksum: [ 33 + "sha256=1b02f6ddcfa0553c8ae1cf0c4e1ed09550219ffbb25a6983043e7e909f0c6b5d" 34 + "sha512=f978c6984e6497725c97b5bcf037f7493d781616e9204b1d010e9c39171683abed81f3161005271885f1a99b41c384beffc28a682d1cf3cbd4ae2170d5733efc" 35 + ] 36 + } 37 + x-commit-hash: "690d233cf37c4e523e17e9b5ed74a118804bc9f5"
+38
packages/xapi-stdext-pervasives/xapi-stdext-pervasives.4.19.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 + "ocaml" {>= "4.08.0"} 10 + "dune" {>= "1.11"} 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.19.0/xapi-stdext-4.19.0.tbz" 33 + checksum: [ 34 + "sha256=1b02f6ddcfa0553c8ae1cf0c4e1ed09550219ffbb25a6983043e7e909f0c6b5d" 35 + "sha512=f978c6984e6497725c97b5bcf037f7493d781616e9204b1d010e9c39171683abed81f3161005271885f1a99b41c384beffc28a682d1cf3cbd4ae2170d5733efc" 36 + ] 37 + } 38 + x-commit-hash: "690d233cf37c4e523e17e9b5ed74a118804bc9f5"
+37
packages/xapi-stdext-std/xapi-stdext-std.4.19.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 + "ocaml" {>= "4.08.0"} 10 + "dune" {>= "1.11"} 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.19.0/xapi-stdext-4.19.0.tbz" 32 + checksum: [ 33 + "sha256=1b02f6ddcfa0553c8ae1cf0c4e1ed09550219ffbb25a6983043e7e909f0c6b5d" 34 + "sha512=f978c6984e6497725c97b5bcf037f7493d781616e9204b1d010e9c39171683abed81f3161005271885f1a99b41c384beffc28a682d1cf3cbd4ae2170d5733efc" 35 + ] 36 + } 37 + x-commit-hash: "690d233cf37c4e523e17e9b5ed74a118804bc9f5"
+39
packages/xapi-stdext-threads/xapi-stdext-threads.4.19.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 + "ocaml" 10 + "dune" {>= "1.11"} 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.19.0/xapi-stdext-4.19.0.tbz" 34 + checksum: [ 35 + "sha256=1b02f6ddcfa0553c8ae1cf0c4e1ed09550219ffbb25a6983043e7e909f0c6b5d" 36 + "sha512=f978c6984e6497725c97b5bcf037f7493d781616e9204b1d010e9c39171683abed81f3161005271885f1a99b41c384beffc28a682d1cf3cbd4ae2170d5733efc" 37 + ] 38 + } 39 + x-commit-hash: "690d233cf37c4e523e17e9b5ed74a118804bc9f5"
+39
packages/xapi-stdext-unix/xapi-stdext-unix.4.19.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 + "ocaml" {>= "4.08.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 + 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.19.0/xapi-stdext-4.19.0.tbz" 34 + checksum: [ 35 + "sha256=1b02f6ddcfa0553c8ae1cf0c4e1ed09550219ffbb25a6983043e7e909f0c6b5d" 36 + "sha512=f978c6984e6497725c97b5bcf037f7493d781616e9204b1d010e9c39171683abed81f3161005271885f1a99b41c384beffc28a682d1cf3cbd4ae2170d5733efc" 37 + ] 38 + } 39 + x-commit-hash: "690d233cf37c4e523e17e9b5ed74a118804bc9f5"
+36
packages/xapi-stdext-zerocheck/xapi-stdext-zerocheck.4.19.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 + "ocaml" 10 + "dune" {>= "1.11"} 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.19.0/xapi-stdext-4.19.0.tbz" 31 + checksum: [ 32 + "sha256=1b02f6ddcfa0553c8ae1cf0c4e1ed09550219ffbb25a6983043e7e909f0c6b5d" 33 + "sha512=f978c6984e6497725c97b5bcf037f7493d781616e9204b1d010e9c39171683abed81f3161005271885f1a99b41c384beffc28a682d1cf3cbd4ae2170d5733efc" 34 + ] 35 + } 36 + x-commit-hash: "690d233cf37c4e523e17e9b5ed74a118804bc9f5"