diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-13 08:49:58 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-13 08:49:58 +0000 |
| commit | 3087c7476a05c19267b31b20359dd59bad5a86bb (patch) | |
| tree | e5bbbd854b9465b6e743fc8b6694884c0bcb2c22 /dev-ml/ocaml-containers | |
| parent | 990e232a39a4645aa993dd440c997f1a01304379 (diff) | |
| download | baldeagleos-repo-3087c7476a05c19267b31b20359dd59bad5a86bb.tar.gz baldeagleos-repo-3087c7476a05c19267b31b20359dd59bad5a86bb.tar.xz baldeagleos-repo-3087c7476a05c19267b31b20359dd59bad5a86bb.zip | |
Adding metadata
Diffstat (limited to 'dev-ml/ocaml-containers')
| -rw-r--r-- | dev-ml/ocaml-containers/Manifest | 1 | ||||
| -rw-r--r-- | dev-ml/ocaml-containers/metadata.xml | 10 | ||||
| -rw-r--r-- | dev-ml/ocaml-containers/ocaml-containers-3.16.ebuild | 23 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-ml/ocaml-containers/Manifest b/dev-ml/ocaml-containers/Manifest new file mode 100644 index 000000000000..81a72bb3a319 --- /dev/null +++ b/dev-ml/ocaml-containers/Manifest @@ -0,0 +1 @@ +DIST ocaml-containers-3.16.gh.tar.gz 444432 BLAKE2B 9a07632075aea29e910456a050c64e6a64a017965b99624466efd517523d93778b7c22f0ae77d6bff8ce7993b4c54167fb539b2ab1aaf48df928d61292c0496f SHA512 856f73350e8a6da41ecd60d1c9d32c43aa0a7085a164fe27f695606d24b56a04672c6d5c99efa7e1cac416b21046b6996d0a9de82c2eba6cba7b6e82db93db43 diff --git a/dev-ml/ocaml-containers/metadata.xml b/dev-ml/ocaml-containers/metadata.xml new file mode 100644 index 000000000000..524a1c000c22 --- /dev/null +++ b/dev-ml/ocaml-containers/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>t@laumann.xyz</email> + <name>Thomas Bracht Laumann Jespersen</name> + </maintainer> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-ml/ocaml-containers/ocaml-containers-3.16.ebuild b/dev-ml/ocaml-containers/ocaml-containers-3.16.ebuild new file mode 100644 index 000000000000..80898df8af00 --- /dev/null +++ b/dev-ml/ocaml-containers/ocaml-containers-3.16.ebuild @@ -0,0 +1,23 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DUNE_PKG_NAME="containers" +inherit dune + +DESCRIPTION="Modular, clean and powerful extension of the OCaml standard library" +HOMEPAGE="https://github.com/c-cube/ocaml-containers" +SRC_URI="https://github.com/c-cube/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+ocamlopt" + +RDEPEND=" + dev-ml/seq:=[ocamlopt?] + dev-ml/either:=[ocamlopt?] + dev-ml/dune-configurator:=[ocamlopt?] +" +DEPEND="${RDEPEND}" |
