this repo has no description
1opam-version: "2.0"
2maintainer: "dave@recoil.org"
3authors: [
4 "Vincent Hanquez"
5 "Thomas Gazagnaire"
6 "Dave Scott"
7 "Anil Madhavapeddy"
8 "Vincent Bernardoff"
9]
10homepage: "https://github.com/mirage/ocaml-xenstore"
11doc: "https://mirage.github.io/ocaml-xenstore/"
12bug-reports: "https://github.com/mirage/ocaml-xenstore/issues"
13license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
14depends: [
15 "ocaml" {>= "4.04.0"}
16 "dune" {>= "1.0"}
17 "cstruct" {>= "3.2.0"}
18 "ppx_cstruct" {>= "3.2.0"}
19 "lwt"
20 "ounit2" {with-test}
21]
22build: [
23 ["dune" "subst"] {dev}
24 ["dune" "build" "-p" name "-j" jobs]
25 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
26]
27dev-repo: "git+https://github.com/mirage/ocaml-xenstore.git"
28synopsis: "Xenstore protocol in pure OCaml"
29description: """
30This repo contains:
311. a xenstore client library, a merge of the Mirage and XCP ones
322. a xenstore server library
333. a xenstore server instance which runs under Unix with libxc
344. a xenstore server instance which runs on mirage.
35
36The client and the server libraries have sets of unit-tests.
37"""
38url {
39 src:
40 "https://github.com/mirage/ocaml-xenstore/releases/download/v2.2.0/xenstore-2.2.0.tbz"
41 checksum: [
42 "sha256=d4c9eab6de731de45d6091ef85d40d8cdf1de32c5410a0f6729c2da1cec3182d"
43 "sha512=79411344d5d4dfb49202bb9ca6e0e9d1343dcef60bc617dc24d5538b81f4e9265233870ab996a7043dd65cd9aff933b677a45371314a03ca35a79a00b1690e97"
44 ]
45}
46x-commit-hash: "ef2d94e4dc82c5ea87807d24f07b14db4e7be878"