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 "protocol-9p" {>="1.0.0" & <"2.0.0"} 12 "base-bytes" 13 "cstruct" {>= "3.0.0" & < "6.0.0"} 14 "cstruct-lwt" {>= "3.0.0" & < "6.0.0"} 15 "sexplib" {> "113.00.00"} 16 "prometheus" 17 "rresult" 18 "mirage-flow-lwt" 19 "mirage-kv-lwt" {< "2.0.0"} 20 "mirage-channel-lwt" 21 "lwt" {>= "3.0.0"} 22 "base-unix" 23 "astring" 24 "fmt" 25 "logs" {>= "0.5.0"} 26 "win-error" 27 "io-page-unix" {>= "2.0.0"} 28 "ppx_sexp_conv" 29 "alcotest" {with-test & >= "0.4.0"} 30] 31build: [ 32 ["dune" "subst"] {dev} 33 ["dune" "build" "-p" name "-j" jobs] 34# ["dune" "runtest" "-p" name "-j" jobs] {with-test} 35] 36dev-repo: "git+https://github.com/mirage/ocaml-9p.git" 37synopsis: "A Unix implementation of the 9p protocol in pure OCaml" 38description: """ 39ocaml-9p is an implementation of the 9P protocol, written in 40a Mirage-friendly style. This package supports the Unix socket 41library. 42""" 43url { 44 src: 45 "https://github.com/mirage/ocaml-9p/releases/download/v1.0.0/protocol-9p-v1.0.0.tbz" 46 checksum: [ 47 "sha256=76aa5851ba737457b3af4f328e06cd180374a53035fd2d648cc7795248af14d6" 48 "md5=61542ca258532b913b6b40e12160cee2" 49 ] 50}