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 "cstruct" {>= "0.6.0"}
11 "ocamlbuild" {build}
12]
13dev-repo: "git+https://github.com/mirage/mirage-fs"
14synopsis: "MirageOS filesystem utilities"
15url {
16 src: "https://github.com/mirage/mirage-fs/archive/mirage-fs-0.5.0.tar.gz"
17 checksum: [
18 "sha256=0ddf4ec713454ee5b5caf7a129ebd38ceb19ad4ef386d1f568e6ea0faec8bf04"
19 "md5=848b4baf4bc38c134d594cfd9856ad97"
20 ]
21}
22flags: deprecated
23post-messages: [ "mirage-fs is deprecated, and has been superseeded by mirage-kv" ]