We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a2c3a commit 9f10c2dCopy full SHA for 9f10c2d
opam
@@ -1,12 +1,18 @@
1
-opam-version: "1"
+opam-version: "1.2"
2
+authors: "Dave Scott"
3
+homepage: "https://github.com/xapi-project/xcp-idl"
4
+bug-reports: "https://github.com/xapi-project/xcp-idl/issues"
5
+dev-repo: "git://github.com/xapi-project/xcp-idl"
6
maintainer: "[email protected]"
7
build: [
8
[make "all"]
- [make "install"]
9
]
10
build-test: [
11
[make "test"]
12
13
+install: [
14
+ [make "install"]
15
+]
16
remove: [
17
["ocamlfind" "remove" "xcp"]
18
0 commit comments