dev-ml/ocamlbuild: 0.10.1 and 0.11.0 don't compile with ocaml-4.09
[gentoo.git] / dev-ml / ocamlmod / ocamlmod-0.0.9.ebuild
1 # Copyright 1999-2018 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
8 inherit oasis
9
10 DESCRIPTION="Generate OCaml modules from source files"
11 HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlmod/"
12 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1702/ocamlmod-0.0.9.tar.gz"
13
14 LICENSE="LGPL-2.1-with-linking-exception"
15 SLOT="0/${PV}"
16 KEYWORDS="~amd64 ~x86"
17 IUSE=""
18
19 RDEPEND=""
20 DEPEND="${RDEPEND}
21         test? ( >=dev-ml/ounit-2.0.0 )"
22
23 DOCS=( "AUTHORS.txt" "README.txt" )