gentoo/dev-ml/seq/seq-0.3.1-r1.ebuild
Alfredo Tupone 4da866f48c
dev-ml/seq: extra dev-lang/ocaml deps
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2025-09-29 21:00:58 +02:00

16 lines
412 B
Bash

# Copyright 2020-2025 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"