opam-version: "2.0" maintainer: "dave@recoil.org" authors: ["David Scott" "David Sheets" "Thomas Leonard" "Anil Madhavapeddy"] license: "ISC" homepage: "https://github.com/mirage/ocaml-9p" doc: "https://mirage.github.io/ocaml-9p/" bug-reports: "https://github.com/mirage/ocaml-9p/issues" depends: [ "ocaml" {>= "4.03.0"} "dune" {>= "1.0"} "protocol-9p" {>="1.0.1" & <"2.0.0"} "base-bytes" "cstruct" {>= "3.0.0" & < "6.0.0"} "cstruct-lwt" {>= "3.0.0" & < "6.0.0"} "sexplib" {> "113.00.00"} "prometheus" "rresult" "mirage-flow-lwt" "mirage-kv-lwt" {< "2.0.0"} "mirage-channel-lwt" "lwt" {>= "3.0.0"} "base-unix" "astring" "fmt" "logs" {>= "0.5.0"} "win-error" "io-page-unix" {>= "2.0.0"} "ppx_sexp_conv" "alcotest" {with-test & >= "0.4.0"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] # ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] dev-repo: "git+https://github.com/mirage/ocaml-9p.git" synopsis: "A Unix implementation of the 9p protocol in pure OCaml" description: """ ocaml-9p is an implementation of the 9P protocol, written in a Mirage-friendly style. This package supports the Unix socket library. """ url { src: "https://github.com/mirage/ocaml-9p/releases/download/v1.0.1/protocol-9p-v1.0.1.tbz" checksum: [ "sha256=0e9d4aa759859d8b8c6de481199db58f402ffbd7fcf2a8829c2d4a1f16a3c142" "md5=db531adcbacff8e7afb54bb5792959e5" ] }