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] {dev} 12 ["jbuilder" "build" "-p" name "-j" jobs] 13] 14depends: [ 15 "ocaml" {>= "4.03.0"} 16 "jbuilder" {>= "1.0+beta10"} 17 "protocol-9p" {="0.12.1"} 18 "base-bytes" 19 "cstruct" {>= "3.0.0" & < "6.0.0"} 20 "cstruct-lwt" {>= "3.0.0" & < "6.0.0"} 21 "sexplib" {> "113.00.00"} 22 "prometheus" 23 "result" 24 "rresult" 25 "mirage-flow-lwt" 26 "mirage-kv-lwt" {< "2.0.0"} 27 "mirage-channel-lwt" 28 "lwt" {>= "3.0.0"} 29 "base-unix" 30 "astring" 31 "fmt" 32 "logs" {>= "0.5.0"} 33 "win-error" 34 "io-page-unix" {>= "2.0.0"} 35 "ppx_sexp_conv" {build} 36 "ppx_tools" {build} 37 "ocaml-migrate-parsetree" {< "2.0.0"} 38 "alcotest" {with-test & >= "0.4.0"} 39] 40synopsis: "Unix clients and servers for the 9P protocol" 41url { 42 src: "https://github.com/mirage/ocaml-9p/archive/0.12.1.tar.gz" 43 checksum: [ 44 "sha256=a356335b391a4ee3f160dcdb3d4787bd4026838faad33bfc3057db688276aa64" 45 "md5=dc8c33276969a86134614ef6575b5428" 46 ] 47}