dev-ml/windtrap - 0.1.0 (nest)

Search

Install

Install this version:

emerge -a =dev-ml/windtrap-0.1.0

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

autounmask =dev-ml/windtrap-0.1.0

Or alternatively:

emerge --autounmask-write -a =dev-ml/windtrap-0.1.0

Package Information

Description:
One library for all your OCaml tests
Homepage:
https://github.com/invariant-hq/windtrap
License:
ISC

Ebuild Details

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

EAPI=8

DUNE_PKG_NAME="ppx_windtrap windtrap"

inherit dune

DESCRIPTION="One library for all your OCaml tests"
HOMEPAGE="https://github.com/invariant-hq/windtrap"
SRC_URI="https://github.com/invariant-hq/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND=">=dev-lang/ocaml-5:0=[ocamlopt?]
	dev-ml/ppxlib:0=[ocamlopt?]"

PATCHES=( "${FILESDIR}/${PN}"-0.1.0-ppxlib-0.35.patch )

src_prepare() {
	default

	# relax requirements
	sed -i '/lang dune/s|3.21|3.16|' dune-project \
		|| die "sed failed"
}

USE Flags

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

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

>=dev-lang/ocaml-5:0=[ocamlopt?]
	dev-ml/ppxlib:0=[ocamlopt?]

Manifest for 0.1.0

Type File Size Source URLs
DIST windtrap-0.1.0.tar.gz 134538 bytes https://github.com/invariant-hq/windtrap/archive/0.1.0.tar.gz