-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opam: generate xapi-networkd using dune
Signed-off-by: Pau Ruiz Safont <[email protected]>
- Loading branch information
Showing
3 changed files
with
52 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,44 @@ | ||
# 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" | ||
dev-repo: "git+https://github.com/xapi-project/xen-api.git" | ||
synopsis: "The XCP networking daemon" | ||
maintainer: ["Xapi project maintainers"] | ||
authors: ["Jon Ludlam"] | ||
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" | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
depends: [ | ||
"astring" | ||
"dune" {>= "3.0"} | ||
"alcotest" {with-test} | ||
"astring" | ||
"base-threads" | ||
"forkexec" | ||
"http-lib" | ||
"forkexec" {= version} | ||
"http-lib" {= version} | ||
"mtime" | ||
"netlink" | ||
"re" | ||
"rpclib" | ||
"systemd" | ||
"xapi-idl" | ||
"xapi-idl" {= version} | ||
"xapi-inventory" | ||
"xapi-stdext-pervasives" | ||
"xapi-stdext-std" | ||
"xapi-stdext-threads" | ||
"xapi-stdext-unix" | ||
"xapi-stdext-pervasives" {= version} | ||
"xapi-stdext-std" {= version} | ||
"xapi-stdext-threads" {= version} | ||
"xapi-stdext-unix" {= version} | ||
"xapi-test-utils" | ||
"xen-api-client" | ||
"xen-api-client" {= version} | ||
"odoc" {with-doc} | ||
] | ||
synopsis: "The XCP networking daemon" | ||
url { | ||
src: | ||
"https://github.com/xapi-project/xen-api/archive/master.tar.gz" | ||
} | ||
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" |
This file was deleted.
Oops, something went wrong.