dev-ml/core_extended: new package, add 0.17.0

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-04-21 09:59:39 +02:00
parent 4cb8ddd1e4
commit 4d1a8ff705
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST core_extended-0.17.0.tar.gz 60067 BLAKE2B 63cee35040a3a221c0fb8f43ec9f56ecd72e4f0d9c70092d853362968a388dfe1951ee8ec5ad46a5a67194de39b743b3221b3aa7ada7f98df3827e869eed44e2 SHA512 6e6ceacc556164fd7b81a2444604f371276a888cc9b2671d2c6bd6fc413593114cf409f84f35df8c0edbf6ce6999b89cc7f64df5203e9cf96a4d3241f4ca453c

View File

@@ -0,0 +1,27 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Extra components that are not as closely vetted or as stable as Core"
HOMEPAGE="https://github.com/janestreet/core_extended"
SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64"
IUSE="ocamlopt"
RDEPEND="
>=dev-lang/ocaml-5
dev-ml/core:${SLOT}[ocamlopt?]
dev-ml/core_kernel:${SLOT}[ocamlopt?]
dev-ml/core_unix:${SLOT}[ocamlopt?]
dev-ml/ppx_jane:${SLOT}[ocamlopt?]
dev-ml/re:=[ocamlopt?]
dev-ml/record_builder:${SLOT}[ocamlopt?]
"
DEPEND="${RDEPEND}"
BDEPEND=">=dev-ml/dune-3.11"

View File

@@ -0,0 +1,11 @@
<?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>
<upstream>
<remote-id type="github">janestreet/core_extended</remote-id>
</upstream>
</pkgmetadata>