Skip to content

Commit

Permalink
Merge pull request #46 from jonludlam/ezxenstore
Browse files Browse the repository at this point in the history
Add ezxenstore library
  • Loading branch information
lindig authored Mar 22, 2017
2 parents 9c35316 + ee036dd commit 9930f48
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/xs/ezxenstore.0.1.1/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.

24 changes: 24 additions & 0 deletions packages/xs/ezxenstore.0.1.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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"
"oasis" {build}
]
2 changes: 2 additions & 0 deletions packages/xs/ezxenstore.0.1.1/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.1/ezxenstore-0.1.1.tar.gz"

0 comments on commit 9930f48

Please sign in to comment.