this repo has no description
1opam-version: "2.0" 2maintainer: "dave@recoil.org" 3authors: ["David Scott" "David Sheets" "Thomas Leonard" "Anil Madhavapeddy"] 4license: "ISC" 5homepage: "https://github.com/mirage/ocaml-9p" 6doc: "https://mirage.github.io/ocaml-9p/" 7bug-reports: "https://github.com/mirage/ocaml-9p/issues" 8depends: [ 9 "ocaml" {>= "4.03.0"} 10 "dune" {>= "1.0"} 11 "base-bytes" 12 "cstruct" {>= "6.0.0"} 13 "cstruct-sexp" 14 "sexplib" {> "113.00.00" & < "v0.15"} 15 "rresult" 16 "mirage-flow" {>= "3.0.0"} 17 "mirage-channel" {>= "4.0.0"} 18 "lwt" {>= "3.0.0"} 19 "astring" 20 "fmt" {>= "0.8.7"} 21 "logs" {>= "0.5.0"} 22 "win-error" 23 "ppx_sexp_conv" {>= "v0.9.0" & < "v0.15"} 24 "alcotest" {with-test & >= "0.4.0"} 25] 26build: [ 27 ["dune" "subst"] {dev} 28 ["dune" "build" "-p" name "-j" jobs] 29] 30dev-repo: "git+https://github.com/mirage/ocaml-9p.git" 31synopsis: "An implementation of the 9p protocol in pure OCaml" 32description: """ 33ocaml-9p is an implementation of the 9P protocol, written in 34a Mirage-friendly style. This library supports the 35[9P2000.u extension](http://ericvh.github.io/9p-rfc/rfc9p2000.u.html). 36Please also refer to the `protocol-9p-unix` package for a 37Unix/Windows implementation, and to `protocol-9p-tool` for a 38CLI interface. 39""" 40url { 41 src: 42 "https://github.com/mirage/ocaml-9p/releases/download/2.0.2/protocol-9p-2.0.2.tbz" 43 checksum: [ 44 "sha256=a4c0585e81f5c57c879560318016aeb022163044f2c7ae086af3dfcbbe1b8164" 45 "sha512=253bafb9a41d7e641d8f8c117de4a561f7b0a81dd7e54ab9ea322375818fe1e4d952bc7b4fdabc88cab30b2df082f0cf5c0764e5d63474c1ee43a8e3f591694e" 46 ] 47} 48x-commit-hash: "5fcd2ff1904cb044c36e4e9b0131714d11e34127"