dev-ml/testo - 0.4.0 (nest)

Search

Install

Install this version:

emerge -a =dev-ml/testo-0.4.0

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

autounmask =dev-ml/testo-0.4.0

Or alternatively:

emerge --autounmask-write -a =dev-ml/testo-0.4.0

Package Information

Description:
Test framework for OCaml
Homepage:
https://github.com/mjambon/testo
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
0.4.0 8 ~amd64 0/0.4.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="testo testo-diff testo-lwt testo-util"

inherit dune

DESCRIPTION="Test framework for OCaml"
HOMEPAGE="https://github.com/mjambon/testo"
SRC_URI="https://github.com/mjambon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND="dev-ml/cmdliner:0=[ocamlopt?]
	dev-ml/fpath:0=
	dev-ml/lwt:0=[ocamlopt?]
	dev-ml/ppx_deriving:0=[ocamlopt?]
	dev-ml/re:0=[ocamlopt?]"
BDEPEND="test? ( dev-ml/alcotest )"

USE Flags

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

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

dev-ml/cmdliner:0=[ocamlopt?]
	dev-ml/fpath:0=
	dev-ml/lwt:0=[ocamlopt?]
	dev-ml/ppx_deriving:0=[ocamlopt?]
	dev-ml/re:0=[ocamlopt?]

BDEPEND

test? ( dev-ml/alcotest )

Manifest for 0.4.0

Type File Size Source URLs
DIST testo-0.4.0.tar.gz 2094730 bytes https://github.com/mjambon/testo/archive/0.4.0.tar.gz