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: ["ocaml" "pkg/pkg.ml" "build" "-n" name "--pinned" "%{pinned}%" ]

depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "mirage-fs" {= "1.0.0"}
  "mirage-kv-lwt" {= "1.0.0"}
  "lwt"
  "cstruct" {>= "1.9.0"}
]
synopsis:
  "Module type definitions for filesystems, with concurrency provided by the `lwt` library."
description:
  "This package is primarily useful in the context of the Mirage project."
url {
  src:
    "https://github.com/mirage/mirage-fs/releases/download/1.0.0/mirage-fs-lwt-1.0.0.tbz"
  checksum: "md5=5033652bc40309de77a4986de5bb7a39"
}
