File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
packages/ezxenstore/ezxenstore.0.4.3 Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ 3+ 4+ license: "ISC"
5+ homepage: "https://github.com/xapi-project/ezxenstore"
6+ bug-reports: "https://github.com/xapi-project/ezxenstore/issues"
7+ dev-repo: "git+https://github.com/xapi-project/ezxenstore.git"
8+ build: [[ "dune" "build" "-p" name "-j" jobs ]]
9+ depends: [
10+ "ocaml"
11+ "dune" {>= "1.4"}
12+ "cmdliner" {with-test & >= "1.1.0"}
13+ "logs"
14+ "uuidm"
15+ "xenctrl"
16+ "xenstore"
17+ "xenstore_transport"
18+ ]
19+ synopsis:
20+ "An easy-to-use interface to xenstore"
21+ description: """
22+ An easy-to-use xenstore library with a simplified interface geared
23+ towards use within a daemon that maintains a single connection to
24+ xenstored."""
25+ url {
26+ src:
27+ "https://github.com/xapi-project/ezxenstore/releases/download/v0.4.3/ezxenstore-0.4.3.tbz"
28+ checksum: [
29+ "sha256=dfec80e8793dd289a3121be4c4fef6d4c5ee52b18df88bfed8f0ba1c53f527c1"
30+ "sha512=21a7f98b6335e2ffc19cfed95bd9cd559539fd149b2fa992f00c90deaf3841907631eda4679acd2b20db9d407f7d38495373154026b65ff44c4b9769f1ecf859"
31+ ]
32+ }
33+ x-commit-hash: "b7f5b9a37440bd32c57ec7708fdba58b2c5f7227"
You can’t perform that action at this time.
0 commit comments