Diff core-0.16.1 with a core-0.17.1-r1

/usr/portage/dev-ml/core/core-0.17.1-r1.ebuild 2025-07-15 18:21:09.307008458 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 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="MIT"
13 13
SLOT="0/$(ver_cut 1-2)"
14
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
14
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv"
15 15
IUSE="+ocamlopt"
16 16

  
17
# Jane Street Minor
18
JSM=$(ver_cut 1-2)*
19

  
17 20
RDEPEND="
18
	>=dev-lang/ocaml-4.14
19
	dev-ml/base:${SLOT}
20
	dev-ml/base_bigstring:${SLOT}
21
	dev-ml/base_quickcheck:${SLOT}
22
	dev-ml/bin_prot:${SLOT}
23
	dev-ml/ppxlib:=
24
	dev-ml/ppx_bin_prot:=
25
	dev-ml/ppx_bench:=
26
	dev-ml/ppx_custom_printf:=
27
	dev-ml/ppx_disable_unused_warnings:=
28
	dev-ml/ppx_fields_conv:=
29
	dev-ml/ppx_fixed_literal:=
30
	dev-ml/ppx_let:=
31
	dev-ml/ppx_log:=
32
	dev-ml/ppx_jane:${SLOT}
33
	dev-ml/ppx_module_timer:=
34
	dev-ml/ppx_optional:=
35
	dev-ml/ppx_pipebang:=
36
	dev-ml/ppx_sexp_message:${SLOT}
37
	dev-ml/ppx_sexp_value:=
38
	dev-ml/ppx_stable:=
39
	dev-ml/ppx_string:=
40
	dev-ml/ppx_ignore_instrumentation:=
41
	dev-ml/typerep:${SLOT}
21
	>=dev-lang/ocaml-5
22
	=dev-ml/base-${JSM}:=[ocamlopt?]
23
	=dev-ml/base_bigstring-${JSM}:=[ocamlopt?]
24
	=dev-ml/base_quickcheck-${JSM}:=[ocamlopt?]
25
	=dev-ml/bin_prot-${JSM}:=[ocamlopt?]
26
	=dev-ml/fieldslib-${JSM}:=[ocamlopt?]
27
	=dev-ml/jane-street-headers-${JSM}:=[ocamlopt?]
28
	=dev-ml/jst-config-${JSM}:=[ocamlopt?]
29
	=dev-ml/ppx_assert-${JSM}:=[ocamlopt?]
30
	=dev-ml/ppx_base-${JSM}:=[ocamlopt?]
31
	=dev-ml/ppx_diff-${JSM}:=[ocamlopt?]
32
	=dev-ml/ppx_hash-${JSM}:=[ocamlopt?]
33
	=dev-ml/ppx_inline_test-${JSM}:=[ocamlopt?]
34
	=dev-ml/ppx_jane-${JSM}:=[ocamlopt?]
35
	=dev-ml/ppx_optcomp-${JSM}:=[ocamlopt?]
36
	=dev-ml/ppx_sexp_conv-${JSM}:=[ocamlopt?]
37
	=dev-ml/ppx_sexp_message-${JSM}:=[ocamlopt?]
38
	=dev-ml/sexplib-${JSM}:=[ocamlopt?]
39
	=dev-ml/splittable_random-${JSM}:=[ocamlopt?]
40
	=dev-ml/stdio-${JSM}:=[ocamlopt?]
41
	=dev-ml/time_now-${JSM}:=[ocamlopt?]
42
	=dev-ml/typerep-${JSM}:=[ocamlopt?]
43
	=dev-ml/variantslib-${JSM}:=[ocamlopt?]
42 44
"
43 45
DEPEND="${RDEPEND}"
46
BDEPEND=">=dev-ml/dune-3.11"
Thank you!