dev-ml/ptmap - 2.0.5 (gentoo)

Search

Install

Install this version:

emerge -a =dev-ml/ptmap-2.0.5

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

autounmask =dev-ml/ptmap-2.0.5

Or alternatively:

emerge --autounmask-write -a =dev-ml/ptmap-2.0.5

Package Information

Description:
Maps of integers implemented as Patricia trees
Homepage:
https://github.com/backtracking/ptmap/
License:
LGPL-2.1

Ebuild Details

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

EAPI=8

inherit dune

DESCRIPTION="Maps of integers implemented as Patricia trees"
HOMEPAGE="https://github.com/backtracking/ptmap/"
SRC_URI="https://github.com/backtracking/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+ocamlopt"

RDEPEND="
	dev-ml/stdlib-shims:=
"
DEPEND="${RDEPEND}"

PATCHES=( "${FILESDIR}"/${P}-dune.patch )

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ml/ptmap | euse -E <flag> -p dev-ml/ptmap | euse -D <flag> -p dev-ml/ptmap

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	dev-ml/stdlib-shims:=

RDEPEND

	dev-ml/stdlib-shims:=

Manifest for 2.0.5

Type File Size Source URLs
DIST ptmap-2.0.5.tar.gz 15121 bytes https://github.com/backtracking/ptmap/archive/2.0.5.tar.gz