this repo has no description
1opam-version: "2.0"
2maintainer: "anil@recoil.org"
3tags: [
4 "org:mirage"
5 "org:xapi-project"
6]
7build: [[make "all"]]
8depends: [
9 "ocaml" {< "5.0"}
10 "ocamlfind"
11 "ocamlbuild" {build}
12]
13synopsis: "MirageOS filesystem utilities"
14url {
15 src: "https://github.com/mirage/mirage-fs/tarball/mirage-fs-0.3.0"
16 checksum: [
17 "sha256=c54b3365e745cd8c188466784eabf29c5dc262aed7717d5ae73ee92167309ad0"
18 "md5=6ddcfc6607e5f1a6b47cb3e08cebdd1a"
19 ]
20}
21flags: deprecated
22post-messages: [ "mirage-fs is deprecated, and has been superseeded by mirage-kv" ]