dev-ml/gmap: treeclean

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-05-23 16:43:07 +05:00
parent 53f67ff401
commit 9860e57c04
4 changed files with 0 additions and 49 deletions

View File

@@ -1 +0,0 @@
DIST gmap-0.3.0.tbz 7553 BLAKE2B a6efc09fbfc6b448ea07466e1ee0f9beecbac3d30b5f996294b06e24bede082c96cba17885dd3a45942c6de49f0d500b8a3c6a4ca4a180abc1970589705a409f SHA512 71616981f5a15d6b2a47e18702083e52e81f6547076085b1489f676f50b0cc47c7c2c4fa19cb581e2878dc3d4f7133d0c50d8b51a8390be0e6e30318907d81d3

View File

@@ -1,27 +0,0 @@
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Heterogenous Map over a GADT"
HOMEPAGE="
https://github.com/hannesm/gmap
https://opam.ocaml.org/packages/gmap/
"
SRC_URI="https://github.com/hannesm/gmap/releases/download/${PV}/${P}.tbz"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
DEPEND="
test? (
dev-ml/alcotest
dev-ml/fmt
)
"
RESTRICT="!test? ( test )"

View File

@@ -1,20 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">Gmap exposes the functor `Make` which takes a key type (a
[GADT](https://en.wikipedia.org/wiki/Generalized_algebraic_data_type) 'a key)
and outputs a type-safe Map where each 'a key is associated with a 'a value.
This removes the need for additional packing. It uses OCaml's stdlib
[Map](http://caml.inria.fr/pub/docs/manual-ocaml/libref/Map.html) data
structure.</longdescription>
<upstream>
<doc>https://hannesm.github.io/gmap/doc</doc>
<bugs-to>https://github.com/hannesm/gmap/issues</bugs-to>
<remote-id type="github">hannesm/gmap</remote-id>
<maintainer>
<name>Hannes Mehnert</name>
<email>hannes@mehnert.org</email>
</maintainer>
</upstream>
</pkgmetadata>

View File

@@ -85,7 +85,6 @@ dev-util/reflex
dev-ml/bheap
dev-ml/cdrom
dev-ml/domain-name
dev-ml/gmap
dev-ml/pecu
# Vivian Heisz (demize) <demize@unstable.systems> (2025-04-20)