sci-mathematics/gappalib-coq - 1.5.2 (gentoo)

Search

Install

Install this version:

emerge -a =sci-mathematics/gappalib-coq-1.5.2

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

autounmask =sci-mathematics/gappalib-coq-1.5.2

Or alternatively:

emerge --autounmask-write -a =sci-mathematics/gappalib-coq-1.5.2

Package Information

Description:
Allows the certificates Gappa generates to be imported by the Coq
Homepage:
https://gappa.gitlabpages.inria.fr/ https://gitlab.inria.fr/gappa/coq/
License:
LGPL-3+

Ebuild Details

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

EAPI=8

inherit multiprocessing

DESCRIPTION="Allows the certificates Gappa generates to be imported by the Coq"
HOMEPAGE="https://gappa.gitlabpages.inria.fr/
	https://gitlab.inria.fr/gappa/coq/"
SRC_URI="https://gappa.gitlabpages.inria.fr/releases/${P}.tar.gz"

LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ocamlopt"

RDEPEND="
	dev-lang/ocaml:=[ocamlopt?]
	>=sci-mathematics/coq-8.12:=
	sci-mathematics/flocq:=
	sci-mathematics/gappa
"
DEPEND="${RDEPEND}"
BDEPEND="dev-ml/findlib"

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

src_compile() {
	./remake --jobs=$(makeopts_jobs) || die
}

src_test() {
	./remake --jobs=$(makeopts_jobs) check || die
}

src_install() {
	DESTDIR="${D}" ./remake install || die

	dodoc AUTHORS INSTALL.md NEWS.md README.md
}

USE Flags

Manage flags for this package: euse -i <flag> -p sci-mathematics/gappalib-coq | euse -E <flag> -p sci-mathematics/gappalib-coq | euse -D <flag> -p sci-mathematics/gappalib-coq

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-lang/ocaml:=[ocamlopt?]
	>=sci-mathematics/coq-8.12:=
	sci-mathematics/flocq:=
	sci-mathematics/gappa

RDEPEND

	dev-lang/ocaml:=[ocamlopt?]
	>=sci-mathematics/coq-8.12:=
	sci-mathematics/flocq:=
	sci-mathematics/gappa

BDEPEND

dev-ml/findlib

Manifest for 1.5.2

Type File Size Source URLs
DIST gappalib-coq-1.5.2.tar.gz 115236 bytes https://gappa.gitlabpages.inria.fr/releases/gappalib-coq-1.5.2.tar.gz