this repo has no description
1opam-version: "2.0"
2maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>"
3authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"]
4homepage: "https://github.com/mirage/mirage-fs"
5doc: "https://mirage.github.io/mirage-fs/"
6license: "ISC"
7dev-repo: "git+https://github.com/mirage/mirage-fs.git"
8bug-reports: "https://github.com/mirage/mirage-fs/issues"
9tags: ["org:mirage"]
10
11build: [
12 ["jbuilder" "subst" "-p" name] {dev}
13 ["jbuilder" "build" "-p" name "-j" jobs]
14]
15
16depends: [
17 "ocaml" {>= "4.03.0"}
18 "jbuilder" {>= "1.0+beta10"}
19 "fmt"
20 "mirage-device" {>= "1.0.0" & < "2.0.0"}
21]
22synopsis: "MirageOS signatures for filesystem devices"
23description: """
24[](https://travis-ci.org/mirage/mirage-fs)
25
26mirage-fs provides the `[Mirage_fs.S][fs]` and `[Mirage_fs_lwt.S]` signatures
27the MirageOS filesystem devices should implement.
28
29[fs]: http://mirage.github.io/mirage-fs/Mirage_fs.html
30[fslwt]: http://mirage.github.io/mirage-fs/Mirage_fs_lwt.html"""
31url {
32 src:
33 "https://github.com/mirage/mirage-fs/releases/download/v1.1.1/mirage-fs-1.1.1.tbz"
34 checksum: [
35 "sha256=18922f2f1db28378f62d0ac492202419b161348a058cb567618aa10503992d92"
36 "md5=8e8f51347c4fec027025c76eda4ff6b5"
37 ]
38}
39flags: deprecated
40post-messages: [ "mirage-fs is deprecated, and has been superseeded by mirage-kv" ]