summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-11-15 10:15:16 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-11-15 10:36:02 +0100
commit8a726a76b720d1030a6efab53354a37f6bd554d8 (patch)
tree1cc8d49b2726dfceb6a9c356ec3305696d1ecf82 /dev-ml/ocaml-extunix/ocaml-extunix-0.1.4.ebuild
parentdev-ml/menhir: bump to 20161114 (diff)
downloadgentoo-8a726a76b720d1030a6efab53354a37f6bd554d8.tar.gz
gentoo-8a726a76b720d1030a6efab53354a37f6bd554d8.tar.bz2
gentoo-8a726a76b720d1030a6efab53354a37f6bd554d8.zip
dev-ml/ocaml-extunix: bump to 0.1.4
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-ml/ocaml-extunix/ocaml-extunix-0.1.4.ebuild')
-rw-r--r--dev-ml/ocaml-extunix/ocaml-extunix-0.1.4.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ml/ocaml-extunix/ocaml-extunix-0.1.4.ebuild b/dev-ml/ocaml-extunix/ocaml-extunix-0.1.4.ebuild
new file mode 100644
index 000000000000..38235e658b11
--- /dev/null
+++ b/dev-ml/ocaml-extunix/ocaml-extunix-0.1.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_TESTS=1
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Thin bindings to various low-level system APIs"
+HOMEPAGE="http://extunix.forge.ocamlcore.org/"
+SRC_URI="http://ygrek.org.ua/p/release/ocaml-extunix/${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-ml/camlp4:="
+DEPEND="${RDEPEND}
+ test? ( dev-ml/ounit )"
+DOCS=( "README.md" "TODO" "CHANGES.txt" )