pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ocaml-core_kernel Updated devel/ocaml-core_kerne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfbd8681d361
branches:  trunk
changeset: 378693:cfbd8681d361
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Thu May 05 08:04:05 2022 +0000

description:
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.

diffstat:

 devel/ocaml-core_kernel/Makefile                                           |    31 +-
 devel/ocaml-core_kernel/PLIST                                              |  1096 +--------
 devel/ocaml-core_kernel/buildlink3.mk                                      |     4 +-
 devel/ocaml-core_kernel/distinfo                                           |    27 +-
 devel/ocaml-core_kernel/patches/patch-balanced__reducer_src_dune           |    11 -
 devel/ocaml-core_kernel/patches/patch-binary__packing_src_dune             |    11 -
 devel/ocaml-core_kernel/patches/patch-bounded__int__table_src_dune         |    11 -
 devel/ocaml-core_kernel/patches/patch-bounded__int__table_test_dune        |    11 -
 devel/ocaml-core_kernel/patches/patch-int__set_src_dune                    |    11 -
 devel/ocaml-core_kernel/patches/patch-moption_src_dune                     |    11 -
 devel/ocaml-core_kernel/patches/patch-pairing__heap_bench__bin_dune        |    12 -
 devel/ocaml-core_kernel/patches/patch-pairing__heap_test__bin_dune         |    13 -
 devel/ocaml-core_kernel/patches/patch-pairing__heap_test_dune              |    12 -
 devel/ocaml-core_kernel/patches/patch-sexp__hidden__in__test_src_dune      |    13 -
 devel/ocaml-core_kernel/patches/patch-src_dune                             |    15 -
 devel/ocaml-core_kernel/patches/patch-thread__pool__cpu__affinity_src_dune |    12 -
 devel/ocaml-core_kernel/patches/patch-thread__safe__queue_src_dune         |    13 -
 devel/ocaml-core_kernel/patches/patch-timing__wheel_src_dune               |    13 -
 devel/ocaml-core_kernel/patches/patch-timing__wheel_test_dune              |    12 -
 devel/ocaml-core_kernel/patches/patch-tuple__pool_test_dune                |    11 -
 devel/ocaml-core_kernel/patches/patch-unpack__buffer_src_dune              |    11 -
 devel/ocaml-core_kernel/patches/patch-uopt_src_dune                        |    11 -
 devel/ocaml-core_kernel/patches/patch-weak__hashtbl_test_dune              |    12 -
 23 files changed, 131 insertions(+), 1253 deletions(-)

diffs (truncated from 1669 to 300 lines):

diff -r 94cf74a99fe4 -r cfbd8681d361 devel/ocaml-core_kernel/Makefile
--- a/devel/ocaml-core_kernel/Makefile  Thu May 05 08:01:23 2022 +0000
+++ b/devel/ocaml-core_kernel/Makefile  Thu May 05 08:04:05 2022 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2021/03/08 08:12:50 jaapb Exp $
+# $NetBSD: Makefile,v 1.8 2022/05/05 08:04:05 jaapb Exp $
 
+DISTNAME=      ${GITHUB_PROJECT}-0.15.0
+PKGNAME=       ocaml-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 GITHUB_PROJECT=        core_kernel
 GITHUB_TAG=    v${PKGVERSION_NOREV}
-DISTNAME=      ${GITHUB_PROJECT}-0.13.1
-PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/janestreet/core_kernel/
@@ -19,23 +18,7 @@
 
 .include "../../mk/ocaml.mk"
 .include "../../devel/ocaml-base/buildlink3.mk"
-.include "../../devel/ocaml-base_bigstring/buildlink3.mk"
-.include "../../devel/ocaml-base_quickcheck/buildlink3.mk"
-.include "../../devel/ocaml-bin_prot/buildlink3.mk"
-.include "../../devel/ocaml-fieldslib/buildlink3.mk"
-.include "../../devel/ocaml-jane-street-headers/buildlink3.mk"
-.include "../../devel/ocaml-jst-config/buildlink3.mk"
-.include "../../devel/ocaml-ppx_assert/buildlink3.mk"
-.include "../../devel/ocaml-ppx_base/buildlink3.mk"
-.include "../../devel/ocaml-ppx_hash/buildlink3.mk"
-.include "../../devel/ocaml-ppx_inline_test/buildlink3.mk"
+.include "../../devel/ocaml-core/buildlink3.mk"
+.include "../../devel/ocaml-int_repr/buildlink3.mk"
 .include "../../devel/ocaml-ppx_jane/buildlink3.mk"
-.include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk"
-.include "../../devel/ocaml-ppx_sexp_message/buildlink3.mk"
-.include "../../devel/ocaml-sexplib/buildlink3.mk"
-.include "../../devel/ocaml-splittable_random/buildlink3.mk"
-.include "../../devel/ocaml-stdio/buildlink3.mk"
-.include "../../time/ocaml-time_now/buildlink3.mk"
-.include "../../devel/ocaml-typerep/buildlink3.mk"
-.include "../../devel/ocaml-variantslib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 94cf74a99fe4 -r cfbd8681d361 devel/ocaml-core_kernel/PLIST
--- a/devel/ocaml-core_kernel/PLIST     Thu May 05 08:01:23 2022 +0000
+++ b/devel/ocaml-core_kernel/PLIST     Thu May 05 08:04:05 2022 +0000
@@ -1,12 +1,25 @@
-@comment $NetBSD: PLIST,v 1.2 2020/01/16 15:31:15 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/05/05 08:04:05 jaapb Exp $
 ${OCAML_SITELIB}/core_kernel/META
-${OCAML_SITELIB}/core_kernel/arg.ml
-${OCAML_SITELIB}/core_kernel/arg.mli
-${OCAML_SITELIB}/core_kernel/array.ml
-${OCAML_SITELIB}/core_kernel/array.mli
-${OCAML_SITELIB}/core_kernel/bag.ml
-${OCAML_SITELIB}/core_kernel/bag.mli
-${OCAML_SITELIB}/core_kernel/bag_intf.ml
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel.a
+${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel.cma
+${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel.cmi
+${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel.cmt
+${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel.cmxs
+${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel.ml
+${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel.mli
+${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel__.cmi
+${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel__.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel__.cmx
+${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel__.ml
+${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel__Color_256.cmi
+${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel__Color_256.cmt
+${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel__Color_256.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/ansi_kernel/ansi_kernel__Color_256.cmx
+${OCAML_SITELIB}/core_kernel/ansi_kernel/color_256.ml
+${OCAML_SITELIB}/core_kernel/ansi_kernel/color_256.mli
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/balanced_reducer/balanced_reducer.a
 ${OCAML_SITELIB}/core_kernel/balanced_reducer/balanced_reducer.cma
 ${OCAML_SITELIB}/core_kernel/balanced_reducer/balanced_reducer.cmi
@@ -17,44 +30,6 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/balanced_reducer/balanced_reducer.cmxs
 ${OCAML_SITELIB}/core_kernel/balanced_reducer/balanced_reducer.ml
 ${OCAML_SITELIB}/core_kernel/balanced_reducer/balanced_reducer.mli
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests.a
-${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests.cma
-${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests.cmi
-${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests.cmx
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests.cmxa
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests.cmxs
-${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests.ml
-${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests__Test_binary_searchable.cmi
-${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests__Test_binary_searchable.cmt
-${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests__Test_binary_searchable.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests__Test_binary_searchable.cmx
-${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests__Test_binary_searchable_intf.cmi
-${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests__Test_binary_searchable_intf.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests__Test_binary_searchable_intf.cmx
-${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests__Test_blit.cmi
-${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests__Test_blit.cmt
-${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests__Test_blit.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests__Test_blit.cmx
-${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests__Test_blit_intf.cmi
-${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests__Test_blit_intf.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/base_for_tests/base_for_tests__Test_blit_intf.cmx
-${OCAML_SITELIB}/core_kernel/base_for_tests/test_binary_searchable.ml
-${OCAML_SITELIB}/core_kernel/base_for_tests/test_binary_searchable.mli
-${OCAML_SITELIB}/core_kernel/base_for_tests/test_binary_searchable_intf.ml
-${OCAML_SITELIB}/core_kernel/base_for_tests/test_blit.ml
-${OCAML_SITELIB}/core_kernel/base_for_tests/test_blit.mli
-${OCAML_SITELIB}/core_kernel/base_for_tests/test_blit_intf.ml
-${OCAML_SITELIB}/core_kernel/bigbuffer.ml
-${OCAML_SITELIB}/core_kernel/bigbuffer.mli
-${OCAML_SITELIB}/core_kernel/bigbuffer_internal.ml
-${OCAML_SITELIB}/core_kernel/bigstring.ml
-${OCAML_SITELIB}/core_kernel/bigstring.mli
-${OCAML_SITELIB}/core_kernel/bigsubstring.ml
-${OCAML_SITELIB}/core_kernel/bigsubstring.mli
-${OCAML_SITELIB}/core_kernel/binable.ml
-${OCAML_SITELIB}/core_kernel/binable.mli
-${OCAML_SITELIB}/core_kernel/binable0.ml
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/binary_packing/binary_packing.a
 ${OCAML_SITELIB}/core_kernel/binary_packing/binary_packing.cma
 ${OCAML_SITELIB}/core_kernel/binary_packing/binary_packing.cmi
@@ -73,19 +48,6 @@
 ${OCAML_SITELIB}/core_kernel/binary_packing/binary_packing__Import.cmt
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/binary_packing/binary_packing__Import.cmx
 ${OCAML_SITELIB}/core_kernel/binary_packing/import.ml
-${OCAML_SITELIB}/core_kernel/binary_searchable.ml
-${OCAML_SITELIB}/core_kernel/binary_searchable.mli
-${OCAML_SITELIB}/core_kernel/binary_searchable_intf.ml
-${OCAML_SITELIB}/core_kernel/blang.ml
-${OCAML_SITELIB}/core_kernel/blang.mli
-${OCAML_SITELIB}/core_kernel/blit.ml
-${OCAML_SITELIB}/core_kernel/blit.mli
-${OCAML_SITELIB}/core_kernel/blit_intf.ml
-${OCAML_SITELIB}/core_kernel/bool.ml
-${OCAML_SITELIB}/core_kernel/bool.mli
-${OCAML_SITELIB}/core_kernel/bounded_index.ml
-${OCAML_SITELIB}/core_kernel/bounded_index.mli
-${OCAML_SITELIB}/core_kernel/bounded_index_intf.ml
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/bounded_int_table/bounded_int_table.a
 ${OCAML_SITELIB}/core_kernel/bounded_int_table/bounded_int_table.cma
 ${OCAML_SITELIB}/core_kernel/bounded_int_table/bounded_int_table.cmi
@@ -96,22 +58,32 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/bounded_int_table/bounded_int_table.cmxs
 ${OCAML_SITELIB}/core_kernel/bounded_int_table/bounded_int_table.ml
 ${OCAML_SITELIB}/core_kernel/bounded_int_table/bounded_int_table.mli
-${OCAML_SITELIB}/core_kernel/bus.ml
-${OCAML_SITELIB}/core_kernel/bus.mli
-${OCAML_SITELIB}/core_kernel/byte_units.ml
-${OCAML_SITELIB}/core_kernel/byte_units.mli
-${OCAML_SITELIB}/core_kernel/bytes.ml
-${OCAML_SITELIB}/core_kernel/bytes.mli
-${OCAML_SITELIB}/core_kernel/char.ml
-${OCAML_SITELIB}/core_kernel/char.mli
-${OCAML_SITELIB}/core_kernel/command.ml
-${OCAML_SITELIB}/core_kernel/command.mli
-${OCAML_SITELIB}/core_kernel/command_intf.ml
-${OCAML_SITELIB}/core_kernel/comparable.ml
-${OCAML_SITELIB}/core_kernel/comparable.mli
-${OCAML_SITELIB}/core_kernel/comparable_intf.ml
-${OCAML_SITELIB}/core_kernel/comparator.ml
-${OCAML_SITELIB}/core_kernel/comparator.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/bus/bus.a
+${OCAML_SITELIB}/core_kernel/bus/bus.cma
+${OCAML_SITELIB}/core_kernel/bus/bus.cmi
+${OCAML_SITELIB}/core_kernel/bus/bus.cmt
+${OCAML_SITELIB}/core_kernel/bus/bus.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/bus/bus.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/bus/bus.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/bus/bus.cmxs
+${OCAML_SITELIB}/core_kernel/bus/bus.ml
+${OCAML_SITELIB}/core_kernel/bus/bus.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/caml_threads/caml_threads.a
+${OCAML_SITELIB}/core_kernel/caml_threads/caml_threads.cma
+${OCAML_SITELIB}/core_kernel/caml_threads/caml_threads.cmi
+${OCAML_SITELIB}/core_kernel/caml_threads/caml_threads.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/caml_threads/caml_threads.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/caml_threads/caml_threads.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/caml_threads/caml_threads.cmxs
+${OCAML_SITELIB}/core_kernel/caml_threads/caml_threads.ml
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/caml_unix/caml_unix.a
+${OCAML_SITELIB}/core_kernel/caml_unix/caml_unix.cma
+${OCAML_SITELIB}/core_kernel/caml_unix/caml_unix.cmi
+${OCAML_SITELIB}/core_kernel/caml_unix/caml_unix.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/caml_unix/caml_unix.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/caml_unix/caml_unix.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/caml_unix/caml_unix.cmxs
+${OCAML_SITELIB}/core_kernel/caml_unix/caml_unix.ml
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/composition_infix/composition_infix.a
 ${OCAML_SITELIB}/core_kernel/composition_infix/composition_infix.cma
 ${OCAML_SITELIB}/core_kernel/composition_infix/composition_infix.cmi
@@ -122,10 +94,6 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/composition_infix/composition_infix.cmxs
 ${OCAML_SITELIB}/core_kernel/composition_infix/composition_infix.ml
 ${OCAML_SITELIB}/core_kernel/composition_infix/composition_infix.mli
-${OCAML_SITELIB}/core_kernel/container.ml
-${OCAML_SITELIB}/core_kernel/container.mli
-${OCAML_SITELIB}/core_kernel/container_intf.ml
-${OCAML_SITELIB}/core_kernel/core_bin_prot.ml
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel.a
 ${OCAML_SITELIB}/core_kernel/core_kernel.cma
 ${OCAML_SITELIB}/core_kernel/core_kernel.cmi
@@ -134,685 +102,29 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel.cmxs
 ${OCAML_SITELIB}/core_kernel/core_kernel.ml
-${OCAML_SITELIB}/core_kernel/core_kernel__.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__.ml
-${OCAML_SITELIB}/core_kernel/core_kernel__Arg.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Arg.cmt
-${OCAML_SITELIB}/core_kernel/core_kernel__Arg.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Arg.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Array.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Array.cmt
-${OCAML_SITELIB}/core_kernel/core_kernel__Array.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Array.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Bag.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Bag.cmt
-${OCAML_SITELIB}/core_kernel/core_kernel__Bag.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Bag.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Bag_intf.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Bag_intf.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Bag_intf.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Bigbuffer.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Bigbuffer.cmt
-${OCAML_SITELIB}/core_kernel/core_kernel__Bigbuffer.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Bigbuffer.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Bigbuffer_internal.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Bigbuffer_internal.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Bigbuffer_internal.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Bigstring.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Bigstring.cmt
-${OCAML_SITELIB}/core_kernel/core_kernel__Bigstring.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Bigstring.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Bigsubstring.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Bigsubstring.cmt
-${OCAML_SITELIB}/core_kernel/core_kernel__Bigsubstring.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Bigsubstring.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Binable.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Binable.cmt
-${OCAML_SITELIB}/core_kernel/core_kernel__Binable.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Binable.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Binable0.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Binable0.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Binable0.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Binary_searchable.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Binary_searchable.cmt
-${OCAML_SITELIB}/core_kernel/core_kernel__Binary_searchable.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Binary_searchable.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Binary_searchable_intf.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Binary_searchable_intf.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Binary_searchable_intf.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Blang.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Blang.cmt
-${OCAML_SITELIB}/core_kernel/core_kernel__Blang.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Blang.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Blit.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Blit.cmt
-${OCAML_SITELIB}/core_kernel/core_kernel__Blit.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Blit.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Blit_intf.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Blit_intf.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Blit_intf.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Bool.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Bool.cmt
-${OCAML_SITELIB}/core_kernel/core_kernel__Bool.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Bool.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Bounded_index.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Bounded_index.cmt
-${OCAML_SITELIB}/core_kernel/core_kernel__Bounded_index.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Bounded_index.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Bounded_index_intf.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Bounded_index_intf.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Bounded_index_intf.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Bus.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Bus.cmt
-${OCAML_SITELIB}/core_kernel/core_kernel__Bus.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Bus.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Byte_units.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Byte_units.cmt
-${OCAML_SITELIB}/core_kernel/core_kernel__Byte_units.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Byte_units.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Bytes.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Bytes.cmt
-${OCAML_SITELIB}/core_kernel/core_kernel__Bytes.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Bytes.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Char.cmi
-${OCAML_SITELIB}/core_kernel/core_kernel__Char.cmt
-${OCAML_SITELIB}/core_kernel/core_kernel__Char.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/core_kernel/core_kernel__Char.cmx
-${OCAML_SITELIB}/core_kernel/core_kernel__Command.cmi



Home | Main Index | Thread Index | Old Index