summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-09-19 14:16:06 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-09-19 16:03:02 +0200
commit4698e22a2fadb77e8c151be1aa2f9c7e821c0ed9 (patch)
treef5d6b1ca3e1bc87fd6c36f4f8ae200d4fa87f868 /dev-ml
parent9b40f564f72fa8a7a458e53f8be16efa9f577f62 (diff)
downloadgentoo-4698e22a2fadb77e8c151be1aa2f9c7e821c0ed9.tar.gz
dev-ml/pa_structural_sexp: bump to 113.00.00
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/pa_structural_sexp/Manifest1
-rw-r--r--dev-ml/pa_structural_sexp/pa_structural_sexp-113.00.00.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-ml/pa_structural_sexp/Manifest b/dev-ml/pa_structural_sexp/Manifest
index 1ac5d21318..68ba462495 100644
--- a/dev-ml/pa_structural_sexp/Manifest
+++ b/dev-ml/pa_structural_sexp/Manifest
@@ -1 +1,2 @@
DIST pa_structural_sexp-112.35.00.tar.gz 51683 SHA256 8425bcdd59afd2d1efb96521b5719ce8308c3ee7fb8cd94981d5eac203430721 SHA512 1ae56cbfdbd0badd3d0c4dd6a50fce46656ea41f28db7d1cb653f8549eda06eb402251f6b31974abd9c1a292a73203c267755d8eb4cd01575cf3e19a3eaf61de WHIRLPOOL e016d2608a1511531343f430eebef6170a2e17f23d993d6105a1706fe3fa62d500d1b39943ace352b0c168d64a32059c48a0d83ac67255f1519e2e8052840be2
+DIST pa_structural_sexp-113.00.00.tar.gz 51825 SHA256 904ee372233d7d47a4b2468505cd768294a3d3f98650dac790ae1af2d24fa5a9 SHA512 7d1cbb1122b735e7aece71c7b50328a33dc72e63b336d5801433b5017bb94e2baa9a056cf076a2e8747afdf33e5a736154e4b74d5f7b079a6a144f9273e87f9c WHIRLPOOL 4e185ff4ce1ec6b81ee4408be7104dd7709ca2bd80853adb07f6976e42a9dbde532b13ed4e6ea6d028889879c14aeb2f44d490a800858cd66dad01e468261be0
diff --git a/dev-ml/pa_structural_sexp/pa_structural_sexp-113.00.00.ebuild b/dev-ml/pa_structural_sexp/pa_structural_sexp-113.00.00.ebuild
new file mode 100644
index 0000000000..f10e431530
--- /dev/null
+++ b/dev-ml/pa_structural_sexp/pa_structural_sexp-113.00.00.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Quotation expanders to simplify building s-expressions from ocaml values"
+HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-ml/camlp4:=
+ dev-ml/type-conv:=
+ dev-ml/sexplib:="
+RDEPEND="${DEPEND}"
+
+DOCS=( "README.md" )