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
# 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 )
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
| 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 |