dev-ml/ocplib-simplex - 0.5.1 (gentoo)

Search

Package Information

Description:
A library implementing a simplex algorithm
Homepage:
https://github.com/OCamlPro-Iguernlala/ocplib-simplex
License:
LGPL-2.1-with-linking-exception

Ebuild Details

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

EAPI=8

inherit dune

DESCRIPTION="A library implementing a simplex algorithm"
HOMEPAGE="https://github.com/OCamlPro-Iguernlala/ocplib-simplex"
SRC_URI="https://github.com/OCamlPro-Iguernlala/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"
KEYWORDS="amd64 ~arm64"
IUSE="ocamlopt test"
RESTRICT="!test? ( test )"

RDEPEND="
	dev-ml/findlib:=[ocamlopt?]
	dev-ml/logs:=[ocamlopt?]
"
BDEPEND="test? ( dev-ml/zarith )"

DOCS=( CHANGES.md README.md extra/simplex_invariants.txt extra/TODO.txt )

USE Flags

Dependencies

RDEPEND

	dev-ml/findlib:=[ocamlopt?]
	dev-ml/logs:=[ocamlopt?]

BDEPEND

test? ( dev-ml/zarith )

Manifest for 0.5.1

Type File Size Source URLs
DIST ocplib-simplex-0.5.1.tar.gz 34208 bytes https://github.com/OCamlPro-Iguernlala/ocplib-simplex/archive/v0.5.1.tar.gz