-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5878 from psafont/up
- Loading branch information
Showing
9 changed files
with
123 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,94 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: [ "[email protected]" ] | ||
homepage: "https://github.com/xapi-project/xen-api" | ||
synopsis: "The toolstack daemon which implements the XenAPI" | ||
description: | ||
"This daemon exposes the XenAPI and is used by clients such as 'xe' and 'XenCenter' to manage clusters of Xen-enabled hosts." | ||
maintainer: ["Xapi project maintainers"] | ||
authors: ["[email protected]"] | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
homepage: "https://xapi-project.github.io/" | ||
bug-reports: "https://github.com/xapi-project/xen-api/issues" | ||
dev-repo: "git+https://github.com/xapi-project/xen-api.git" | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs ] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
depends: [ | ||
"ocaml" | ||
"dune" | ||
"alcotest" # needed to generate the quicktest binary | ||
"dune" {>= "3.15"} | ||
"alcotest" | ||
"angstrom" | ||
"base-threads" | ||
"base64" | ||
"cdrom" | ||
"conf-pam" | ||
"crowbar" {with-test} | ||
"ctypes" | ||
"ctypes-foreign" | ||
"domain-name" | ||
"ezxenstore" | ||
"ezxenstore" {= version} | ||
"fmt" {with-test} | ||
"hex" | ||
"http-lib" {with-test} # the public library is only used for testing | ||
"http-lib" {with-test & = version} | ||
"ipaddr" | ||
"mirage-crypto" {with-test} | ||
"mirage-crypto" | ||
"mirage-crypto-pk" | ||
"mirage-crypto-rng" {with-test} | ||
"message-switch-unix" | ||
"mirage-crypto-rng" {>= "0.11.0"} | ||
"message-switch-unix" {= version} | ||
"mtime" | ||
"opentelemetry-client-ocurl" | ||
"pci" | ||
"pciutil" | ||
"pciutil" {= version} | ||
"ppx_deriving_rpc" | ||
"ppx_sexp_conv" | ||
"ppx_deriving" | ||
"psq" | ||
"rpclib" | ||
"rrdd-plugin" | ||
"rrdd-plugin" {= version} | ||
"rresult" | ||
"sexpr" | ||
"sha" | ||
"stunnel" | ||
"stunnel" {= version} | ||
"tar" | ||
"tar-unix" | ||
"base-threads" | ||
"base-unix" | ||
"uuid" | ||
"uuid" {= version} | ||
"x509" | ||
"xapi-client" | ||
"xapi-cli-protocol" | ||
"xapi-consts" | ||
"xapi-datamodel" | ||
"xapi-expiry-alerts" | ||
"xapi-stdext-date" | ||
"xapi-stdext-pervasives" | ||
"xapi-stdext-std" | ||
"xapi-stdext-threads" | ||
"xapi-stdext-unix" | ||
"xapi-stdext-zerocheck" | ||
"xapi-client" {= version} | ||
"xapi-cli-protocol" {= version} | ||
"xapi-consts" {= version} | ||
"xapi-datamodel" {= version} | ||
"xapi-expiry-alerts" {= version} | ||
"xapi-idl" {= version} | ||
"xapi-inventory" {= version} | ||
"xapi-log" {= version} | ||
"xapi-stdext-date" {= version} | ||
"xapi-stdext-pervasives" {= version} | ||
"xapi-stdext-std" {= version} | ||
"xapi-stdext-threads" {= version} | ||
"xapi-stdext-unix" {= version} | ||
"xapi-stdext-zerocheck" {= version} | ||
"xapi-test-utils" {with-test} | ||
"xapi-tracing" | ||
"xapi-types" | ||
"xapi-xenopsd" | ||
"xapi-idl" | ||
"xapi-inventory" | ||
"xml-light2" | ||
"xapi-tracing" {= version} | ||
"xapi-types" {= version} | ||
"xapi-xenopsd" {= version} | ||
"xml-light2" {= version} | ||
"yojson" | ||
"zstd" | ||
"zstd" {= version} | ||
"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/xen-api.git" | ||
depexts: [ | ||
["hwdata" "libxxhash-dev" "libxxhash0"] {os-distribution = "debian"} | ||
["hwdata" "libxxhash-dev" "libxxhash0"] {os-distribution = "ubuntu"} | ||
["hwdata" "xxhash-devel" "xxhash-libs"] {os-distribution = "centos"} | ||
["hwdata" "xxhash-devel" "xxhash-libs"] {os-distribution = "fedora"} | ||
["hwdata" "xxhash-dev" "xxhash"] {os-distribution = "alpine"} | ||
] | ||
synopsis: "The xapi toolstack daemon which implements the XenAPI" | ||
description: """ | ||
This daemon exposes the XenAPI and is used by clients such as 'xe' | ||
and 'XenCenter' to manage clusters of Xen-enabled hosts.""" | ||
url { | ||
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,7 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: [ "[email protected]" ] | ||
homepage: "https://github.com/xapi-project/xen-api" | ||
bug-reports: "https://github.com/xapi-project/xen-api/issues" | ||
dev-repo: "git+https://github.com/xapi-project/xen-api.git" | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs ] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
depends: [ | ||
"ocaml" | ||
"dune" | ||
"alcotest" # needed to generate the quicktest binary | ||
"angstrom" | ||
"base64" | ||
"cdrom" | ||
"conf-pam" | ||
"crowbar" {with-test} | ||
"ctypes" | ||
"ctypes-foreign" | ||
"domain-name" | ||
"ezxenstore" | ||
"fmt" {with-test} | ||
"hex" | ||
"http-lib" {with-test} # the public library is only used for testing | ||
"ipaddr" | ||
"mirage-crypto" {with-test} | ||
"mirage-crypto-pk" | ||
"mirage-crypto-rng" {with-test} | ||
"message-switch-unix" | ||
"mtime" | ||
"opentelemetry-client-ocurl" | ||
"pci" | ||
"pciutil" | ||
"ppx_deriving_rpc" | ||
"ppx_sexp_conv" | ||
"ppx_deriving" | ||
"psq" | ||
"rpclib" | ||
"rrdd-plugin" | ||
"rresult" | ||
"sexpr" | ||
"sha" | ||
"stunnel" | ||
"tar" | ||
"tar-unix" | ||
"base-threads" | ||
"base-unix" | ||
"uuid" | ||
"x509" | ||
"xapi-client" | ||
"xapi-cli-protocol" | ||
"xapi-consts" | ||
"xapi-datamodel" | ||
"xapi-expiry-alerts" | ||
"xapi-stdext-date" | ||
"xapi-stdext-pervasives" | ||
"xapi-stdext-std" | ||
"xapi-stdext-threads" | ||
"xapi-stdext-unix" | ||
"xapi-stdext-zerocheck" | ||
"xapi-test-utils" {with-test} | ||
"xapi-tracing" | ||
"xapi-types" | ||
"xapi-xenopsd" | ||
"xapi-idl" | ||
"xapi-inventory" | ||
"xml-light2" | ||
"yojson" | ||
"zstd" | ||
] | ||
depexts: [ | ||
["hwdata" "libxxhash-dev" "libxxhash0"] {os-distribution = "debian"} | ||
["hwdata" "libxxhash-dev" "libxxhash0"] {os-distribution = "ubuntu"} | ||
["hwdata" "xxhash-devel" "xxhash-libs"] {os-distribution = "centos"} | ||
["hwdata" "xxhash-devel" "xxhash-libs"] {os-distribution = "fedora"} | ||
["hwdata" "xxhash-dev" "xxhash"] {os-distribution = "alpine"} | ||
] | ||
synopsis: "The xapi toolstack daemon which implements the XenAPI" | ||
description: """ | ||
This daemon exposes the XenAPI and is used by clients such as 'xe' | ||
and 'XenCenter' to manage clusters of Xen-enabled hosts.""" | ||
url { | ||
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz" | ||
} |