Skip to content

Commit

Permalink
Add ezxenstore library
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Ludlam <[email protected]>
  • Loading branch information
jonludlam committed Mar 21, 2017
1 parent 51b36fd commit be2c0f1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/xs/ezxenstore.0.1.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
An easy-to-use xenstore library with a simplified interface geared
towards use within a daemon that maintains a single connection to
xenstored.

23 changes: 23 additions & 0 deletions packages/xs/ezxenstore.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
opam-version: "1.2"
maintainer: "[email protected]"
authors: ["[email protected]"]
license: "ISC"
homepage: "https://github.com/xapi-project/ezxenstore"
bug-reports: "https://github.com/xapi-project/ezxenstore/issues"
dev-repo: "https://github.com/xapi-project/ezxenstore.git"

build: [
make
]
install: [
make "install"
]
remove: [
"ocamlfind" "remove" "ezxenstore"
]
depends: [
"xenstore"
"xenstore_transport"
"logs"
"cmdliner"
]
2 changes: 2 additions & 0 deletions packages/xs/ezxenstore.0.1.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/xapi-project/ezxenstore/archive/v0.1.0/ezxenstore-0.1.0.tar.gz"

0 comments on commit be2c0f1

Please sign in to comment.