dev-ml/mirage-block-unix - 2.14.2 (nest)

Search

Install

Install this version:

emerge -a =dev-ml/mirage-block-unix-2.14.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ml/mirage-block-unix-2.14.2

Or alternatively:

emerge --autounmask-write -a =dev-ml/mirage-block-unix-2.14.2

Package Information

Description:
Unix implementation of the Mirage_types.BLOCK interface
Homepage:
https://github.com/mirage/mirage-block-unix
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
2.14.2 8 ~amd64 0/2.14.2
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit dune

DESCRIPTION="Unix implementation of the Mirage_types.BLOCK interface"
HOMEPAGE="https://github.com/mirage/mirage-block-unix"
SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"

DEPEND="sys-kernel/linux-headers"
RDEPEND="dev-ml/cstruct:0=[ocamlopt?]
	dev-ml/logs:0=[ocamlopt?]
	dev-ml/lwt:0=[ocamlopt?]
	dev-ml/mirage-block:0=[ocamlopt?]
	dev-ml/rresult:0=
	dev-ml/uri:0=[ocamlopt?]"
BDEPEND="test? ( dev-ml/diet
		dev-ml/fmt
		dev-ml/ounit2 )"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ml/mirage-block-unix | euse -E <flag> -p dev-ml/mirage-block-unix | euse -D <flag> -p dev-ml/mirage-block-unix

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

sys-kernel/linux-headers

RDEPEND

dev-ml/cstruct:0=[ocamlopt?]
	dev-ml/logs:0=[ocamlopt?]
	dev-ml/lwt:0=[ocamlopt?]
	dev-ml/mirage-block:0=[ocamlopt?]
	dev-ml/rresult:0=
	dev-ml/uri:0=[ocamlopt?]

BDEPEND

test? ( dev-ml/diet
		dev-ml/fmt
		dev-ml/ounit2 )

Manifest for 2.14.2

Type File Size Source URLs
DIST mirage-block-unix-2.14.2.tar.gz 23150 bytes https://github.com/mirage/mirage-block-unix/archive/v2.14.2.tar.gz