Files
gentoo/dev-ml/seq/seq-0.3-r1.ebuild
Maciej Barć ff83095dba dev-ml/seq: update >=3.0 deps
Closes: https://bugs.gentoo.org/904167
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2023-04-11 18:49:45 +02:00

19 lines
464 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 ~x86"
IUSE="+ocamlopt"
RDEPEND=">=dev-lang/ocaml-4.07"
BDEPEND="${RDEPEND}"