this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25547 from reynir/release-mirage-block-partition-v0.2.0

[new release] mirage-block-partition (0.2.0)

authored by

Marcello Seri and committed by
GitHub
5e13256d 347ea963

+40
+40
packages/mirage-block-partition/mirage-block-partition.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: [ "Reynir Björnsson <reynir@reynir.dk>" ] 3 + authors: [ "Reynir Björnsson <reynir@reynir.dk>" ] 4 + homepage: "https://github.com/reynir/mirage-block-partition" 5 + bug-reports: "https://github.com/reynir/mirage-block-partition/issues" 6 + dev-repo: "git+https://github.com/reynir/mirage-block-partition.git" 7 + license: "ISC" 8 + synopsis: "Mirage block device partitioning" 9 + description: """ 10 + Mirage-block-partition lets you view a mirage block device as smaller partitions. 11 + """ 12 + 13 + build: [ 14 + [ "dune" "subst" ] { dev } 15 + [ "dune" "build" "-p" name "-j" jobs ] 16 + [ "dune" "runtest" "-p" name "-j" jobs ] { with-test } 17 + ] 18 + depends: [ 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 + ] 29 + conflicts: [ 30 + "result" {< "1.5"} 31 + ] 32 + url { 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 + } 40 + x-commit-hash: "1ef79f272232044e977d522e857a53fbd66b2a4c"