mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-25 08:28:12 +02:00
18 lines
466 B
Bash
18 lines
466 B
Bash
# Copyright 2020-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit dune
|
|
|
|
DESCRIPTION="Compatibility package for the standard OCaml iterator type"
|
|
HOMEPAGE="https://github.com/c-cube/seq"
|
|
SRC_URI="https://github.com/c-cube/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
|
|
IUSE="+ocamlopt"
|
|
|
|
RDEPEND=">=dev-lang/ocaml-4.07"
|
|
BDEPEND="${RDEPEND}"
|