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"}
  "base-bytes"
  "cstruct" {>= "3.0.0" & < "4.0.0"}
  "sexplib" {> "113.00.00" & < "v0.15"}
  "rresult"
  "mirage-flow-lwt"
  "mirage-channel-lwt"
  "lwt" {>= "3.0.0"}
  "astring"
  "fmt"
  "logs" {>= "0.5.0"}
  "win-error"
  "ppx_sexp_conv" {>= "v0.9.0" & < "v0.15"}
  "alcotest" {with-test & >= "0.4.0"}
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/mirage/ocaml-9p.git"
synopsis: "An 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 library supports the
[9P2000.u extension](http://ericvh.github.io/9p-rfc/rfc9p2000.u.html).
Please also refer to the `protocol-9p-unix` package for a
Unix/Windows implementation, and to `protocol-9p-tool` for a
CLI interface.
"""
url {
  src:
    "https://github.com/mirage/ocaml-9p/releases/download/v2.0.0/protocol-9p-v2.0.0.tbz"
  checksum: "md5=54e0a60a1913aaa0ef9a2547a635b754"
}
