dev-ml/mirage - 4.10.1 (nest)

Search

Install

Install this version:

emerge -a =dev-ml/mirage-4.10.1

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

autounmask =dev-ml/mirage-4.10.1

Or alternatively:

emerge --autounmask-write -a =dev-ml/mirage-4.10.1

Package Information

Description:
The MirageOS library operating system
Homepage:
https://github.com/mirage/mirage
License:
ISC

Ebuild Details

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

EAPI=8

DUNE_PKG_NAME="mirage mirage-runtime"

inherit dune edo

DESCRIPTION="The MirageOS library operating system"
HOMEPAGE="https://github.com/mirage/mirage"
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"
PROPERTIES="test_network"

RDEPEND="dev-ml/astring:0=
	dev-ml/bos:0=
	dev-ml/cmdliner:0=[ocamlopt?]
	dev-ml/emile:0=[ocamlopt?]
	dev-ml/fmt:0=[ocamlopt?]
	dev-ml/fpath:0=
	dev-ml/ipaddr:0=[ocamlopt?]
	dev-ml/logs:0=[ocamlopt?]
	dev-ml/lwt:0=[ocamlopt?]
	dev-ml/opam-monorepo:0=[ocamlopt?]
	dev-ml/rresult:0=
	dev-ml/uri[ocamlopt?]"
BDEPEND="dev-ml/dune-configurator
	test? ( dev-ml/alcotest )"

src_test() {
	edo opam init -n --no-opamrc --disable-sandboxing
	# remove integration tests
	edo rm -rf test/{functoria/e2e,mirage/random}
	dune_src_test
}

USE Flags

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

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

edo

Dependencies

RDEPEND

dev-ml/astring:0=
	dev-ml/bos:0=
	dev-ml/cmdliner:0=[ocamlopt?]
	dev-ml/emile:0=[ocamlopt?]
	dev-ml/fmt:0=[ocamlopt?]
	dev-ml/fpath:0=
	dev-ml/ipaddr:0=[ocamlopt?]
	dev-ml/logs:0=[ocamlopt?]
	dev-ml/lwt:0=[ocamlopt?]
	dev-ml/opam-monorepo:0=[ocamlopt?]
	dev-ml/rresult:0=
	dev-ml/uri[ocamlopt?]

BDEPEND

dev-ml/dune-configurator
	test? ( dev-ml/alcotest )

Manifest for 4.10.1

Type File Size Source URLs
DIST mirage-4.10.1.tar.gz 186139 bytes https://github.com/mirage/mirage/archive/v4.10.1.tar.gz