this repo has no description
1opam-version: "2.0"
2authors: ["Dave Scott" "Anil Madhavapeddy"]
3maintainer: "dave@recoil.org"
4homepage: "https://github.com/mirage/ocaml-fat"
5bug-reports: "https://github.com/mirage/ocaml-fat/issues"
6dev-repo: "git+https://github.com/mirage/ocaml-fat.git"
7doc: "https://mirage.github.io/ocaml-fat/"
8
9build: [
10 ["jbuilder" "subst" "-p" name "--name" name] {dev}
11 ["jbuilder" "build" "-p" name "-j" jobs]
12]
13depends: [
14 "ocaml" {>= "4.03.0"}
15 "jbuilder" {>= "1.0+beta7"}
16 "cstruct" {>= "3.0.0" & < "3.7.0"}
17 "ppx_tools"
18 "ppx_cstruct"
19 "result"
20 "rresult"
21 "lwt" {>= "2.4.3"}
22 "mirage-fs" {>= "1.0.0" & < "3.0.0"}
23 "mirage-fs-lwt" {>= "1.0.0"}
24 "mirage-block-lwt" {>= "1.0.0"}
25 "mirage-block-unix" {>= "2.5.0"}
26 "io-page-unix" {>= "2.0.0"}
27 "re" {>= "1.7.2"}
28 "cmdliner"
29 "astring"
30 "alcotest" {with-test}
31]
32tags: [
33 "org:mirage"
34 "org:xapi-project"
35]
36synopsis: "FAT filesystem implementation"
37url {
38 src:
39 "https://github.com/mirage/ocaml-fat/releases/download/0.12.3/fat-filesystem-0.12.3.tbz"
40 checksum: [
41 "sha256=c1cd1e91b0848c2269460fb9f23bce416029e6d2fcee38fa5132962c19df9c0e"
42 "md5=a0c60f27f859b71f9dc7c6b8bc0136a7"
43 ]
44}