diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-05 16:14:54 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-05 21:59:02 +0100 |
commit | 9c21cf8d2cc2f5fae58c0ca0f82d58051b288f42 (patch) | |
tree | 69f863d2d9cd04ed0924c1c485f961b6c6210069 /dev-ml/sexplib/sexplib-113.24.00.ebuild | |
parent | b7cff0fb4c15105d3026e7d9d258559bdd32f30d (diff) | |
download | gentoo-9c21cf8d2cc2f5fae58c0ca0f82d58051b288f42.tar.gz gentoo-9c21cf8d2cc2f5fae58c0ca0f82d58051b288f42.tar.xz |
dev-ml/sexplib: bump to 113.24.00
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/sexplib/sexplib-113.24.00.ebuild')
-rw-r--r-- | dev-ml/sexplib/sexplib-113.24.00.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ml/sexplib/sexplib-113.24.00.ebuild b/dev-ml/sexplib/sexplib-113.24.00.ebuild new file mode 100644 index 00000000000..ce46cabdaea --- /dev/null +++ b/dev-ml/sexplib/sexplib-113.24.00.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +OASIS_BUILD_DOCS=1 +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions" +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 ~x86" +IUSE="" + +RDEPEND=">=dev-ml/type-conv-113.00.00:=" +DEPEND="${RDEPEND}" + +DOCS=( "README.md" "CHANGES.md" ) |