*/*: Drop stable alpha keywords
[gentoo.git] / dev-ml / gen / gen-0.4.0.1.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 OASIS_BUILD_TESTS=1
7 OASIS_BUILD_DOCS=1
8
9 inherit oasis
10
11 DESCRIPTION="Simple, efficient iterators for OCaml"
12 HOMEPAGE="https://github.com/c-cube/gen"
13 SRC_URI="https://github.com/c-cube/gen/archive/${PV}.tar.gz -> ${P}.tar.gz"
14
15 LICENSE="BSD"
16 SLOT="0/${PV}"
17 KEYWORDS="~amd64"
18 IUSE=""
19
20 RDEPEND=""
21 DEPEND="${RDEPEND}
22         test? ( dev-ml/ounit dev-ml/iTeML )
23 "
24 DOCS=( "README.md" "CHANGELOG.md" )