opam-version: "2.0"
maintainer:   "Thomas Gazagnaire <thomas@gazagnaire.org>"
authors:      ["Thomas Gazagnaire <thomas@gazagnaire.org>"]
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"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]

depends: [
  "ocaml" {>= "4.06.0"}
  "dune"
  "fmt"
  "mirage-device" {>= "2.0.0"}
  "lwt" {>= "4.0.0"}
  "cstruct" {>= "4.0.0"}
  "mirage-kv" {>= "3.0.0"}
]
synopsis: "MirageOS signatures for filesystem devices"
description: """
mirage-fs provides the `[Mirage_fs.S][fs]` signatures
the MirageOS filesystem devices should implement.

[fs]: http://mirage.github.io/mirage-fs/Mirage_fs.html
"""
post-messages: [
  "This package will be retired in MirageOS 4.0. Please use mirage-kv instead."
]
url {
  src:
    "https://github.com/mirage/mirage-fs/releases/download/v3.0.1/mirage-fs-v3.0.1.tbz"
  checksum: [
    "sha256=d313d3f66a4a78ba563c4432a709329f354dfe9020a3c3e3c91b8932df42a15f"
    "sha512=b764cf933c82007831006c992835f56a3d72e448c178489d6b6d5bef094870a3135b4725f41acbad8c9294eb5c9ebd2b8ebe163c603732f78f048454369b9872"
  ]
}
