summaryrefslogtreecommitdiff
path: root/dev-ml/easy-format
diff options
context:
space:
mode:
authorAlexe-Cristia Moldovan <contact@crism.ro>2015-06-18 15:34:05 +0300
committerAlexe-Cristia Moldovan <contact@crism.ro>2015-06-18 15:34:05 +0300
commit975d01bc65f0f9190808c0d3cddf3131a790a8f6 (patch)
tree0dcbf5c176f69592e8aec75c1c1ba4614f9ee7f0 /dev-ml/easy-format
parent98a08b4d3e6433c1f1d1e8521dddaa1ceda3fd6c (diff)
add Google Drive & OCaml
Diffstat (limited to 'dev-ml/easy-format')
-rw-r--r--dev-ml/easy-format/Manifest1
-rw-r--r--dev-ml/easy-format/easy-format-1.0.1.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-ml/easy-format/Manifest b/dev-ml/easy-format/Manifest
new file mode 100644
index 00000000..4570d736
--- /dev/null
+++ b/dev-ml/easy-format/Manifest
@@ -0,0 +1 @@
+DIST easy-format-1.0.1.tar.gz 13747 SHA256 4b1c030de944158d9e62ce30f59ae2c007ea87b492e92463d8aced22a858f403 SHA512 c97f312ce1dcc38fb00f6f407cf16a61532171fb05f61869b6bb34c19fbee4e1fa9294564177111659e04d0c8272ef06c52e84b1254ce838fe41d4ed2c6596aa WHIRLPOOL c2a52306cd84807b06b7713d558010b5fe27b4108613446972e2e36888c2e51b49901dd5817ab60969f7d616a17db5f8cde095dc9203bff5050813acbdc44a24
diff --git a/dev-ml/easy-format/easy-format-1.0.1.ebuild b/dev-ml/easy-format/easy-format-1.0.1.ebuild
new file mode 100644
index 00000000..b555968c
--- /dev/null
+++ b/dev-ml/easy-format/easy-format-1.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit findlib
+
+DESCRIPTION="A functional interface to the Format libray in Ocaml"
+HOMEPAGE="http://mjambon.com/easy-format.html"
+SRC_URI="http://mjambon.com/releases/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="dev-lang/ocaml"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ emake
+}
+
+src_install() {
+ findlib_src_install
+ dodoc README Changes
+}