opam-version: "2.0"
maintainer: "dave@recoil.org"
authors: ["Dave Scott" "Anil Madhavapeddy"]
tags: ["org:mirage" "org:xapi-project"]
homepage: "https://github.com/mirage/ocaml-fat"
doc: "https://mirage.github.io/ocaml-fat/"
bug-reports: "https://github.com/mirage/ocaml-fat/issues"
depends: [
  "ocaml" {>= "4.06.0"}
  "dune" {>= "1.0"}
  "cstruct" {>= "3.0.0"}
  "ppx_cstruct"
  "rresult"
  "lwt" {>= "2.4.3"}
  "mirage-block" {>= "2.0.0"}
  "mirage-block-unix" {>= "2.5.0"}
  "mirage-kv"
  "mirage-block-combinators" {with-test}
  "io-page-unix" {>= "2.0.0"}
  "io-page" {>= "2.0.0"}
  "re" {>= "1.7.2"}
  "cmdliner"
  "astring"
  "alcotest" {with-test}
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name] {with-test}
]
dev-repo: "git+https://github.com/mirage/ocaml-fat.git"
synopsis: "Pure OCaml implementation of the FAT filesystem"
description: """
This library has two purposes:
1. to allow the easy preparation of bootable disk images
     containing [mirage](https://mirage.io) kernels
2. to provide a simple key=value layer for MirageOS applications
"""
url {
  src:
    "https://github.com/mirage/ocaml-fat/archive/v0.15.0.tar.gz"
  checksum: [
    "sha256=a77048fda53d25f463f729b37e9264b72db219fdc62ab0488c1539618bb40400"
    "sha512=d68ed3a9394fbba8bf2cb7555206bcd2a912c5fb6f1a5a18f26b217f3fc2148c42f94b0163f682173ff5db19aa145dcfc003bfdb9ba74f5a757bd372fc45ddcb"
  ]
}
