opam-version: "2.0"
authors: ["Dave Scott" "Anil Madhavapeddy"]
maintainer: "dave@recoil.org"
homepage:     "https://github.com/mirage/ocaml-fat"
bug-reports:  "https://github.com/mirage/ocaml-fat/issues"
dev-repo: "git+https://github.com/mirage/ocaml-fat.git"
build: [
  ["./configure" "--bindir" "%{bin}%"]
  [make]
]
install: [ [make "install"] ]
remove: [
  ["./configure" "--bindir" "%{bin}%"]
  [make "uninstall"]
]
depends: [
  "ocaml" {>= "4.02.3"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "cstruct" {>= "2.0.0" & < "3.4.0"}	
  "ppx_cstruct"
  "ppx_tools"
  "lwt" {>= "2.4.3" & < "2.6.0"}
  "mirage-types" {>= "2.6.1" & < "3.0.0"}
  "mirage-block-unix" {>= "1.2.0"}
  "io-page" {>= "1.6.1"}
  "io-page-unix"
  "re"
  "ounit"
  "cmdliner"
]
tags: [
  "org:mirage"
  "org:xapi-project"
]
synopsis: "FAT filesystem implementation"
description: """
This allows FAT-formatted data to be read and written from
a MirageOS BLOCK device."""
url {
  src: "https://github.com/mirage/ocaml-fat/archive/0.11.0.tar.gz"
  checksum: "md5=e9c4de414d2fa1b77bb132ddb4b14062"
}
