summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/ocaml/Makefile120
-rw-r--r--lang/ocaml/distinfo14
-rw-r--r--lang/ocaml/files/patch-asmcomp_power_arch.ml4
-rw-r--r--lang/ocaml/files/patch-configure111
-rw-r--r--lang/ocaml/files/patch-runtime_amd64.S11
-rw-r--r--lang/ocaml/files/patch-runtime_backtrace.c12
-rw-r--r--lang/ocaml/files/patch-runtime_power.S62
-rw-r--r--lang/ocaml/files/patch-runtime_startup__nat.c10
-rw-r--r--lang/ocaml/files/patch-testsuite_tools_asmgen__power.S11
-rw-r--r--lang/ocaml/pkg-plist1625
10 files changed, 922 insertions, 1058 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 9ced7c1cccbc..72c02c607a64 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,10 +1,10 @@
# for committer: bump PORTREVISION for math/facile whenever ocaml gets updated
PORTNAME= ocaml
-PORTVERSION= 4.08.1
-PORTREVISION= 2
+PORTVERSION= 4.14.1
CATEGORIES= lang
-MASTER_SITES= http://caml.inria.fr/pub/distrib/${DISTNAME:R}/ GENTOO \
+MASTER_SITES= http://caml.inria.fr/pub/distrib/${DISTNAME:R}/ \
+ GENTOO \
http://caml.inria.fr/pub/distrib/${DISTNAME:R}/:docs
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_ONLY= ${_DISTFILES:M*.tar.*}
@@ -14,110 +14,50 @@ MAINTAINER= michipili@gmail.com
COMMENT= Objective Caml compiler and programming environment
WWW= https://ocaml.org/
-LICENSE= QPL10 LGPL20
-LICENSE_COMB= multi
-LICENSE_NAME_QPL10= Q Public License, Version 1.0
-LICENSE_FILE_QPL10= ${WRKSRC}/LICENSE
-LICENSE_PERMS_QPL10= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE= LGPL21
-BROKEN_riscv64= fails to build: hasgot.c:3:12: use of undeclared identifier 'secure_getenv'
-BROKEN_mips64= No ASM support
-BROKEN_mips= No ASM support
+BROKEN_riscv64= fails to build: hasgot.c:3:12: use of undeclared identifier 'secure_getenv'
-BUILD_DEPENDS= as:devel/binutils
-RUN_DEPENDS= as:devel/binutils
+RUN_DEPENDS= ${RUN_DEPENDS_${ARCH}}
+RUN_DEPENDS_armv7= as:devel/binutils
-USES= cpe compiler:c11 gmake shebangfix tar:xz
-USE_LDCONFIG= yes
+USES= compiler:c11 cpe gmake tar:xz
+ARCH!= uname -p
+.if ${ARCH} == armv6 || ${ARCH} == armv7
+USE_BINUTILS= yes
+.endif
CPE_VENDOR= inria
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+CONFIGURE_ARGS= --disable-force-safe-string \
+ --enable-ocamltest
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
+
ALL_TARGET= world.opt
-STRIP=
+TEST_TARGET= tests
+LDFLAGS_armv7= -Wl,-z,notext
+LDFLAGS_i386= -Wl,-z,notext
+LDFLAGS_powerpc= -Wl,-z,notext
PIE_UNSAFE= yes
SSP_UNSAFE= yes
-LDFLAGS_armv6= -Wl,-znotext
-LDFLAGS_armv7= -Wl,-znotext
-LDFLAGS_i386= -Wl,-znotext
-SHEBANG_LANG= awk
-awk_OLD_CMD= /bin/awk
-awk_CMD= /usr/bin/awk
-SHEBANG_FILES= tools/ocaml-instr-graph tools/ocaml-instr-report
+CONFLICTS= metaocaml ocaml-nox11
+STRIP=
-CONFIGURE_ARGS= --prefix="${PREFIX}"
-CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" \
- ASPP="${CC} -c" \
- PARTIALLD="${LD} -r"
+PORTDOCS= ${DISTNAME:R}-refman.pdf htmlman
-OPTIONS_DEFINE= X11 THREADS DOCS EXAMPLES
-OPTIONS_DEFAULT=X11 THREADS
+OPTIONS_DEFINE= DOCS EXAMPLES MANPAGES THREADS
+OPTIONS_DEFAULT= MANPAGES THREADS
OPTIONS_SUB= yes
+DOCS_DISTFILES= ${DISTNAME:R}-refman-html.tar.gz:docs \
+ ${DISTNAME:R}-refman.pdf:docs
THREADS_CONFIGURE_ENABLE= systhreads
-X11_USES= xorg
-X11_CONFLICTS= ocaml-nox11
-X11_CONFLICTS_OFF= ocaml
-X11_USE= XORG=x11
-X11_CONFIGURE_WITH= x
-X11_CONFIGURE_ON= --x-includes="${LOCALBASE}/include" \
- --x-libraries="${LOCALBASE}/lib"
-
-CONFLICTS= metaocaml
-
-PORTDOCS= htmlman ${DISTNAME:R}-refman.pdf
-
-DOCS_DISTFILES= ${DISTNAME:R}-refman-html.tar.gz:docs \
- ${DISTNAME:R}-refman.pdf:docs
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == aarch64
-PLIST_SUB+= RAWSPACETIMELIB=" "
-.else
-PLIST_SUB+= RAWSPACETIMELIB="@comment "
-.endif
-
-.if ${ARCH} == armv6 || ${ARCH} == armv7
-CONFIGURE_ENV+= AS="${AS} ${ASFLAGS} -meabi=5" \
- CC="${CC}"
-.elif ${ARCH} == powerpc || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
-CONFIGURE_ENV+= CC="${CC} -fuse-ld=bfd"
-.else
-CONFIGURE_ENV+= AS="${AS} ${ASFLAGS}" \
- CC="${CC}"
-.endif
-
-.if defined(NO_PROFILE)
-PLIST_SUB+= PROF="@comment "
-.else
-PLIST_SUB+= PROF=""
-.endif
-
-post-patch:
- @${REINPLACE_CMD} \
- -e '\|MKLIB=|s|ar rc|${AR} rc|' \
- -e '\|RANLIB|s|ranlib|${RANLIB}|' \
- -e '\|^ldflags=|s|""|"${LDFLAGS}"|' \
- ${WRKSRC}/configure
-
-check-test: do-install
- @cd ${WRKSRC}/testsuite; ${RM} _log; for d in tests/* ; do \
- ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} one \
- DIR=$${d} 2>&1 | tee -a _log || ${TRUE} ; done ; \
- ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} report
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKDIR} && ${COPYTREE_SHARE} htmlman ${STAGEDIR}${DOCSDIR})
${INSTALL_DATA} ${_DISTDIR}${DISTNAME:R}-refman.pdf ${STAGEDIR}${DOCSDIR}
-.endif
-# Spacetime profiling is only available for native code on 64-bit targets
-.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc
- @${REINPLACE_CMD} -e '/raw_spacetime_lib/d' ${TMPPLIST}
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/lang/ocaml/distinfo b/lang/ocaml/distinfo
index d4fc1a4d65cf..25ed65bd973d 100644
--- a/lang/ocaml/distinfo
+++ b/lang/ocaml/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1681369878
-SHA256 (ocaml-4.08.1.tar.xz) = cd4f180453ffd7cc6028bb18954b3d7c3f715af13157df2f7c68bdfa07655ea3
-SIZE (ocaml-4.08.1.tar.xz) = 3382960
-SHA256 (ocaml-4.08-refman-html.tar.gz) = 7e27bfb9e45b1618ab7c8461cb6c6244b006125593475c87ba49dd09746b5e77
-SIZE (ocaml-4.08-refman-html.tar.gz) = 1704609
-SHA256 (ocaml-4.08-refman.pdf) = 805f5128a99a180be0e2f11c28ddbd92af3cf48965669f67407353750e272a68
-SIZE (ocaml-4.08-refman.pdf) = 2161226
+TIMESTAMP = 1706795905
+SHA256 (ocaml-4.14.1.tar.xz) = c127974d0242576cf47061b20aa9c86d17be0d6aa9687f6ec9835de67be7bb6f
+SIZE (ocaml-4.14.1.tar.xz) = 3803356
+SHA256 (ocaml-4.14-refman-html.tar.gz) = f9d20b8f3c573bbf7bfc99155731472b91b9bf084e9dd2b5539d2ae473406ca7
+SIZE (ocaml-4.14-refman-html.tar.gz) = 1982462
+SHA256 (ocaml-4.14-refman.pdf) = d1b61c3faab3d3ff2a2780ec98e5b7904d9c10b12798527e593cbab1821ddac6
+SIZE (ocaml-4.14-refman.pdf) = 2658634
diff --git a/lang/ocaml/files/patch-asmcomp_power_arch.ml b/lang/ocaml/files/patch-asmcomp_power_arch.ml
index 47d5a54f4a11..5ac77d6bfa11 100644
--- a/lang/ocaml/files/patch-asmcomp_power_arch.ml
+++ b/lang/ocaml/files/patch-asmcomp_power_arch.ml
@@ -1,6 +1,6 @@
---- asmcomp/power/arch.ml.orig 2019-12-02 10:44:34 UTC
+--- asmcomp/power/arch.ml.orig 2024-02-01 14:00:12 UTC
+++ asmcomp/power/arch.ml
-@@ -28,7 +28,7 @@ type abi = ELF32 | ELF64v1 | ELF64v2
+@@ -28,7 +28,7 @@ let abi =
let abi =
match Config.model with
| "ppc" -> ELF32
diff --git a/lang/ocaml/files/patch-configure b/lang/ocaml/files/patch-configure
index c3e62de2bf07..5f1b980257d6 100644
--- a/lang/ocaml/files/patch-configure
+++ b/lang/ocaml/files/patch-configure
@@ -1,66 +1,23 @@
---- configure.orig 2019-08-05 17:32:44 UTC
+--- configure.orig 2022-12-20 12:26:44 UTC
+++ configure
-@@ -9857,7 +9857,7 @@ fi
-
- # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
- freebsd* | dragonfly*)
-- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-+ archive_cmds='$CC -shared $pic_flag -o $lib $LDFLAGS $libobjs $deplibs $compiler_flags'
- hardcode_libdir_flag_spec='-R$libdir'
- hardcode_direct=yes
- hardcode_shlibpath_var=no
-@@ -13342,7 +13342,7 @@ esac ;; #(
- *-*-linux*|*-*-freebsd[3-9]*|*-*-freebsd[1-9][0-9]*\
- |*-*-openbsd*|*-*-netbsd*|*-*-dragonfly*|*-*-gnu*|*-*-haiku*) :
- sharedlib_cflags="-fPIC"
-- mksharedlib="$CC -shared"
-+ mksharedlib="$CC -shared $LDFLAGS"
- oc_ldflags="$oc_ldflags -Wl,-E"
- rpath="-Wl,-rpath,"
- mksharedlibrpath="-Wl,-rpath,"
-@@ -13385,6 +13385,8 @@ fi ;; #(
+@@ -14169,10 +14169,14 @@ if test x"$supports_shared_libraries" = 'xtrue'; then
natdynlink=true ;; #(
- powerpc*-*-linux*) :
+ x86_64-*-dragonfly*) :
natdynlink=true ;; #(
-+ powerpc*-*-freebsd*) :
-+ natdynlink=true ;; #(
- i686-*-kfreebsd*) :
- natdynlink=true ;; #(
- x86_64-*-kfreebsd*) :
-@@ -13395,6 +13397,8 @@ fi ;; #(
- natdynlink=true ;; #(
- x86_64-*-freebsd*) :
+- i[3456]86-*-freebsd*) :
++ aarch64-*-freebsd*) :
natdynlink=true ;; #(
+- x86_64-*-freebsd*) :
+ amd64-*-freebsd*) :
+ natdynlink=true ;; #(
++ armv7-*-freebsd*) :
++ natdynlink=true ;; #(
++ i[3456]86-*-freebsd*) :
+ natdynlink=true ;; #(
i[3456]86-*-openbsd*) :
natdynlink=true ;; #(
x86_64-*-openbsd*) :
-@@ -13415,6 +13419,8 @@ fi ;; #(
- natdynlink=true ;; #(
- aarch64-*-linux*) :
- natdynlink=true ;; #(
-+ aarch64-*-freebsd*) :
-+ natdynlink=true ;; #(
- *) :
- ;;
- esac
-@@ -13488,6 +13494,14 @@ fi; system=elf ;; #(
- else
- model=ppc
- fi; system=elf ;; #(
-+ powerpc64le*-*-freebsd*) :
-+ arch=power; model=ppc64le; system=freebsd;; #(
-+ powerpc*-*-freebsd*) :
-+ arch=power; if $arch64; then :
-+ model=ppc64
-+else
-+ model=ppc
-+fi; system=freebsd ;; #(
- powerpc-*-netbsd*) :
- arch=power; model=ppc; system=netbsd ;; #(
- powerpc-*-openbsd*) :
-@@ -13510,6 +13524,8 @@ fi; system=elf ;; #(
+@@ -14338,6 +14342,8 @@ fi; system=elf ;; #(
arch=arm; model=armv6; system=linux_eabi ;; #(
armv6*-*-freebsd*) :
arch=arm; model=armv6; system=freebsd ;; #(
@@ -69,48 +26,12 @@
earmv6*-*-netbsd*) :
arch=arm; model=armv6; system=netbsd ;; #(
earmv7*-*-netbsd*) :
-@@ -13534,6 +13550,8 @@ fi; system=elf ;; #(
+@@ -14362,7 +14368,7 @@ fi; system=elf ;; #(
arch=amd64; system=dragonfly ;; #(
- x86_64-*-freebsd*) :
- arch=amd64; system=freebsd ;; #(
+ x86_64-*-solaris*) :
+ arch=amd64; system=solaris ;; #(
+- x86_64-*-freebsd*) :
+ amd64-*-freebsd*) :
-+ arch=amd64; system=freebsd ;; #(
+ arch=amd64; system=freebsd ;; #(
x86_64-*-netbsd*) :
arch=amd64; system=netbsd ;; #(
- x86_64-*-openbsd*) :
-@@ -13544,6 +13562,8 @@ fi; system=elf ;; #(
- arch=amd64; system=mingw64 ;; #(
- aarch64-*-linux*) :
- arch=arm64; system=linux ;; #(
-+ aarch64-*-freebsd*) :
-+ arch=arm64; system=freebsd ;; #(
- x86_64-*-cygwin*) :
- arch=amd64; system=cygwin
- ;; #(
-@@ -13714,6 +13734,8 @@ case "$arch,$system" in #(
- profiling=true ;; #(
- amd64,openbsd) :
- profiling=true ;; #(
-+ amd64,dragonfly) :
-+ profiling=true ;; #(
- amd64,freebsd) :
- profiling=true ;; #(
- amd64,netbsd) :
-@@ -13722,11 +13744,17 @@ case "$arch,$system" in #(
- profiling=true ;; #(
- amd64,gnu) :
- profiling=true ;; #(
-+ arm64,freebsd) :
-+ profiling=true ;; #(
-+ arm,freebsd) :
-+ profiling=true ;; #(
- arm,linux*) :
- profiling=true ;; #(
- power,elf) :
- profiling=true ;; #(
- power,bsd*) :
-+ profiling=true ;; #(
-+ power,freebsd) :
- profiling=true ;; #(
- power,netbsd) :
- profiling=true ;; #(
diff --git a/lang/ocaml/files/patch-runtime_amd64.S b/lang/ocaml/files/patch-runtime_amd64.S
deleted file mode 100644
index 2d7da5f47cea..000000000000
--- a/lang/ocaml/files/patch-runtime_amd64.S
+++ /dev/null
@@ -1,11 +0,0 @@
---- runtime/amd64.S.orig 2019-08-05 17:32:44 UTC
-+++ runtime/amd64.S
-@@ -724,7 +724,7 @@ G(caml_system__spacetime_shapes):
- #elif defined(SYS_mingw64) || defined(SYS_cygwin)
- .section .rdata,"dr"
- #else
-- .section .rodata.cst8,"a",@progbits
-+ .section .rodata.cst8,"aM",@progbits,8
- #endif
- .globl G(caml_negf_mask)
- .align SIXTEEN_ALIGN
diff --git a/lang/ocaml/files/patch-runtime_backtrace.c b/lang/ocaml/files/patch-runtime_backtrace.c
deleted file mode 100644
index 6f76ad108013..000000000000
--- a/lang/ocaml/files/patch-runtime_backtrace.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- runtime/backtrace.c.orig 2019-08-05 17:32:44 UTC
-+++ runtime/backtrace.c
-@@ -27,9 +27,6 @@
- #include "caml/backtrace_prim.h"
- #include "caml/fail.h"
-
--/* The table of debug information fragments */
--struct ext_table caml_debug_info;
--
- CAMLexport int32_t caml_backtrace_active = 0;
- CAMLexport int32_t caml_backtrace_pos = 0;
- CAMLexport backtrace_slot * caml_backtrace_buffer = NULL;
diff --git a/lang/ocaml/files/patch-runtime_power.S b/lang/ocaml/files/patch-runtime_power.S
index 0155af6a4e1c..6822b07d6a9b 100644
--- a/lang/ocaml/files/patch-runtime_power.S
+++ b/lang/ocaml/files/patch-runtime_power.S
@@ -1,6 +1,6 @@
---- runtime/power.S.orig 2019-08-05 17:32:44 UTC
+--- runtime/power.S.orig 2024-02-05 15:40:20 UTC
+++ runtime/power.S
-@@ -13,11 +13,11 @@
+@@ -13,7 +13,7 @@
/* */
/**************************************************************************/
@@ -9,12 +9,16 @@
.abiversion 2
#endif
+@@ -27,7 +27,7 @@
+ #define DOMAIN_STATE_PTR 30
+ #define ALLOC_PTR 31
+
-#if defined(MODEL_ppc64) || defined(MODEL_ppc64le)
+#if _CALL_ELF == 1 || _CALL_ELF == 2
#define EITHER(a,b) b
#else
#define EITHER(a,b) a
-@@ -42,7 +42,7 @@
+@@ -52,7 +52,7 @@
#define CALLBACK_LINK_SIZE 16
#define CALLBACK_LINK_OFFSET 0
#endif
@@ -23,7 +27,7 @@
#define RESERVED_STACK 48
#define PARAM_SAVE_AREA (8*8)
#define LR_SAVE 16
-@@ -54,7 +54,7 @@
+@@ -64,7 +64,7 @@
#define CALLBACK_LINK_SIZE 32
#define CALLBACK_LINK_OFFSET 48
#endif
@@ -32,7 +36,7 @@
#define RESERVED_STACK 32
#define PARAM_SAVE_AREA 0
#define LR_SAVE 16
-@@ -82,7 +82,7 @@
+@@ -92,7 +92,7 @@
#endif
@@ -41,7 +45,7 @@
#define FUNCTION(name) \
.section ".opd","aw"; \
.align 3; \
-@@ -98,7 +98,7 @@
+@@ -108,7 +108,7 @@
#endif
@@ -50,8 +54,8 @@
#define FUNCTION(name) \
.section ".text"; \
.globl name; \
-@@ -136,7 +136,7 @@
-
+@@ -133,7 +133,7 @@
+ addi reg, reg, glob@l
#endif
-#if defined(MODEL_ppc64) || defined(MODEL_ppc64le)
@@ -59,16 +63,16 @@
#define LSYMB(glob) .L##glob
-@@ -157,7 +157,7 @@
+@@ -150,7 +150,7 @@
- #endif
+ #define Caml_state(var) 8*domain_field_caml_##var(DOMAIN_STATE_PTR)
-#if defined(MODEL_ppc64)
+#if _CALL_ELF == 1
.section ".opd","aw"
#else
.section ".text"
-@@ -244,7 +244,7 @@ FUNCTION(caml_call_gc)
+@@ -237,7 +237,7 @@ FUNCTION(caml_call_gc)
stfdu 31, 8(11)
/* Call the GC */
bl caml_garbage_collection
@@ -76,25 +80,25 @@
+#if _CALL_ELF == 1 || _CALL_ELF == 2
nop
#endif
- /* Reload new allocation pointer and allocation limit */
-@@ -338,14 +338,14 @@ FUNCTION(caml_c_call)
+ /* Reload new allocation pointer */
+@@ -329,14 +329,14 @@ FUNCTION(caml_c_call)
#if defined(MODEL_ppc)
- mtctr 28
+ mtctr C_CALL_FUN
bctrl
-#elif defined(MODEL_ppc64)
+#elif _CALL_ELF == 1
- ld 0, 0(28)
- mr 26, 2 /* save current TOC in a callee-save register */
+ ld 0, 0(C_CALL_FUN)
+ mr C_CALL_TOC, 2 /* save current TOC in a callee-save register */
mtctr 0
- ld 2, 8(28)
+ ld 2, 8(C_CALL_FUN)
bctrl
- mr 2, 26 /* restore current TOC */
+ mr 2, C_CALL_TOC /* restore current TOC */
-#elif defined(MODEL_ppc64le)
+#elif _CALL_ELF == 2
- mtctr 28
- mr 12, 28
- mr 26, 2 /* save current TOC in a callee-save register */
-@@ -388,7 +388,7 @@ FUNCTION(caml_raise_exn)
+ mtctr C_CALL_FUN
+ mr 12, C_CALL_FUN
+ mr C_CALL_TOC, 2 /* save current TOC in a callee-save register */
+@@ -378,7 +378,7 @@ FUNCTION(caml_raise_exn)
addi 1, 1, -(PARAM_SAVE_AREA + RESERVED_STACK)
/* reserve stack space for C call */
bl caml_stash_backtrace
@@ -102,8 +106,8 @@
+#if _CALL_ELF == 1 || _CALL_ELF == 2
nop
#endif
- mr 3, 28 /* restore exn bucket */
-@@ -424,7 +424,7 @@ FUNCTION(caml_raise_exception)
+ mr 3, 27 /* restore exn bucket */
+@@ -414,7 +414,7 @@ FUNCTION(caml_raise_exception)
addi 1, 1, -(PARAM_SAVE_AREA + RESERVED_STACK)
/* reserve stack space for C call */
bl caml_stash_backtrace
@@ -111,8 +115,8 @@
+#if _CALL_ELF == 1 || _CALL_ELF == 2
nop
#endif
- mr 3, 28 /* restore exn bucket */
-@@ -514,14 +514,14 @@ FUNCTION(caml_start_program)
+ mr 3, 27 /* restore exn bucket */
+@@ -507,14 +507,14 @@ FUNCTION(caml_start_program)
#if defined(MODEL_ppc)
mtctr 12
.L105: bctrl
@@ -129,16 +133,16 @@
mtctr 12
std 2, TOC_SAVE(1)
.L105: bctrl
-@@ -634,7 +634,7 @@ ENDFUNCTION(caml_callback3_exn)
+@@ -633,7 +633,7 @@ ENDFUNCTION(caml_callback3_asm)
b .L102
- ENDFUNCTION(caml_callback3_exn)
+ ENDFUNCTION(caml_callback3_asm)
-#if defined(MODEL_ppc64)
+#if _CALL_ELF == 1
.section ".opd","aw"
#else
.section ".text"
-@@ -656,7 +656,7 @@ caml_system__frametable:
+@@ -655,7 +655,7 @@ caml_system__frametable:
/* TOC entries */
diff --git a/lang/ocaml/files/patch-runtime_startup__nat.c b/lang/ocaml/files/patch-runtime_startup__nat.c
deleted file mode 100644
index eef3606be79c..000000000000
--- a/lang/ocaml/files/patch-runtime_startup__nat.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- runtime/startup_nat.c.orig 2019-08-05 17:32:44 UTC
-+++ runtime/startup_nat.c
-@@ -44,7 +44,6 @@ extern int caml_parser_trace;
- #endif
-
- extern int caml_parser_trace;
--CAMLexport header_t caml_atom_table[256];
- char * caml_code_area_start, * caml_code_area_end;
- struct ext_table caml_code_fragments_table;
-
diff --git a/lang/ocaml/files/patch-testsuite_tools_asmgen__power.S b/lang/ocaml/files/patch-testsuite_tools_asmgen__power.S
index fc23f1a1bd61..a1eaf3301627 100644
--- a/lang/ocaml/files/patch-testsuite_tools_asmgen__power.S
+++ b/lang/ocaml/files/patch-testsuite_tools_asmgen__power.S
@@ -1,5 +1,14 @@
---- testsuite/tools/asmgen_power.S.orig 2019-08-05 17:32:44 UTC
+--- testsuite/tools/asmgen_power.S.orig 2022-12-20 12:26:44 UTC
+++ testsuite/tools/asmgen_power.S
+@@ -10,7 +10,7 @@
+ /* */
+ /*********************************************************************/
+
+-#if defined(MODEL_ppc64) || defined(MODEL_ppc64le)
++#if _CALL_ELF == 1 || _CALL_ELF == 2
+ #define EITHER(a,b) b
+ #else
+ #define EITHER(a,b) a
@@ -26,11 +26,11 @@
#define RESERVED_STACK 16
#define LR_SAVE_AREA 4
diff --git a/lang/ocaml/pkg-plist b/lang/ocaml/pkg-plist
index 8c365340890f..6fece2e62be6 100644
--- a/lang/ocaml/pkg-plist
+++ b/lang/ocaml/pkg-plist
@@ -1,6 +1,4 @@
bin/ocaml
-bin/ocaml-instr-graph
-bin/ocaml-instr-report
bin/ocamlc
bin/ocamlc.byte
bin/ocamlc.opt
@@ -40,13 +38,14 @@ bin/ocamlrund
bin/ocamlruni
bin/ocamlyacc
lib/ocaml/Makefile.config
-lib/ocaml/VERSION
lib/ocaml/arg.ml
lib/ocaml/arg.mli
lib/ocaml/array.ml
lib/ocaml/array.mli
lib/ocaml/arrayLabels.ml
lib/ocaml/arrayLabels.mli
+lib/ocaml/atomic.ml
+lib/ocaml/atomic.mli
lib/ocaml/bigarray.a
lib/ocaml/bigarray.cma
lib/ocaml/bigarray.cmi
@@ -72,13 +71,18 @@ lib/ocaml/caml/backtrace.h
lib/ocaml/caml/backtrace_prim.h
lib/ocaml/caml/bigarray.h
lib/ocaml/caml/callback.h
+lib/ocaml/caml/codefrag.h
lib/ocaml/caml/compact.h
lib/ocaml/caml/compare.h
lib/ocaml/caml/compatibility.h
lib/ocaml/caml/config.h
lib/ocaml/caml/custom.h
lib/ocaml/caml/debugger.h
+lib/ocaml/caml/domain.h
+lib/ocaml/caml/domain_state.h
+lib/ocaml/caml/domain_state.tbl
lib/ocaml/caml/dynlink.h
+lib/ocaml/caml/eventlog.h
lib/ocaml/caml/exec.h
lib/ocaml/caml/fail.h
lib/ocaml/caml/finalise.h
@@ -91,9 +95,6 @@ lib/ocaml/caml/hash.h
lib/ocaml/caml/hooks.h
lib/ocaml/caml/instrtrace.h
lib/ocaml/caml/instruct.h
-lib/ocaml/caml/int64_emul.h
-lib/ocaml/caml/int64_format.h
-lib/ocaml/caml/int64_native.h
lib/ocaml/caml/interp.h
lib/ocaml/caml/intext.h
lib/ocaml/caml/io.h
@@ -102,6 +103,7 @@ lib/ocaml/caml/m.h
lib/ocaml/caml/major_gc.h
lib/ocaml/caml/md5.h
lib/ocaml/caml/memory.h
+lib/ocaml/caml/memprof.h
lib/ocaml/caml/minor_gc.h
lib/ocaml/caml/misc.h
lib/ocaml/caml/mlvalues.h
@@ -114,8 +116,8 @@ lib/ocaml/caml/roots.h
lib/ocaml/caml/s.h
lib/ocaml/caml/signals.h
lib/ocaml/caml/signals_machdep.h
+lib/ocaml/caml/skiplist.h
lib/ocaml/caml/socketaddr.h
-lib/ocaml/caml/spacetime.h
lib/ocaml/caml/stack.h
lib/ocaml/caml/stacks.h
lib/ocaml/caml/startup.h
@@ -126,48 +128,47 @@ lib/ocaml/caml/ui.h
lib/ocaml/caml/unixsupport.h
lib/ocaml/caml/version.h
lib/ocaml/caml/weak.h
+lib/ocaml/caml/winsupport.h
lib/ocaml/camlheader
+lib/ocaml/camlheaderd
+lib/ocaml/camlheaderi
lib/ocaml/camlheader_ur
+lib/ocaml/camlinternalAtomic.cmi
+lib/ocaml/camlinternalAtomic.cmt
+lib/ocaml/camlinternalAtomic.cmti
+lib/ocaml/camlinternalAtomic.cmx
+lib/ocaml/camlinternalAtomic.ml
+lib/ocaml/camlinternalAtomic.mli
lib/ocaml/camlinternalFormat.cmi
lib/ocaml/camlinternalFormat.cmt
lib/ocaml/camlinternalFormat.cmti
lib/ocaml/camlinternalFormat.cmx
lib/ocaml/camlinternalFormat.ml
lib/ocaml/camlinternalFormat.mli
-%%PROF%%lib/ocaml/camlinternalFormat.p.cmt
-%%PROF%%lib/ocaml/camlinternalFormat.p.cmx
lib/ocaml/camlinternalFormatBasics.cmi
lib/ocaml/camlinternalFormatBasics.cmt
lib/ocaml/camlinternalFormatBasics.cmti
lib/ocaml/camlinternalFormatBasics.cmx
lib/ocaml/camlinternalFormatBasics.ml
lib/ocaml/camlinternalFormatBasics.mli
-%%PROF%%lib/ocaml/camlinternalFormatBasics.p.cmt
-%%PROF%%lib/ocaml/camlinternalFormatBasics.p.cmx
lib/ocaml/camlinternalLazy.cmi
lib/ocaml/camlinternalLazy.cmt
lib/ocaml/camlinternalLazy.cmti
lib/ocaml/camlinternalLazy.cmx
lib/ocaml/camlinternalLazy.ml
lib/ocaml/camlinternalLazy.mli
-%%PROF%%lib/ocaml/camlinternalLazy.p.cmt
-%%PROF%%lib/ocaml/camlinternalLazy.p.cmx
lib/ocaml/camlinternalMod.cmi
lib/ocaml/camlinternalMod.cmt
lib/ocaml/camlinternalMod.cmti
lib/ocaml/camlinternalMod.cmx
lib/ocaml/camlinternalMod.ml
lib/ocaml/camlinternalMod.mli
-%%PROF%%lib/ocaml/camlinternalMod.p.cmt
-%%PROF%%lib/ocaml/camlinternalMod.p.cmx
lib/ocaml/camlinternalOO.cmi
lib/ocaml/camlinternalOO.cmt
lib/ocaml/camlinternalOO.cmti
lib/ocaml/camlinternalOO.cmx
lib/ocaml/camlinternalOO.ml
lib/ocaml/camlinternalOO.mli
-%%PROF%%lib/ocaml/camlinternalOO.p.cmt
-%%PROF%%lib/ocaml/camlinternalOO.p.cmx
lib/ocaml/char.ml
lib/ocaml/char.mli
lib/ocaml/compiler-libs/CSE.cmi
@@ -265,6 +266,11 @@ lib/ocaml/compiler-libs/backend_var.cmt
lib/ocaml/compiler-libs/backend_var.cmti
lib/ocaml/compiler-libs/backend_var.cmx
lib/ocaml/compiler-libs/backend_var.mli
+lib/ocaml/compiler-libs/binutils.cmi
+lib/ocaml/compiler-libs/binutils.cmt
+lib/ocaml/compiler-libs/binutils.cmti
+lib/ocaml/compiler-libs/binutils.cmx
+lib/ocaml/compiler-libs/binutils.mli
lib/ocaml/compiler-libs/branch_relaxation.cmi
lib/ocaml/compiler-libs/branch_relaxation.cmt
lib/ocaml/compiler-libs/branch_relaxation.cmti
@@ -333,6 +339,11 @@ lib/ocaml/compiler-libs/clambda.cmt
lib/ocaml/compiler-libs/clambda.cmti
lib/ocaml/compiler-libs/clambda.cmx
lib/ocaml/compiler-libs/clambda.mli
+lib/ocaml/compiler-libs/clambda_primitives.cmi
+lib/ocaml/compiler-libs/clambda_primitives.cmt
+lib/ocaml/compiler-libs/clambda_primitives.cmti
+lib/ocaml/compiler-libs/clambda_primitives.cmx
+lib/ocaml/compiler-libs/clambda_primitives.mli
lib/ocaml/compiler-libs/clflags.cmi
lib/ocaml/compiler-libs/clflags.cmt
lib/ocaml/compiler-libs/clflags.cmti
@@ -373,6 +384,11 @@ lib/ocaml/compiler-libs/closure_origin.cmt
lib/ocaml/compiler-libs/closure_origin.cmti
lib/ocaml/compiler-libs/closure_origin.cmx
lib/ocaml/compiler-libs/closure_origin.mli
+lib/ocaml/compiler-libs/closure_middle_end.cmi
+lib/ocaml/compiler-libs/closure_middle_end.cmt
+lib/ocaml/compiler-libs/closure_middle_end.cmti
+lib/ocaml/compiler-libs/closure_middle_end.cmx
+lib/ocaml/compiler-libs/closure_middle_end.mli
lib/ocaml/compiler-libs/cmi_format.cmi
lib/ocaml/compiler-libs/cmi_format.cmt
lib/ocaml/compiler-libs/cmi_format.cmti
@@ -383,6 +399,21 @@ lib/ocaml/compiler-libs/cmm.cmt
lib/ocaml/compiler-libs/cmm.cmti
lib/ocaml/compiler-libs/cmm.cmx
lib/ocaml/compiler-libs/cmm.mli
+lib/ocaml/compiler-libs/cmm_helpers.cmi
+lib/ocaml/compiler-libs/cmm_helpers.cmt
+lib/ocaml/compiler-libs/cmm_helpers.cmti
+lib/ocaml/compiler-libs/cmm_helpers.cmx
+lib/ocaml/compiler-libs/cmm_helpers.mli
+lib/ocaml/compiler-libs/cmm_invariants.cmi
+lib/ocaml/compiler-libs/cmm_invariants.cmt
+lib/ocaml/compiler-libs/cmm_invariants.cmti
+lib/ocaml/compiler-libs/cmm_invariants.cmx
+lib/ocaml/compiler-libs/cmm_invariants.mli
+lib/ocaml/compiler-libs/cmmgen_state.cmi
+lib/ocaml/compiler-libs/cmmgen_state.cmt
+lib/ocaml/compiler-libs/cmmgen_state.cmti
+lib/ocaml/compiler-libs/cmmgen_state.cmx
+lib/ocaml/compiler-libs/cmmgen_state.mli
lib/ocaml/compiler-libs/cmmgen.cmi
lib/ocaml/compiler-libs/cmmgen.cmt
lib/ocaml/compiler-libs/cmmgen.cmti
@@ -391,6 +422,9 @@ lib/ocaml/compiler-libs/cmmgen.mli
lib/ocaml/compiler-libs/cmo_format.cmi
lib/ocaml/compiler-libs/cmo_format.cmti
lib/ocaml/compiler-libs/cmo_format.mli
+lib/ocaml/compiler-libs/cmt2annot.cmi
+lib/ocaml/compiler-libs/cmt2annot.cmt
+lib/ocaml/compiler-libs/cmt2annot.cmx
lib/ocaml/compiler-libs/cmt_format.cmi
lib/ocaml/compiler-libs/cmt_format.cmt
lib/ocaml/compiler-libs/cmt_format.cmti
@@ -399,6 +433,9 @@ lib/ocaml/compiler-libs/cmt_format.mli
lib/ocaml/compiler-libs/cmx_format.cmi
lib/ocaml/compiler-libs/cmx_format.cmti
lib/ocaml/compiler-libs/cmx_format.mli
+lib/ocaml/compiler-libs/cmxs_format.cmi
+lib/ocaml/compiler-libs/cmxs_format.cmti
+lib/ocaml/compiler-libs/cmxs_format.mli
lib/ocaml/compiler-libs/coloring.cmi
lib/ocaml/compiler-libs/coloring.cmt
lib/ocaml/compiler-libs/coloring.cmti
@@ -409,26 +446,6 @@ lib/ocaml/compiler-libs/comballoc.cmt
lib/ocaml/compiler-libs/comballoc.cmti
lib/ocaml/compiler-libs/comballoc.cmx
lib/ocaml/compiler-libs/comballoc.mli
-lib/ocaml/compiler-libs/compdynlink.cmi
-lib/ocaml/compiler-libs/compdynlink.cmt
-lib/ocaml/compiler-libs/compdynlink.cmti
-lib/ocaml/compiler-libs/compdynlink.cmx
-lib/ocaml/compiler-libs/compdynlink.mli
-lib/ocaml/compiler-libs/compdynlink_common.cmi
-lib/ocaml/compiler-libs/compdynlink_common.cmt
-lib/ocaml/compiler-libs/compdynlink_common.cmti
-lib/ocaml/compiler-libs/compdynlink_common.cmx
-lib/ocaml/compiler-libs/compdynlink_common.mli
-lib/ocaml/compiler-libs/compdynlink_platform_intf.cmi
-lib/ocaml/compiler-libs/compdynlink_platform_intf.cmt
-lib/ocaml/compiler-libs/compdynlink_platform_intf.cmti
-lib/ocaml/compiler-libs/compdynlink_platform_intf.cmx
-lib/ocaml/compiler-libs/compdynlink_platform_intf.mli
-lib/ocaml/compiler-libs/compdynlink_types.cmi
-lib/ocaml/compiler-libs/compdynlink_types.cmt
-lib/ocaml/compiler-libs/compdynlink_types.cmti
-lib/ocaml/compiler-libs/compdynlink_types.cmx
-lib/ocaml/compiler-libs/compdynlink_types.mli
lib/ocaml/compiler-libs/compenv.cmi
lib/ocaml/compiler-libs/compenv.cmt
lib/ocaml/compiler-libs/compenv.cmti
@@ -459,11 +476,6 @@ lib/ocaml/compiler-libs/compmisc.cmt
lib/ocaml/compiler-libs/compmisc.cmti
lib/ocaml/compiler-libs/compmisc.cmx
lib/ocaml/compiler-libs/compmisc.mli
-lib/ocaml/compiler-libs/compplugin.cmi
-lib/ocaml/compiler-libs/compplugin.cmt
-lib/ocaml/compiler-libs/compplugin.cmti
-lib/ocaml/compiler-libs/compplugin.cmx
-lib/ocaml/compiler-libs/compplugin.mli
lib/ocaml/compiler-libs/config.cmi
lib/ocaml/compiler-libs/config.cmt
lib/ocaml/compiler-libs/config.cmti
@@ -474,11 +486,21 @@ lib/ocaml/compiler-libs/consistbl.cmt
lib/ocaml/compiler-libs/consistbl.cmti
lib/ocaml/compiler-libs/consistbl.cmx
lib/ocaml/compiler-libs/consistbl.mli
+lib/ocaml/compiler-libs/convert_primitives.cmi
+lib/ocaml/compiler-libs/convert_primitives.cmt
+lib/ocaml/compiler-libs/convert_primitives.cmti
+lib/ocaml/compiler-libs/convert_primitives.cmx
+lib/ocaml/compiler-libs/convert_primitives.mli
lib/ocaml/compiler-libs/ctype.cmi
lib/ocaml/compiler-libs/ctype.cmt
lib/ocaml/compiler-libs/ctype.cmti
lib/ocaml/compiler-libs/ctype.cmx
lib/ocaml/compiler-libs/ctype.mli
+lib/ocaml/compiler-libs/dataflow.cmi
+lib/ocaml/compiler-libs/dataflow.cmt
+lib/ocaml/compiler-libs/dataflow.cmti
+lib/ocaml/compiler-libs/dataflow.cmx
+lib/ocaml/compiler-libs/dataflow.mli
lib/ocaml/compiler-libs/datarepr.cmi
lib/ocaml/compiler-libs/datarepr.cmt
lib/ocaml/compiler-libs/datarepr.cmti
@@ -499,6 +521,16 @@ lib/ocaml/compiler-libs/depend.cmt
lib/ocaml/compiler-libs/depend.cmti
lib/ocaml/compiler-libs/depend.cmx
lib/ocaml/compiler-libs/depend.mli
+lib/ocaml/compiler-libs/diffing.cmi
+lib/ocaml/compiler-libs/diffing.cmt
+lib/ocaml/compiler-libs/diffing.cmti
+lib/ocaml/compiler-libs/diffing.cmx
+lib/ocaml/compiler-libs/diffing.mli
+lib/ocaml/compiler-libs/diffing_with_keys.cmi
+lib/ocaml/compiler-libs/diffing_with_keys.cmt
+lib/ocaml/compiler-libs/diffing_with_keys.cmti
+lib/ocaml/compiler-libs/diffing_with_keys.cmx
+lib/ocaml/compiler-libs/diffing_with_keys.mli
lib/ocaml/compiler-libs/dll.cmi
lib/ocaml/compiler-libs/dll.cmt
lib/ocaml/compiler-libs/dll.cmti
@@ -509,6 +541,11 @@ lib/ocaml/compiler-libs/docstrings.cmt
lib/ocaml/compiler-libs/docstrings.cmti
lib/ocaml/compiler-libs/docstrings.cmx
lib/ocaml/compiler-libs/docstrings.mli
+lib/ocaml/compiler-libs/domainstate.cmi
+lib/ocaml/compiler-libs/domainstate.cmt
+lib/ocaml/compiler-libs/domainstate.cmti
+lib/ocaml/compiler-libs/domainstate.cmx
+lib/ocaml/compiler-libs/domainstate.mli
lib/ocaml/compiler-libs/effect_analysis.cmi
lib/ocaml/compiler-libs/effect_analysis.cmt
lib/ocaml/compiler-libs/effect_analysis.cmti
@@ -529,6 +566,9 @@ lib/ocaml/compiler-libs/emitcode.cmt
lib/ocaml/compiler-libs/emitcode.cmti
lib/ocaml/compiler-libs/emitcode.cmx
lib/ocaml/compiler-libs/emitcode.mli
+lib/ocaml/compiler-libs/emitenv.cmi
+lib/ocaml/compiler-libs/emitenv.cmti
+lib/ocaml/compiler-libs/emitenv.mli
lib/ocaml/compiler-libs/env.cmi
lib/ocaml/compiler-libs/env.cmt
lib/ocaml/compiler-libs/env.cmti
@@ -544,6 +584,11 @@ lib/ocaml/compiler-libs/errors.cmt
lib/ocaml/compiler-libs/errors.cmti
lib/ocaml/compiler-libs/errors.cmx
lib/ocaml/compiler-libs/errors.mli
+lib/ocaml/compiler-libs/errortrace.cmi
+lib/ocaml/compiler-libs/errortrace.cmt
+lib/ocaml/compiler-libs/errortrace.cmti
+lib/ocaml/compiler-libs/errortrace.cmx
+lib/ocaml/compiler-libs/errortrace.mli
lib/ocaml/compiler-libs/export_id.cmi
lib/ocaml/compiler-libs/export_id.cmt
lib/ocaml/compiler-libs/export_id.cmti
@@ -586,6 +631,11 @@ lib/ocaml/compiler-libs/flambda_iterators.cmt
lib/ocaml/compiler-libs/flambda_iterators.cmti
lib/ocaml/compiler-libs/flambda_iterators.cmx
lib/ocaml/compiler-libs/flambda_iterators.mli
+lib/ocaml/compiler-libs/flambda_middle_end.cmi
+lib/ocaml/compiler-libs/flambda_middle_end.cmt
+lib/ocaml/compiler-libs/flambda_middle_end.cmti
+lib/ocaml/compiler-libs/flambda_middle_end.cmx
+lib/ocaml/compiler-libs/flambda_middle_end.mli
lib/ocaml/compiler-libs/flambda_to_clambda.cmi
lib/ocaml/compiler-libs/flambda_to_clambda.cmt
lib/ocaml/compiler-libs/flambda_to_clambda.cmti
@@ -605,6 +655,7 @@ lib/ocaml/compiler-libs/genprintval.cmi
lib/ocaml/compiler-libs/genprintval.cmt
lib/ocaml/compiler-libs/genprintval.cmti
lib/ocaml/compiler-libs/genprintval.mli
+lib/ocaml/compiler-libs/genprintval.cmx
lib/ocaml/compiler-libs/id_types.cmi
lib/ocaml/compiler-libs/id_types.cmt
lib/ocaml/compiler-libs/id_types.cmti
@@ -640,6 +691,11 @@ lib/ocaml/compiler-libs/includemod.cmt
lib/ocaml/compiler-libs/includemod.cmti
lib/ocaml/compiler-libs/includemod.cmx
lib/ocaml/compiler-libs/includemod.mli
+lib/ocaml/compiler-libs/includemod_errorprinter.cmi
+lib/ocaml/compiler-libs/includemod_errorprinter.cmt
+lib/ocaml/compiler-libs/includemod_errorprinter.cmti
+lib/ocaml/compiler-libs/includemod_errorprinter.cmx
+lib/ocaml/compiler-libs/includemod_errorprinter.mli
lib/ocaml/compiler-libs/inconstant_idents.cmi
lib/ocaml/compiler-libs/inconstant_idents.cmt
lib/ocaml/compiler-libs/inconstant_idents.cmti
@@ -723,6 +779,11 @@ lib/ocaml/compiler-libs/lambda.cmt
lib/ocaml/compiler-libs/lambda.cmti
lib/ocaml/compiler-libs/lambda.cmx
lib/ocaml/compiler-libs/lambda.mli
+lib/ocaml/compiler-libs/lazy_backtrack.cmi
+lib/ocaml/compiler-libs/lazy_backtrack.cmt
+lib/ocaml/compiler-libs/lazy_backtrack.cmti
+lib/ocaml/compiler-libs/lazy_backtrack.cmx
+lib/ocaml/compiler-libs/lazy_backtrack.mli
lib/ocaml/compiler-libs/lexer.cmi
lib/ocaml/compiler-libs/lexer.cmt
lib/ocaml/compiler-libs/lexer.cmti
@@ -743,6 +804,16 @@ lib/ocaml/compiler-libs/lift_let_to_initialize_symbol.cmt
lib/ocaml/compiler-libs/lift_let_to_initialize_symbol.cmti
lib/ocaml/compiler-libs/lift_let_to_initialize_symbol.cmx
lib/ocaml/compiler-libs/lift_let_to_initialize_symbol.mli
+lib/ocaml/compiler-libs/linear.cmi
+lib/ocaml/compiler-libs/linear.cmt
+lib/ocaml/compiler-libs/linear.cmti
+lib/ocaml/compiler-libs/linear.cmx
+lib/ocaml/compiler-libs/linear.mli
+lib/ocaml/compiler-libs/linear_format.cmi
+lib/ocaml/compiler-libs/linear_format.cmt
+lib/ocaml/compiler-libs/linear_format.cmti
+lib/ocaml/compiler-libs/linear_format.cmx
+lib/ocaml/compiler-libs/linear_format.mli
lib/ocaml/compiler-libs/linearize.cmi
lib/ocaml/compiler-libs/linearize.cmt
lib/ocaml/compiler-libs/linearize.cmti
@@ -768,6 +839,11 @@ lib/ocaml/compiler-libs/load_path.cmt
lib/ocaml/compiler-libs/load_path.cmti
lib/ocaml/compiler-libs/load_path.cmx
lib/ocaml/compiler-libs/load_path.mli
+lib/ocaml/compiler-libs/local_store.cmi
+lib/ocaml/compiler-libs/local_store.cmt
+lib/ocaml/compiler-libs/local_store.cmti
+lib/ocaml/compiler-libs/local_store.cmx
+lib/ocaml/compiler-libs/local_store.mli
lib/ocaml/compiler-libs/location.cmi
lib/ocaml/compiler-libs/location.cmt
lib/ocaml/compiler-libs/location.cmti
@@ -786,15 +862,18 @@ lib/ocaml/compiler-libs/mach.mli
lib/ocaml/compiler-libs/main.cmi
lib/ocaml/compiler-libs/main.cmo
lib/ocaml/compiler-libs/main.cmt
-lib/ocaml/compiler-libs/main.cmti
lib/ocaml/compiler-libs/main.cmx
-lib/ocaml/compiler-libs/main.mli
lib/ocaml/compiler-libs/main.o
lib/ocaml/compiler-libs/main_args.cmi
lib/ocaml/compiler-libs/main_args.cmt
lib/ocaml/compiler-libs/main_args.cmti
lib/ocaml/compiler-libs/main_args.cmx
lib/ocaml/compiler-libs/main_args.mli
+lib/ocaml/compiler-libs/maindriver.cmi
+lib/ocaml/compiler-libs/maindriver.cmt
+lib/ocaml/compiler-libs/maindriver.cmti
+lib/ocaml/compiler-libs/maindriver.cmx
+lib/ocaml/compiler-libs/maindriver.mli
lib/ocaml/compiler-libs/makedepend.cmi
lib/ocaml/compiler-libs/makedepend.cmt
lib/ocaml/compiler-libs/makedepend.cmti
@@ -810,11 +889,6 @@ lib/ocaml/compiler-libs/meta.cmt
lib/ocaml/compiler-libs/meta.cmti
lib/ocaml/compiler-libs/meta.cmx
lib/ocaml/compiler-libs/meta.mli
-lib/ocaml/compiler-libs/middle_end.cmi
-lib/ocaml/compiler-libs/middle_end.cmt
-lib/ocaml/compiler-libs/middle_end.cmti
-lib/ocaml/compiler-libs/middle_end.cmx
-lib/ocaml/compiler-libs/middle_end.mli
lib/ocaml/compiler-libs/misc.cmi
lib/ocaml/compiler-libs/misc.cmt
lib/ocaml/compiler-libs/misc.cmti
@@ -841,12 +915,19 @@ lib/ocaml/compiler-libs/ocamlbytecomp.cmxa
lib/ocaml/compiler-libs/ocamlcommon.a
lib/ocaml/compiler-libs/ocamlcommon.cma
lib/ocaml/compiler-libs/ocamlcommon.cmxa
+lib/ocaml/compiler-libs/ocamlmiddleend.a
+lib/ocaml/compiler-libs/ocamlmiddleend.cma
+lib/ocaml/compiler-libs/ocamlmiddleend.cmxa
+lib/ocaml/compiler-libs/ocamltoplevel.a
+lib/ocaml/compiler-libs/ocamltoplevel.cmxa
lib/ocaml/compiler-libs/ocamloptcomp.a
lib/ocaml/compiler-libs/ocamloptcomp.cma
lib/ocaml/compiler-libs/ocamloptcomp.cmxa
lib/ocaml/compiler-libs/ocamltoplevel.cma
lib/ocaml/compiler-libs/opcodes.cmi
lib/ocaml/compiler-libs/opcodes.cmt
+lib/ocaml/compiler-libs/opcodes.cmti
+lib/ocaml/compiler-libs/opcodes.mli
lib/ocaml/compiler-libs/opcodes.cmx
lib/ocaml/compiler-libs/oprint.cmi
lib/ocaml/compiler-libs/oprint.cmt
@@ -866,13 +947,13 @@ lib/ocaml/compiler-libs/opterrors.mli
lib/ocaml/compiler-libs/optmain.cmi
lib/ocaml/compiler-libs/optmain.cmo
lib/ocaml/compiler-libs/optmain.cmt
-lib/ocaml/compiler-libs/optmain.cmti
lib/ocaml/compiler-libs/optmain.cmx
-lib/ocaml/compiler-libs/optmain.mli
lib/ocaml/compiler-libs/optmain.o
-lib/ocaml/compiler-libs/opttopdirs.mli
-lib/ocaml/compiler-libs/opttoploop.mli
-lib/ocaml/compiler-libs/opttopmain.mli
+lib/ocaml/compiler-libs/optmaindriver.cmi
+lib/ocaml/compiler-libs/optmaindriver.cmt
+lib/ocaml/compiler-libs/optmaindriver.cmti
+lib/ocaml/compiler-libs/optmaindriver.cmx
+lib/ocaml/compiler-libs/optmaindriver.mli
lib/ocaml/compiler-libs/outcometree.cmi
lib/ocaml/compiler-libs/outcometree.cmti
lib/ocaml/compiler-libs/outcometree.mli
@@ -909,6 +990,26 @@ lib/ocaml/compiler-libs/path.cmt
lib/ocaml/compiler-libs/path.cmti
lib/ocaml/compiler-libs/path.cmx
lib/ocaml/compiler-libs/path.mli
+lib/ocaml/compiler-libs/patterns.cmi
+lib/ocaml/compiler-libs/patterns.cmt
+lib/ocaml/compiler-libs/patterns.cmti
+lib/ocaml/compiler-libs/patterns.cmx
+lib/ocaml/compiler-libs/patterns.mli
+lib/ocaml/compiler-libs/persistent_env.cmi
+lib/ocaml/compiler-libs/persistent_env.cmt
+lib/ocaml/compiler-libs/persistent_env.cmti
+lib/ocaml/compiler-libs/persistent_env.cmx
+lib/ocaml/compiler-libs/persistent_env.mli
+lib/ocaml/compiler-libs/polling.cmi
+lib/ocaml/compiler-libs/polling.cmt
+lib/ocaml/compiler-libs/polling.cmti
+lib/ocaml/compiler-libs/polling.cmx
+lib/ocaml/compiler-libs/polling.mli
+lib/ocaml/compiler-libs/printclambda_primitives.cmi
+lib/ocaml/compiler-libs/printclambda_primitives.cmt
+lib/ocaml/compiler-libs/printclambda_primitives.cmti
+lib/ocaml/compiler-libs/printclambda_primitives.cmx
+lib/ocaml/compiler-libs/printclambda_primitives.mli
lib/ocaml/compiler-libs/pparse.cmi
lib/ocaml/compiler-libs/pparse.cmt
lib/ocaml/compiler-libs/pparse.cmti
@@ -1112,11 +1213,16 @@ lib/ocaml/compiler-libs/simplify_primitives.cmt
lib/ocaml/compiler-libs/simplify_primitives.cmti
lib/ocaml/compiler-libs/simplify_primitives.cmx
lib/ocaml/compiler-libs/simplify_primitives.mli
-lib/ocaml/compiler-libs/spacetime_profiling.cmi
-lib/ocaml/compiler-libs/spacetime_profiling.cmt
-lib/ocaml/compiler-libs/spacetime_profiling.cmti
-lib/ocaml/compiler-libs/spacetime_profiling.cmx
-lib/ocaml/compiler-libs/spacetime_profiling.mli
+lib/ocaml/compiler-libs/shape.cmi
+lib/ocaml/compiler-libs/shape.cmt
+lib/ocaml/compiler-libs/shape.cmti
+lib/ocaml/compiler-libs/shape.cmx
+lib/ocaml/compiler-libs/shape.mli
+lib/ocaml/compiler-libs/signature_group.cmi
+lib/ocaml/compiler-libs/signature_group.cmt
+lib/ocaml/compiler-libs/signature_group.cmti
+lib/ocaml/compiler-libs/signature_group.cmx
+lib/ocaml/compiler-libs/signature_group.mli
lib/ocaml/compiler-libs/spill.cmi
lib/ocaml/compiler-libs/spill.cmt
lib/ocaml/compiler-libs/spill.cmti
@@ -1182,6 +1288,11 @@ lib/ocaml/compiler-libs/targetint.cmt
lib/ocaml/compiler-libs/targetint.cmti
lib/ocaml/compiler-libs/targetint.cmx
lib/ocaml/compiler-libs/targetint.mli
+lib/ocaml/compiler-libs/tast_iterator.cmi
+lib/ocaml/compiler-libs/tast_iterator.cmt
+lib/ocaml/compiler-libs/tast_iterator.cmti
+lib/ocaml/compiler-libs/tast_iterator.cmx
+lib/ocaml/compiler-libs/tast_iterator.mli
lib/ocaml/compiler-libs/tast_mapper.cmi
lib/ocaml/compiler-libs/tast_mapper.cmt
lib/ocaml/compiler-libs/tast_mapper.cmti
@@ -1192,10 +1303,29 @@ lib/ocaml/compiler-libs/terminfo.cmt
lib/ocaml/compiler-libs/terminfo.cmti
lib/ocaml/compiler-libs/terminfo.cmx
lib/ocaml/compiler-libs/terminfo.mli
+lib/ocaml/compiler-libs/tmc.cmi
+lib/ocaml/compiler-libs/tmc.cmt
+lib/ocaml/compiler-libs/tmc.cmti
+lib/ocaml/compiler-libs/tmc.cmx
+lib/ocaml/compiler-libs/tmc.mli
+lib/ocaml/compiler-libs/topcommon.cmi
+lib/ocaml/compiler-libs/topcommon.cmt
+lib/ocaml/compiler-libs/topcommon.cmti
+lib/ocaml/compiler-libs/topcommon.cmx
+lib/ocaml/compiler-libs/topcommon.mli
lib/ocaml/compiler-libs/topdirs.cmi
lib/ocaml/compiler-libs/topdirs.cmt
lib/ocaml/compiler-libs/topdirs.cmti
lib/ocaml/compiler-libs/topdirs.mli
+lib/ocaml/compiler-libs/topdirs.cmx
+lib/ocaml/compiler-libs/topeval.cmi
+lib/ocaml/compiler-libs/topeval.cmt
+lib/ocaml/compiler-libs/topeval.cmti
+lib/ocaml/compiler-libs/topeval.cmx
+lib/ocaml/compiler-libs/topeval.mli
+lib/ocaml/compiler-libs/tophooks.cmi
+lib/ocaml/compiler-libs/tophooks.cmx
+lib/ocaml/compiler-libs/toploop.cmx
lib/ocaml/compiler-libs/toploop.cmi
lib/ocaml/compiler-libs/toploop.cmt
lib/ocaml/compiler-libs/toploop.cmti
@@ -1204,13 +1334,17 @@ lib/ocaml/compiler-libs/topmain.cmi
lib/ocaml/compiler-libs/topmain.cmt
lib/ocaml/compiler-libs/topmain.cmti
lib/ocaml/compiler-libs/topmain.mli
+lib/ocaml/compiler-libs/topmain.cmx
+lib/ocaml/compiler-libs/topstart.cmx
lib/ocaml/compiler-libs/topstart.cmi
lib/ocaml/compiler-libs/topstart.cmo
lib/ocaml/compiler-libs/topstart.cmt
+lib/ocaml/compiler-libs/topstart.o
lib/ocaml/compiler-libs/trace.cmi
lib/ocaml/compiler-libs/trace.cmt
lib/ocaml/compiler-libs/trace.cmti
lib/ocaml/compiler-libs/trace.mli
+lib/ocaml/compiler-libs/trace.cmx
lib/ocaml/compiler-libs/translattribute.cmi
lib/ocaml/compiler-libs/translattribute.cmt
lib/ocaml/compiler-libs/translattribute.cmti
@@ -1246,6 +1380,11 @@ lib/ocaml/compiler-libs/traverse_for_exported_symbols.cmt
lib/ocaml/compiler-libs/traverse_for_exported_symbols.cmti
lib/ocaml/compiler-libs/traverse_for_exported_symbols.cmx
lib/ocaml/compiler-libs/traverse_for_exported_symbols.mli
+lib/ocaml/compiler-libs/type_immediacy.cmi
+lib/ocaml/compiler-libs/type_immediacy.cmt
+lib/ocaml/compiler-libs/type_immediacy.cmti
+lib/ocaml/compiler-libs/type_immediacy.cmx
+lib/ocaml/compiler-libs/type_immediacy.mli
lib/ocaml/compiler-libs/typeclass.cmi
lib/ocaml/compiler-libs/typeclass.cmt
lib/ocaml/compiler-libs/typeclass.cmti
@@ -1266,6 +1405,11 @@ lib/ocaml/compiler-libs/typedecl_immediacy.cmt
lib/ocaml/compiler-libs/typedecl_immediacy.cmti
lib/ocaml/compiler-libs/typedecl_immediacy.cmx
lib/ocaml/compiler-libs/typedecl_immediacy.mli
+lib/ocaml/compiler-libs/typedecl_separability.cmi
+lib/ocaml/compiler-libs/typedecl_separability.cmt
+lib/ocaml/compiler-libs/typedecl_separability.cmti
+lib/ocaml/compiler-libs/typedecl_separability.cmx
+lib/ocaml/compiler-libs/typedecl_separability.mli
lib/ocaml/compiler-libs/typedecl_properties.cmi
lib/ocaml/compiler-libs/typedecl_properties.cmt
lib/ocaml/compiler-libs/typedecl_properties.cmti
@@ -1286,11 +1430,6 @@ lib/ocaml/compiler-libs/typedtree.cmt
lib/ocaml/compiler-libs/typedtree.cmti
lib/ocaml/compiler-libs/typedtree.cmx
lib/ocaml/compiler-libs/typedtree.mli
-lib/ocaml/compiler-libs/typedtreeIter.cmi
-lib/ocaml/compiler-libs/typedtreeIter.cmt
-lib/ocaml/compiler-libs/typedtreeIter.cmti
-lib/ocaml/compiler-libs/typedtreeIter.cmx
-lib/ocaml/compiler-libs/typedtreeIter.mli
lib/ocaml/compiler-libs/typemod.cmi
lib/ocaml/compiler-libs/typemod.cmt
lib/ocaml/compiler-libs/typemod.cmti
@@ -1386,8 +1525,12 @@ lib/ocaml/dynlink.cmx
lib/ocaml/dynlink.cmxa
lib/ocaml/dynlink.mli
lib/ocaml/dynlink_common.cmx
+lib/ocaml/dynlink_compilerlibs.cmx
lib/ocaml/dynlink_platform_intf.cmx
lib/ocaml/dynlink_types.cmx
+lib/ocaml/either.ml
+lib/ocaml/either.mli
+lib/ocaml/eventlog_metadata
lib/ocaml/ephemeron.ml
lib/ocaml/ephemeron.mli
lib/ocaml/filename.ml
@@ -1402,20 +1545,10 @@ lib/ocaml/gc.ml
lib/ocaml/gc.mli
lib/ocaml/genlex.ml
lib/ocaml/genlex.mli
-%%X11%%lib/ocaml/graphics.a
-%%X11%%lib/ocaml/graphics.cma
-%%X11%%lib/ocaml/graphics.cmi
-%%X11%%lib/ocaml/graphics.cmti
-%%X11%%lib/ocaml/graphics.cmx
-%%X11%%lib/ocaml/graphics.cmxa
-%%X11%%lib/ocaml/graphics.cmxs
-%%X11%%lib/ocaml/graphics.mli
-%%X11%%lib/ocaml/graphicsX11.cmi
-%%X11%%lib/ocaml/graphicsX11.cmti
-%%X11%%lib/ocaml/graphicsX11.cmx
-%%X11%%lib/ocaml/graphicsX11.mli
lib/ocaml/hashtbl.ml
lib/ocaml/hashtbl.mli
+lib/ocaml/in_channel.ml
+lib/ocaml/in_channel.mli
lib/ocaml/int.ml
lib/ocaml/int.mli
lib/ocaml/int32.ml
@@ -1432,15 +1565,12 @@ lib/ocaml/libasmrun_pic.a
lib/ocaml/libasmrun_shared.so
lib/ocaml/libasmrund.a
lib/ocaml/libasmruni.a
-%%PROF%%lib/ocaml/libasmrunp.a
lib/ocaml/libcamlrun.a
lib/ocaml/libcamlrun_pic.a
lib/ocaml/libcamlrun_shared.so
lib/ocaml/libcamlrund.a
lib/ocaml/libcamlruni.a
lib/ocaml/libcamlstr.a
-%%X11%%lib/ocaml/libgraphics.a
-%%RAWSPACETIMELIB%%lib/ocaml/libraw_spacetime_lib.a
%%THREADS%%lib/ocaml/libthreads.a
%%THREADS%%lib/ocaml/libthreadsnat.a
lib/ocaml/libunix.a
@@ -1458,7 +1588,6 @@ lib/ocaml/nativeint.ml
lib/ocaml/nativeint.mli
lib/ocaml/obj.ml
lib/ocaml/obj.mli
-lib/ocaml/objinfo_helper
lib/ocaml/ocamldoc/ocamldoc.hva
lib/ocaml/ocamldoc/odoc.cmi
lib/ocaml/ocamldoc/odoc.cmx
@@ -1565,6 +1694,8 @@ lib/ocaml/oo.ml
lib/ocaml/oo.mli
lib/ocaml/option.ml
lib/ocaml/option.mli
+lib/ocaml/out_channel.ml
+lib/ocaml/out_channel.mli
lib/ocaml/parsing.ml
lib/ocaml/parsing.mli
lib/ocaml/pervasives.ml
@@ -1582,14 +1713,6 @@ lib/ocaml/queue.ml
lib/ocaml/queue.mli
lib/ocaml/random.ml
lib/ocaml/random.mli
-%%RAWSPACETIMELIB%%lib/ocaml/raw_spacetime_lib.a
-%%RAWSPACETIMELIB%%lib/ocaml/raw_spacetime_lib.cma
-%%RAWSPACETIMELIB%%lib/ocaml/raw_spacetime_lib.cmi
-%%RAWSPACETIMELIB%%lib/ocaml/raw_spacetime_lib.cmti
-%%RAWSPACETIMELIB%%lib/ocaml/raw_spacetime_lib.cmx
-%%RAWSPACETIMELIB%%lib/ocaml/raw_spacetime_lib.cmxa
-%%RAWSPACETIMELIB%%lib/ocaml/raw_spacetime_lib.cmxs
-%%RAWSPACETIMELIB%%lib/ocaml/raw_spacetime_lib.mli
lib/ocaml/result.ml
lib/ocaml/result.mli
lib/ocaml/scanf.ml
@@ -1598,8 +1721,6 @@ lib/ocaml/seq.ml
lib/ocaml/seq.mli
lib/ocaml/set.ml
lib/ocaml/set.mli
-lib/ocaml/spacetime.ml
-lib/ocaml/spacetime.mli
lib/ocaml/stack.ml
lib/ocaml/stack.mli
lib/ocaml/stdLabels.ml
@@ -1610,9 +1731,6 @@ lib/ocaml/std_exit.cmt
lib/ocaml/std_exit.cmx
lib/ocaml/std_exit.ml
lib/ocaml/std_exit.o
-%%PROF%%lib/ocaml/std_exit.p.cmt
-%%PROF%%lib/ocaml/std_exit.p.cmx
-%%PROF%%lib/ocaml/std_exit.p.o
lib/ocaml/stdlib.a
lib/ocaml/stdlib.cma
lib/ocaml/stdlib.cmi
@@ -1622,334 +1740,233 @@ lib/ocaml/stdlib.cmx
lib/ocaml/stdlib.cmxa
lib/ocaml/stdlib.ml
lib/ocaml/stdlib.mli
-%%PROF%%lib/ocaml/stdlib.p.a
-%%PROF%%lib/ocaml/stdlib.p.cmt
-%%PROF%%lib/ocaml/stdlib.p.cmx
-%%PROF%%lib/ocaml/stdlib.p.cmxa
-lib/ocaml/stdlib__arg.cmi
-lib/ocaml/stdlib__arg.cmt
-lib/ocaml/stdlib__arg.cmti
-lib/ocaml/stdlib__arg.cmx
-%%PROF%%lib/ocaml/stdlib__arg.p.cmt
-%%PROF%%lib/ocaml/stdlib__arg.p.cmx
-lib/ocaml/stdlib__array.cmi
-lib/ocaml/stdlib__array.cmt
-lib/ocaml/stdlib__array.cmti
-lib/ocaml/stdlib__array.cmx
-%%PROF%%lib/ocaml/stdlib__array.p.cmt
-%%PROF%%lib/ocaml/stdlib__array.p.cmx
-lib/ocaml/stdlib__arrayLabels.cmi
-lib/ocaml/stdlib__arrayLabels.cmt
-lib/ocaml/stdlib__arrayLabels.cmti
-lib/ocaml/stdlib__arrayLabels.cmx
-%%PROF%%lib/ocaml/stdlib__arrayLabels.p.cmt
-%%PROF%%lib/ocaml/stdlib__arrayLabels.p.cmx
-lib/ocaml/stdlib__bigarray.cmi
-lib/ocaml/stdlib__bigarray.cmt
-lib/ocaml/stdlib__bigarray.cmti
-lib/ocaml/stdlib__bigarray.cmx
-%%PROF%%lib/ocaml/stdlib__bigarray.p.cmt
-%%PROF%%lib/ocaml/stdlib__bigarray.p.cmx
-lib/ocaml/stdlib__bool.cmi
-lib/ocaml/stdlib__bool.cmt
-lib/ocaml/stdlib__bool.cmti
-lib/ocaml/stdlib__bool.cmx
-%%PROF%%lib/ocaml/stdlib__bool.p.cmt
-%%PROF%%lib/ocaml/stdlib__bool.p.cmx
-lib/ocaml/stdlib__buffer.cmi
-lib/ocaml/stdlib__buffer.cmt
-lib/ocaml/stdlib__buffer.cmti
-lib/ocaml/stdlib__buffer.cmx
-%%PROF%%lib/ocaml/stdlib__buffer.p.cmt
-%%PROF%%lib/ocaml/stdlib__buffer.p.cmx
-lib/ocaml/stdlib__bytes.cmi
-lib/ocaml/stdlib__bytes.cmt
-lib/ocaml/stdlib__bytes.cmti
-lib/ocaml/stdlib__bytes.cmx
-%%PROF%%lib/ocaml/stdlib__bytes.p.cmt
-%%PROF%%lib/ocaml/stdlib__bytes.p.cmx
-lib/ocaml/stdlib__bytesLabels.cmi
-lib/ocaml/stdlib__bytesLabels.cmt
-lib/ocaml/stdlib__bytesLabels.cmti
-lib/ocaml/stdlib__bytesLabels.cmx
-%%PROF%%lib/ocaml/stdlib__bytesLabels.p.cmt
-%%PROF%%lib/ocaml/stdlib__bytesLabels.p.cmx
-lib/ocaml/stdlib__callback.cmi
-lib/ocaml/stdlib__callback.cmt
-lib/ocaml/stdlib__callback.cmti
-lib/ocaml/stdlib__callback.cmx
-%%PROF%%lib/ocaml/stdlib__callback.p.cmt
-%%PROF%%lib/ocaml/stdlib__callback.p.cmx
-lib/ocaml/stdlib__char.cmi
-lib/ocaml/stdlib__char.cmt
-lib/ocaml/stdlib__char.cmti
-lib/ocaml/stdlib__char.cmx
-%%PROF%%lib/ocaml/stdlib__char.p.cmt
-%%PROF%%lib/ocaml/stdlib__char.p.cmx
-lib/ocaml/stdlib__complex.cmi
-lib/ocaml/stdlib__complex.cmt
-lib/ocaml/stdlib__complex.cmti
-lib/ocaml/stdlib__complex.cmx
-%%PROF%%lib/ocaml/stdlib__complex.p.cmt
-%%PROF%%lib/ocaml/stdlib__complex.p.cmx
-lib/ocaml/stdlib__digest.cmi
-lib/ocaml/stdlib__digest.cmt
-lib/ocaml/stdlib__digest.cmti
-lib/ocaml/stdlib__digest.cmx
-%%PROF%%lib/ocaml/stdlib__digest.p.cmt
-%%PROF%%lib/ocaml/stdlib__digest.p.cmx
-lib/ocaml/stdlib__ephemeron.cmi
-lib/ocaml/stdlib__ephemeron.cmt
-lib/ocaml/stdlib__ephemeron.cmti
-lib/ocaml/stdlib__ephemeron.cmx
-%%PROF%%lib/ocaml/stdlib__ephemeron.p.cmt
-%%PROF%%lib/ocaml/stdlib__ephemeron.p.cmx
-lib/ocaml/stdlib__filename.cmi
-lib/ocaml/stdlib__filename.cmt
-lib/ocaml/stdlib__filename.cmti
-lib/ocaml/stdlib__filename.cmx
-%%PROF%%lib/ocaml/stdlib__filename.p.cmt
-%%PROF%%lib/ocaml/stdlib__filename.p.cmx
-lib/ocaml/stdlib__float.cmi
-lib/ocaml/stdlib__float.cmt
-lib/ocaml/stdlib__float.cmti
-lib/ocaml/stdlib__float.cmx
-%%PROF%%lib/ocaml/stdlib__float.p.cmt
-%%PROF%%lib/ocaml/stdlib__float.p.cmx
-lib/ocaml/stdlib__format.cmi
-lib/ocaml/stdlib__format.cmt
-lib/ocaml/stdlib__format.cmti
-lib/ocaml/stdlib__format.cmx
-%%PROF%%lib/ocaml/stdlib__format.p.cmt
-%%PROF%%lib/ocaml/stdlib__format.p.cmx
-lib/ocaml/stdlib__fun.cmi
-lib/ocaml/stdlib__fun.cmt
-lib/ocaml/stdlib__fun.cmti
-lib/ocaml/stdlib__fun.cmx
-%%PROF%%lib/ocaml/stdlib__fun.p.cmt
-%%PROF%%lib/ocaml/stdlib__fun.p.cmx
-lib/ocaml/stdlib__gc.cmi
-lib/ocaml/stdlib__gc.cmt
-lib/ocaml/stdlib__gc.cmti
-lib/ocaml/stdlib__gc.cmx
-%%PROF%%lib/ocaml/stdlib__gc.p.cmt
-%%PROF%%lib/ocaml/stdlib__gc.p.cmx
-lib/ocaml/stdlib__genlex.cmi
-lib/ocaml/stdlib__genlex.cmt
-lib/ocaml/stdlib__genlex.cmti
-lib/ocaml/stdlib__genlex.cmx
-%%PROF%%lib/ocaml/stdlib__genlex.p.cmt
-%%PROF%%lib/ocaml/stdlib__genlex.p.cmx
-lib/ocaml/stdlib__hashtbl.cmi
-lib/ocaml/stdlib__hashtbl.cmt
-lib/ocaml/stdlib__hashtbl.cmti
-lib/ocaml/stdlib__hashtbl.cmx
-%%PROF%%lib/ocaml/stdlib__hashtbl.p.cmt
-%%PROF%%lib/ocaml/stdlib__hashtbl.p.cmx
-lib/ocaml/stdlib__int.cmi
-lib/ocaml/stdlib__int.cmt
-lib/ocaml/stdlib__int.cmti
-lib/ocaml/stdlib__int.cmx
-%%PROF%%lib/ocaml/stdlib__int.p.cmt
-%%PROF%%lib/ocaml/stdlib__int.p.cmx
-lib/ocaml/stdlib__int32.cmi
-lib/ocaml/stdlib__int32.cmt
-lib/ocaml/stdlib__int32.cmti
-lib/ocaml/stdlib__int32.cmx
-%%PROF%%lib/ocaml/stdlib__int32.p.cmt
-%%PROF%%lib/ocaml/stdlib__int32.p.cmx
-lib/ocaml/stdlib__int64.cmi
-lib/ocaml/stdlib__int64.cmt
-lib/ocaml/stdlib__int64.cmti
-lib/ocaml/stdlib__int64.cmx
-%%PROF%%lib/ocaml/stdlib__int64.p.cmt
-%%PROF%%lib/ocaml/stdlib__int64.p.cmx
-lib/ocaml/stdlib__lazy.cmi
-lib/ocaml/stdlib__lazy.cmt
-lib/ocaml/stdlib__lazy.cmti
-lib/ocaml/stdlib__lazy.cmx
-%%PROF%%lib/ocaml/stdlib__lazy.p.cmt
-%%PROF%%lib/ocaml/stdlib__lazy.p.cmx
-lib/ocaml/stdlib__lexing.cmi
-lib/ocaml/stdlib__lexing.cmt
-lib/ocaml/stdlib__lexing.cmti
-lib/ocaml/stdlib__lexing.cmx
-%%PROF%%lib/ocaml/stdlib__lexing.p.cmt
-%%PROF%%lib/ocaml/stdlib__lexing.p.cmx
-lib/ocaml/stdlib__list.cmi
-lib/ocaml/stdlib__list.cmt
-lib/ocaml/stdlib__list.cmti
-lib/ocaml/stdlib__list.cmx
-%%PROF%%lib/ocaml/stdlib__list.p.cmt
-%%PROF%%lib/ocaml/stdlib__list.p.cmx
-lib/ocaml/stdlib__listLabels.cmi
-lib/ocaml/stdlib__listLabels.cmt
-lib/ocaml/stdlib__listLabels.cmti
-lib/ocaml/stdlib__listLabels.cmx
-%%PROF%%lib/ocaml/stdlib__listLabels.p.cmt
-%%PROF%%lib/ocaml/stdlib__listLabels.p.cmx
-lib/ocaml/stdlib__map.cmi
-lib/ocaml/stdlib__map.cmt
-lib/ocaml/stdlib__map.cmti
-lib/ocaml/stdlib__map.cmx
-%%PROF%%lib/ocaml/stdlib__map.p.cmt
-%%PROF%%lib/ocaml/stdlib__map.p.cmx
-lib/ocaml/stdlib__marshal.cmi
-lib/ocaml/stdlib__marshal.cmt
-lib/ocaml/stdlib__marshal.cmti
-lib/ocaml/stdlib__marshal.cmx
-%%PROF%%lib/ocaml/stdlib__marshal.p.cmt
-%%PROF%%lib/ocaml/stdlib__marshal.p.cmx
-lib/ocaml/stdlib__moreLabels.cmi
-lib/ocaml/stdlib__moreLabels.cmt
-lib/ocaml/stdlib__moreLabels.cmti
-lib/ocaml/stdlib__moreLabels.cmx
-%%PROF%%lib/ocaml/stdlib__moreLabels.p.cmt
-%%PROF%%lib/ocaml/stdlib__moreLabels.p.cmx
-lib/ocaml/stdlib__nativeint.cmi
-lib/ocaml/stdlib__nativeint.cmt
-lib/ocaml/stdlib__nativeint.cmti
-lib/ocaml/stdlib__nativeint.cmx
-%%PROF%%lib/ocaml/stdlib__nativeint.p.cmt
-%%PROF%%lib/ocaml/stdlib__nativeint.p.cmx
-lib/ocaml/stdlib__obj.cmi
-lib/ocaml/stdlib__obj.cmt
-lib/ocaml/stdlib__obj.cmti
-lib/ocaml/stdlib__obj.cmx
-%%PROF%%lib/ocaml/stdlib__obj.p.cmt
-%%PROF%%lib/ocaml/stdlib__obj.p.cmx
-lib/ocaml/stdlib__oo.cmi
-lib/ocaml/stdlib__oo.cmt
-lib/ocaml/stdlib__oo.cmti
-lib/ocaml/stdlib__oo.cmx
-%%PROF%%lib/ocaml/stdlib__oo.p.cmt
-%%PROF%%lib/ocaml/stdlib__oo.p.cmx
-lib/ocaml/stdlib__option.cmi
-lib/ocaml/stdlib__option.cmt
-lib/ocaml/stdlib__option.cmti
-lib/ocaml/stdlib__option.cmx
-%%PROF%%lib/ocaml/stdlib__option.p.cmt
-%%PROF%%lib/ocaml/stdlib__option.p.cmx
-lib/ocaml/stdlib__parsing.cmi
-lib/ocaml/stdlib__parsing.cmt
-lib/ocaml/stdlib__parsing.cmti
-lib/ocaml/stdlib__parsing.cmx
-%%PROF%%lib/ocaml/stdlib__parsing.p.cmt
-%%PROF%%lib/ocaml/stdlib__parsing.p.cmx
-lib/ocaml/stdlib__pervasives.cmi
-lib/ocaml/stdlib__pervasives.cmt
-lib/ocaml/stdlib__pervasives.cmx
-%%PROF%%lib/ocaml/stdlib__pervasives.p.cmi
-%%PROF%%lib/ocaml/stdlib__pervasives.p.cmt
-%%PROF%%lib/ocaml/stdlib__pervasives.p.cmx
-lib/ocaml/stdlib__printexc.cmi
-lib/ocaml/stdlib__printexc.cmt
-lib/ocaml/stdlib__printexc.cmti
-lib/ocaml/stdlib__printexc.cmx
-%%PROF%%lib/ocaml/stdlib__printexc.p.cmt
-%%PROF%%lib/ocaml/stdlib__printexc.p.cmx
-lib/ocaml/stdlib__printf.cmi
-lib/ocaml/stdlib__printf.cmt
-lib/ocaml/stdlib__printf.cmti
-lib/ocaml/stdlib__printf.cmx
-%%PROF%%lib/ocaml/stdlib__printf.p.cmt
-%%PROF%%lib/ocaml/stdlib__printf.p.cmx
-lib/ocaml/stdlib__queue.cmi
-lib/ocaml/stdlib__queue.cmt
-lib/ocaml/stdlib__queue.cmti
-lib/ocaml/stdlib__queue.cmx
-%%PROF%%lib/ocaml/stdlib__queue.p.cmt
-%%PROF%%lib/ocaml/stdlib__queue.p.cmx
-lib/ocaml/stdlib__random.cmi
-lib/ocaml/stdlib__random.cmt
-lib/ocaml/stdlib__random.cmti
-lib/ocaml/stdlib__random.cmx
-%%PROF%%lib/ocaml/stdlib__random.p.cmt
-%%PROF%%lib/ocaml/stdlib__random.p.cmx
-lib/ocaml/stdlib__result.cmi
-lib/ocaml/stdlib__result.cmt
-lib/ocaml/stdlib__result.cmti
-lib/ocaml/stdlib__result.cmx
-%%PROF%%lib/ocaml/stdlib__result.p.cmt
-%%PROF%%lib/ocaml/stdlib__result.p.cmx
-lib/ocaml/stdlib__scanf.cmi
-lib/ocaml/stdlib__scanf.cmt
-lib/ocaml/stdlib__scanf.cmti
-lib/ocaml/stdlib__scanf.cmx
-%%PROF%%lib/ocaml/stdlib__scanf.p.cmt
-%%PROF%%lib/ocaml/stdlib__scanf.p.cmx
-lib/ocaml/stdlib__seq.cmi
-lib/ocaml/stdlib__seq.cmt
-lib/ocaml/stdlib__seq.cmti
-lib/ocaml/stdlib__seq.cmx
-%%PROF%%lib/ocaml/stdlib__seq.p.cmt
-%%PROF%%lib/ocaml/stdlib__seq.p.cmx
-lib/ocaml/stdlib__set.cmi
-lib/ocaml/stdlib__set.cmt
-lib/ocaml/stdlib__set.cmti
-lib/ocaml/stdlib__set.cmx
-%%PROF%%lib/ocaml/stdlib__set.p.cmt
-%%PROF%%lib/ocaml/stdlib__set.p.cmx
-lib/ocaml/stdlib__spacetime.cmi
-lib/ocaml/stdlib__spacetime.cmt
-lib/ocaml/stdlib__spacetime.cmti
-lib/ocaml/stdlib__spacetime.cmx
-%%PROF%%lib/ocaml/stdlib__spacetime.p.cmt
-%%PROF%%lib/ocaml/stdlib__spacetime.p.cmx
-lib/ocaml/stdlib__stack.cmi
-lib/ocaml/stdlib__stack.cmt
-lib/ocaml/stdlib__stack.cmti
-lib/ocaml/stdlib__stack.cmx
-%%PROF%%lib/ocaml/stdlib__stack.p.cmt
-%%PROF%%lib/ocaml/stdlib__stack.p.cmx
-lib/ocaml/stdlib__stdLabels.cmi
-lib/ocaml/stdlib__stdLabels.cmt
-lib/ocaml/stdlib__stdLabels.cmti
-lib/ocaml/stdlib__stdLabels.cmx
-%%PROF%%lib/ocaml/stdlib__stdLabels.p.cmt
-%%PROF%%lib/ocaml/stdlib__stdLabels.p.cmx
-lib/ocaml/stdlib__stream.cmi
-lib/ocaml/stdlib__stream.cmt
-lib/ocaml/stdlib__stream.cmti
-lib/ocaml/stdlib__stream.cmx
-%%PROF%%lib/ocaml/stdlib__stream.p.cmt
-%%PROF%%lib/ocaml/stdlib__stream.p.cmx
-lib/ocaml/stdlib__string.cmi
-lib/ocaml/stdlib__string.cmt
-lib/ocaml/stdlib__string.cmti
-lib/ocaml/stdlib__string.cmx
-%%PROF%%lib/ocaml/stdlib__string.p.cmt
-%%PROF%%lib/ocaml/stdlib__string.p.cmx
-lib/ocaml/stdlib__stringLabels.cmi
-lib/ocaml/stdlib__stringLabels.cmt
-lib/ocaml/stdlib__stringLabels.cmti
-lib/ocaml/stdlib__stringLabels.cmx
-%%PROF%%lib/ocaml/stdlib__stringLabels.p.cmt
-%%PROF%%lib/ocaml/stdlib__stringLabels.p.cmx
-lib/ocaml/stdlib__sys.cmi
-lib/ocaml/stdlib__sys.cmt
-lib/ocaml/stdlib__sys.cmti
-lib/ocaml/stdlib__sys.cmx
-%%PROF%%lib/ocaml/stdlib__sys.p.cmt
-%%PROF%%lib/ocaml/stdlib__sys.p.cmx
-lib/ocaml/stdlib__uchar.cmi
-lib/ocaml/stdlib__uchar.cmt
-lib/ocaml/stdlib__uchar.cmti
-lib/ocaml/stdlib__uchar.cmx
-%%PROF%%lib/ocaml/stdlib__uchar.p.cmt
-%%PROF%%lib/ocaml/stdlib__uchar.p.cmx
-lib/ocaml/stdlib__unit.cmi
-lib/ocaml/stdlib__unit.cmt
-lib/ocaml/stdlib__unit.cmti
-lib/ocaml/stdlib__unit.cmx
-%%PROF%%lib/ocaml/stdlib__unit.p.cmt
-%%PROF%%lib/ocaml/stdlib__unit.p.cmx
-lib/ocaml/stdlib__weak.cmi
-lib/ocaml/stdlib__weak.cmt
-lib/ocaml/stdlib__weak.cmti
-lib/ocaml/stdlib__weak.cmx
-%%PROF%%lib/ocaml/stdlib__weak.p.cmt
-%%PROF%%lib/ocaml/stdlib__weak.p.cmx
+lib/ocaml/stdlib__Arg.cmi
+lib/ocaml/stdlib__Arg.cmt
+lib/ocaml/stdlib__Arg.cmti
+lib/ocaml/stdlib__Arg.cmx
+lib/ocaml/stdlib__Array.cmi
+lib/ocaml/stdlib__Array.cmt
+lib/ocaml/stdlib__Array.cmti
+lib/ocaml/stdlib__Array.cmx
+lib/ocaml/stdlib__ArrayLabels.cmi
+lib/ocaml/stdlib__ArrayLabels.cmt
+lib/ocaml/stdlib__ArrayLabels.cmti
+lib/ocaml/stdlib__ArrayLabels.cmx
+lib/ocaml/stdlib__Atomic.cmi
+lib/ocaml/stdlib__Atomic.cmt
+lib/ocaml/stdlib__Atomic.cmti
+lib/ocaml/stdlib__Atomic.cmx
+lib/ocaml/stdlib__Bigarray.cmi
+lib/ocaml/stdlib__Bigarray.cmt
+lib/ocaml/stdlib__Bigarray.cmti
+lib/ocaml/stdlib__Bigarray.cmx
+lib/ocaml/stdlib__Bool.cmi
+lib/ocaml/stdlib__Bool.cmt
+lib/ocaml/stdlib__Bool.cmti
+lib/ocaml/stdlib__Bool.cmx
+lib/ocaml/stdlib__Buffer.cmi
+lib/ocaml/stdlib__Buffer.cmt
+lib/ocaml/stdlib__Buffer.cmti
+lib/ocaml/stdlib__Buffer.cmx
+lib/ocaml/stdlib__Bytes.cmi
+lib/ocaml/stdlib__Bytes.cmt
+lib/ocaml/stdlib__Bytes.cmti
+lib/ocaml/stdlib__Bytes.cmx
+lib/ocaml/stdlib__BytesLabels.cmi
+lib/ocaml/stdlib__BytesLabels.cmt
+lib/ocaml/stdlib__BytesLabels.cmti
+lib/ocaml/stdlib__BytesLabels.cmx
+lib/ocaml/stdlib__Callback.cmi
+lib/ocaml/stdlib__Callback.cmt
+lib/ocaml/stdlib__Callback.cmti
+lib/ocaml/stdlib__Callback.cmx
+lib/ocaml/stdlib__Char.cmi
+lib/ocaml/stdlib__Char.cmt
+lib/ocaml/stdlib__Char.cmti
+lib/ocaml/stdlib__Char.cmx
+lib/ocaml/stdlib__Complex.cmi
+lib/ocaml/stdlib__Complex.cmt
+lib/ocaml/stdlib__Complex.cmti
+lib/ocaml/stdlib__Complex.cmx
+lib/ocaml/stdlib__Digest.cmi
+lib/ocaml/stdlib__Digest.cmt
+lib/ocaml/stdlib__Digest.cmti
+lib/ocaml/stdlib__Digest.cmx
+lib/ocaml/stdlib__Either.cmi
+lib/ocaml/stdlib__Either.cmt
+lib/ocaml/stdlib__Either.cmti
+lib/ocaml/stdlib__Either.cmx
+lib/ocaml/stdlib__Ephemeron.cmi
+lib/ocaml/stdlib__Ephemeron.cmt
+lib/ocaml/stdlib__Ephemeron.cmti
+lib/ocaml/stdlib__Ephemeron.cmx
+lib/ocaml/stdlib__Filename.cmi
+lib/ocaml/stdlib__Filename.cmt
+lib/ocaml/stdlib__Filename.cmti
+lib/ocaml/stdlib__Filename.cmx
+lib/ocaml/stdlib__Float.cmi
+lib/ocaml/stdlib__Float.cmt
+lib/ocaml/stdlib__Float.cmti
+lib/ocaml/stdlib__Float.cmx
+lib/ocaml/stdlib__Format.cmi
+lib/ocaml/stdlib__Format.cmt
+lib/ocaml/stdlib__Format.cmti
+lib/ocaml/stdlib__Format.cmx
+lib/ocaml/stdlib__Fun.cmi
+lib/ocaml/stdlib__Fun.cmt
+lib/ocaml/stdlib__Fun.cmti
+lib/ocaml/stdlib__Fun.cmx
+lib/ocaml/stdlib__Gc.cmi
+lib/ocaml/stdlib__Gc.cmt
+lib/ocaml/stdlib__Gc.cmti
+lib/ocaml/stdlib__Gc.cmx
+lib/ocaml/stdlib__Genlex.cmi
+lib/ocaml/stdlib__Genlex.cmt
+lib/ocaml/stdlib__Genlex.cmti
+lib/ocaml/stdlib__Genlex.cmx
+lib/ocaml/stdlib__Hashtbl.cmi
+lib/ocaml/stdlib__Hashtbl.cmt
+lib/ocaml/stdlib__Hashtbl.cmti
+lib/ocaml/stdlib__Hashtbl.cmx
+lib/ocaml/stdlib__In_channel.cmi
+lib/ocaml/stdlib__In_channel.cmt
+lib/ocaml/stdlib__In_channel.cmti
+lib/ocaml/stdlib__In_channel.cmx
+lib/ocaml/stdlib__Int.cmi
+lib/ocaml/stdlib__Int.cmt
+lib/ocaml/stdlib__Int.cmti
+lib/ocaml/stdlib__Int.cmx
+lib/ocaml/stdlib__Int32.cmi
+lib/ocaml/stdlib__Int32.cmt
+lib/ocaml/stdlib__Int32.cmti
+lib/ocaml/stdlib__Int32.cmx
+lib/ocaml/stdlib__Int64.cmi
+lib/ocaml/stdlib__Int64.cmt
+lib/ocaml/stdlib__Int64.cmti
+lib/ocaml/stdlib__Int64.cmx
+lib/ocaml/stdlib__Lazy.cmi
+lib/ocaml/stdlib__Lazy.cmt
+lib/ocaml/stdlib__Lazy.cmti
+lib/ocaml/stdlib__Lazy.cmx
+lib/ocaml/stdlib__Lexing.cmi
+lib/ocaml/stdlib__Lexing.cmt
+lib/ocaml/stdlib__Lexing.cmti
+lib/ocaml/stdlib__Lexing.cmx
+lib/ocaml/stdlib__List.cmi
+lib/ocaml/stdlib__List.cmt
+lib/ocaml/stdlib__List.cmti
+lib/ocaml/stdlib__List.cmx
+lib/ocaml/stdlib__ListLabels.cmi
+lib/ocaml/stdlib__ListLabels.cmt
+lib/ocaml/stdlib__ListLabels.cmti
+lib/ocaml/stdlib__ListLabels.cmx
+lib/ocaml/stdlib__Map.cmi
+lib/ocaml/stdlib__Map.cmt
+lib/ocaml/stdlib__Map.cmti
+lib/ocaml/stdlib__Map.cmx
+lib/ocaml/stdlib__Marshal.cmi
+lib/ocaml/stdlib__Marshal.cmt
+lib/ocaml/stdlib__Marshal.cmti
+lib/ocaml/stdlib__Marshal.cmx
+lib/ocaml/stdlib__MoreLabels.cmi
+lib/ocaml/stdlib__MoreLabels.cmt
+lib/ocaml/stdlib__MoreLabels.cmti
+lib/ocaml/stdlib__MoreLabels.cmx
+lib/ocaml/stdlib__Nativeint.cmi
+lib/ocaml/stdlib__Nativeint.cmt
+lib/ocaml/stdlib__Nativeint.cmti
+lib/ocaml/stdlib__Nativeint.cmx
+lib/ocaml/stdlib__Obj.cmi
+lib/ocaml/stdlib__Obj.cmt
+lib/ocaml/stdlib__Obj.cmti
+lib/ocaml/stdlib__Obj.cmx
+lib/ocaml/stdlib__Oo.cmi
+lib/ocaml/stdlib__Oo.cmt
+lib/ocaml/stdlib__Oo.cmti
+lib/ocaml/stdlib__Oo.cmx
+lib/ocaml/stdlib__Option.cmi
+lib/ocaml/stdlib__Option.cmt
+lib/ocaml/stdlib__Option.cmti
+lib/ocaml/stdlib__Option.cmx
+lib/ocaml/stdlib__Out_channel.cmi
+lib/ocaml/stdlib__Out_channel.cmt
+lib/ocaml/stdlib__Out_channel.cmti
+lib/ocaml/stdlib__Out_channel.cmx
+lib/ocaml/stdlib__Parsing.cmi
+lib/ocaml/stdlib__Parsing.cmt
+lib/ocaml/stdlib__Parsing.cmti
+lib/ocaml/stdlib__Parsing.cmx
+lib/ocaml/stdlib__Pervasives.cmi
+lib/ocaml/stdlib__Pervasives.cmt
+lib/ocaml/stdlib__Pervasives.cmx
+lib/ocaml/stdlib__Printexc.cmi
+lib/ocaml/stdlib__Printexc.cmt
+lib/ocaml/stdlib__Printexc.cmti
+lib/ocaml/stdlib__Printexc.cmx
+lib/ocaml/stdlib__Printf.cmi
+lib/ocaml/stdlib__Printf.cmt
+lib/ocaml/stdlib__Printf.cmti
+lib/ocaml/stdlib__Printf.cmx
+lib/ocaml/stdlib__Queue.cmi
+lib/ocaml/stdlib__Queue.cmt
+lib/ocaml/stdlib__Queue.cmti
+lib/ocaml/stdlib__Queue.cmx
+lib/ocaml/stdlib__Random.cmi
+lib/ocaml/stdlib__Random.cmt
+lib/ocaml/stdlib__Random.cmti
+lib/ocaml/stdlib__Random.cmx
+lib/ocaml/stdlib__Result.cmi
+lib/ocaml/stdlib__Result.cmt
+lib/ocaml/stdlib__Result.cmti
+lib/ocaml/stdlib__Result.cmx
+lib/ocaml/stdlib__Scanf.cmi
+lib/ocaml/stdlib__Scanf.cmt
+lib/ocaml/stdlib__Scanf.cmti
+lib/ocaml/stdlib__Scanf.cmx
+lib/ocaml/stdlib__Seq.cmi
+lib/ocaml/stdlib__Seq.cmt
+lib/ocaml/stdlib__Seq.cmti
+lib/ocaml/stdlib__Seq.cmx
+lib/ocaml/stdlib__Set.cmi
+lib/ocaml/stdlib__Set.cmt
+lib/ocaml/stdlib__Set.cmti
+lib/ocaml/stdlib__Set.cmx
+lib/ocaml/stdlib__Stack.cmi
+lib/ocaml/stdlib__Stack.cmt
+lib/ocaml/stdlib__Stack.cmti
+lib/ocaml/stdlib__Stack.cmx
+lib/ocaml/stdlib__StdLabels.cmi
+lib/ocaml/stdlib__StdLabels.cmt
+lib/ocaml/stdlib__StdLabels.cmti
+lib/ocaml/stdlib__StdLabels.cmx
+lib/ocaml/stdlib__Stream.cmi
+lib/ocaml/stdlib__Stream.cmt
+lib/ocaml/stdlib__Stream.cmti
+lib/ocaml/stdlib__Stream.cmx
+lib/ocaml/stdlib__String.cmi
+lib/ocaml/stdlib__String.cmt
+lib/ocaml/stdlib__String.cmti
+lib/ocaml/stdlib__String.cmx
+lib/ocaml/stdlib__StringLabels.cmi
+lib/ocaml/stdlib__StringLabels.cmt
+lib/ocaml/stdlib__StringLabels.cmti
+lib/ocaml/stdlib__StringLabels.cmx
+lib/ocaml/stdlib__Sys.cmi
+lib/ocaml/stdlib__Sys.cmt
+lib/ocaml/stdlib__Sys.cmti
+lib/ocaml/stdlib__Sys.cmx
+lib/ocaml/stdlib__Uchar.cmi
+lib/ocaml/stdlib__Uchar.cmt
+lib/ocaml/stdlib__Uchar.cmti
+lib/ocaml/stdlib__Uchar.cmx
+lib/ocaml/stdlib__Unit.cmi
+lib/ocaml/stdlib__Unit.cmt
+lib/ocaml/stdlib__Unit.cmti
+lib/ocaml/stdlib__Unit.cmx
+lib/ocaml/stdlib__Weak.cmi
+lib/ocaml/stdlib__Weak.cmt
+lib/ocaml/stdlib__Weak.cmti
+lib/ocaml/stdlib__Weak.cmx
lib/ocaml/str.a
lib/ocaml/str.cma
lib/ocaml/str.cmi
@@ -1965,15 +1982,10 @@ lib/ocaml/string.mli
lib/ocaml/stringLabels.ml
lib/ocaml/stringLabels.mli
lib/ocaml/stublibs/dllcamlstr.so
-%%X11%%lib/ocaml/stublibs/dllgraphics.so
-%%RAWSPACETIMELIB%%lib/ocaml/stublibs/dllraw_spacetime_lib.so
%%THREADS%%lib/ocaml/stublibs/dllthreads.so
lib/ocaml/stublibs/dllunix.so
-lib/ocaml/stublibs/dllvmthreads.so
lib/ocaml/sys.ml
lib/ocaml/sys.mli
-lib/ocaml/target_camlheaderd
-lib/ocaml/target_camlheaderi
%%THREADS%%lib/ocaml/threads/condition.cmi
%%THREADS%%lib/ocaml/threads/condition.cmti
%%THREADS%%lib/ocaml/threads/condition.cmx
@@ -1986,6 +1998,10 @@ lib/ocaml/target_camlheaderi
%%THREADS%%lib/ocaml/threads/mutex.cmti
%%THREADS%%lib/ocaml/threads/mutex.cmx
%%THREADS%%lib/ocaml/threads/mutex.mli
+%%THREADS%%lib/ocaml/threads/semaphore.cmi
+%%THREADS%%lib/ocaml/threads/semaphore.cmti
+%%THREADS%%lib/ocaml/threads/semaphore.cmx
+%%THREADS%%lib/ocaml/threads/semaphore.mli
%%THREADS%%lib/ocaml/threads/thread.cmi
%%THREADS%%lib/ocaml/threads/thread.cmti
%%THREADS%%lib/ocaml/threads/thread.cmx
@@ -2017,381 +2033,388 @@ lib/ocaml/unixLabels.cmi
lib/ocaml/unixLabels.cmti
lib/ocaml/unixLabels.cmx
lib/ocaml/unixLabels.mli
-lib/ocaml/vmthreads/condition.cmi
-lib/ocaml/vmthreads/condition.cmti
-lib/ocaml/vmthreads/condition.mli
-lib/ocaml/vmthreads/event.cmi
-lib/ocaml/vmthreads/event.cmti
-lib/ocaml/vmthreads/event.mli
-lib/ocaml/vmthreads/libvmthreads.a
-lib/ocaml/vmthreads/mutex.cmi
-lib/ocaml/vmthreads/mutex.cmti
-lib/ocaml/vmthreads/mutex.mli
-lib/ocaml/vmthreads/stdlib.cma
-lib/ocaml/vmthreads/thread.cmi
-lib/ocaml/vmthreads/thread.cmti
-lib/ocaml/vmthreads/thread.mli
-lib/ocaml/vmthreads/threadUnix.cmi
-lib/ocaml/vmthreads/threadUnix.cmti
-lib/ocaml/vmthreads/threadUnix.mli
-lib/ocaml/vmthreads/threads.cma
-lib/ocaml/vmthreads/unix.cma
lib/ocaml/weak.ml
lib/ocaml/weak.mli
@(,,0555) lib/ocaml/expunge
-@(,,0555) lib/ocaml/extract_crc
-share/man/man1/ocaml.1.gz
-share/man/man1/ocamlc.1.gz
-share/man/man1/ocamlc.opt.1.gz
-share/man/man1/ocamlcp.1.gz
-share/man/man1/ocamldebug.1.gz
-share/man/man1/ocamldep.1.gz
-share/man/man1/ocamldoc.1.gz
-share/man/man1/ocamllex.1.gz
-share/man/man1/ocamlmktop.1.gz
-share/man/man1/ocamlopt.1.gz
-share/man/man1/ocamlopt.opt.1.gz
-share/man/man1/ocamloptp.1.gz
-share/man/man1/ocamlprof.1.gz
-share/man/man1/ocamlrun.1.gz
-share/man/man1/ocamlyacc.1.gz
-share/man/man3/Arg.3o.gz
-share/man/man3/Arg_helper.3o.gz
-share/man/man3/Arg_helper.Make.3o.gz
-share/man/man3/Array.3o.gz
-share/man/man3/ArrayLabels.3o.gz
-share/man/man3/Ast_helper.3o.gz
-share/man/man3/Ast_helper.Attr.3o.gz
-share/man/man3/Ast_helper.Cf.3o.gz
-share/man/man3/Ast_helper.Ci.3o.gz
-share/man/man3/Ast_helper.Cl.3o.gz
-share/man/man3/Ast_helper.Const.3o.gz
-share/man/man3/Ast_helper.Csig.3o.gz
-share/man/man3/Ast_helper.Cstr.3o.gz
-share/man/man3/Ast_helper.Ctf.3o.gz
-share/man/man3/Ast_helper.Cty.3o.gz
-share/man/man3/Ast_helper.Exp.3o.gz
-share/man/man3/Ast_helper.Incl.3o.gz
-share/man/man3/Ast_helper.Mb.3o.gz
-share/man/man3/Ast_helper.Md.3o.gz
-share/man/man3/Ast_helper.Mod.3o.gz
-share/man/man3/Ast_helper.Ms.3o.gz
-share/man/man3/Ast_helper.Mtd.3o.gz
-share/man/man3/Ast_helper.Mty.3o.gz
-share/man/man3/Ast_helper.Of.3o.gz
-share/man/man3/Ast_helper.Opn.3o.gz
-share/man/man3/Ast_helper.Pat.3o.gz
-share/man/man3/Ast_helper.Rf.3o.gz
-share/man/man3/Ast_helper.Sig.3o.gz
-share/man/man3/Ast_helper.Str.3o.gz
-share/man/man3/Ast_helper.Te.3o.gz
-share/man/man3/Ast_helper.Typ.3o.gz
-share/man/man3/Ast_helper.Type.3o.gz
-share/man/man3/Ast_helper.Val.3o.gz
-share/man/man3/Ast_helper.Vb.3o.gz
-share/man/man3/Ast_invariants.3o.gz
-share/man/man3/Ast_iterator.3o.gz
-share/man/man3/Ast_mapper.3o.gz
-share/man/man3/Asttypes.3o.gz
-share/man/man3/Attr_helper.3o.gz
-share/man/man3/Bigarray.3o.gz
-share/man/man3/Bigarray.Array0.3o.gz
-share/man/man3/Bigarray.Array1.3o.gz
-share/man/man3/Bigarray.Array2.3o.gz
-share/man/man3/Bigarray.Array3.3o.gz
-share/man/man3/Bigarray.Genarray.3o.gz
-share/man/man3/Bool.3o.gz
-share/man/man3/Buffer.3o.gz
-share/man/man3/Build_path_prefix_map.3o.gz
-share/man/man3/Builtin_attributes.3o.gz
-share/man/man3/Bytes.3o.gz
-share/man/man3/BytesLabels.3o.gz
-share/man/man3/Callback.3o.gz
-share/man/man3/CamlinternalFormat.3o.gz
-share/man/man3/CamlinternalFormatBasics.3o.gz
-share/man/man3/CamlinternalLazy.3o.gz
-share/man/man3/CamlinternalMenhirLib.3o.gz
-share/man/man3/CamlinternalMenhirLib.Convert.3o.gz
-share/man/man3/CamlinternalMenhirLib.Convert.Simplified.3o.gz
-share/man/man3/CamlinternalMenhirLib.Engine.3o.gz
-share/man/man3/CamlinternalMenhirLib.Engine.Make.3o.gz
-share/man/man3/CamlinternalMenhirLib.EngineTypes.3o.gz
-share/man/man3/CamlinternalMenhirLib.EngineTypes.ENGINE.3o.gz
-share/man/man3/CamlinternalMenhirLib.EngineTypes.INCREMENTAL_ENGINE_START.3o.gz
-share/man/man3/CamlinternalMenhirLib.EngineTypes.MONOLITHIC_ENGINE.3o.gz
-share/man/man3/CamlinternalMenhirLib.EngineTypes.TABLE.3o.gz
-share/man/man3/CamlinternalMenhirLib.EngineTypes.TABLE.Log.3o.gz
-share/man/man3/CamlinternalMenhirLib.ErrorReports.3o.gz
-share/man/man3/CamlinternalMenhirLib.General.3o.gz
-share/man/man3/CamlinternalMenhirLib.IncrementalEngine.3o.gz
-share/man/man3/CamlinternalMenhirLib.IncrementalEngine.EVERYTHING.3o.gz
-share/man/man3/CamlinternalMenhirLib.IncrementalEngine.INCREMENTAL_ENGINE.3o.gz
-share/man/man3/CamlinternalMenhirLib.IncrementalEngine.INSPECTION.3o.gz
-share/man/man3/CamlinternalMenhirLib.IncrementalEngine.SYMBOLS.3o.gz
-share/man/man3/CamlinternalMenhirLib.InfiniteArray.3o.gz
-share/man/man3/CamlinternalMenhirLib.InspectionTableFormat.3o.gz
-share/man/man3/CamlinternalMenhirLib.InspectionTableFormat.TABLES.3o.gz
-share/man/man3/CamlinternalMenhirLib.InspectionTableInterpreter.3o.gz
-share/man/man3/CamlinternalMenhirLib.InspectionTableInterpreter.Make.3o.gz
-share/man/man3/CamlinternalMenhirLib.InspectionTableInterpreter.Symbols.3o.gz
-share/man/man3/CamlinternalMenhirLib.LinearizedArray.3o.gz
-share/man/man3/CamlinternalMenhirLib.PackedIntArray.3o.gz
-share/man/man3/CamlinternalMenhirLib.Printers.3o.gz
-share/man/man3/CamlinternalMenhirLib.Printers.Make.3o.gz
-share/man/man3/CamlinternalMenhirLib.RowDisplacement.3o.gz
-share/man/man3/CamlinternalMenhirLib.StaticVersion.3o.gz
-share/man/man3/CamlinternalMenhirLib.TableFormat.3o.gz
-share/man/man3/CamlinternalMenhirLib.TableFormat.TABLES.3o.gz
-share/man/man3/CamlinternalMenhirLib.TableInterpreter.3o.gz
-share/man/man3/CamlinternalMenhirLib.TableInterpreter.MakeEngineTable.3o.gz
-share/man/man3/CamlinternalMod.3o.gz
-share/man/man3/CamlinternalOO.3o.gz
-share/man/man3/Ccomp.3o.gz
-share/man/man3/Char.3o.gz
-share/man/man3/Clflags.3o.gz
-share/man/man3/Clflags.Compiler_pass.3o.gz
-share/man/man3/Clflags.Float_arg_helper.3o.gz
-share/man/man3/Clflags.Int_arg_helper.3o.gz
-share/man/man3/Compiler_libs.3o.gz
-share/man/man3/Complex.3o.gz
-share/man/man3/Condition.3o.gz
-share/man/man3/Config.3o.gz
-share/man/man3/Consistbl.3o.gz
-share/man/man3/Depend.3o.gz
-share/man/man3/Depend.String.3o.gz
-share/man/man3/Digest.3o.gz
-share/man/man3/Docstrings.3o.gz
-share/man/man3/Docstrings.WithMenhir.3o.gz
-share/man/man3/Dynlink.3o.gz
-share/man/man3/Ephemeron.3o.gz
-share/man/man3/Ephemeron.GenHashTable.3o.gz
-share/man/man3/Ephemeron.GenHashTable.MakeSeeded.3o.gz
-share/man/man3/Ephemeron.K1.3o.gz
-share/man/man3/Ephemeron.K1.Make.3o.gz
-share/man/man3/Ephemeron.K1.MakeSeeded.3o.gz
-share/man/man3/Ephemeron.K2.3o.gz
-share/man/man3/Ephemeron.K2.Make.3o.gz
-share/man/man3/Ephemeron.K2.MakeSeeded.3o.gz
-share/man/man3/Ephemeron.Kn.3o.gz
-share/man/man3/Ephemeron.Kn.Make.3o.gz
-share/man/man3/Ephemeron.Kn.MakeSeeded.3o.gz
-share/man/man3/Ephemeron.S.3o.gz
-share/man/man3/Ephemeron.SeededS.3o.gz
-share/man/man3/Event.3o.gz
-share/man/man3/Filename.3o.gz
-share/man/man3/Float.3o.gz
-share/man/man3/Float.Array.3o.gz
-share/man/man3/Float.ArrayLabels.3o.gz
-share/man/man3/Format.3o.gz
-share/man/man3/Fun.3o.gz
-share/man/man3/Gc.3o.gz
-share/man/man3/Genlex.3o.gz
-share/man/man3/Graphics.3o.gz
-share/man/man3/GraphicsX11.3o.gz
-share/man/man3/Hashtbl.3o.gz
-share/man/man3/Hashtbl.HashedType.3o.gz
-share/man/man3/Hashtbl.Make.3o.gz
-share/man/man3/Hashtbl.MakeSeeded.3o.gz
-share/man/man3/Hashtbl.S.3o.gz
-share/man/man3/Hashtbl.SeededHashedType.3o.gz
-share/man/man3/Hashtbl.SeededS.3o.gz
-share/man/man3/Identifiable.3o.gz
-share/man/man3/Identifiable.Make.3o.gz
-share/man/man3/Identifiable.Map.3o.gz
-share/man/man3/Identifiable.Map.T.3o.gz
-share/man/man3/Identifiable.Pair.3o.gz
-share/man/man3/Identifiable.S.3o.gz
-share/man/man3/Identifiable.S.Map.3o.gz
-share/man/man3/Identifiable.S.Set.3o.gz
-share/man/man3/Identifiable.S.T.3o.gz
-share/man/man3/Identifiable.S.Tbl.3o.gz
-share/man/man3/Identifiable.Set.3o.gz
-share/man/man3/Identifiable.Set.T.3o.gz
-share/man/man3/Identifiable.Tbl.3o.gz
-share/man/man3/Identifiable.Tbl.T.3o.gz
-share/man/man3/Identifiable.Thing.3o.gz
-share/man/man3/Int.3o.gz
-share/man/man3/Int32.3o.gz
-share/man/man3/Int64.3o.gz
-share/man/man3/Lazy.3o.gz
-share/man/man3/Lexer.3o.gz
-share/man/man3/Lexing.3o.gz
-share/man/man3/List.3o.gz
-share/man/man3/ListLabels.3o.gz
-share/man/man3/Load_path.3o.gz
-share/man/man3/Load_path.Dir.3o.gz
-share/man/man3/Location.3o.gz
-share/man/man3/Longident.3o.gz
-share/man/man3/Map.3o.gz
-share/man/man3/Map.Make.3o.gz
-share/man/man3/Map.OrderedType.3o.gz
-share/man/man3/Map.S.3o.gz
-share/man/man3/Marshal.3o.gz
-share/man/man3/Misc.3o.gz
-share/man/man3/Misc.Color.3o.gz
-share/man/man3/Misc.Error_style.3o.gz
-share/man/man3/Misc.HookSig.3o.gz
-share/man/man3/Misc.Int_literal_converter.3o.gz
-share/man/man3/Misc.LongString.3o.gz
-share/man/man3/Misc.MakeHooks.3o.gz
-share/man/man3/Misc.Stdlib.3o.gz
-share/man/man3/Misc.Stdlib.Array.3o.gz
-share/man/man3/Misc.Stdlib.List.3o.gz
-share/man/man3/Misc.Stdlib.Option.3o.gz
-share/man/man3/Misc.Stdlib.String.3o.gz
-share/man/man3/Misc.Stdlib.String.Map.3o.gz
-share/man/man3/Misc.Stdlib.String.Set.3o.gz
-share/man/man3/Misc.Stdlib.String.Tbl.3o.gz
-share/man/man3/MoreLabels.3o.gz
-share/man/man3/MoreLabels.Hashtbl.3o.gz
-share/man/man3/MoreLabels.Hashtbl.HashedType.3o.gz
-share/man/man3/MoreLabels.Hashtbl.Make.3o.gz
-share/man/man3/MoreLabels.Hashtbl.MakeSeeded.3o.gz
-share/man/man3/MoreLabels.Hashtbl.S.3o.gz
-share/man/man3/MoreLabels.Hashtbl.SeededHashedType.3o.gz
-share/man/man3/MoreLabels.Hashtbl.SeededS.3o.gz
-share/man/man3/MoreLabels.Map.3o.gz
-share/man/man3/MoreLabels.Map.Make.3o.gz
-share/man/man3/MoreLabels.Map.OrderedType.3o.gz
-share/man/man3/MoreLabels.Map.S.3o.gz
-share/man/man3/MoreLabels.Set.3o.gz
-share/man/man3/MoreLabels.Set.Make.3o.gz
-share/man/man3/MoreLabels.Set.OrderedType.3o.gz
-share/man/man3/MoreLabels.Set.S.3o.gz
-share/man/man3/Mutex.3o.gz
-share/man/man3/Nativeint.3o.gz
-share/man/man3/Numbers.3o.gz
-share/man/man3/Numbers.Float.3o.gz
-share/man/man3/Numbers.Int.3o.gz
-share/man/man3/Numbers.Int16.3o.gz
-share/man/man3/Numbers.Int8.3o.gz
-share/man/man3/Obj.3o.gz
-share/man/man3/Obj.Ephemeron.3o.gz
-share/man/man3/Obj.Extension_constructor.3o.gz
-share/man/man3/Ocaml_operators.3o.gz
-share/man/man3/Oo.3o.gz
-share/man/man3/Option.3o.gz
-share/man/man3/Parse.3o.gz
-share/man/man3/Parser.3o.gz
-share/man/man3/Parser.Incremental.3o.gz
-share/man/man3/Parser.MenhirInterpreter.3o.gz
-share/man/man3/Parsetree.3o.gz
-share/man/man3/Parsing.3o.gz
-share/man/man3/Pervasives.3o.gz
-share/man/man3/Pervasives.LargeFile.3o.gz
-share/man/man3/Pparse.3o.gz
-share/man/man3/Pparse.ImplementationHooks.3o.gz
-share/man/man3/Pparse.InterfaceHooks.3o.gz
-share/man/man3/Pprintast.3o.gz
-share/man/man3/Printast.3o.gz
-share/man/man3/Printexc.3o.gz
-share/man/man3/Printexc.Slot.3o.gz
-share/man/man3/Printf.3o.gz
-share/man/man3/Profile.3o.gz
-share/man/man3/Queue.3o.gz
-share/man/man3/Random.3o.gz
-share/man/man3/Random.State.3o.gz
-share/man/man3/Result.3o.gz
-share/man/man3/Scanf.3o.gz
-share/man/man3/Scanf.Scanning.3o.gz
-share/man/man3/Seq.3o.gz
-share/man/man3/Set.3o.gz
-share/man/man3/Set.Make.3o.gz
-share/man/man3/Set.OrderedType.3o.gz
-share/man/man3/Set.S.3o.gz
-share/man/man3/Simplif.3o.gz
-share/man/man3/Simplif.Hooks.3o.gz
-share/man/man3/Spacetime.3o.gz
-share/man/man3/Spacetime.Series.3o.gz
-share/man/man3/Spacetime.Snapshot.3o.gz
-share/man/man3/Stack.3o.gz
-share/man/man3/StdLabels.3o.gz
-share/man/man3/StdLabels.Array.3o.gz
-share/man/man3/StdLabels.Bytes.3o.gz
-share/man/man3/StdLabels.List.3o.gz
-share/man/man3/StdLabels.String.3o.gz
-share/man/man3/Stdlib.3o.gz
-share/man/man3/Stdlib.Arg.3o.gz
-share/man/man3/Stdlib.Array.3o.gz
-share/man/man3/Stdlib.ArrayLabels.3o.gz
-share/man/man3/Stdlib.Bigarray.3o.gz
-share/man/man3/Stdlib.Bool.3o.gz
-share/man/man3/Stdlib.Buffer.3o.gz
-share/man/man3/Stdlib.Bytes.3o.gz
-share/man/man3/Stdlib.BytesLabels.3o.gz
-share/man/man3/Stdlib.Callback.3o.gz
-share/man/man3/Stdlib.Char.3o.gz
-share/man/man3/Stdlib.Complex.3o.gz
-share/man/man3/Stdlib.Digest.3o.gz
-share/man/man3/Stdlib.Ephemeron.3o.gz
-share/man/man3/Stdlib.Filename.3o.gz
-share/man/man3/Stdlib.Float.3o.gz
-share/man/man3/Stdlib.Format.3o.gz
-share/man/man3/Stdlib.Fun.3o.gz
-share/man/man3/Stdlib.Gc.3o.gz
-share/man/man3/Stdlib.Genlex.3o.gz
-share/man/man3/Stdlib.Hashtbl.3o.gz
-share/man/man3/Stdlib.Int.3o.gz
-share/man/man3/Stdlib.Int32.3o.gz
-share/man/man3/Stdlib.Int64.3o.gz
-share/man/man3/Stdlib.LargeFile.3o.gz
-share/man/man3/Stdlib.Lazy.3o.gz
-share/man/man3/Stdlib.Lexing.3o.gz
-share/man/man3/Stdlib.List.3o.gz
-share/man/man3/Stdlib.ListLabels.3o.gz
-share/man/man3/Stdlib.Map.3o.gz
-share/man/man3/Stdlib.Marshal.3o.gz
-share/man/man3/Stdlib.MoreLabels.3o.gz
-share/man/man3/Stdlib.Nativeint.3o.gz
-share/man/man3/Stdlib.Obj.3o.gz
-share/man/man3/Stdlib.Oo.3o.gz
-share/man/man3/Stdlib.Option.3o.gz
-share/man/man3/Stdlib.Parsing.3o.gz
-share/man/man3/Stdlib.Pervasives.3o.gz
-share/man/man3/Stdlib.Printexc.3o.gz
-share/man/man3/Stdlib.Printf.3o.gz
-share/man/man3/Stdlib.Queue.3o.gz
-share/man/man3/Stdlib.Random.3o.gz
-share/man/man3/Stdlib.Result.3o.gz
-share/man/man3/Stdlib.Scanf.3o.gz
-share/man/man3/Stdlib.Seq.3o.gz
-share/man/man3/Stdlib.Set.3o.gz
-share/man/man3/Stdlib.Spacetime.3o.gz
-share/man/man3/Stdlib.Stack.3o.gz
-share/man/man3/Stdlib.StdLabels.3o.gz
-share/man/man3/Stdlib.Stream.3o.gz
-share/man/man3/Stdlib.String.3o.gz
-share/man/man3/Stdlib.StringLabels.3o.gz
-share/man/man3/Stdlib.Sys.3o.gz
-share/man/man3/Stdlib.Uchar.3o.gz
-share/man/man3/Stdlib.Unit.3o.gz
-share/man/man3/Stdlib.Weak.3o.gz
-share/man/man3/Str.3o.gz
-share/man/man3/Stream.3o.gz
-share/man/man3/String.3o.gz
-share/man/man3/StringLabels.3o.gz
-share/man/man3/Strongly_connected_components.3o.gz
-share/man/man3/Strongly_connected_components.Make.3o.gz
-share/man/man3/Strongly_connected_components.S.3o.gz
-share/man/man3/Strongly_connected_components.S.Id.3o.gz
-share/man/man3/Syntaxerr.3o.gz
-share/man/man3/Sys.3o.gz
-share/man/man3/Targetint.3o.gz
-share/man/man3/Terminfo.3o.gz
-share/man/man3/Thread.3o.gz
-share/man/man3/ThreadUnix.3o.gz
-share/man/man3/Typemod.3o.gz
-share/man/man3/Typemod.ImplementationHooks.3o.gz
-share/man/man3/Typemod.InterfaceHooks.3o.gz
-share/man/man3/Typemod.Sig_component_kind.3o.gz
-share/man/man3/Typemod.Signature_names.3o.gz
-share/man/man3/Uchar.3o.gz
-share/man/man3/Unit.3o.gz
-share/man/man3/Unix.3o.gz
-share/man/man3/Unix.LargeFile.3o.gz
-share/man/man3/UnixLabels.3o.gz
-share/man/man3/UnixLabels.LargeFile.3o.gz
-share/man/man3/Warnings.3o.gz
-share/man/man3/Weak.3o.gz
-share/man/man3/Weak.Make.3o.gz
-share/man/man3/Weak.S.3o.gz
+%%MANPAGES%%share/man/man1/ocaml.1.gz
+%%MANPAGES%%share/man/man1/ocamlc.1.gz
+%%MANPAGES%%share/man/man1/ocamlc.opt.1.gz
+%%MANPAGES%%share/man/man1/ocamlcp.1.gz
+%%MANPAGES%%share/man/man1/ocamldebug.1.gz
+%%MANPAGES%%share/man/man1/ocamldep.1.gz
+%%MANPAGES%%share/man/man1/ocamldoc.1.gz
+%%MANPAGES%%share/man/man1/ocamllex.1.gz
+%%MANPAGES%%share/man/man1/ocamlmktop.1.gz
+%%MANPAGES%%share/man/man1/ocamlopt.1.gz
+%%MANPAGES%%share/man/man1/ocamlopt.opt.1.gz
+%%MANPAGES%%share/man/man1/ocamloptp.1.gz
+%%MANPAGES%%share/man/man1/ocamlprof.1.gz
+%%MANPAGES%%share/man/man1/ocamlrun.1.gz
+%%MANPAGES%%share/man/man1/ocamlyacc.1.gz
+%%MANPAGES%%share/man/man3/Arg.3o.gz
+%%MANPAGES%%share/man/man3/Arg_helper.3o.gz
+%%MANPAGES%%share/man/man3/Arg_helper.Make.3o.gz
+%%MANPAGES%%share/man/man3/Array.3o.gz
+%%MANPAGES%%share/man/man3/ArrayLabels.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Attr.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Cf.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Ci.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Cl.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Const.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Csig.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Cstr.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Ctf.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Cty.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Exp.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Incl.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Mb.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Md.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Mod.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Ms.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Mtd.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Mty.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Of.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Opn.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Pat.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Rf.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Sig.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Str.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Te.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Typ.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Type.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Val.3o.gz
+%%MANPAGES%%share/man/man3/Ast_helper.Vb.3o.gz
+%%MANPAGES%%share/man/man3/Ast_invariants.3o.gz
+%%MANPAGES%%share/man/man3/Ast_iterator.3o.gz
+%%MANPAGES%%share/man/man3/Ast_mapper.3o.gz
+%%MANPAGES%%share/man/man3/Asttypes.3o.gz
+%%MANPAGES%%share/man/man3/Atomic.3o.gz
+%%MANPAGES%%share/man/man3/Attr_helper.3o.gz
+%%MANPAGES%%share/man/man3/Bigarray.3o.gz
+%%MANPAGES%%share/man/man3/Bigarray.Array0.3o.gz
+%%MANPAGES%%share/man/man3/Bigarray.Array1.3o.gz
+%%MANPAGES%%share/man/man3/Bigarray.Array2.3o.gz
+%%MANPAGES%%share/man/man3/Bigarray.Array3.3o.gz
+%%MANPAGES%%share/man/man3/Bigarray.Genarray.3o.gz
+%%MANPAGES%%share/man/man3/Binutils.3o.gz
+%%MANPAGES%%share/man/man3/Bool.3o.gz
+%%MANPAGES%%share/man/man3/Buffer.3o.gz
+%%MANPAGES%%share/man/man3/Build_path_prefix_map.3o.gz
+%%MANPAGES%%share/man/man3/Builtin_attributes.3o.gz
+%%MANPAGES%%share/man/man3/Bytes.3o.gz
+%%MANPAGES%%share/man/man3/BytesLabels.3o.gz
+%%MANPAGES%%share/man/man3/Callback.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalAtomic.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalFormat.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalFormatBasics.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalLazy.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.Convert.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.Convert.Simplified.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.Engine.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.Engine.Make.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.EngineTypes.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.EngineTypes.ENGINE.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.EngineTypes.INCREMENTAL_ENGINE_START.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.EngineTypes.MONOLITHIC_ENGINE.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.EngineTypes.TABLE.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.EngineTypes.TABLE.Log.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.ErrorReports.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.General.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.IncrementalEngine.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.IncrementalEngine.EVERYTHING.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.IncrementalEngine.INCREMENTAL_ENGINE.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.IncrementalEngine.INSPECTION.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.IncrementalEngine.SYMBOLS.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.InfiniteArray.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.InspectionTableFormat.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.InspectionTableFormat.TABLES.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.InspectionTableInterpreter.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.InspectionTableInterpreter.Make.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.InspectionTableInterpreter.Symbols.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.LexerUtil.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.LinearizedArray.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.PackedIntArray.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.Printers.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.Printers.Make.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.RowDisplacement.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.StaticVersion.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.TableFormat.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.TableFormat.TABLES.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.TableInterpreter.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMenhirLib.TableInterpreter.MakeEngineTable.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalMod.3o.gz
+%%MANPAGES%%share/man/man3/CamlinternalOO.3o.gz
+%%MANPAGES%%share/man/man3/Ccomp.3o.gz
+%%MANPAGES%%share/man/man3/Char.3o.gz
+%%MANPAGES%%share/man/man3/Clflags.3o.gz
+%%MANPAGES%%share/man/man3/Clflags.Compiler_pass.3o.gz
+%%MANPAGES%%share/man/man3/Clflags.Float_arg_helper.3o.gz
+%%MANPAGES%%share/man/man3/Clflags.Int_arg_helper.3o.gz
+%%MANPAGES%%share/man/man3/Compiler_libs.3o.gz
+%%MANPAGES%%share/man/man3/Complex.3o.gz
+%%MANPAGES%%share/man/man3/Condition.3o.gz
+%%MANPAGES%%share/man/man3/Config.3o.gz
+%%MANPAGES%%share/man/man3/Consistbl.3o.gz
+%%MANPAGES%%share/man/man3/Consistbl.Make.3o.gz
+%%MANPAGES%%share/man/man3/Depend.3o.gz
+%%MANPAGES%%share/man/man3/Depend.String.3o.gz
+%%MANPAGES%%share/man/man3/Diffing.3o.gz
+%%MANPAGES%%share/man/man3/Diffing.Define.3o.gz
+%%MANPAGES%%share/man/man3/Diffing.Define.Left_variadic.3o.gz
+%%MANPAGES%%share/man/man3/Diffing.Define.Parameters.3o.gz
+%%MANPAGES%%share/man/man3/Diffing.Define.Right_variadic.3o.gz
+%%MANPAGES%%share/man/man3/Diffing.Define.S.3o.gz
+%%MANPAGES%%share/man/man3/Diffing.Define.Simple.3o.gz
+%%MANPAGES%%share/man/man3/Diffing.Defs.3o.gz
+%%MANPAGES%%share/man/man3/Diffing_with_keys.3o.gz
+%%MANPAGES%%share/man/man3/Diffing_with_keys.Define.3o.gz
+%%MANPAGES%%share/man/man3/Diffing_with_keys.Define.Parameters.3o.gz
+%%MANPAGES%%share/man/man3/Diffing_with_keys.Define.Simple.3o.gz
+%%MANPAGES%%share/man/man3/Digest.3o.gz
+%%MANPAGES%%share/man/man3/Docstrings.3o.gz
+%%MANPAGES%%share/man/man3/Docstrings.WithMenhir.3o.gz
+%%MANPAGES%%share/man/man3/Domainstate.3o.gz
+%%MANPAGES%%share/man/man3/Dynlink.3o.gz
+%%MANPAGES%%share/man/man3/Either.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.GenHashTable.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.GenHashTable.MakeSeeded.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.K1.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.K1.Bucket.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.K1.Make.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.K1.MakeSeeded.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.K2.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.K2.Bucket.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.K2.Make.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.K2.MakeSeeded.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.Kn.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.Kn.Bucket.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.Kn.Make.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.Kn.MakeSeeded.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.S.3o.gz
+%%MANPAGES%%share/man/man3/Ephemeron.SeededS.3o.gz
+%%MANPAGES%%share/man/man3/Event.3o.gz
+%%MANPAGES%%share/man/man3/Filename.3o.gz
+%%MANPAGES%%share/man/man3/Float.3o.gz
+%%MANPAGES%%share/man/man3/Float.Array.3o.gz
+%%MANPAGES%%share/man/man3/Float.ArrayLabels.3o.gz
+%%MANPAGES%%share/man/man3/Format.3o.gz
+%%MANPAGES%%share/man/man3/Format_tutorial.3o.gz
+%%MANPAGES%%share/man/man3/Fun.3o.gz
+%%MANPAGES%%share/man/man3/Gc.3o.gz
+%%MANPAGES%%share/man/man3/Gc.Memprof.3o.gz
+%%MANPAGES%%share/man/man3/Genlex.3o.gz
+%%MANPAGES%%share/man/man3/Hashtbl.3o.gz
+%%MANPAGES%%share/man/man3/Hashtbl.HashedType.3o.gz
+%%MANPAGES%%share/man/man3/Hashtbl.Make.3o.gz
+%%MANPAGES%%share/man/man3/Hashtbl.MakeSeeded.3o.gz
+%%MANPAGES%%share/man/man3/Hashtbl.S.3o.gz
+%%MANPAGES%%share/man/man3/Hashtbl.SeededHashedType.3o.gz
+%%MANPAGES%%share/man/man3/Hashtbl.SeededS.3o.gz
+%%MANPAGES%%share/man/man3/Identifiable.3o.gz
+%%MANPAGES%%share/man/man3/Identifiable.Make.3o.gz
+%%MANPAGES%%share/man/man3/Identifiable.Map.3o.gz
+%%MANPAGES%%share/man/man3/Identifiable.Map.T.3o.gz
+%%MANPAGES%%share/man/man3/Identifiable.Pair.3o.gz
+%%MANPAGES%%share/man/man3/Identifiable.S.3o.gz
+%%MANPAGES%%share/man/man3/Identifiable.S.Map.3o.gz
+%%MANPAGES%%share/man/man3/Identifiable.S.Set.3o.gz
+%%MANPAGES%%share/man/man3/Identifiable.S.T.3o.gz
+%%MANPAGES%%share/man/man3/Identifiable.S.Tbl.3o.gz
+%%MANPAGES%%share/man/man3/Identifiable.Set.3o.gz
+%%MANPAGES%%share/man/man3/Identifiable.Set.T.3o.gz
+%%MANPAGES%%share/man/man3/Identifiable.Tbl.3o.gz
+%%MANPAGES%%share/man/man3/Identifiable.Tbl.T.3o.gz
+%%MANPAGES%%share/man/man3/Identifiable.Thing.3o.gz
+%%MANPAGES%%share/man/man3/In_channel.3o.gz
+%%MANPAGES%%share/man/man3/Int.3o.gz
+%%MANPAGES%%share/man/man3/Int_replace_polymorphic_compare.3o.gz
+%%MANPAGES%%share/man/man3/Int32.3o.gz
+%%MANPAGES%%share/man/man3/Int64.3o.gz
+%%MANPAGES%%share/man/man3/Lazy.3o.gz
+%%MANPAGES%%share/man/man3/Lexer.3o.gz
+%%MANPAGES%%share/man/man3/Lexing.3o.gz
+%%MANPAGES%%share/man/man3/Lazy_backtrack.3o.gz
+%%MANPAGES%%share/man/man3/List.3o.gz
+%%MANPAGES%%share/man/man3/ListLabels.3o.gz
+%%MANPAGES%%share/man/man3/Load_path.3o.gz
+%%MANPAGES%%share/man/man3/Load_path.Dir.3o.gz
+%%MANPAGES%%share/man/man3/Local_store.3o.gz
+%%MANPAGES%%share/man/man3/Location.3o.gz
+%%MANPAGES%%share/man/man3/Longident.3o.gz
+%%MANPAGES%%share/man/man3/Map.3o.gz
+%%MANPAGES%%share/man/man3/Map.Make.3o.gz
+%%MANPAGES%%share/man/man3/Map.OrderedType.3o.gz
+%%MANPAGES%%share/man/man3/Map.S.3o.gz
+%%MANPAGES%%share/man/man3/Marshal.3o.gz
+%%MANPAGES%%share/man/man3/Misc.3o.gz
+%%MANPAGES%%share/man/man3/Misc.Color.3o.gz
+%%MANPAGES%%share/man/man3/Misc.Error_style.3o.gz
+%%MANPAGES%%share/man/man3/Misc.Int_literal_converter.3o.gz
+%%MANPAGES%%share/man/man3/Misc.LongString.3o.gz
+%%MANPAGES%%share/man/man3/Misc.Magic_number.3o.gz
+%%MANPAGES%%share/man/man3/Misc.Stdlib.3o.gz
+%%MANPAGES%%share/man/man3/Misc.Stdlib.Array.3o.gz
+%%MANPAGES%%share/man/man3/Misc.Stdlib.List.3o.gz
+%%MANPAGES%%share/man/man3/Misc.Stdlib.Option.3o.gz
+%%MANPAGES%%share/man/man3/Misc.Stdlib.String.3o.gz
+%%MANPAGES%%share/man/man3/Misc.Stdlib.String.Map.3o.gz
+%%MANPAGES%%share/man/man3/Misc.Stdlib.String.Set.3o.gz
+%%MANPAGES%%share/man/man3/Misc.Stdlib.String.Tbl.3o.gz
+%%MANPAGES%%share/man/man3/MoreLabels.3o.gz
+%%MANPAGES%%share/man/man3/MoreLabels.Hashtbl.3o.gz
+%%MANPAGES%%share/man/man3/MoreLabels.Hashtbl.HashedType.3o.gz
+%%MANPAGES%%share/man/man3/MoreLabels.Hashtbl.Make.3o.gz
+%%MANPAGES%%share/man/man3/MoreLabels.Hashtbl.MakeSeeded.3o.gz
+%%MANPAGES%%share/man/man3/MoreLabels.Hashtbl.S.3o.gz
+%%MANPAGES%%share/man/man3/MoreLabels.Hashtbl.SeededHashedType.3o.gz
+%%MANPAGES%%share/man/man3/MoreLabels.Hashtbl.SeededS.3o.gz
+%%MANPAGES%%share/man/man3/MoreLabels.Map.3o.gz
+%%MANPAGES%%share/man/man3/MoreLabels.Map.Make.3o.gz
+%%MANPAGES%%share/man/man3/MoreLabels.Map.OrderedType.3o.gz
+%%MANPAGES%%share/man/man3/MoreLabels.Map.S.3o.gz
+%%MANPAGES%%share/man/man3/MoreLabels.Set.3o.gz
+%%MANPAGES%%share/man/man3/MoreLabels.Set.Make.3o.gz
+%%MANPAGES%%share/man/man3/MoreLabels.Set.OrderedType.3o.gz
+%%MANPAGES%%share/man/man3/MoreLabels.Set.S.3o.gz
+%%MANPAGES%%share/man/man3/Mutex.3o.gz
+%%MANPAGES%%share/man/man3/Nativeint.3o.gz
+%%MANPAGES%%share/man/man3/Numbers.3o.gz
+%%MANPAGES%%share/man/man3/Numbers.Float.3o.gz
+%%MANPAGES%%share/man/man3/Numbers.Int.3o.gz
+%%MANPAGES%%share/man/man3/Numbers.Int16.3o.gz
+%%MANPAGES%%share/man/man3/Numbers.Int8.3o.gz
+%%MANPAGES%%share/man/man3/Obj.3o.gz
+%%MANPAGES%%share/man/man3/Obj.Closure.3o.gz
+%%MANPAGES%%share/man/man3/Obj.Ephemeron.3o.gz
+%%MANPAGES%%share/man/man3/Obj.Extension_constructor.3o.gz
+%%MANPAGES%%share/man/man3/Ocaml_operators.3o.gz
+%%MANPAGES%%share/man/man3/Oo.3o.gz
+%%MANPAGES%%share/man/man3/Option.3o.gz
+%%MANPAGES%%share/man/man3/Out_channel.3o.gz
+%%MANPAGES%%share/man/man3/Parse.3o.gz
+%%MANPAGES%%share/man/man3/Parser.3o.gz
+%%MANPAGES%%share/man/man3/Parser.Incremental.3o.gz
+%%MANPAGES%%share/man/man3/Parser.MenhirInterpreter.3o.gz
+%%MANPAGES%%share/man/man3/Parsetree.3o.gz
+%%MANPAGES%%share/man/man3/Parsing.3o.gz
+%%MANPAGES%%share/man/man3/Pparse.3o.gz
+%%MANPAGES%%share/man/man3/Pprintast.3o.gz
+%%MANPAGES%%share/man/man3/Printast.3o.gz
+%%MANPAGES%%share/man/man3/Printexc.3o.gz
+%%MANPAGES%%share/man/man3/Printexc.Slot.3o.gz
+%%MANPAGES%%share/man/man3/Printf.3o.gz
+%%MANPAGES%%share/man/man3/Profile.3o.gz
+%%MANPAGES%%share/man/man3/Queue.3o.gz
+%%MANPAGES%%share/man/man3/Random.3o.gz
+%%MANPAGES%%share/man/man3/Random.State.3o.gz
+%%MANPAGES%%share/man/man3/Result.3o.gz
+%%MANPAGES%%share/man/man3/Scanf.3o.gz
+%%MANPAGES%%share/man/man3/Scanf.Scanning.3o.gz
+%%MANPAGES%%share/man/man3/Semaphore.3o.gz
+%%MANPAGES%%share/man/man3/Semaphore.Binary.3o.gz
+%%MANPAGES%%share/man/man3/Semaphore.Counting.3o.gz
+%%MANPAGES%%share/man/man3/Seq.3o.gz
+%%MANPAGES%%share/man/man3/Set.3o.gz
+%%MANPAGES%%share/man/man3/Set.Make.3o.gz
+%%MANPAGES%%share/man/man3/Set.OrderedType.3o.gz
+%%MANPAGES%%share/man/man3/Set.S.3o.gz
+%%MANPAGES%%share/man/man3/Stack.3o.gz
+%%MANPAGES%%share/man/man3/StdLabels.3o.gz
+%%MANPAGES%%share/man/man3/StdLabels.Array.3o.gz
+%%MANPAGES%%share/man/man3/StdLabels.Bytes.3o.gz
+%%MANPAGES%%share/man/man3/StdLabels.List.3o.gz
+%%MANPAGES%%share/man/man3/StdLabels.String.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Arg.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Array.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.ArrayLabels.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Atomic.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Bigarray.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Bool.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Buffer.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Bytes.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.BytesLabels.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Callback.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Char.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Complex.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Digest.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Either.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Ephemeron.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Filename.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Float.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Format.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Fun.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Gc.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Genlex.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Hashtbl.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.In_channel.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Int.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Int32.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Int64.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.LargeFile.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Lazy.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Lexing.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.List.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.ListLabels.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Map.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Marshal.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.MoreLabels.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Nativeint.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Obj.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Oo.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Option.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Out_channel.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Parsing.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Pervasives.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Printexc.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Printf.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Queue.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Random.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Result.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Scanf.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Seq.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Set.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Stack.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.StdLabels.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Stream.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.String.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.StringLabels.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Sys.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Uchar.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Unit.3o.gz
+%%MANPAGES%%share/man/man3/Stdlib.Weak.3o.gz
+%%MANPAGES%%share/man/man3/Str.3o.gz
+%%MANPAGES%%share/man/man3/Stream.3o.gz
+%%MANPAGES%%share/man/man3/String.3o.gz
+%%MANPAGES%%share/man/man3/StringLabels.3o.gz
+%%MANPAGES%%share/man/man3/Strongly_connected_components.3o.gz
+%%MANPAGES%%share/man/man3/Strongly_connected_components.Make.3o.gz
+%%MANPAGES%%share/man/man3/Strongly_connected_components.S.3o.gz
+%%MANPAGES%%share/man/man3/Strongly_connected_components.S.Id.3o.gz
+%%MANPAGES%%share/man/man3/Syntaxerr.3o.gz
+%%MANPAGES%%share/man/man3/Sys.3o.gz
+%%MANPAGES%%share/man/man3/Sys.Immediate64.3o.gz
+%%MANPAGES%%share/man/man3/Sys.Immediate64.Immediate.3o.gz
+%%MANPAGES%%share/man/man3/Sys.Immediate64.Make.3o.gz
+%%MANPAGES%%share/man/man3/Sys.Immediate64.Non_immediate.3o.gz
+%%MANPAGES%%share/man/man3/Targetint.3o.gz
+%%MANPAGES%%share/man/man3/Terminfo.3o.gz
+%%MANPAGES%%share/man/man3/Thread.3o.gz
+%%MANPAGES%%share/man/man3/ThreadUnix.3o.gz
+%%MANPAGES%%share/man/man3/Uchar.3o.gz
+%%MANPAGES%%share/man/man3/Unit.3o.gz
+%%MANPAGES%%share/man/man3/Unix.3o.gz
+%%MANPAGES%%share/man/man3/Unix.LargeFile.3o.gz
+%%MANPAGES%%share/man/man3/UnixLabels.3o.gz
+%%MANPAGES%%share/man/man3/UnixLabels.LargeFile.3o.gz
+%%MANPAGES%%share/man/man3/Warnings.3o.gz
+%%MANPAGES%%share/man/man3/Weak.3o.gz
+%%MANPAGES%%share/man/man3/Weak.Make.3o.gz
+%%MANPAGES%%share/man/man3/Weak.S.3o.gz
+%%PORTDOCS%%%%DOCSDIR%%/Changes
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/README.adoc
+%%PORTDOCS%%%%DOCSDIR%%/README.win32.adoc