Skip to content

Commit

Permalink
Merge pull request xapi-project#11 from gaborigloi/sync_opam
Browse files Browse the repository at this point in the history
Sync opam file with xs-opam
  • Loading branch information
mseri authored Jun 9, 2017
2 parents aa6f8dc + 7745680 commit cecd1f6
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions opam
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
opam-version: "1.2"
maintainer: "john.else@citrix.com"
maintainer: "xen-api@lists.xen.org"
authors: "xen-api@lists.xen.org"
homepage: "https://xapi-project.github.io/"
homepage: "https://github.com/xapi-project/xcp-inventory"
bug-reports: "https://github.com/xapi-project/xcp-inventory/issues"
dev-repo: "git://github.com/xapi-project/xcp-inventory.git"
tags: [ "org:xapi-project" ]
build: [
["oasis" "setup"]
["./configure" "--default_inventory=%{prefix}%/etc"]
[make]
]
Expand All @@ -16,8 +16,11 @@ remove: [
[make "uninstall"]
]
depends: [
"ocamlfind"
"xapi-stdext" {>= "2.0.0"}
"cmdliner"
"ocamlfind" {build}
"oasis" {build}
]
"ocamlbuild" {build}
"base-threads"
"xapi-stdext"
"cmdliner"
"uuidm"
]

0 comments on commit cecd1f6

Please # to comment.