dev-ml/camlp5: bump to 7.11
[gentoo.git] / dev-ml / ocamlmod / ocamlmod-0.0.8.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="https://forge.ocamlcore.org/frs/download.php/1544/ocamlmod-0.0.8.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" )