dev-ml/hmap: new package, add 0.8.1

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2024-10-20 19:18:50 +02:00
parent 9e9f431299
commit dcf5ceaf12
3 changed files with 33 additions and 0 deletions

1
dev-ml/hmap/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST hmap-0.8.1.tbz 4801 BLAKE2B bded8b87eb6ec922dcc8192f4c4ae6a650c72d14814b29504f3f4d93c46f09009d5c62fd940f3132a4d93b95e2325cd8c776157767f63c48180c536c409350a2 SHA512 9c476d9cf4acc16332e646ed67086d680d14dad76b1e7d3bfbbe22ddb96c55469efba1e2f006f89ef4816b26b68a9aa8094308967bda44283ed4384554fa9bb5

View File

@@ -0,0 +1,24 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit opam
DESCRIPTION="Heterogeneous value maps for OCaml"
HOMEPAGE="http://erratique.ch/software/hmap"
SRC_URI="http://erratique.ch/software/${PN}/releases/${P}.tbz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
dev-ml/ocamlbuild
dev-ml/findlib
dev-ml/topkg
"
src_compile() {
ocaml pkg/pkg.ml build || die
}

8
dev-ml/hmap/metadata.xml Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ml@gentoo.org</email>
<name>ML</name>
</maintainer>
</pkgmetadata>