dev-ml/bwd - 2.3.0 (zscheile)

Search

Package Information

Description:
Backward lists
Homepage:
https://github.com/RedPRL/ocaml-bwd
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
2.3.0 8 amd64 arm arm64 ~ppc ppc64 ~riscv x86 0/2.3.0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit dune

DESCRIPTION="Backward lists"
HOMEPAGE="https://github.com/RedPRL/ocaml-bwd"
SRC_URI="https://github.com/RedPRL/ocaml-${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/ocaml-${P}"

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt test"

RDEPEND="
	>=dev-lang/ocaml-4.12:=[ocamlopt=]
"
DEPEND="${RDEPEND}
	test? ( >=dev-ml/qcheck-0.18:* )"

RESTRICT="!test? ( test )"

QA_FLAGS_IGNORED='.*'

USE Flags

ocamlopt
Default: Enabled (+)

Dependencies

DEPEND

	>=dev-lang/ocaml-4.12:=[ocamlopt=]

	test? ( >=dev-ml/qcheck-0.18:* )

RDEPEND

	>=dev-lang/ocaml-4.12:=[ocamlopt=]

Manifest for 2.3.0

Type File Size Source URLs
DIST bwd-2.3.0.tar.gz 14819 bytes https://github.com/RedPRL/ocaml-bwd/archive/refs/tags/2.3.0.tar.gz