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: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]
12
13depends: [
14 "ocaml" {>= "4.01.0"}
15 "ocamlfind" {build}
16 "ocamlbuild" {build}
17 "topkg" {build}
18 "fmt"
19 "result"
20 "mirage-device" {>= "1.0.0" & < "2.0.0"}
21]
22synopsis: "MirageOS filesystem utilities"
23url {
24 src:
25 "https://github.com/mirage/mirage-fs/releases/download/1.0.0/mirage-fs-1.0.0.tbz"
26 checksum: [
27 "sha256=811d2523b6ac800a4acd82c0acce9943dcd5ff7317c915a11f074000b62b24cd"
28 "md5=66de657d09269608a86b74f25259badc"
29 ]
30}
31flags: deprecated
32post-messages: [ "mirage-fs is deprecated, and has been superseeded by mirage-kv" ]