this repo has no description
1opam-version: "2.0" 2maintainer: "dave@recoil.org" 3authors: [ "David Scott" "David Sheets" "Thomas Leonard" ] 4license: "ISC" 5homepage: "https://github.com/mirage/ocaml-9p" 6dev-repo: "git+https://github.com/mirage/ocaml-9p.git" 7bug-reports: "https://github.com/mirage/ocaml-9p/issues" 8doc: "https://mirage.github.io/ocaml-9p/" 9 10build: [ 11 ["jbuilder" "subst" "-p" name "--name" name] {dev} 12 ["jbuilder" "build" "-p" name "-j" jobs] 13] 14depends: [ 15 "ocaml" {>= "4.03.0"} 16 "jbuilder" {>= "1.0+beta10"} 17 "protocol-9p" {= "0.11.2"} 18 "io-page-unix" {>= "2.0.0"} 19 "base-bytes" 20 "cstruct" {>= "3.0.0" & < "6.0.0"} 21 "cstruct-lwt" {>= "3.0.0" & < "6.0.0"} 22 "sexplib" {> "113.00.00"} 23 "prometheus" 24 "result" 25 "rresult" 26 "mirage-flow-lwt" 27 "mirage-kv-lwt" {< "2.0.0"} 28 "mirage-channel-lwt" 29 "lwt" {>= "3.0.0"} 30 "base-unix" 31 "cmdliner" 32 "astring" 33 "named-pipe" {>= "0.4.0"} 34 "fmt" 35 "logs" {>= "0.5.0"} 36 "win-error" 37 "ppx_deriving" 38 "ppx_sexp_conv" 39 "ppx_tools" 40 "alcotest" {with-test & >= "0.4.0"} 41] 42synopsis: "Unix clients and servers for the 9P protocol" 43url { 44 src: 45 "https://github.com/mirage/ocaml-9p/releases/download/v0.11.2/protocol-9p-0.11.2.tbz" 46 checksum: [ 47 "sha256=75c07b8071379c6479dde31add863154ea27e8afaa3d102767be9fd07ccc1daf" 48 "md5=013a43f71feead2b7200b308487d5702" 49 ] 50}