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.08.0"} 18 "dune" 19 "fmt" 20 "lwt" {>= "4.0.0"} 21 "cstruct" {>= "4.0.0"} 22 "mirage-kv" {>= "3.0.0" & < "5.0.0"} 23] 24synopsis: "MirageOS signatures for filesystem devices" 25description: """ 26mirage-fs provides the `[Mirage_fs.S][fs]` signatures 27the MirageOS filesystem devices should implement. 28 29[fs]: http://mirage.github.io/mirage-fs/Mirage_fs.html 30""" 31post-messages: [ 32 "This package will be retired in MirageOS 4.0. Please use mirage-kv instead." 33] 34url { 35 src: 36 "https://github.com/mirage/mirage-fs/releases/download/v4.0.0/mirage-fs-v4.0.0.tbz" 37 checksum: [ 38 "sha256=3d86761c23eec4ebf8154ec41f29ac6b5a08654eeaf134b3cd1be59e061d677b" 39 "sha512=d5ce102ae88771cf4a8198c37ba76e6d5ca0a87f4df76d6d7ad2a40c1161b3e731059234aea7fb3db997a9f16d84d8f75a34ff4a6e38765c2499278e5ba94567" 40 ] 41} 42x-commit-hash: "2749c1aa8b2ed541139b88988ef710cb2a77e6d3" 43flags: deprecated 44x-maintenance-intent: ["(none)"]