summaryrefslogtreecommitdiff
path: root/dev-ml/ocamlify/ocamlify-0.0.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ocamlify/ocamlify-0.0.2.ebuild')
-rw-r--r--dev-ml/ocamlify/ocamlify-0.0.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ml/ocamlify/ocamlify-0.0.2.ebuild b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild
new file mode 100644
index 000000000000..0f54e07a5cc1
--- /dev/null
+++ b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit oasis
+
+DESCRIPTION="OCamlify creates OCaml code by including files into strings or string lists"
+HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlify"
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/1209/${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+IUSE=""
+
+DOCS=( "README.txt" "AUTHORS.txt" )