this repo has no description
1opam-version: "2.0" 2authors: [ "Mindy Preston" "Hannes Mehnert" "Anil Madhavapeddy" 3 "Thomas Gazagnaire" ] 4maintainer: [ "anil@recoil.org" "thomas@gazagnaire.org"] 5homepage: "https://github.com/mirage/mirage-fs-unix" 6dev-repo: "git+https://github.com/mirage/mirage-fs-unix.git" 7bug-reports: "https://github.com/mirage/mirage-fs-unix/issues" 8doc: "https://mirage.github.io/mirage-fs-unix/" 9tags: [ "org:mirage" ] 10build: [ 11 ["jbuilder" "build" "-p" name "-j" jobs] 12 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} 13] 14depends: [ 15 "ocaml" {>= "4.04.2"} 16 "jbuilder" {>= "1.0+beta7"} 17 "cstruct" {>= "3.2.0"} 18 "cstruct-lwt" {< "3.4.0"} 19 "mirage-kv-lwt" {>= "1.0.0" & < "2.0.0"} 20 "mirage-fs-lwt" {>= "1.0.0"} 21 "lwt" 22 "rresult" {with-test} 23 "mirage-clock-unix" {with-test & >= "1.2.0" & < "3.0.0"} 24 "alcotest" {with-test & >= "0.7.1" & < "1.4.0"} 25 "ptime" {with-test} 26] 27synopsis: "Passthrough filesystem for MirageOS on Unix" 28description: """ 29This is a pass-through Mirage filesystem to an underlying Unix directory. The 30interface is intended to support eventual privilege separation (e.g. via the 31Casper daemon in FreeBSD 11). 32 33The current version supports the `Mirage_fs.S` and `Mirage_fs_lwt.S` signatures 34defined in the `mirage-fs` package. 35 36* WWW: <https://mirage.io> 37* E-mail: <mirageos-devel@lists.xenproject.org>""" 38url { 39 src: 40 "https://github.com/mirage/mirage-fs-unix/releases/download/v1.4.1/mirage-fs-unix-1.4.1.tbz" 41 checksum: [ 42 "sha256=a1d5e6144574037f39e6d8ecbb08ed217039ee79e685f5d7562cd01bd736563d" 43 "md5=4ac34c69be8e1544af0ffaec9963ab95" 44 ] 45} 46flags: deprecated