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,protocol-9p-tool" ]
]

depends: [
  "ocaml" {>= "4.03.0"}
  "protocol-9p" {= "0.10.0"}
  "protocol-9p-unix" {= "0.10.0"}
  "base-bytes"
  "rresult"
  "logs" {>= "0.5.0"}
  "fmt"
  "protocol-9p"
  "protocol-9p-unix"
  "lambda-term" {< "2.0"}
  "win-error"
  "cmdliner"
  "io-page"
  "io-page-unix"
  "ocamlfind" {build}
  "jbuilder"
]
synopsis: "A simple command-line tool for accessing 9P servers"
url {
  src: "https://github.com/mirage/ocaml-9p/archive/v0.10.0.tar.gz"
  checksum: "md5=b2a8aa6eaebb88ab1f9dd5fa55d57031"
}
