this repo has no description
1opam-version: "2.0" 2maintainer: "dave@recoil.org" 3license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 4authors: [ 5 "Vincent Hanquez" 6 "Thomas Gazagnaire" 7 "Dave Scott" 8 "Anil Madhavapeddy" 9 "Vincent Bernardoff" 10] 11homepage: "https://github.com/mirage/ocaml-xenstore" 12bug-reports: "https://github.com/mirage/ocaml-xenstore/issues" 13dev-repo: "git+https://github.com/mirage/ocaml-xenstore.git" 14doc: "https://mirage.github.io/ocaml-xenstore" 15 16build: [ 17 ["jbuilder" "subst" "-p" name "--name" name] {dev} 18 ["jbuilder" "build" "-p" name "-j" jobs] 19 ["jbuilder" "runtest" "-p" name] {with-test} 20] 21depends: [ 22 "ocaml" {>= "4.04.0" & < "5.0"} 23 "jbuilder" {>= "1.0+beta9"} 24 "cstruct" {>= "3.2.0" & < "3.4.0"} 25 "ppx_cstruct" {<"3.4.0"} 26 "ppx_tools" 27 "lwt" 28 "ounit" {with-test} 29] 30synopsis: "Xenstore protocol clients and server" 31url { 32 src: 33 "https://github.com/mirage/ocaml-xenstore/releases/download/2.0.0/xenstore-2.0.0.tbz" 34 checksum: [ 35 "sha256=8c37f72c768a1942600a4f58d171029d45645d205c655c5f62cb90709876ac9d" 36 "md5=c1b3234c5468d37253fab2fe23a719b5" 37 ] 38}