sci-mathematics/coq-mathcomp - 1.19.0-r1 (gentoo)

Search

Package Information

Description:
Mathematical Components for the Coq proof assistant
Homepage:
https://github.com/math-comp/math-comp/
License:
CeCILL-B

Ebuild Details

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

EAPI=8

COQ_MIN_V="8.16.0"
COQ_MAX_V="8.21.0"

DESCRIPTION="Mathematical Components for the Coq proof assistant"
HOMEPAGE="https://github.com/math-comp/math-comp/"
SRC_URI="https://github.com/math-comp/math-comp/archive/mathcomp-${PV}.tar.gz
	-> ${P}.tar.gz"
S="${WORKDIR}/math-comp-mathcomp-${PV}/mathcomp"

LICENSE="CeCILL-B"
SLOT="0/${PV}"
KEYWORDS="~amd64"

RDEPEND="
	>=sci-mathematics/coq-${COQ_MIN_V}:= <sci-mathematics/coq-${COQ_MAX_V}:=
	dev-lang/ocaml:=
"
DEPEND="
	${RDEPEND}
"

# Do not complain about CFLAGS etc since ML projects do not use them.
QA_FLAGS_IGNORED='.*'

Dependencies

DEPEND

	
	>=sci-mathematics/coq-8.16.0:= <sci-mathematics/coq-8.21.0:=
	dev-lang/ocaml:=

RDEPEND

	>=sci-mathematics/coq-8.16.0:= <sci-mathematics/coq-8.21.0:=
	dev-lang/ocaml:=