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] 13synopsis: "MirageOS filesystem utilities" 14url { 15 src: "https://github.com/mirage/mirage-fs/tarball/mirage-fs-0.4.0" 16 checksum: [ 17 "sha256=72ff7d0b4a5e0bac04ffc880c7836163797996c51bff63bb7769c97f5f0b3428" 18 "md5=ff61c92244dec211afee1d630d862010" 19 ] 20} 21flags: deprecated 22post-messages: [ "mirage-fs is deprecated, and has been superseeded by mirage-kv" ]