Skip to content

[new release] xenstore-tool (2 packages) (1.5.0) #28221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions packages/xenstore-tool/xenstore-tool.1.5.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
opam-version: "2.0"
maintainer: "dave@recoil.org"
authors: [
"Christian Lindig"
"David Scott"
"Euan Harris"
"John Else"
"Jon Ludlam"
"Jonathan Davies"
"Marcello Seri"
"Si Beaumont"
"Thomas Sanders"
"Vincent Bernardoff"
]
license: "LGPL-2.1-only"
tags: ["org:mirage" "org:xapi-project"]
homepage: "https://github.com/xapi-project/ocaml-xenstore-clients"
doc: "https://xapi-project.github.io/ocaml-xenstore-clients/"
bug-reports: "https://github.com/xapi-project/ocaml-xenstore-clients/issues"
depends: [
"ocaml" {>= "4.04.0"}
"dune" {>= "2.0"}
"camlp-streams"
"lwt"
"xenstore" {>= "2.0.0"}
"xenstore_transport"
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/xapi-project/ocaml-xenstore-clients.git"
synopsis: "Command line tool for interfacing with xenstore"
description: """
This is a CLI `xs` tool for interfacing with XenStore.
"""
url {
src:
"https://github.com/xapi-project/ocaml-xenstore-clients/releases/download/v1.5.0/xenstore-tool-1.5.0.tbz"
checksum: [
"sha256=3e1b1d830ff982c5392910ea83bdee6d7aefa50e5c2a947a24d3beeb10c0e45f"
"sha512=435bb1de5a638c25d7e050cb12284379a0e9de4f8818f673a4b6d228d21b8d8103ab8bde76f598104a6c67b15b31c6b2a54e07caf4a0629538178fc6fc1abe4f"
]
}
x-commit-hash: "9d6391c9dab4afa6f3f69b8f0578538c8d05942d"
48 changes: 48 additions & 0 deletions packages/xenstore_transport/xenstore_transport.1.5.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
opam-version: "2.0"
maintainer: "dave@recoil.org"
authors: [
"Christian Lindig"
"David Scott"
"Euan Harris"
"John Else"
"Jon Ludlam"
"Jonathan Davies"
"Marcello Seri"
"Si Beaumont"
"Thomas Sanders"
"Vincent Bernardoff"
]
license: "LGPL-2.1-only"
tags: ["org:mirage" "org:xapi-project"]
homepage: "http://github.com/xapi-project/ocaml-xenstore-clients"
doc: "http://xapi-project.github.io/ocaml-xenstore-clients"
bug-reports: "http://github.com/xapi-project/ocaml-xenstore-clients/issues"
depends: [
"ocaml" {>= "4.04.0"}
"ocamlfind" {build}
"dune" {>= "2.0"}
"lwt"
"xenstore" {>= "2.0.0"}
"ounit2" {with-test}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/xapi-project/ocaml-xenstore-clients.git"
synopsis: "Low-level libraries for connecting to a xenstore service on a xen host"
description: """
These libraries contain the IO functions for communicating with a
xenstore service on a xen host. One subpackage deals with regular Unix
threads and another deals with Lwt co-operative threads.
"""
url {
src:
"https://github.com/xapi-project/ocaml-xenstore-clients/releases/download/v1.5.0/xenstore-tool-1.5.0.tbz"
checksum: [
"sha256=3e1b1d830ff982c5392910ea83bdee6d7aefa50e5c2a947a24d3beeb10c0e45f"
"sha512=435bb1de5a638c25d7e050cb12284379a0e9de4f8818f673a4b6d228d21b8d8103ab8bde76f598104a6c67b15b31c6b2a54e07caf4a0629538178fc6fc1abe4f"
]
}
x-commit-hash: "9d6391c9dab4afa6f3f69b8f0578538c8d05942d"