this repo has no description
1opam-version: "2.0"
2maintainer: "dave@recoil.org"
3authors: ["Dave Scott" "Anil Madhavapeddy"]
4tags: ["org:mirage" "org:xapi-project"]
5homepage: "https://github.com/mirage/ocaml-fat"
6doc: "https://mirage.github.io/ocaml-fat/"
7bug-reports: "https://github.com/mirage/ocaml-fat/issues"
8license: "ISC"
9depends: [
10 "ocaml" {>= "4.06.0"}
11 "dune" {>= "1.0"}
12 "cstruct" {>= "6.0.0"}
13 "ppx_cstruct"
14 "rresult"
15 "lwt" {>= "2.4.3"}
16 "mirage-block" {>= "3.0.0"}
17 "mirage-block-unix" {>= "2.13.0"}
18 "mirage-kv" {>= "4.0.0" & < "5.0.0"}
19 "mirage-block-combinators" {with-test}
20 "io-page" {>= "2.4.0"}
21 "re" {>= "1.7.2"}
22 "cmdliner" {>= "1.1.0"}
23 "astring"
24 "fmt" {>= "0.8.7"}
25 "alcotest" {with-test}
26]
27build: [
28 ["dune" "subst"] {dev}
29 ["dune" "build" "-p" name "-j" jobs]
30 ["dune" "runtest" "-p" name] {with-test}
31]
32dev-repo: "git+https://github.com/mirage/ocaml-fat.git"
33synopsis: "Pure OCaml implementation of the FAT filesystem"
34description: """
35This library has two purposes:
361. to allow the easy preparation of bootable disk images
37 containing [mirage](https://mirage.io) kernels
382. to provide a simple key=value layer for MirageOS applications
39"""
40url {
41 src:
42 "https://github.com/mirage/ocaml-fat/releases/download/v0.15.1/fat-filesystem-0.15.1.tbz"
43 checksum: [
44 "sha256=6211952a8dd008ab7d02cdb3a6545a65a5ff8047e71dd8ce48a09fb500fe10a3"
45 "sha512=cddfa7e43dbd6ecab23113b3136c91f60c3890efc773603e6a3c3dd531c19e437a8e10b0923e1ce7fbc1d2ca77e6f098040e94678f79f04cec98c56ecef4b5cd"
46 ]
47}
48x-commit-hash: "8032004a650698b3fe04d644b02795148c274fa7"
49