mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
dev-ml/ocaml-containers: new package, add 3.16
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
This commit is contained in:
23
dev-ml/ocaml-containers/ocaml-containers-3.16.ebuild
Normal file
23
dev-ml/ocaml-containers/ocaml-containers-3.16.ebuild
Normal file
@@ -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}"
|
||||
Reference in New Issue
Block a user