dev-ml/parmap - 1.2.5 (gentoo)

Search

Package Information

Description:
Library to exploit multicore architectures for OCaml programs
Homepage:
https://www.dicosmo.org/code/parmap/
License:
LGPL-2-with-linking-exception

Ebuild Details

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

EAPI=8

inherit dune

MY_PV="${PV/_/-}"
DESCRIPTION="Library to exploit multicore architectures for OCaml programs"
HOMEPAGE="https://www.dicosmo.org/code/parmap/"
SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV/+/-}"

LICENSE="LGPL-2-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"

BDEPEND="dev-ml/dune-configurator:="

USE Flags

ocamlopt
Default: Enabled (+)

Dependencies

BDEPEND

dev-ml/dune-configurator:=

Manifest for 1.2.5

Type File Size Source URLs
DIST parmap-1.2.5.tar.gz 49144 bytes https://github.com/rdicosmo/parmap/archive/${PV/_/-}.tar.gz