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"
8depends: [
9 "ocaml" {>= "4.03.0"}
10 "dune" {>= "1.0"}
11 "cstruct" {>= "3.0.0"}
12 "ppx_cstruct"
13 "rresult"
14 "lwt" {>= "2.4.3"}
15 "mirage-fs" {>= "1.0.0" & < "3.0.0"}
16 "mirage-fs-lwt" {>= "1.0.0"}
17 "mirage-block-lwt" {>= "1.0.0"}
18 "mirage-block-unix" {>= "2.5.0"}
19 "io-page-unix" {>= "2.0.0"}
20 "re" {>= "1.7.2"}
21 "result"
22 "cmdliner"
23 "astring"
24 "alcotest" {with-test}
25]
26build: [
27 ["dune" "subst"] {dev}
28 ["dune" "build" "-p" name "-j" jobs]
29]
30dev-repo: "git+https://github.com/mirage/ocaml-fat.git"
31synopsis: "Pure OCaml implementation of the FAT filesystem"
32description: """
33This library has two purposes:
341. to allow the easy preparation of bootable disk images
35 containing [mirage](https://mirage.io) kernels
362. to provide a simple filesystem layer for MirageOS applications
37"""
38url {
39 src:
40 "https://github.com/mirage/ocaml-fat/releases/download/v0.13.0/fat-filesystem-v0.13.0.tbz"
41 checksum: [
42 "sha256=cccd561e2d1e5f32df48395774f0ae4b92a39878729984e7d376268a508298b5"
43 "md5=cf27d4f72b2bd194e09a97c387867601"
44 ]
45}