mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-ml/core_extended: new package, add 0.17.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
1
dev-ml/core_extended/Manifest
Normal file
1
dev-ml/core_extended/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST core_extended-0.17.0.tar.gz 60067 BLAKE2B 63cee35040a3a221c0fb8f43ec9f56ecd72e4f0d9c70092d853362968a388dfe1951ee8ec5ad46a5a67194de39b743b3221b3aa7ada7f98df3827e869eed44e2 SHA512 6e6ceacc556164fd7b81a2444604f371276a888cc9b2671d2c6bd6fc413593114cf409f84f35df8c0edbf6ce6999b89cc7f64df5203e9cf96a4d3241f4ca453c
|
||||
27
dev-ml/core_extended/core_extended-0.17.0.ebuild
Normal file
27
dev-ml/core_extended/core_extended-0.17.0.ebuild
Normal 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"
|
||||
11
dev-ml/core_extended/metadata.xml
Normal file
11
dev-ml/core_extended/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user