diff options
Diffstat (limited to 'dev-ml/seq/seq-0.2.2.ebuild')
-rw-r--r-- | dev-ml/seq/seq-0.2.2.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-ml/seq/seq-0.2.2.ebuild b/dev-ml/seq/seq-0.2.2.ebuild new file mode 100644 index 000000000000..0027a100131d --- /dev/null +++ b/dev-ml/seq/seq-0.2.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt" |