Skip to content

Commit 9f10c2d

Browse files
committed
Fix opam lint errors
Signed-off-by: John Else <[email protected]>
1 parent 50a2c3a commit 9f10c2d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

opam

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
opam-version: "1"
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"
26
maintainer: "[email protected]"
37
build: [
48
[make "all"]
5-
[make "install"]
69
]
710
build-test: [
811
[make "test"]
912
]
13+
install: [
14+
[make "install"]
15+
]
1016
remove: [
1117
["ocamlfind" "remove" "xcp"]
1218
]

0 commit comments

Comments
 (0)