Merge remote-tracking branch 'github/pr/760'.
[gentoo.git] / dev-ml / core_bench / core_bench-112.35.00.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI="5"
6
7 inherit oasis
8
9 DESCRIPTION="Micro-benchmarking library for OCaml"
10 HOMEPAGE="https://ocaml.janestreet.com/"
11 SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
12
13 LICENSE="Apache-2.0"
14 SLOT="0/${PV}"
15 KEYWORDS="~amd64"
16 IUSE=""
17
18 RDEPEND="
19         dev-ml/sexplib:=
20         dev-ml/textutils:=
21         dev-ml/pa_ounit:=
22         dev-ml/core:=
23         dev-ml/fieldslib:=
24         dev-ml/comparelib:=
25         dev-ml/camlp4:=
26 "
27 DEPEND="${RDEPEND}"
28
29 DOCS=( README.md )