dev-cpp/pangomm: stable 2.42.1 for hppa, bug #717144
[gentoo.git] / dev-ml / ocamlify / ocamlify-0.0.2.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 inherit oasis
7
8 DESCRIPTION="OCamlify creates OCaml code by including files into strings or string lists"
9 HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlify"
10 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1209/${P}.tar.gz"
11
12 LICENSE="LGPL-2.1-with-linking-exception"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15
16 RDEPEND=""
17 DEPEND="${RDEPEND}"
18 IUSE=""
19
20 DOCS=( "README.txt" "AUTHORS.txt" )