head 1.3; access; symbols pkgsrc-2022Q1:1.2.0.18 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.16 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.14 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.12 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.10 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.8 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.6 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.4 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.2 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.1.0.10 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.6 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.4 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.2 pkgsrc-2019Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2022.05.05.08.04.05; author jaapb; state dead; branches; next 1.2; commitid rme2UrSogHmnbQCD; 1.2 date 2020.01.16.15.31.15; author jaapb; state Exp; branches; next 1.1; commitid UuxqdmkNJrw1FVSB; 1.1 date 2019.03.19.10.07.47; author jaapb; state Exp; branches; next ; commitid ex21pGG7rS21CXfB; desc @@ 1.3 log @Updated devel/ocaml-core_kernel to version 0.15.0. There is no changelog, but there seem to have been quite a lot of changes in dependency structure between ocaml-core_kernel and ocaml-core, as well as support for OCaml 4.12 and the removal of a lot of dune parameters that needed patches. @ text @$NetBSD: patch-src_dune,v 1.2 2020/01/16 15:31:15 jaapb Exp $ Remove unknown argument --- src/dune.orig 2019-11-18 14:56:06.000000000 +0000 +++ src/dune @@@@ -11,5 +11,5 @@@@ (c_library_flags (:include rt-flags)) (c_names bigstring_stubs md5_stubs array_stubs gc_stubs time_ns_stubs heap_block_stubs) - (preprocess (pps ppx_jane -check-doc-comments)) (preprocessor_deps config.h) - (js_of_ocaml (javascript_files strftime.js runtime.js))) \ No newline at end of file + (preprocess (pps ppx_jane)) (preprocessor_deps config.h) + (js_of_ocaml (javascript_files strftime.js runtime.js))) @ 1.2 log @Updated devel/ocaml-core_kernel to version 0.13.0. This version mostly includes minor improvements and bugfixes. See the changelog for more details. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Added devel/ocaml-core_kernel, standard library overlay (kernel) @ text @d4 2 a5 1 --- src/dune.orig 2019-02-19 14:45:16.000000000 +0000 d7 1 a7 1 @@@@ -11,9 +11,9 @@@@ d10 1 a10 1 version_util_fallback_stubs heap_block_stubs) d12 2 d15 1 a15 7 (js_of_ocaml (javascript_files strftime.js runtime.js))) (rule (targets explicit_dependencies.ml explicit_dependencies.mli) (deps %{workspace_root}/bin/gen-explicit-dependencies.sh) - (action (bash "%{deps} jane_street_headers"))) \ No newline at end of file + (action (bash "%{deps} jane_street_headers"))) @