this repo has no description
1opam-version: "2.0"
2maintainer: [ "Reynir Björnsson <reynir@reynir.dk>" ]
3authors: [ "Reynir Björnsson <reynir@reynir.dk>" ]
4homepage: "https://github.com/reynir/mirage-block-partition"
5bug-reports: "https://github.com/reynir/mirage-block-partition/issues"
6dev-repo: "git+https://github.com/reynir/mirage-block-partition.git"
7license: "ISC"
8synopsis: "Mirage block device partitioning"
9description: """
10Mirage-block-partition lets you view a mirage block device as smaller partitions.
11"""
12
13build: [
14 [ "dune" "subst" ] { dev }
15 [ "dune" "build" "-p" name "-j" jobs ]
16 [ "dune" "runtest" "-p" name "-j" jobs ] { with-test }
17]
18depends: [
19 "dune" {>= "3.4"}
20 "ocaml" {>= "4.08.0"}
21 "mirage-block" {>= "3.0.0"}
22 "lwt" {>= "5.6.0"}
23 "mbr-format" {>= "1.0.0"}
24
25 "mirage-block-combinators" { with-test }
26 "alcotest" { with-test & >= "1.0.0" }
27 "alcotest-lwt" { with-test & >= "1.0.0" }
28]
29conflicts: [
30 "result" {< "1.5"}
31]
32url {
33 src:
34 "https://github.com/reynir/mirage-block-partition/releases/download/v0.2.0/mirage-block-partition-0.2.0.tbz"
35 checksum: [
36 "sha256=7173ad10ff70864846423ebd4f868a7b16e67ba85f54056a0c56bd91fe960171"
37 "sha512=665726cfe861c3de311a61591a03574e512f36ba81193451bece340b022e0a1b9a1a492132a1ae722c3439c44689a22763a83b5a9bb0dd8079c2ca5c4cdc249a"
38 ]
39}
40x-commit-hash: "1ef79f272232044e977d522e857a53fbd66b2a4c"