Сравнение core_kernel-0.14.2-r1 с core_kernel-0.15.0
/usr/portage/dev-ml/core_kernel/core_kernel-0.15.0.ebuild 2023-10-09 14:52:29.784368358 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
10 | 10 |
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
11 | 11 | |
12 | 12 |
LICENSE="LGPL-2.1-with-linking-exception" |
13 |
SLOT="0/${PV}" |
|
14 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" |
|
13 |
SLOT="0/$(ver_cut 1-2)" |
|
14 |
KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86" |
|
15 | 15 |
IUSE="+ocamlopt" |
16 | 16 | |
17 | 17 |
# Wants quickcheck_deprecated for now |
18 | 18 |
RESTRICT="test" |
19 | 19 | |
20 | 20 |
RDEPEND=" |
21 |
dev-lang/ocaml:= |
|
22 |
<dev-ml/jst-config-0.15.0 |
|
23 |
>=dev-ml/ppx_optcomp-0.14.3:= |
|
24 |
dev-ml/base:= |
|
25 |
=dev-ml/base_bigstring-0.14*:= |
|
26 |
dev-ml/base_quickcheck:= |
|
27 |
dev-ml/bin_prot:= |
|
28 |
dev-ml/fieldslib:= |
|
29 |
dev-ml/jane-street-headers:= |
|
30 |
dev-ml/ocaml-migrate-parsetree:= |
|
31 |
=dev-ml/ppx_assert-0.14*:= |
|
32 |
=dev-ml/ppx_base-0.14*:= |
|
33 |
=dev-ml/ppx_hash-0.14*:= |
|
34 |
dev-ml/ppx_inline_test:= |
|
35 |
dev-ml/ppx_jane:= |
|
36 |
dev-ml/ppx_sexp_conv:= |
|
37 |
dev-ml/ppx_sexp_message:= |
|
38 |
dev-ml/sexplib:= |
|
39 |
dev-ml/splittable_random:= |
|
40 |
dev-ml/stdio:= |
|
41 |
dev-ml/time_now:= |
|
42 |
dev-ml/typerep:= |
|
43 |
dev-ml/variantslib:= |
|
21 |
dev-ml/core:${SLOT} |
|
22 |
dev-ml/int_repr:${SLOT} |
|
44 | 23 |
" |
45 | 24 |
DEPEND="${RDEPEND}" |