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.08.0"}
16 "dune" {>= "1.0"}
17 "lwt"
18 "ounit2" {with-test}
19]
20build: [
21 ["dune" "subst"] {dev}
22 ["dune" "build" "-p" name "-j" jobs]
23 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
24]
25dev-repo: "git+https://github.com/mirage/ocaml-xenstore.git"
26synopsis: "Xenstore protocol in pure OCaml"
27description: """
28This repo contains:
291. a xenstore client library, a merge of the Mirage and XCP ones
302. a xenstore server library
313. a xenstore server instance which runs under Unix with libxc
324. a xenstore server instance which runs on mirage.
33
34The client and the server libraries have sets of unit-tests.
35"""
36url {
37 src:
38 "https://github.com/mirage/ocaml-xenstore/releases/download/v2.3.0/xenstore-2.3.0.tbz"
39 checksum: [
40 "sha256=d63c6bbcb2d3c297767d83c0a0f6dd46cecfd4e691f1cf5c5b6554445ec1b3f4"
41 "sha512=5cea990ab16ef708e53605172f708dde6ed15981cca6890939274db6efde1e5b2f9ec5c659d4d2f4115c5e0c3b69bcacc798a0d7fd5c1b75b83ddccd699de189"
42 ]
43}
44x-commit-hash: "0195baf7409ee6223f5821df63732e6516aa12a0"
45x-maintenance-intent: [ "(latest)" ]