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 ["dune" "subst"] {dev}
12 ["dune" "build" "-p" name "-j" jobs]
13 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
14]
15
16depends: [
17 "dune" {>= "1.0"}
18 "ocaml" {>= "4.04.2"}
19 "cstruct" {>= "3.2.0" & < "6.1.0"}
20 "cstruct-lwt"
21 "mirage-kv-lwt" {>= "1.0.0" & < "2.0.0"}
22 "mirage-fs-lwt" {>= "1.0.0"}
23 "lwt"
24 "rresult" {with-test}
25 "mirage-clock-unix" {with-test & >= "1.2.0" & < "3.0.0"}
26 "alcotest" {with-test & >= "0.7.1" & < "1.4.0"}
27 "ptime" {with-test}
28]
29synopsis: "Passthrough filesystem for MirageOS on Unix"
30description: """
31This is a pass-through Mirage filesystem to an underlying Unix directory. The
32interface is intended to support eventual privilege separation (e.g. via the
33Casper daemon in FreeBSD 11).
34
35The current version supports the `Mirage_fs.S` and `Mirage_fs_lwt.S` signatures
36defined in the `mirage-fs` package.
37"""
38url {
39 src:
40 "https://github.com/mirage/mirage-fs-unix/releases/download/v1.6.0/mirage-fs-unix-v1.6.0.tbz"
41 checksum: [
42 "sha256=59d354d07b26dc37ce7aa82935bc9f18bcf757acfa81188162eb331d06b74871"
43 "md5=7111e1367e6a94663a8ddb3861d948a5"
44 ]
45}
46flags: deprecated