dev-ml/ptmap - 2.0.5-r2 (gentoo)

Search

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-r2 8 ~amd64 ~x86 0/2.0.5-r2
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

ocamlopt
Default: Enabled (+)

Dependencies

DEPEND

	dev-ml/stdlib-shims:=

RDEPEND

	dev-ml/stdlib-shims:=