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 } 27 "alcotest-lwt" { with-test } 28] 29conflicts: [ 30 "result" {< "1.5"} 31] 32url { 33 src: 34 "https://github.com/reynir/mirage-block-partition/releases/download/v0.1.0/mirage-block-partition-0.1.0.tbz" 35 checksum: [ 36 "sha256=cef80c615dcdefad27055e9d309077896d73e8be0ca001c69698cf372ed60c0a" 37 "sha512=d8c75976c97028bb738a25d61078234b9b36c20a225b8cbf30d3c9afeaba94f1734fd98ab3af7508d334d6884f9bfde0d36d8d544d99c5eb5f8b156bd4f60505" 38 ] 39} 40x-commit-hash: "6e7b212276a67e72a4a8ea2725242ca38d560077"