dev-util/herdtools7 - 7.51 (gentoo)

Search

Package Information

Description:
The Herd toolsuite to deal with .cat memory models
Homepage:
http://diy.inria.fr/sources/index.html
License:
CeCILL-B

Ebuild Details

Version EAPI Keywords Slot
7.51 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit opam

DESCRIPTION="The Herd toolsuite to deal with .cat memory models"
HOMEPAGE="http://diy.inria.fr/sources/index.html"
SRC_URI="https://github.com/herd/herdtools7/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="CeCILL-B"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-ml/ocamlbuild"
RDEPEND=">=dev-lang/ocaml-4.02.0"

src_compile() {
	./build.sh /usr || die "Build failed"
}

src_install() {
	./install.sh "${ED}/usr" || die "Install failed"
}

Dependencies

DEPEND

dev-ml/ocamlbuild

RDEPEND

>=dev-lang/ocaml-4.02.0

Manifest for 7.51

Type File Size Source URLs
DIST herdtools7-7.51.tar.gz 803546 bytes https://github.com/herd/herdtools7/archive/7.51.tar.gz