Skip to content

Commit 2de5d5b

Browse files
committed
[new release] xenstore-tool (2 packages) (1.5.0)
CHANGES: * Remove usage of deprecated 'restrict'
1 parent 14fd69d commit 2de5d5b

File tree

2 files changed

+93
-0
lines changed
  • packages
    • xenstore-tool/xenstore-tool.1.5.0
    • xenstore_transport/xenstore_transport.1.5.0

2 files changed

+93
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
opam-version: "2.0"
2+
maintainer: "dave@recoil.org"
3+
authors: [
4+
"Christian Lindig"
5+
"David Scott"
6+
"Euan Harris"
7+
"John Else"
8+
"Jon Ludlam"
9+
"Jonathan Davies"
10+
"Marcello Seri"
11+
"Si Beaumont"
12+
"Thomas Sanders"
13+
"Vincent Bernardoff"
14+
]
15+
license: "LGPL-2.1-only"
16+
tags: ["org:mirage" "org:xapi-project"]
17+
homepage: "https://github.com/xapi-project/ocaml-xenstore-clients"
18+
doc: "https://xapi-project.github.io/ocaml-xenstore-clients/"
19+
bug-reports: "https://github.com/xapi-project/ocaml-xenstore-clients/issues"
20+
depends: [
21+
"ocaml" {>= "4.04.0"}
22+
"dune" {>= "1.0"}
23+
"camlp-streams"
24+
"lwt"
25+
"xenstore" {>= "2.0.0"}
26+
"xenstore_transport"
27+
]
28+
build: [
29+
["dune" "subst"] {pinned}
30+
["dune" "build" "-p" name "-j" jobs]
31+
]
32+
dev-repo: "git+https://github.com/xapi-project/ocaml-xenstore-clients.git"
33+
synopsis: "Command line tool for interfacing with xenstore"
34+
description: """
35+
This is a CLI `xs` tool for interfacing with XenStore.
36+
"""
37+
url {
38+
src:
39+
"https://github.com/xapi-project/ocaml-xenstore-clients/releases/download/1.5.0/xenstore-tool-1.5.0.tbz"
40+
checksum: [
41+
"sha256=3e1b1d830ff982c5392910ea83bdee6d7aefa50e5c2a947a24d3beeb10c0e45f"
42+
"sha512=435bb1de5a638c25d7e050cb12284379a0e9de4f8818f673a4b6d228d21b8d8103ab8bde76f598104a6c67b15b31c6b2a54e07caf4a0629538178fc6fc1abe4f"
43+
]
44+
}
45+
x-commit-hash: "9d6391c9dab4afa6f3f69b8f0578538c8d05942d"
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
opam-version: "2.0"
2+
maintainer: "dave@recoil.org"
3+
authors: [
4+
"Christian Lindig"
5+
"David Scott"
6+
"Euan Harris"
7+
"John Else"
8+
"Jon Ludlam"
9+
"Jonathan Davies"
10+
"Marcello Seri"
11+
"Si Beaumont"
12+
"Thomas Sanders"
13+
"Vincent Bernardoff"
14+
]
15+
license: "LGPL-2.1-only"
16+
tags: ["org:mirage" "org:xapi-project"]
17+
homepage: "http://github.com/xapi-project/ocaml-xenstore-clients"
18+
doc: "http://xapi-project.github.io/ocaml-xenstore-clients"
19+
bug-reports: "http://github.com/xapi-project/ocaml-xenstore-clients/issues"
20+
depends: [
21+
"ocaml" {>= "4.04.0"}
22+
"ocamlfind" {build}
23+
"dune" {>= "1.0"}
24+
"lwt"
25+
"xenstore" {>= "2.0.0"}
26+
"ounit2" {with-test}
27+
]
28+
build: [
29+
["dune" "subst"] {pinned}
30+
["dune" "build" "-p" name "-j" jobs]
31+
]
32+
dev-repo: "git+https://github.com/xapi-project/ocaml-xenstore-clients.git"
33+
synopsis: "Low-level libraries for connecting to a xenstore service on a xen host"
34+
description: """
35+
These libraries contain the IO functions for communicating with a
36+
xenstore service on a xen host. One subpackage deals with regular Unix
37+
threads and another deals with Lwt co-operative threads.
38+
"""
39+
url {
40+
src:
41+
"https://github.com/xapi-project/ocaml-xenstore-clients/releases/download/1.5.0/xenstore-tool-1.5.0.tbz"
42+
checksum: [
43+
"sha256=3e1b1d830ff982c5392910ea83bdee6d7aefa50e5c2a947a24d3beeb10c0e45f"
44+
"sha512=435bb1de5a638c25d7e050cb12284379a0e9de4f8818f673a4b6d228d21b8d8103ab8bde76f598104a6c67b15b31c6b2a54e07caf4a0629538178fc6fc1abe4f"
45+
]
46+
}
47+
x-commit-hash: "9d6391c9dab4afa6f3f69b8f0578538c8d05942d"
48+

0 commit comments

Comments
 (0)