opam-version: "2.0"
maintainer:   "dave@recoil.org"
authors:      [ "David Scott" "David Sheets" "Thomas Leonard" ]
license:      "ISC"
homepage:     "https://github.com/mirage/ocaml-9p"
dev-repo: "git+https://github.com/mirage/ocaml-9p.git"
bug-reports:  "https://github.com/mirage/ocaml-9p/issues"
doc:          "https://mirage.github.io/ocaml-9p/"

build: [
  ["jbuilder" "build" "--only-packages=protocol-9p-unix,protocol-9p"]
  ["jbuilder" "runtest"] {with-test}
]
depends: [
  "ocaml" {>= "4.03.0"}
  "protocol-9p" {= "0.10.0"}
  "base-bytes"
  "cstruct" {>= "1.9.0" & < "6.0.0"}
  "sexplib" {> "113.00.00" & < "v0.15"}
  "result"
  "rresult"
  "mirage-flow-lwt"
  "mirage-kv-lwt" {< "2.0.0"}
  "mirage-channel-lwt"
  "lwt" {>= "3.0.0"}
  "base-unix"
  "cmdliner"
  "astring"
  "named-pipe" {>= "0.4.0"}
  "fmt"
  "logs" {>= "0.5.0"}
  "win-error"
  "ppx_deriving"
  "ppx_sexp_conv" {< "v0.15"}
  "ocamlfind" {build}
  "jbuilder"
  "ppx_tools"
  "alcotest" {with-test & >= "0.4.0"}
]
conflicts: [
  "io-page" {>= "2.0.0"}
]
synopsis: "Unix clients and servers for the 9P protocol"
url {
  src: "https://github.com/mirage/ocaml-9p/archive/v0.10.0.tar.gz"
  checksum: "md5=b2a8aa6eaebb88ab1f9dd5fa55d57031"
}
