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: [ 12 ["dune" "subst"] {dev} 13 ["dune" "build" "-p" name "-j" jobs] 14] 15 16depends: [ 17 "ocaml" {>= "4.06.0"} 18 "dune" 19 "fmt" 20 "mirage-device" {>= "2.0.0"} 21 "lwt" {>= "4.0.0"} 22 "cstruct" {>= "4.0.0"} 23 "mirage-kv" {>= "3.0.0" & < "5.0.0"} 24] 25synopsis: "MirageOS signatures for filesystem devices" 26description: """ 27mirage-fs provides the `[Mirage_fs.S][fs]` signatures 28the MirageOS filesystem devices should implement. 29 30[fs]: http://mirage.github.io/mirage-fs/Mirage_fs.html 31""" 32post-messages: [ 33 "This package will be retired in MirageOS 4.0. Please use mirage-kv instead." 34] 35url { 36 src: 37 "https://github.com/mirage/mirage-fs/releases/download/v3.0.1/mirage-fs-v3.0.1.tbz" 38 checksum: [ 39 "sha256=d313d3f66a4a78ba563c4432a709329f354dfe9020a3c3e3c91b8932df42a15f" 40 "sha512=b764cf933c82007831006c992835f56a3d72e448c178489d6b6d5bef094870a3135b4725f41acbad8c9294eb5c9ebd2b8ebe163c603732f78f048454369b9872" 41 ] 42} 43flags: deprecated