unikernel-repo/packages/mirage-block-partition.0.0.1~dev/opam

31 lines
895 B
Text
Raw Normal View History

opam-version: "2.0"
maintainer: [ "Reynir Björnsson <reynir@reynir.dk>" ]
authors: [ "Reynir Björnsson <reynir@reynir.dk>" ]
homepage: "https://github.com/reynir/mirage-block-partition"
bug-reports: "https://github.com/reynir/mirage-block-partition/issues"
dev-repo: "git+https://github.com/reynir/mirage-block-partition.git"
license: "ISC"
synopsis: "Naïve mirage block device partitioning"
description: """
Mirage-block-partition lets you view a mirage block device as smaller partitions.
"""
build: [
[ "dune" "subst" ] { dev }
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name "-j" jobs ] { with-test }
]
depends: [
"dune" {>= "3.4"}
"ocaml" {>= "4.08.0"}
"mirage-block"
"lwt"
"mirage-block-combinators" { with-test }
"alcotest" { with-test }
"alcotest-lwt" { with-test }
]
url {
src: "git+https://github.com/reynir/mirage-block-partition.git"
}