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" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.03.0"} "jbuilder" {>= "1.0+beta10"} "protocol-9p" {>= "0.12.0"} "protocol-9p-unix" {>= "0.12.0"} "base-bytes" "rresult" "logs" {>= "0.5.0"} "fmt" "lambda-term" {< "2.0"} "win-error" "cmdliner" "cstruct" {< "6.1.0"} ] synopsis: "A simple command-line tool for accessing 9P servers" url { src: "https://github.com/mirage/ocaml-9p/releases/download/v0.12.0/protocol-9p-0.12.0.tbz" checksum: [ "sha256=c2a4f22a5a1d8b589a05a33c8c08cdfc3aa372179c3cd0aac3003e7ee3c730fe" "md5=aebba63a018939bc112de499fa32fafb" ] }