opam-version: "2.0" maintainer: "Thomas Gazagnaire " authors: ["Thomas Gazagnaire "] homepage: "https://github.com/mirage/mirage-fs" doc: "https://mirage.github.io/mirage-fs/" license: "ISC" dev-repo: "git+https://github.com/mirage/mirage-fs.git" bug-reports: "https://github.com/mirage/mirage-fs/issues" tags: ["org:mirage"] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.04.2"} "dune" "fmt" "mirage-device" {>= "1.0.0" & < "2.0.0"} ] synopsis: "MirageOS signatures for filesystem devices" description: """ mirage-fs provides the `[Mirage_fs.S][fs]` and `[Mirage_fs_lwt.S]` signatures the MirageOS filesystem devices should implement. [fs]: http://mirage.github.io/mirage-fs/Mirage_fs.html [fslwt]: http://mirage.github.io/mirage-fs/Mirage_fs_lwt.html """ url { src: "https://github.com/mirage/mirage-fs/releases/download/v2.0.0/mirage-fs-v2.0.0.tbz" checksum: [ "sha256=09a2c0cfc597d6753b853e08f1d59c58db914afa9251b9bd76f0715caecf7925" "md5=b391694a35550ca52439562a31577bb6" ] } flags: deprecated post-messages: [ "mirage-fs is deprecated, and has been superseeded by mirage-kv" ]