dev-ml/labltk: x86 stable wrt bug #708672
[gentoo.git] / dev-ml / core / core-0.9.2.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit opam
7
8 DESCRIPTION="Jane Street's alternative to the standard library"
9 HOMEPAGE="https://github.com/janestreet/core"
10 SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11
12 LICENSE="Apache-2.0"
13 SLOT="0/${PV}"
14 KEYWORDS="~amd64"
15 IUSE=""
16
17 RDEPEND="
18         dev-ml/base:=
19         dev-ml/configurator:=
20         dev-ml/core_kernel:=
21         dev-ml/ppx_assert:=
22         dev-ml/ppx_driver:=
23         dev-ml/ppx_jane:=
24         dev-ml/sexplib:=
25         dev-ml/spawn:=
26         dev-ml/stdio:=
27         dev-ml/ocaml-migrate-parsetree:=
28 "
29 DEPEND="${RDEPEND} dev-ml/jbuilder"