File tree 2 files changed +52
-28
lines changed
2 files changed +52
-28
lines changed Original file line number Diff line number Diff line change 1
1
# This file is generated by dune, edit dune-project instead
2
- license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
3
2
opam-version: "2.0"
4
- maintainer: "xen-api@lists.xen.org"
5
- authors: [ "xen-api@lists.xen.org" ]
6
- homepage: "https://github.com/xapi-project/xen-api"
3
+ synopsis: "Manipulate .vhd files"
4
+ maintainer: ["Xapi project maintainers"]
5
+ authors: ["xen-api@lists.xen.org"]
6
+ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
7
+ tags: ["org.mirage" "org:xapi-project"]
8
+ homepage: "https://xapi-project.github.io/"
7
9
bug-reports: "https://github.com/xapi-project/xen-api/issues"
8
- dev-repo: "git+https://github.com/xapi-project/xen-api.git"
9
- tags: [
10
- "org:mirage"
11
- "org:xapi-project"
12
- ]
13
- build: [[ "dune" "build" "-p" name "-j" jobs ]
14
- ]
15
10
depends: [
16
- "ocaml"
17
- "dune"
11
+ "dune" {>= "3.0"}
18
12
"alcotest-lwt" {with-test}
19
13
"cohttp-lwt"
20
14
"conf-libssl"
21
15
"cstruct" {>= "3.0.0"}
22
- "forkexec"
16
+ "ezxenstore" {= version}
17
+ "forkexec" {= version}
23
18
"io-page"
24
19
"lwt"
25
20
"nbd-unix"
@@ -29,14 +24,30 @@ depends: [
29
24
"rpclib"
30
25
"sha"
31
26
"tar"
32
- "vhd-format"
33
- "vhd-format-lwt"
34
- "xapi-idl"
35
- "xapi-log"
27
+ "vhd-format" {= version}
28
+ "vhd-format-lwt" {= version}
29
+ "xapi-idl" {= version}
30
+ "xapi-log" {= version}
31
+ "xen-api-client-lwt" {= version}
36
32
"xenstore"
37
33
"xenstore_transport"
34
+ "odoc" {with-doc}
35
+ ]
36
+ build: [
37
+ ["dune" "subst"] {dev}
38
+ [
39
+ "dune"
40
+ "build"
41
+ "-p"
42
+ name
43
+ "-j"
44
+ jobs
45
+ "@install"
46
+ "@runtest" {with-test}
47
+ "@doc" {with-doc}
48
+ ]
38
49
]
39
- synopsis : ".vhd file manipulation "
50
+ dev-repo : "git+https://github.com/xapi-project/xen-api.git "
40
51
url {
41
52
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz"
42
53
}
Original file line number Diff line number Diff line change
1
+ # This file is generated by dune, edit dune-project instead
1
2
opam-version: "2.0"
2
- name : "xapi-plugin "
3
- maintainer: "xen-api@lists.xen.org"
4
- authors: "xen-api@lists.xen.org"
3
+ synopsis : "Library to simplify writing xapi plugins in OCaml "
4
+ maintainer: ["Xapi project maintainers"]
5
+ authors: [ "xen-api@lists.xen.org"]
5
6
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
6
- homepage: "https://github.com/xapi-project/ocaml-xapi-plugin"
7
- dev-repo: "git+https://github.com/xapi-project/ocaml-xapi-plugin.git"
7
+ homepage: "https://xapi-project.github.io/"
8
8
bug-reports: "https://github.com/xapi-project/ocaml-xapi-plugin/issues"
9
- build: [[ "dune" "build" "-p" name "-j" jobs ]]
10
9
depends: [
11
- "ocaml"
12
- "dune" {build}
10
+ "dune" {>= "2.7"}
13
11
"base-unix"
14
12
"rpclib"
13
+ "odoc" {with-doc}
15
14
]
16
- synopsis: "Library to simplify writing xapi plugins in OCaml"
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/ocaml-xapi-plugin.git"
17
30
url {
18
31
src: "https://github.com/xapi-project/ocaml-xapi-plugin/archive/master.tar.gz"
19
32
}
You can’t perform that action at this time.
0 commit comments