diff options
Diffstat (limited to 'dev-ml/capitalization')
-rw-r--r-- | dev-ml/capitalization/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/capitalization/capitalization-0.17.0.ebuild | 24 | ||||
-rw-r--r-- | dev-ml/capitalization/metadata.xml | 11 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-ml/capitalization/Manifest b/dev-ml/capitalization/Manifest new file mode 100644 index 000000000000..a66932a6251d --- /dev/null +++ b/dev-ml/capitalization/Manifest @@ -0,0 +1,3 @@ +DIST capitalization-0.17.0.tar.gz 5267 BLAKE2B 3245c2faf1616957745aa54590f59a4934032b17577da7f4c1d14314259df43cc719edcfd4ddf1b3db68a93da36d62cc01f0b1b44fdc0371611ec43f1c8d1156 SHA512 eec8ad41b31dd761c174b1d97032fba0305a0b82509927b1bbefe119a67b5b0660e0d45fc035a456a52852a9fdaccd6e4f2ce0447c593ee4c93afe7b52179f8c +EBUILD capitalization-0.17.0.ebuild 639 BLAKE2B 1fd902cb211d5d5db615961d1d5515a117ea2142e324d4c26c6936f4f45449ad4f1e676bce13af99ec2fd836dcfedf4c0914906206415496b73606f06769d3f8 SHA512 d10cf11cde7c4f8fea7292e7e2d1776391bed01aa9b8bfd7a78c0dc8ea4aa5b707734afd0a436ee20f3eea9adbd463aa919e9bf78a3364a4635f789c05b038bd +MISC metadata.xml 323 BLAKE2B d08892d2c41a77089fc2ef6f7705c8d407572f5273dd88b29c36758df488389a803844dd26444ab7aa7d523865d7fe8c4fe68f1dc39a1c7621e7ceb4c06cfec9 SHA512 32f86c0d04790e239f80af00683f4afc2b180734d8498f4a550590f7415abe1ec909de75ebb3759027b676a7824afec960d6ef64f02d06754035db294701937a diff --git a/dev-ml/capitalization/capitalization-0.17.0.ebuild b/dev-ml/capitalization/capitalization-0.17.0.ebuild new file mode 100644 index 000000000000..67ef67b2a285 --- /dev/null +++ b/dev-ml/capitalization/capitalization-0.17.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Defines case conventions and functions to rename identifiers according to them" +HOMEPAGE="https://github.com/janestreet/capitalization" +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64" +IUSE="+ocamlopt" + +RDEPEND=" + >=dev-lang/ocaml-5 + dev-ml/base:${SLOT}[ocamlopt?] + dev-ml/ppx_base:${SLOT}[ocamlopt?] + >=dev-ml/ppxlib-0.32.1:=[ocamlopt?] +" +DEPEND="${RDEPEND}" +BDEPEND=">=dev-ml/dune-3.11" diff --git a/dev-ml/capitalization/metadata.xml b/dev-ml/capitalization/metadata.xml new file mode 100644 index 000000000000..54627302ffa3 --- /dev/null +++ b/dev-ml/capitalization/metadata.xml @@ -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/capitalization</remote-id> + </upstream> +</pkgmetadata> |