Diff core_kernel-0.15.0 with a core_kernel-0.16.0
| /usr/portage/dev-ml/core_kernel/core_kernel-0.16.0.ebuild 2024-07-02 13:51:44.561851472 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 11 | 11 | |
| 12 | 12 |
LICENSE="LGPL-2.1-with-linking-exception" |
| 13 | 13 |
SLOT="0/$(ver_cut 1-2)" |
| 14 |
KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86" |
|
| 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-4.14 |
|
| 22 |
dev-ml/base_quickcheck:= |
|
| 21 | 23 |
dev-ml/core:${SLOT}
|
| 22 | 24 |
dev-ml/int_repr:${SLOT}
|
| 25 |
dev-ml/ppx_assert:= |
|
| 26 |
dev-ml/ppx_bench:= |
|
| 27 |
dev-ml/ppx_bin_prot:= |
|
| 28 |
dev-ml/ppx_cold:= |
|
| 29 |
dev-ml/ppx_compare:= |
|
| 30 |
dev-ml/ppx_custom_printf:= |
|
| 31 |
dev-ml/ppx_disable_unused_warnings:= |
|
| 32 |
dev-ml/ppx_enumerate:= |
|
| 33 |
dev-ml/ppx_expect:= |
|
| 34 |
dev-ml/ppx_fields_conv:= |
|
| 35 |
dev-ml/ppx_fixed_literal:= |
|
| 36 |
dev-ml/ppx_globalize:= |
|
| 37 |
dev-ml/ppx_hash:= |
|
| 38 |
dev-ml/ppx_here:= |
|
| 39 |
dev-ml/ppx_ignore_instrumentation:= |
|
| 40 |
dev-ml/ppx_inline_test:= |
|
| 41 |
dev-ml/ppx_let:= |
|
| 42 |
dev-ml/ppx_log:= |
|
| 43 |
dev-ml/ppx_module_timer:= |
|
| 44 |
dev-ml/ppx_optcomp:${SLOT}
|
|
| 45 |
dev-ml/ppx_optional:= |
|
| 46 |
dev-ml/ppx_pipebang:= |
|
| 47 |
dev-ml/ppx_sexp_conv:= |
|
| 48 |
dev-ml/ppx_sexp_message:= |
|
| 49 |
dev-ml/ppx_sexp_value:= |
|
| 50 |
dev-ml/ppx_stable:= |
|
| 51 |
dev-ml/ppx_stable_witness:= |
|
| 52 |
dev-ml/ppx_string:= |
|
| 53 |
dev-ml/ppx_tydi:= |
|
| 54 |
dev-ml/ppx_typerep_conv:= |
|
| 55 |
dev-ml/ppx_variants_conv:= |
|
| 56 |
dev-ml/ppxlib:= |
|
| 23 | 57 |
" |
| 24 | 58 |
DEPEND="${RDEPEND}"
|