diff --git lang/ocaml-nox11/Makefile lang/ocaml-nox11/Makefile index 5bd53be..67d54e3 100644 --- lang/ocaml-nox11/Makefile +++ lang/ocaml-nox11/Makefile @@ -4,15 +4,11 @@ PORTNAME= ocaml-nox11 CATEGORIES= lang -MAINTAINER= michael.grunewald@laposte.net +MAINTAINER= michipili@gmail.com COMMENT= Objective Caml compiler and programming environment (no X11) MASTERDIR= ${.CURDIR}/../ocaml -CONFLICTS= metaocaml-[0-9]* ocaml-[0-9]* ocaml-notk-[0-9]* - -OPTIONS_EXCLUDE=TK X11 - -SFX= -nox11 +OPTIONS_EXCLUDE= TK X11 .include "${MASTERDIR}/Makefile" diff --git lang/ocaml/Makefile lang/ocaml/Makefile index 5cb13b6..6b30430 100644 --- lang/ocaml/Makefile +++ lang/ocaml/Makefile @@ -3,8 +3,7 @@ # for committer: bump PORTREVISION for math/facile whenever ocaml gets updated PORTNAME= ocaml -PORTVERSION= 4.01.0 -PORTREVISION= 4 +PORTVERSION= 4.02.1 CATEGORIES= lang MASTER_SITES= http://caml.inria.fr/pub/distrib/${DISTNAME:R}/ \ ${MASTER_SITE_GENTOO} @@ -22,7 +21,7 @@ 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 -USES= gmake tar:bzip2 +USES= gmake tar:xz REINPLACE_ARGS= -i "" HAS_CONFIGURE= yes ALL_TARGET= world.opt @@ -37,9 +36,8 @@ CONFIGURE_ARGS= -verbose -prefix "${PREFIX}" \ -aspp "${CC} -c" \ -partialld "${LD} -r" -OPTIONS_DEFINE= X11 TK THREADS DOCS EXAMPLES -OPTIONS_DEFAULT=X11 TK THREADS -TK_DESC= LablTk library (requires X11 support) +OPTIONS_DEFINE= X11 THREADS DOCS EXAMPLES +OPTIONS_DEFAULT=X11 THREADS CMP_LIB_DESC= Install compiler libraries PORTDOCS= htmlman ${DOCSDISTNAME}-refman.ps.gz \ ${DOCSDISTNAME}-refman.pdf @@ -92,24 +90,6 @@ CONFLICTS+= ocaml-[0-9]* CONFIGURE_ARGS+=-no-graph .endif -.if ${PORT_OPTIONS:MTK} -. if ${PORT_OPTIONS:MEXAMPLES} -PORTEXAMPLES= examples_camltk examples_labltk -.endif -. if ! ${PORT_OPTIONS:MX11} -IGNORE=requires X11 support to build TK bindings -. endif -USES+= tk:84+ -PLIST_SUB+= TK="" -CONFIGURE_ARGS+= -tkdefs \ - "-I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR} ${THR_CPP}" \ - -tklibs "-L${LOCALBASE}/lib -ltk${TK_VER:S|.||} \ - -ltcl${TCL_VER:S|.||} ${THR_LD}" -.else -PLIST_SUB+= TK="@comment " -CONFIGURE_ARGS+=-no-tk -.endif - .include .include "${FILESDIR}/manfiles" @@ -145,16 +125,6 @@ post-patch: -e 's|-lbfd -ldl|-lbfd $$dllib|' \ ${WRKSRC}/configure # don't hardcode gcc for depend target -# be aware of staging - @${REINPLACE_CMD} -E \ - -e 's|gcc|$$(CC)|' \ - -e '/^install/,/^$$/s@\$$\(((INSTALL_)?(BIN|LIB|STUBLIB|COMPLIB|MANO?|INSTALL|INSTALL_CUSTOM)DIR)\)@$$(STAGEDIR)$$(\1)@g' \ - `find ${WRKSRC} -name 'Makefile*'` - @${REINPLACE_CMD} -E -e 's/^DIR=/DIR=$$(STAGEDIR)/' ${WRKSRC}/man/Makefile -.if ${PORT_OPTIONS:MTK} - @${REINPLACE_CMD} -e 's|/usr/bin/wish|${WISH}|' \ - ${WRKSRC}/otherlibs/labltk/examples_labltk/hello.tcl -.endif post-configure: # CFLAGS safeness @@ -181,16 +151,6 @@ check test: install ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} report post-install: - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/ocaml/ocamldoc/custom - @${CHMOD} 755 ${STAGEDIR}${PREFIX}/lib/ocaml/expunge -.if ${PORT_OPTIONS:MTK} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/otherlibs/labltk && \ - ${COPYTREE_SHARE} examples_labltk ${STAGEDIR}${EXAMPLESDIR} \ - "! -name .ignore" && \ - ${COPYTREE_SHARE} examples_camltk ${STAGEDIR}${EXAMPLESDIR} \ - "! -name .ignore") -.endif .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKDIR} && ${COPYTREE_SHARE} htmlman ${STAGEDIR}${DOCSDIR}) diff --git lang/ocaml/distinfo lang/ocaml/distinfo index 961cad9..727bb4b 100644 --- lang/ocaml/distinfo +++ lang/ocaml/distinfo @@ -1,8 +1,8 @@ -SHA256 (ocaml-4.01.0.tar.bz2) = b1ca708994180236917ae79e17606da5bd334ca6acd6873a550027e1c0ec874a -SIZE (ocaml-4.01.0.tar.bz2) = 3691090 -SHA256 (ocaml-4.01-refman-html.tar.gz) = 01019c8f8a29a8a7f422e090704b666ade2a007d57ea9412285f88f716656001 -SIZE (ocaml-4.01-refman-html.tar.gz) = 571422 -SHA256 (ocaml-4.01-refman.ps.gz) = 4de67ef967b8b39a6f030df258087239d6f7dee869a3973d7a782b7986b809c6 -SIZE (ocaml-4.01-refman.ps.gz) = 1089703 -SHA256 (ocaml-4.01-refman.pdf) = 389e434f534153530ba234299d0f3a0e4271d18b091b9216e4a37335ebd33424 -SIZE (ocaml-4.01-refman.pdf) = 1478900 +SHA256 (ocaml-4.02.1.tar.xz) = 68c4b01be54c23bc20fc0a8beaa5c7433b8483f8950490129cfe7662e0c6f4dc +SIZE (ocaml-4.02.1.tar.xz) = 2031244 +SHA256 (ocaml-4.02-refman-html.tar.gz) = 1d3b7e5494c075d86c760f6320acba086d686e7409cb75f8267bccfb6ad5f3a8 +SIZE (ocaml-4.02-refman-html.tar.gz) = 612839 +SHA256 (ocaml-4.02-refman.ps.gz) = b14b5aec1e4e1aded2d36e78ceeedfc3c19c3369b257ab507f6a0755651e8f4a +SIZE (ocaml-4.02-refman.ps.gz) = 1111960 +SHA256 (ocaml-4.02-refman.pdf) = 5575824bf0c94b07d3c618c378e02ea0d5341b9e319b4e8c5b331d0ff51898d8 +SIZE (ocaml-4.02-refman.pdf) = 1519190 diff --git lang/ocaml/files/edit_pkg-plist.sed lang/ocaml/files/edit_pkg-plist.sed deleted file mode 100644 index 2e6b6de..0000000 --- lang/ocaml/files/edit_pkg-plist.sed +++ /dev/null @@ -1,9 +0,0 @@ -/\.p\.cmx$/s@^@%%PROF%%@ -/examples_labeltk/{ - s@share/examples@%%EXAMPLESDIR%%@ - s@^@%%TK%%@ -} -/graphics/s@^@%%X11%%@ -/labltk/s@^@%%TK%%@ -/ocamlbrowser/s@^@%%TK%%@ -/dlllabltk.so/s@^@%%TK%%@ diff --git lang/ocaml/files/patch-Makefile lang/ocaml/files/patch-Makefile deleted file mode 100644 index df01c75..0000000 --- lang/ocaml/files/patch-Makefile +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.orig 2013-06-17 15:15:18.000000000 +0200 -+++ Makefile 2014-04-01 08:23:13.000000000 +0200 -@@ -298,7 +298,7 @@ - if test -f debugger/ocamldebug; then (cd debugger; $(MAKE) install); \ - else :; fi - cp config/Makefile $(LIBDIR)/Makefile.config -- BINDIR=$(BINDIR) LIBDIR=$(LIBDIR) PREFIX=$(PREFIX) \ -+ BINDIR=$(BINDIR) LIBDIR=$(LIBDIR) MANDIR=$(MANDIR) PREFIX=$(PREFIX) \ - ./build/partial-install.sh - - # Installation of the native-code compiler -@@ -318,14 +318,14 @@ - cp ocamlc.opt $(BINDIR)/ocamlc.opt$(EXE) - cp ocamlopt.opt $(BINDIR)/ocamlopt.opt$(EXE) - cp lex/ocamllex.opt $(BINDIR)/ocamllex.opt$(EXE) -+ $(RANLIB) compilerlibs/ocamlcommon.a compilerlibs/ocamlbytecomp.a \ -+ compilerlibs/ocamloptcomp.a - cp compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlcommon.a \ - compilerlibs/ocamlbytecomp.cmxa compilerlibs/ocamlbytecomp.a \ - compilerlibs/ocamloptcomp.cmxa compilerlibs/ocamloptcomp.a \ - $(BYTESTART:.cmo=.cmx) $(BYTESTART:.cmo=.o) \ - $(OPTSTART:.cmo=.cmx) $(OPTSTART:.cmo=.o) \ - $(COMPLIBDIR) -- cd $(COMPLIBDIR) && $(RANLIB) ocamlcommon.a ocamlbytecomp.a \ -- ocamloptcomp.a - - clean:: partialclean - diff --git lang/ocaml/files/patch-asmcomp__arm__arch.ml lang/ocaml/files/patch-asmcomp__arm__arch.ml deleted file mode 100644 index 5a25bb2..0000000 --- lang/ocaml/files/patch-asmcomp__arm__arch.ml +++ /dev/null @@ -1,11 +0,0 @@ ---- ./asmcomp/arm/arch.ml.orig 2014-04-28 13:12:11.000000000 +0100 -+++ ./asmcomp/arm/arch.ml 2014-04-28 13:12:36.000000000 +0100 -@@ -21,7 +21,7 @@ - - let abi = - match Config.system with -- "linux_eabi" -> EABI -+ "linux_eabi" | "freebsd" -> EABI - | "linux_eabihf" -> EABI_HF - | _ -> assert false - diff --git lang/ocaml/files/patch-asmrun-Makefile lang/ocaml/files/patch-asmrun-Makefile deleted file mode 100644 index d4fc8f7..0000000 --- lang/ocaml/files/patch-asmrun-Makefile +++ /dev/null @@ -1,25 +0,0 @@ ---- asmrun/Makefile.orig 2013-06-24 10:16:27.000000000 +0200 -+++ asmrun/Makefile 2014-04-01 07:12:29.000000000 +0200 -@@ -64,14 +64,12 @@ - - install-default: - cp libasmrun.a $(LIBDIR)/libasmrun.a -- cd $(LIBDIR); $(RANLIB) libasmrun.a - - install-noruntimed: - .PHONY: install-noruntimed - - install-runtimed: - cp libasmrund.a $(LIBDIR)/libasmrund.a -- cd $(LIBDIR); $(RANLIB) libasmrund.a - .PHONY: install-runtimed - - install-noprof: -@@ -79,7 +77,6 @@ - - install-prof: - cp libasmrunp.a $(LIBDIR)/libasmrunp.a -- cd $(LIBDIR); $(RANLIB) libasmrunp.a - - power-bsd_elf.S: power-elf.S - cp power-elf.S power-bsd_elf.S diff --git lang/ocaml/files/patch-asmrun__arm.S lang/ocaml/files/patch-asmrun__arm.S deleted file mode 100644 index 12f6f5f..0000000 --- lang/ocaml/files/patch-asmrun__arm.S +++ /dev/null @@ -1,18 +0,0 @@ ---- ./asmrun/arm.S.orig 2014-04-28 13:10:19.000000000 +0100 -+++ ./asmrun/arm.S 2014-04-28 13:10:42.000000000 +0100 -@@ -44,6 +44,15 @@ - cmp \reg, #0 - beq \lbl - .endm -+#elif defined(SYS_freebsd) -+ .arch armv6 -+ .arm -+ -+ /* Compatibility macros */ -+ .macro cbz reg, lbl -+ cmp \reg, #0 -+ beq \lbl -+ .endm - #endif - - trap_ptr .req r8 diff --git lang/ocaml/files/patch-byterun-Makefile.common lang/ocaml/files/patch-byterun-Makefile.common deleted file mode 100644 index c04c2c6..0000000 --- lang/ocaml/files/patch-byterun-Makefile.common +++ /dev/null @@ -1,10 +0,0 @@ ---- byterun/Makefile.common.orig 2014-04-01 07:13:45.000000000 +0200 -+++ byterun/Makefile.common 2014-04-01 07:13:58.000000000 +0200 -@@ -51,7 +51,6 @@ - install:: - cp ocamlrun$(EXE) $(BINDIR)/ocamlrun$(EXE) - cp libcamlrun.$(A) $(LIBDIR)/libcamlrun.$(A) -- cd $(LIBDIR); $(RANLIB) libcamlrun.$(A) - if test -d $(LIBDIR)/caml; then : ; else mkdir $(LIBDIR)/caml; fi - for i in $(PUBLIC_INCLUDES); do \ - sed -f ../tools/cleanup-header $$i > $(LIBDIR)/caml/$$i; \ diff --git lang/ocaml/files/patch-camlp4-man_Makefile lang/ocaml/files/patch-camlp4-man_Makefile deleted file mode 100644 index 60ce1a1..0000000 --- lang/ocaml/files/patch-camlp4-man_Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- camlp4/man/Makefile.orig 2012-07-17 11:31:12.000000000 -0400 -+++ camlp4/man/Makefile 2013-11-21 03:16:26.000000000 -0500 -@@ -14,7 +14,6 @@ - include ../config/Makefile.cnf - - TARGET=camlp4.1 --ALIASES=camlp4o.1 camlp4r.1 mkcamlp4.1 ocpp.1 camlp4o.opt.1 camlp4r.opt.1 - - include ../config/Makefile.base - -@@ -22,10 +21,6 @@ - if test -n '$(MANDIR)'; then \ - $(MKDIR) $(MANDIR)/man1 ; \ - cp $(TARGET) $(MANDIR)/man1/. ; \ -- for i in $(ALIASES); do \ -- rm -f $(MANDIR)/man1/$$i; \ -- echo '.so man1/$(TARGET)' > $(MANDIR)/man1/$$i; \ -- done; \ - fi - - camlp4.1: camlp4.1.tpl diff --git lang/ocaml/files/patch-config-auto-aux-async_io.c lang/ocaml/files/patch-config-auto-aux-async_io.c deleted file mode 100644 index 3a0fcdd..0000000 --- lang/ocaml/files/patch-config-auto-aux-async_io.c +++ /dev/null @@ -1,10 +0,0 @@ ---- config/auto-aux/async_io.c 2012-11-01 17:36:02.000000000 +0100 -+++ config/auto-aux/async_io.c.orig 2012-11-01 17:35:46.000000000 +0100 -@@ -13,7 +13,8 @@ - - /* $Id: async_io.c 11156 2011-07-27 14:17:02Z doligez $ */ - -+#include - #include - #include - #include diff --git lang/ocaml/files/patch-configure lang/ocaml/files/patch-configure index 3b5d6cd..9c9a6ba 100644 --- lang/ocaml/files/patch-configure +++ lang/ocaml/files/patch-configure @@ -1,202 +1,10 @@ ---- configure.orig 2014-05-08 09:28:26.000000000 +0200 -+++ configure 2014-05-08 09:31:54.000000000 +0200 -@@ -545,9 +545,10 @@ if test $withsharedlibs = "yes"; then - mksharedlib="$flexlink" - mkmaindll="$flexlink -maindll" - shared_libraries_supported=true;; -- *-*-linux-gnu|*-*-linux|*-*-freebsd[3-9]*|*-*-freebsd[1-9][0-9]*|*-*-openbsd*|*-*-netbsd*|*-*-gnu*) -+ *-*-linux-gnu|*-*-linux|*-*-freebsd[3-9]*|*-*-freebsd[1-9][0-9]*| \ -+ *-*-dragonfly*|*-*-openbsd*|*-*-netbsd*|*-*-gnu*) - sharedcccompopts="-fPIC" -- mksharedlib="$bytecc -shared" -+ mksharedlib="$bytecc $bytecclinkopts -shared" - bytecclinkopts="$bytecclinkopts -Wl,-E" - byteccrpath="-Wl,-rpath," - mksharedlibrpath="-Wl,-rpath," -@@ -557,7 +558,7 @@ if test $withsharedlibs = "yes"; then - case "$bytecc" in - gcc*) - sharedcccompopts="-fPIC" -- mksharedlib="$bytecc -shared" -+ mksharedlib="$bytecc $bytecclinkopts -shared" - byteccrpath="-Wl,-rpath," - mksharedlibrpath="-Wl,-rpath," - shared_libraries_supported=true;; -@@ -573,11 +574,11 @@ if test $withsharedlibs = "yes"; then - gcc*) - sharedcccompopts="-fPIC" - if sh ./solaris-ld; then -- mksharedlib="$bytecc -shared" -+ mksharedlib="$bytecc $bytecclinkopts -shared" - byteccrpath="-R" - mksharedlibrpath="-R" - else -- mksharedlib="$bytecc -shared" -+ mksharedlib="$bytecc $bytecclinkopts -shared" - bytecclinkopts="$bytecclinkopts -Wl,-E" - natdynlinkopts="-Wl,-E" - byteccrpath="-Wl,-rpath," -@@ -601,12 +602,12 @@ if test $withsharedlibs = "yes"; then - mksharedlibrpath="-rpath " - shared_libraries_supported=true;; - i[3456]86-*-darwin[89].*) -- mksharedlib="$bytecc -bundle -flat_namespace -undefined suppress -read_only_relocs suppress" -+ mksharedlib="$bytecc $bytecclinkopts -bundle -flat_namespace -undefined suppress -read_only_relocs suppress" - bytecccompopts="$dl_defs $bytecccompopts" - dl_needs_underscore=false - shared_libraries_supported=true;; - *-apple-darwin*) -- mksharedlib="$bytecc -bundle -flat_namespace -undefined suppress -Wl,-no_compact_unwind" -+ mksharedlib="$bytecc $bytecclinkopts -bundle -flat_namespace -undefined suppress -Wl,-no_compact_unwind" - bytecccompopts="$dl_defs $bytecccompopts" - dl_needs_underscore=false - shared_libraries_supported=true;; -@@ -616,7 +617,7 @@ if test $withsharedlibs = "yes"; then - shared_libraries_supported=false;; - *-*-openbsd*) - sharedcccompopts="-fPIC" -- mksharedlib="$bytecc -shared" -+ mksharedlib="$bytecc $bytecclinkopts -shared" - bytecclinkopts="$bytecclinkopts -Wl,-E" - natdynlinkopts="-Wl,-E" - byteccrpath="-Wl,-rpath," -@@ -651,12 +652,16 @@ if test $withsharedlibs = "yes"; then - x86_64-*-kfreebsd*) natdynlink=true;; - i[345]86-*-freebsd*) natdynlink=true;; - x86_64-*-freebsd*) natdynlink=true;; -+ i[345]86-*-dragonfly*) natdynlink=true;; -+ x86_64-*-dragonfly*) natdynlink=true;; - i[345]86-*-openbsd*) natdynlink=true;; - x86_64-*-openbsd*) natdynlink=true;; - i[345]86-*-netbsd*) natdynlink=true;; - x86_64-*-netbsd*) natdynlink=true;; - i386-*-gnu0.3) natdynlink=true;; - arm*-*-linux*) natdynlink=true;; -+ arm*-*-freebsd*) natdynlink=true;; -+ powerpc*-*-freebsd*) natdynlink=true;; - esac - fi - -@@ -680,6 +685,7 @@ case "$host" in - sparc*-*-gnu*) arch=sparc; system=gnu;; - i[3456]86-*-linux*) arch=i386; system=linux_`sh ./runtest elf.c`;; - i[3456]86-*-*bsd*) arch=i386; system=bsd_`sh ./runtest elf.c`;; -+ i[3456]86-*-dragonfly*) arch=i386; system=bsd_elf;; - i[3456]86-*-nextstep*) arch=i386; system=nextstep;; - i[3456]86-*-solaris*) if $arch64; then - arch=amd64; system=solaris -@@ -695,6 +701,7 @@ case "$host" in - fi;; - i[3456]86-*-gnu*) arch=i386; system=gnu;; - powerpc*-*-linux*) arch=power; model=ppc; system=elf;; -+ powerpc*-*-freebsd*) arch=power; model=ppc; system=bsd_elf;; - powerpc-*-netbsd*) arch=power; model=ppc; system=elf;; - powerpc-*-openbsd*) arch=power; model=ppc; system=bsd_elf;; - powerpc-*-rhapsody*) arch=power; model=ppc; system=rhapsody;; -@@ -708,12 +715,14 @@ case "$host" in - armv5te*-*-linux-gnueabi) arch=arm; model=armv5te; system=linux_eabi;; - armv5*-*-linux-gnueabi) arch=arm; model=armv5; system=linux_eabi;; - arm*-*-linux-gnueabi) arch=arm; system=linux_eabi;; -+ armv6*-*-freebsd*) arch=arm; model=armv6; system=freebsd;; - x86_64-*-linux*) arch=amd64; system=linux;; - x86_64-*-gnu*) arch=amd64; system=gnu;; - x86_64-*-freebsd*) arch=amd64; system=freebsd;; - x86_64-*-netbsd*) arch=amd64; system=netbsd;; - x86_64-*-openbsd*) arch=amd64; system=openbsd;; - x86_64-*-darwin*) arch=amd64; system=macosx;; -+ x86_64-*-dragonfly*) arch=amd64; system=dragonfly;; - esac - - # Some platforms exist both in 32-bit and 64-bit variants, not distinguished -@@ -734,7 +743,7 @@ else - fi - - nativecccompopts='' --nativecclinkopts='' -+nativecclinkopts="" - # FIXME the naming of nativecclinkopts is broken: these are options for - # ld (for shared libs), not for cc - nativeccrpath="$byteccrpath" -@@ -766,6 +775,8 @@ case "$arch,$model,$system" in - aspp='gcc -m64 -c';; - amd64,*,*) as='as' - aspp='gcc -c';; -+ arm,*,freebsd*) as='cc -c'; -+ aspp='cc -c';; - arm,*,*) as='as'; - aspp='gcc -c';; - i386,*,solaris) as='as' -@@ -803,6 +814,8 @@ case "$arch,$model,$system" in - amd64,*,linux) profiling='prof';; - amd64,*,gnu) profiling='prof';; - arm,*,linux*) profiling='prof';; -+ *,*,freebsd) profiling='prof';; -+ *,*,dragonfly) profiling='prof';; - *) profiling='noprof';; - esac - -@@ -1204,7 +1217,7 @@ if test "$pthread_wanted" = "yes"; then - case "$host" in - *-*-solaris*) pthread_link="-lpthread -lposix4" - pthread_caml_link="-cclib -lpthread -cclib -lposix4";; -- *-*-freebsd*) pthread_link="-pthread" -+ *-*-freebsd*|*-*-dragonfly*) pthread_link="-pthread" - pthread_caml_link="-cclib -pthread";; - *-*-openbsd*) pthread_link="-pthread" - pthread_caml_link="-cclib -pthread";; -@@ -1218,7 +1231,7 @@ if test "$pthread_wanted" = "yes"; then - bytecccompopts="$bytecccompopts -D_REENTRANT" - nativecccompopts="$nativecccompopts -D_REENTRANT" - case "$host" in -- *-*-freebsd*) -+ *-*-freebsd*|*-*-dragonfly*) - bytecccompopts="$bytecccompopts -D_THREAD_SAFE" - nativecccompopts="$nativecccompopts -D_THREAD_SAFE";; - *-*-openbsd*) -@@ -1388,7 +1401,6 @@ if test "$x11_include" = "not found"; th +--- configure.orig 2014-12-06 11:33:20.000000000 +0000 ++++ configure 2014-12-06 11:33:37.000000000 +0000 +@@ -1560,6 +1560,7 @@ + else x11_libs="-L$dir" - case "$host" in + case "$target" in ++ *-*-freebsd*) x11_link="-L$dir -lX11";; *-kfreebsd*-gnu) x11_link="-L$dir -lX11";; -- *-*-*bsd*) x11_link="-R$dir -L$dir -lX11";; + *-*-*bsd*) x11_link="-R$dir -L$dir -lX11";; *) x11_link="-L$dir -lX11";; - esac - fi -@@ -1514,7 +1526,7 @@ if test $has_tk = true; then - Tcl_DoOneEvent - then - case "$host" in -- *-*-*bsd*) tk_libs="-R/usr/pkg/lib -L/usr/pkg/lib $tk_libs $tk_x11_libs -ltk$tkmaj$tkmin -ltcl$tclmaj$tclmin -lpthread $tkauxlibs";; -+ *-*-*bsd*|*-*-dragonfly*) tk_libs="-R/usr/pkg/lib -L/usr/pkg/lib $tk_libs $tk_x11_libs -ltk$tkmaj$tkmin -ltcl$tclmaj$tclmin -lpthread $tkauxlibs";; - *) tk_libs="-L/usr/pkg/lib $tk_libs $tk_x11_libs -ltk$tkmaj$tkmin -ltcl$tclmaj$tclmin -lpthread $tkauxlibs";; - esac - else -@@ -1528,14 +1540,14 @@ if test $has_tk = true; then - echo "Tcl/Tk libraries found." - elif sh ./hasgot -L/sw/lib $tk_libs $tk_x11_libs $tkauxlibs Tk_SetGrid; then - case "$host" in -- *-*-*bsd*) tk_libs="-R/sw/lib -L/sw/lib $tk_libs";; -+ *-*-*bsd*|*-*-dragonfly*) tk_libs="-R/sw/lib -L/sw/lib $tk_libs";; - *) tk_libs="-L/sw/lib $tk_libs";; - esac - echo "Tcl/Tk libraries found." - elif sh ./hasgot -L/usr/pkg/lib $tk_libs $tk_x11_libs $tkauxlibs \ - Tk_SetGrid; then - case "$host" in -- *-*-*bsd*) tk_libs="-R/usr/pkg/lib -L/usr/pkg/lib $tk_libs";; -+ *-*-*bsd*|*-*-dragonfly*) tk_libs="-R/usr/pkg/lib -L/usr/pkg/lib $tk_libs";; - *) tk_libs="-L/usr/pkg/lib $tk_libs";; - esac - echo "Tcl/Tk libraries found." -@@ -1564,10 +1576,10 @@ fi - # Look for BFD library - - if ./hasgot -i bfd.h && \ -- ./hasgot -lbfd -ldl -liberty -lz bfd_openr; then -+ ./hasgot -lbfd $dllib -liberty -lz bfd_openr; then - echo "BFD library found." - echo "#define HAS_LIBBFD" >> s.h -- echo "LIBBFD_LINK=-lbfd -ldl -liberty -lz" >> Makefile -+ echo "LIBBFD_LINK=-lbfd $dllib -liberty -lz" >> Makefile - else - echo "BFD library not found, 'objinfo' will be unable to display info on .cmxs files" - echo "LIBBFD_LINK=" >> Makefile diff --git lang/ocaml/files/patch-ocamlbuild lang/ocaml/files/patch-ocamlbuild deleted file mode 100644 index 7b4c41a..0000000 --- lang/ocaml/files/patch-ocamlbuild +++ /dev/null @@ -1,24 +0,0 @@ ---- ocamlbuild/ocamlbuild_executor.ml.orig 2011-10-06 11:39:50.358159931 +0300 -+++ ocamlbuild/ocamlbuild_executor.ml 2011-10-06 12:48:32.966029354 +0300 -@@ -200,7 +200,11 @@ - try - read fd u 0 (String.length u) - with -- | Unix.Unix_error(_,_,_) -> 0 -+ | Unix.Unix_error(e,_,_) -> -+ let msg = error_message e in -+ display (fun oc -> fp oc -+ "Error while reading stdout/stderr: %s\n" msg); -+ 0 - in - if m = 0 then - if job.job_dying then -@@ -236,6 +240,8 @@ - (*display begin fun oc -> fp oc "Terminating job %a\n%!" print_job_id job.job_id; end;*) - - decr jobs_active; -+ clear_nonblock (doi job.job_stdout); -+ clear_nonblock (doi job.job_stderr); (* we would get EAGAIN below otherwise *) - do_read ~loop:true (doi job.job_stdout) job; - do_read ~loop:true (doi job.job_stderr) job; - outputs := FDM.remove (doi job.job_stdout) (FDM.remove (doi job.job_stderr) !outputs); diff --git lang/ocaml/files/patch-ocamldoc_Makefile lang/ocaml/files/patch-ocamldoc_Makefile deleted file mode 100644 index 17ad2f3..0000000 --- lang/ocaml/files/patch-ocamldoc_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- ocamldoc/Makefile.orig 2007-12-21 00:32:44.000000000 +0300 -+++ ocamldoc/Makefile 2007-12-21 00:33:26.000000000 +0300 -@@ -40,7 +40,7 @@ - INSTALL_LIBDIR=$(OCAMLLIB)/ocamldoc - INSTALL_CUSTOMDIR=$(INSTALL_LIBDIR)/custom - INSTALL_BINDIR=$(OCAMLBIN) --INSTALL_MANODIR=$(MANDIR)/man3 -+INSTALL_MANODIR=$(MANDIR)/mann - - INSTALL_MLIS=odoc_info.mli - INSTALL_CMIS=$(INSTALL_MLIS:.mli=.cmi) diff --git lang/ocaml/files/patch-otherlibs-Makefile.shared lang/ocaml/files/patch-otherlibs-Makefile.shared deleted file mode 100644 index 489cc72..0000000 --- lang/ocaml/files/patch-otherlibs-Makefile.shared +++ /dev/null @@ -1,19 +0,0 @@ ---- otherlibs/Makefile.shared.orig 2013-07-23 16:48:47.000000000 +0200 -+++ otherlibs/Makefile.shared 2014-04-01 07:24:57.000000000 +0200 -@@ -59,14 +59,14 @@ - install:: - if test -f dll$(CLIBNAME)$(EXT_DLL); then \ - cp dll$(CLIBNAME)$(EXT_DLL) $(STUBLIBDIR)/; fi -+ $(RANLIB) lib$(CLIBNAME).$(A) - cp lib$(CLIBNAME).$(A) $(LIBDIR)/ -- cd $(LIBDIR); $(RANLIB) lib$(CLIBNAME).$(A) - cp $(LIBNAME).cma $(CMIFILES) $(CMIFILES:.cmi=.mli) $(LIBDIR)/ - if test -n "$(HEADERS)"; then cp $(HEADERS) $(LIBDIR)/caml/; fi - - installopt: -+ $(RANLIB) $(LIBNAME).a - cp $(CAMLOBJS_NAT) $(LIBNAME).cmxa $(LIBNAME).$(A) $(LIBDIR)/ -- cd $(LIBDIR); $(RANLIB) $(LIBNAME).a - if test -f $(LIBNAME).cmxs; then cp $(LIBNAME).cmxs $(LIBDIR)/; fi - - partialclean: diff --git lang/ocaml/files/patch-otherlibs-dynlink-Makefile lang/ocaml/files/patch-otherlibs-dynlink-Makefile deleted file mode 100644 index 444095a..0000000 --- lang/ocaml/files/patch-otherlibs-dynlink-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- otherlibs/dynlink/Makefile.orig 2013-07-23 16:48:47.000000000 +0200 -+++ otherlibs/dynlink/Makefile 2014-04-01 07:44:36.000000000 +0200 -@@ -71,8 +71,8 @@ - - installopt: - if $(NATDYNLINK); then \ -- cp $(NATOBJS) dynlink.cmxa dynlink.$(A) $(LIBDIR) && \ -- cd $(LIBDIR) && $(RANLIB) dynlink.$(A); \ -+ $(RANLIB) dynlink.$(A); \ -+ cp $(NATOBJS) dynlink.cmxa dynlink.$(A) $(LIBDIR); \ - fi - - partialclean: diff --git lang/ocaml/files/patch-otherlibs-labltk-lib-Makefile lang/ocaml/files/patch-otherlibs-labltk-lib-Makefile deleted file mode 100644 index f52d9c3..0000000 --- lang/ocaml/files/patch-otherlibs-labltk-lib-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- otherlibs/labltk/lib/Makefile.orig 2012-09-30 14:31:27.000000000 +0200 -+++ otherlibs/labltk/lib/Makefile 2014-04-01 07:22:17.000000000 +0200 -@@ -99,7 +99,7 @@ - - installopt: - @if test -d $(INSTALLDIR); then : ; else mkdir $(INSTALLDIR); fi -+ $(RANLIB) $(LIBNAME).$(A) - cp $(LIBNAME).cmxa $(LIBNAME).$(A) $(INSTALLDIR) -- cd $(INSTALLDIR); $(RANLIB) $(LIBNAME).$(A) - chmod 644 $(INSTALLDIR)/$(LIBNAME).cmxa - chmod 644 $(INSTALLDIR)/$(LIBNAME).$(A) diff --git lang/ocaml/files/patch-otherlibs-labltk-support-Makefile lang/ocaml/files/patch-otherlibs-labltk-support-Makefile deleted file mode 100644 index ff0f551..0000000 --- lang/ocaml/files/patch-otherlibs-labltk-support-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- otherlibs/labltk/support/Makefile.orig 2012-07-17 17:31:12.000000000 +0200 -+++ otherlibs/labltk/support/Makefile 2014-04-01 07:23:59.000000000 +0200 -@@ -43,8 +43,8 @@ - - install: - if test -d $(INSTALLDIR); then : ; else mkdir $(INSTALLDIR); fi -+ $(RANLIB) lib$(LIBNAME).$(A) - cp $(PUB) lib$(LIBNAME).$(A) $(INSTALLDIR) -- cd $(INSTALLDIR); $(RANLIB) lib$(LIBNAME).$(A) - cd $(INSTALLDIR); chmod 644 $(PUB) lib$(LIBNAME).$(A) - if test -f dll$(LIBNAME)$(EXT_DLL); then \ - cp dll$(LIBNAME)$(EXT_DLL) $(STUBLIBDIR)/; fi diff --git lang/ocaml/files/patch-otherlibs-systhreads-Makefile lang/ocaml/files/patch-otherlibs-systhreads-Makefile deleted file mode 100644 index 29340e1..0000000 --- lang/ocaml/files/patch-otherlibs-systhreads-Makefile +++ /dev/null @@ -1,25 +0,0 @@ ---- otherlibs/systhreads/Makefile.orig 2013-07-23 16:48:47.000000000 +0200 -+++ otherlibs/systhreads/Makefile 2014-04-01 07:26:11.000000000 +0200 -@@ -71,8 +71,8 @@ - - install: - if test -f dllthreads.so; then cp dllthreads.so $(STUBLIBDIR)/dllthreads.so; fi -+ $(RANLIB) libthreads.a - cp libthreads.a $(LIBDIR)/libthreads.a -- cd $(LIBDIR); $(RANLIB) libthreads.a - if test -d $(LIBDIR)/threads; then :; else mkdir $(LIBDIR)/threads; fi - cp $(THREAD_OBJS:.cmo=.cmi) threads.cma $(LIBDIR)/threads - rm -f $(LIBDIR)/threads/stdlib.cma -@@ -80,10 +80,10 @@ - cp threads.h $(LIBDIR)/caml/threads.h - - installopt: -+ $(RANLIB) libthreadsnat.a - cp libthreadsnat.a $(LIBDIR)/libthreadsnat.a -- cd $(LIBDIR); $(RANLIB) libthreadsnat.a -+ $(RANLIB) threads.a - cp $(THREAD_OBJS:.cmo=.cmx) threads.cmxa threads.a $(LIBDIR)/threads -- cd $(LIBDIR)/threads; $(RANLIB) threads.a - - .SUFFIXES: .ml .mli .cmo .cmi .cmx - diff --git lang/ocaml/files/patch-otherlibs-threads-Makefile lang/ocaml/files/patch-otherlibs-threads-Makefile deleted file mode 100644 index b0cf737..0000000 --- lang/ocaml/files/patch-otherlibs-threads-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- otherlibs/threads/Makefile.orig 2013-07-23 16:48:47.000000000 +0200 -+++ otherlibs/threads/Makefile 2014-04-01 07:27:02.000000000 +0200 -@@ -98,8 +98,8 @@ - install: - if test -f dllvmthreads.so; then cp dllvmthreads.so $(STUBLIBDIR)/.; fi - mkdir -p $(LIBDIR)/vmthreads -+ $(RANLIB) libvmthreads.a - cp libvmthreads.a $(LIBDIR)/vmthreads/libvmthreads.a -- cd $(LIBDIR)/vmthreads; $(RANLIB) libvmthreads.a - cp thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi \ - threads.cma stdlib.cma unix.cma $(LIBDIR)/vmthreads - cp thread.mli mutex.mli condition.mli event.mli threadUnix.mli \ diff --git lang/ocaml/files/patch-stdlib-Makefile lang/ocaml/files/patch-stdlib-Makefile deleted file mode 100644 index 6f82401..0000000 --- lang/ocaml/files/patch-stdlib-Makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- stdlib/Makefile.orig 2012-10-15 19:50:56.000000000 +0200 -+++ stdlib/Makefile 2014-04-01 07:27:40.000000000 +0200 -@@ -23,8 +23,8 @@ - installopt: installopt-default installopt-$(PROFILING) - - installopt-default: -+ $(RANLIB) stdlib.a - cp stdlib.cmxa stdlib.a std_exit.o *.cmx $(LIBDIR) -- cd $(LIBDIR); $(RANLIB) stdlib.a - - installopt-noprof: - rm -f $(LIBDIR)/stdlib.p.cmxa; ln -s stdlib.cmxa $(LIBDIR)/stdlib.p.cmxa -@@ -34,8 +34,8 @@ - rm -f $(LIBDIR)/std_exit.p.o; ln -s std_exit.o $(LIBDIR)/std_exit.p.o - - installopt-prof: -+ $(RANLIB) stdlib.p.a - cp stdlib.p.cmxa stdlib.p.a std_exit.p.cmx std_exit.p.o $(LIBDIR) -- cd $(LIBDIR); $(RANLIB) stdlib.p.a - - stdlib.p.cmxa: $(OBJS:.cmo=.p.cmx) - $(CAMLOPT) -a -o stdlib.p.cmxa $(OBJS:.cmo=.p.cmx) diff --git lang/ocaml/pkg-plist lang/ocaml/pkg-plist index 630b898..d09a418 100644 --- lang/ocaml/pkg-plist +++ lang/ocaml/pkg-plist @@ -1,22 +1,4 @@ -bin/camlp4 -bin/camlp4boot -bin/camlp4o -bin/camlp4o.opt -bin/camlp4of -bin/camlp4of.opt -bin/camlp4oof -bin/camlp4oof.opt -bin/camlp4orf -bin/camlp4orf.opt -bin/camlp4prof -bin/camlp4r -bin/camlp4r.opt -bin/camlp4rf -bin/camlp4rf.opt -%%TK%%bin/labltk -bin/mkcamlp4 bin/ocaml -%%TK%%bin/ocamlbrowser bin/ocamlbuild bin/ocamlbuild.byte bin/ocamlbuild.native @@ -45,7 +27,6 @@ lib/ocaml/arg.cmi lib/ocaml/arg.cmx lib/ocaml/arg.ml lib/ocaml/arg.mli -%%PROF%%lib/ocaml/arg.p.cmx lib/ocaml/arith_flags.cmx lib/ocaml/arith_status.cmi lib/ocaml/arith_status.cmx @@ -54,12 +35,10 @@ lib/ocaml/array.cmi lib/ocaml/array.cmx lib/ocaml/array.ml lib/ocaml/array.mli -%%PROF%%lib/ocaml/array.p.cmx lib/ocaml/arrayLabels.cmi lib/ocaml/arrayLabels.cmx lib/ocaml/arrayLabels.ml lib/ocaml/arrayLabels.mli -%%PROF%%lib/ocaml/arrayLabels.p.cmx lib/ocaml/big_int.cmi lib/ocaml/big_int.cmx lib/ocaml/big_int.mli @@ -74,12 +53,18 @@ lib/ocaml/buffer.cmi lib/ocaml/buffer.cmx lib/ocaml/buffer.ml lib/ocaml/buffer.mli -%%PROF%%lib/ocaml/buffer.p.cmx +lib/ocaml/bytes.cmi +lib/ocaml/bytes.cmx +lib/ocaml/bytes.ml +lib/ocaml/bytes.mli +lib/ocaml/bytesLabels.cmi +lib/ocaml/bytesLabels.cmx +lib/ocaml/bytesLabels.ml +lib/ocaml/bytesLabels.mli lib/ocaml/callback.cmi lib/ocaml/callback.cmx lib/ocaml/callback.ml lib/ocaml/callback.mli -%%PROF%%lib/ocaml/callback.p.cmx lib/ocaml/caml/alloc.h lib/ocaml/caml/bigarray.h lib/ocaml/caml/callback.h @@ -97,179 +82,42 @@ lib/ocaml/caml/signals.h lib/ocaml/caml/socketaddr.h %%THREADS%%lib/ocaml/caml/threads.h lib/ocaml/caml/unixsupport.h +lib/ocaml/caml/version.h lib/ocaml/camlheader lib/ocaml/camlheader_ur +lib/ocaml/camlinternalFormat.cmi +lib/ocaml/camlinternalFormat.cmx +lib/ocaml/camlinternalFormat.ml +lib/ocaml/camlinternalFormat.mli +lib/ocaml/camlinternalFormatBasics.cmi +lib/ocaml/camlinternalFormatBasics.cmx +lib/ocaml/camlinternalFormatBasics.ml +lib/ocaml/camlinternalFormatBasics.mli lib/ocaml/camlinternalLazy.cmi lib/ocaml/camlinternalLazy.cmx lib/ocaml/camlinternalLazy.ml lib/ocaml/camlinternalLazy.mli -%%PROF%%lib/ocaml/camlinternalLazy.p.cmx lib/ocaml/camlinternalMod.cmi lib/ocaml/camlinternalMod.cmx lib/ocaml/camlinternalMod.ml lib/ocaml/camlinternalMod.mli -%%PROF%%lib/ocaml/camlinternalMod.p.cmx lib/ocaml/camlinternalOO.cmi lib/ocaml/camlinternalOO.cmx lib/ocaml/camlinternalOO.ml lib/ocaml/camlinternalOO.mli -%%PROF%%lib/ocaml/camlinternalOO.p.cmx -lib/ocaml/camlp4/Camlp4.cmi -lib/ocaml/camlp4/Camlp4Bin.cmi -lib/ocaml/camlp4/Camlp4Bin.cmo -lib/ocaml/camlp4/Camlp4Bin.cmx -lib/ocaml/camlp4/Camlp4Bin.o -lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmi -lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmo -lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmx -lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.o -lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmi -lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo -lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx -lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.o -lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmi -lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo -lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx -lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.o -lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmi -lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmo -lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmx -lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.o -lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmi -lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmo -lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmx -lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.o -lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmi -lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo -lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx -lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.o -lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmi -lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmo -lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmx -lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.o -lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmi -lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmo -lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmx -lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.o -lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmi -lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmo -lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmx -lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.o -lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmi -lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmo -lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmx -lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.o -lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmi -lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo -lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx -lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.o -lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmi -lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo -lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx -lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.o -lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmi -lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmo -lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmx -lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.o -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmi -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.o -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmi -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.o -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmi -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.o -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmi -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.o -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmi -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.o -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmi -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.o -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmi -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx -lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.o -lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmi -lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo -lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx -lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.o -lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmi -lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo -lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx -lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.o -lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmi -lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmo -lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmx -lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.o -lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmi -lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo -lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx -lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.o -lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmi -lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmo -lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmx -lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.o -lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmi -lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo -lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx -lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.o -lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmi -lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo -lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx -lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.o -lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmi -lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo -lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx -lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.o -lib/ocaml/camlp4/Camlp4Top.cmi -lib/ocaml/camlp4/Camlp4Top.cmo -lib/ocaml/camlp4/Camlp4Top/Rprint.cmi -lib/ocaml/camlp4/Camlp4Top/Rprint.cmo -lib/ocaml/camlp4/Camlp4Top/Rprint.cmx -lib/ocaml/camlp4/Camlp4Top/Rprint.o -lib/ocaml/camlp4/Camlp4Top/Top.cmi -lib/ocaml/camlp4/Camlp4Top/Top.cmo -lib/ocaml/camlp4/Camlp4Top/Top.cmx -lib/ocaml/camlp4/Camlp4Top/Top.o -lib/ocaml/camlp4/Camlp4_config.cmi -lib/ocaml/camlp4/Camlp4_import.cmi -lib/ocaml/camlp4/camlp4fulllib.a -lib/ocaml/camlp4/camlp4fulllib.cma -lib/ocaml/camlp4/camlp4fulllib.cmxa -lib/ocaml/camlp4/camlp4lib.a -lib/ocaml/camlp4/camlp4lib.cma -lib/ocaml/camlp4/camlp4lib.cmxa -lib/ocaml/camlp4/camlp4o.cma -lib/ocaml/camlp4/camlp4of.cma -lib/ocaml/camlp4/camlp4oof.cma -lib/ocaml/camlp4/camlp4orf.cma -lib/ocaml/camlp4/camlp4prof.cmi -lib/ocaml/camlp4/camlp4prof.cmo -lib/ocaml/camlp4/camlp4prof.cmx -lib/ocaml/camlp4/camlp4prof.o -lib/ocaml/camlp4/camlp4r.cma -lib/ocaml/camlp4/camlp4rf.cma lib/ocaml/char.cmi lib/ocaml/char.cmx lib/ocaml/char.ml lib/ocaml/char.mli -%%PROF%%lib/ocaml/char.p.cmx +lib/ocaml/compiler-libs/CSE.cmi +lib/ocaml/compiler-libs/CSEgen.cmi lib/ocaml/compiler-libs/annot.cmi lib/ocaml/compiler-libs/arch.cmi lib/ocaml/compiler-libs/asmgen.cmi lib/ocaml/compiler-libs/asmlibrarian.cmi lib/ocaml/compiler-libs/asmlink.cmi lib/ocaml/compiler-libs/asmpackager.cmi +lib/ocaml/compiler-libs/ast_helper.cmi lib/ocaml/compiler-libs/ast_mapper.cmi lib/ocaml/compiler-libs/asttypes.cmi lib/ocaml/compiler-libs/btype.cmi @@ -298,6 +146,7 @@ lib/ocaml/compiler-libs/config.cmi lib/ocaml/compiler-libs/consistbl.cmi lib/ocaml/compiler-libs/ctype.cmi lib/ocaml/compiler-libs/datarepr.cmi +lib/ocaml/compiler-libs/deadcode.cmi lib/ocaml/compiler-libs/debuginfo.cmi lib/ocaml/compiler-libs/dll.cmi lib/ocaml/compiler-libs/emit.cmi @@ -379,6 +228,7 @@ lib/ocaml/compiler-libs/selection.cmi lib/ocaml/compiler-libs/simplif.cmi lib/ocaml/compiler-libs/spill.cmi lib/ocaml/compiler-libs/split.cmi +lib/ocaml/compiler-libs/strmatch.cmi lib/ocaml/compiler-libs/stypes.cmi lib/ocaml/compiler-libs/subst.cmi lib/ocaml/compiler-libs/switch.cmi @@ -411,13 +261,11 @@ lib/ocaml/complex.cmi lib/ocaml/complex.cmx lib/ocaml/complex.ml lib/ocaml/complex.mli -%%PROF%%lib/ocaml/complex.p.cmx %%THREADS%%lib/ocaml/condition.mli lib/ocaml/digest.cmi lib/ocaml/digest.cmx lib/ocaml/digest.ml lib/ocaml/digest.mli -%%PROF%%lib/ocaml/digest.p.cmx lib/ocaml/dynlink.a lib/ocaml/dynlink.cma lib/ocaml/dynlink.cmi @@ -431,22 +279,18 @@ lib/ocaml/filename.cmi lib/ocaml/filename.cmx lib/ocaml/filename.ml lib/ocaml/filename.mli -%%PROF%%lib/ocaml/filename.p.cmx lib/ocaml/format.cmi lib/ocaml/format.cmx lib/ocaml/format.ml lib/ocaml/format.mli -%%PROF%%lib/ocaml/format.p.cmx lib/ocaml/gc.cmi lib/ocaml/gc.cmx lib/ocaml/gc.ml lib/ocaml/gc.mli -%%PROF%%lib/ocaml/gc.p.cmx lib/ocaml/genlex.cmi lib/ocaml/genlex.cmx lib/ocaml/genlex.ml lib/ocaml/genlex.mli -%%PROF%%lib/ocaml/genlex.p.cmx %%X11%%lib/ocaml/graphics.a %%X11%%lib/ocaml/graphics.cma %%X11%%lib/ocaml/graphics.cmi @@ -461,348 +305,24 @@ lib/ocaml/hashtbl.cmi lib/ocaml/hashtbl.cmx lib/ocaml/hashtbl.ml lib/ocaml/hashtbl.mli -%%PROF%%lib/ocaml/hashtbl.p.cmx lib/ocaml/int32.cmi lib/ocaml/int32.cmx lib/ocaml/int32.ml lib/ocaml/int32.mli -%%PROF%%lib/ocaml/int32.p.cmx lib/ocaml/int64.cmi lib/ocaml/int64.cmx lib/ocaml/int64.ml lib/ocaml/int64.mli -%%PROF%%lib/ocaml/int64.p.cmx lib/ocaml/int_misc.cmx -%%TK%%lib/ocaml/labltk/balloon.cmi -%%TK%%lib/ocaml/labltk/balloon.cmx -%%TK%%lib/ocaml/labltk/balloon.mli -%%TK%%lib/ocaml/labltk/bell.cmi -%%TK%%lib/ocaml/labltk/bell.cmx -%%TK%%lib/ocaml/labltk/bell.mli -%%TK%%lib/ocaml/labltk/button.cmi -%%TK%%lib/ocaml/labltk/button.cmx -%%TK%%lib/ocaml/labltk/button.mli -%%TK%%lib/ocaml/labltk/cBell.cmi -%%TK%%lib/ocaml/labltk/cBell.cmx -%%TK%%lib/ocaml/labltk/cBell.mli -%%TK%%lib/ocaml/labltk/cButton.cmi -%%TK%%lib/ocaml/labltk/cButton.cmx -%%TK%%lib/ocaml/labltk/cButton.mli -%%TK%%lib/ocaml/labltk/cCanvas.cmi -%%TK%%lib/ocaml/labltk/cCanvas.cmx -%%TK%%lib/ocaml/labltk/cCanvas.mli -%%TK%%lib/ocaml/labltk/cCheckbutton.cmi -%%TK%%lib/ocaml/labltk/cCheckbutton.cmx -%%TK%%lib/ocaml/labltk/cCheckbutton.mli -%%TK%%lib/ocaml/labltk/cClipboard.cmi -%%TK%%lib/ocaml/labltk/cClipboard.cmx -%%TK%%lib/ocaml/labltk/cClipboard.mli -%%TK%%lib/ocaml/labltk/cDialog.cmi -%%TK%%lib/ocaml/labltk/cDialog.cmx -%%TK%%lib/ocaml/labltk/cDialog.mli -%%TK%%lib/ocaml/labltk/cEncoding.cmi -%%TK%%lib/ocaml/labltk/cEncoding.cmx -%%TK%%lib/ocaml/labltk/cEncoding.mli -%%TK%%lib/ocaml/labltk/cEntry.cmi -%%TK%%lib/ocaml/labltk/cEntry.cmx -%%TK%%lib/ocaml/labltk/cEntry.mli -%%TK%%lib/ocaml/labltk/cFocus.cmi -%%TK%%lib/ocaml/labltk/cFocus.cmx -%%TK%%lib/ocaml/labltk/cFocus.mli -%%TK%%lib/ocaml/labltk/cFont.cmi -%%TK%%lib/ocaml/labltk/cFont.cmx -%%TK%%lib/ocaml/labltk/cFont.mli -%%TK%%lib/ocaml/labltk/cFrame.cmi -%%TK%%lib/ocaml/labltk/cFrame.cmx -%%TK%%lib/ocaml/labltk/cFrame.mli -%%TK%%lib/ocaml/labltk/cGrab.cmi -%%TK%%lib/ocaml/labltk/cGrab.cmx -%%TK%%lib/ocaml/labltk/cGrab.mli -%%TK%%lib/ocaml/labltk/cGrid.cmi -%%TK%%lib/ocaml/labltk/cGrid.cmx -%%TK%%lib/ocaml/labltk/cGrid.mli -%%TK%%lib/ocaml/labltk/cImage.cmi -%%TK%%lib/ocaml/labltk/cImage.cmx -%%TK%%lib/ocaml/labltk/cImage.mli -%%TK%%lib/ocaml/labltk/cImagebitmap.cmi -%%TK%%lib/ocaml/labltk/cImagebitmap.cmx -%%TK%%lib/ocaml/labltk/cImagebitmap.mli -%%TK%%lib/ocaml/labltk/cImagephoto.cmi -%%TK%%lib/ocaml/labltk/cImagephoto.cmx -%%TK%%lib/ocaml/labltk/cImagephoto.mli -%%TK%%lib/ocaml/labltk/cLabel.cmi -%%TK%%lib/ocaml/labltk/cLabel.cmx -%%TK%%lib/ocaml/labltk/cLabel.mli -%%TK%%lib/ocaml/labltk/cListbox.cmi -%%TK%%lib/ocaml/labltk/cListbox.cmx -%%TK%%lib/ocaml/labltk/cListbox.mli -%%TK%%lib/ocaml/labltk/cMenu.cmi -%%TK%%lib/ocaml/labltk/cMenu.cmx -%%TK%%lib/ocaml/labltk/cMenu.mli -%%TK%%lib/ocaml/labltk/cMenubutton.cmi -%%TK%%lib/ocaml/labltk/cMenubutton.cmx -%%TK%%lib/ocaml/labltk/cMenubutton.mli -%%TK%%lib/ocaml/labltk/cMessage.cmi -%%TK%%lib/ocaml/labltk/cMessage.cmx -%%TK%%lib/ocaml/labltk/cMessage.mli -%%TK%%lib/ocaml/labltk/cOption.cmi -%%TK%%lib/ocaml/labltk/cOption.cmx -%%TK%%lib/ocaml/labltk/cOption.mli -%%TK%%lib/ocaml/labltk/cOptionmenu.cmi -%%TK%%lib/ocaml/labltk/cOptionmenu.cmx -%%TK%%lib/ocaml/labltk/cOptionmenu.mli -%%TK%%lib/ocaml/labltk/cPack.cmi -%%TK%%lib/ocaml/labltk/cPack.cmx -%%TK%%lib/ocaml/labltk/cPack.mli -%%TK%%lib/ocaml/labltk/cPalette.cmi -%%TK%%lib/ocaml/labltk/cPalette.cmx -%%TK%%lib/ocaml/labltk/cPalette.mli -%%TK%%lib/ocaml/labltk/cPixmap.cmi -%%TK%%lib/ocaml/labltk/cPixmap.cmx -%%TK%%lib/ocaml/labltk/cPixmap.mli -%%TK%%lib/ocaml/labltk/cPlace.cmi -%%TK%%lib/ocaml/labltk/cPlace.cmx -%%TK%%lib/ocaml/labltk/cPlace.mli -%%TK%%lib/ocaml/labltk/cRadiobutton.cmi -%%TK%%lib/ocaml/labltk/cRadiobutton.cmx -%%TK%%lib/ocaml/labltk/cRadiobutton.mli -%%TK%%lib/ocaml/labltk/cResource.cmi -%%TK%%lib/ocaml/labltk/cResource.cmx -%%TK%%lib/ocaml/labltk/cResource.mli -%%TK%%lib/ocaml/labltk/cScale.cmi -%%TK%%lib/ocaml/labltk/cScale.cmx -%%TK%%lib/ocaml/labltk/cScale.mli -%%TK%%lib/ocaml/labltk/cScrollbar.cmi -%%TK%%lib/ocaml/labltk/cScrollbar.cmx -%%TK%%lib/ocaml/labltk/cScrollbar.mli -%%TK%%lib/ocaml/labltk/cSelection.cmi -%%TK%%lib/ocaml/labltk/cSelection.cmx -%%TK%%lib/ocaml/labltk/cSelection.mli -%%TK%%lib/ocaml/labltk/cText.cmi -%%TK%%lib/ocaml/labltk/cText.cmx -%%TK%%lib/ocaml/labltk/cText.mli -%%TK%%lib/ocaml/labltk/cTk.cmi -%%TK%%lib/ocaml/labltk/cTk.cmx -%%TK%%lib/ocaml/labltk/cTkvars.cmi -%%TK%%lib/ocaml/labltk/cTkvars.cmx -%%TK%%lib/ocaml/labltk/cTkvars.mli -%%TK%%lib/ocaml/labltk/cTkwait.cmi -%%TK%%lib/ocaml/labltk/cTkwait.cmx -%%TK%%lib/ocaml/labltk/cTkwait.mli -%%TK%%lib/ocaml/labltk/cToplevel.cmi -%%TK%%lib/ocaml/labltk/cToplevel.cmx -%%TK%%lib/ocaml/labltk/cToplevel.mli -%%TK%%lib/ocaml/labltk/cWinfo.cmi -%%TK%%lib/ocaml/labltk/cWinfo.cmx -%%TK%%lib/ocaml/labltk/cWinfo.mli -%%TK%%lib/ocaml/labltk/cWm.cmi -%%TK%%lib/ocaml/labltk/cWm.cmx -%%TK%%lib/ocaml/labltk/cWm.mli -%%TK%%lib/ocaml/labltk/camltk.cmi -%%TK%%lib/ocaml/labltk/camltk.cmx -%%TK%%lib/ocaml/labltk/canvas.cmi -%%TK%%lib/ocaml/labltk/canvas.cmx -%%TK%%lib/ocaml/labltk/canvas.mli -%%TK%%lib/ocaml/labltk/checkbutton.cmi -%%TK%%lib/ocaml/labltk/checkbutton.cmx -%%TK%%lib/ocaml/labltk/checkbutton.mli -%%TK%%lib/ocaml/labltk/clipboard.cmi -%%TK%%lib/ocaml/labltk/clipboard.cmx -%%TK%%lib/ocaml/labltk/clipboard.mli -%%TK%%lib/ocaml/labltk/dialog.cmi -%%TK%%lib/ocaml/labltk/dialog.cmx -%%TK%%lib/ocaml/labltk/dialog.mli -%%TK%%lib/ocaml/labltk/encoding.cmi -%%TK%%lib/ocaml/labltk/encoding.cmx -%%TK%%lib/ocaml/labltk/encoding.mli -%%TK%%lib/ocaml/labltk/entry.cmi -%%TK%%lib/ocaml/labltk/entry.cmx -%%TK%%lib/ocaml/labltk/entry.mli -%%TK%%lib/ocaml/labltk/fileevent.cmi -%%TK%%lib/ocaml/labltk/fileevent.cmx -%%TK%%lib/ocaml/labltk/fileevent.mli -%%TK%%lib/ocaml/labltk/fileselect.cmi -%%TK%%lib/ocaml/labltk/fileselect.cmx -%%TK%%lib/ocaml/labltk/fileselect.mli -%%TK%%lib/ocaml/labltk/focus.cmi -%%TK%%lib/ocaml/labltk/focus.cmx -%%TK%%lib/ocaml/labltk/focus.mli -%%TK%%lib/ocaml/labltk/font.cmi -%%TK%%lib/ocaml/labltk/font.cmx -%%TK%%lib/ocaml/labltk/font.mli -%%TK%%lib/ocaml/labltk/frame.cmi -%%TK%%lib/ocaml/labltk/frame.cmx -%%TK%%lib/ocaml/labltk/frame.mli -%%TK%%lib/ocaml/labltk/frx_after.cmi -%%TK%%lib/ocaml/labltk/frx_after.mli -%%TK%%lib/ocaml/labltk/frx_color.cmi -%%TK%%lib/ocaml/labltk/frx_color.mli -%%TK%%lib/ocaml/labltk/frx_ctext.cmi -%%TK%%lib/ocaml/labltk/frx_ctext.mli -%%TK%%lib/ocaml/labltk/frx_dialog.cmi -%%TK%%lib/ocaml/labltk/frx_dialog.mli -%%TK%%lib/ocaml/labltk/frx_entry.cmi -%%TK%%lib/ocaml/labltk/frx_entry.mli -%%TK%%lib/ocaml/labltk/frx_fillbox.cmi -%%TK%%lib/ocaml/labltk/frx_fillbox.mli -%%TK%%lib/ocaml/labltk/frx_fit.cmi -%%TK%%lib/ocaml/labltk/frx_fit.mli -%%TK%%lib/ocaml/labltk/frx_focus.cmi -%%TK%%lib/ocaml/labltk/frx_focus.mli -%%TK%%lib/ocaml/labltk/frx_font.cmi -%%TK%%lib/ocaml/labltk/frx_font.mli -%%TK%%lib/ocaml/labltk/frx_lbutton.mli -%%TK%%lib/ocaml/labltk/frx_listbox.cmi -%%TK%%lib/ocaml/labltk/frx_listbox.mli -%%TK%%lib/ocaml/labltk/frx_mem.cmi -%%TK%%lib/ocaml/labltk/frx_mem.mli -%%TK%%lib/ocaml/labltk/frx_misc.cmi -%%TK%%lib/ocaml/labltk/frx_misc.mli -%%TK%%lib/ocaml/labltk/frx_req.cmi -%%TK%%lib/ocaml/labltk/frx_req.mli -%%TK%%lib/ocaml/labltk/frx_rpc.cmi -%%TK%%lib/ocaml/labltk/frx_rpc.mli -%%TK%%lib/ocaml/labltk/frx_selection.cmi -%%TK%%lib/ocaml/labltk/frx_selection.mli -%%TK%%lib/ocaml/labltk/frx_synth.cmi -%%TK%%lib/ocaml/labltk/frx_synth.mli -%%TK%%lib/ocaml/labltk/frx_text.cmi -%%TK%%lib/ocaml/labltk/frx_text.mli -%%TK%%lib/ocaml/labltk/frx_toplevel.mli -%%TK%%lib/ocaml/labltk/frx_widget.cmi -%%TK%%lib/ocaml/labltk/frx_widget.mli -%%TK%%lib/ocaml/labltk/frxlib.a -%%TK%%lib/ocaml/labltk/frxlib.cma -%%TK%%lib/ocaml/labltk/frxlib.cmxa -%%TK%%lib/ocaml/labltk/grab.cmi -%%TK%%lib/ocaml/labltk/grab.cmx -%%TK%%lib/ocaml/labltk/grab.mli -%%TK%%lib/ocaml/labltk/grid.cmi -%%TK%%lib/ocaml/labltk/grid.cmx -%%TK%%lib/ocaml/labltk/grid.mli -%%TK%%lib/ocaml/labltk/image.cmi -%%TK%%lib/ocaml/labltk/image.cmx -%%TK%%lib/ocaml/labltk/image.mli -%%TK%%lib/ocaml/labltk/imagebitmap.cmi -%%TK%%lib/ocaml/labltk/imagebitmap.cmx -%%TK%%lib/ocaml/labltk/imagebitmap.mli -%%TK%%lib/ocaml/labltk/imagephoto.cmi -%%TK%%lib/ocaml/labltk/imagephoto.cmx -%%TK%%lib/ocaml/labltk/imagephoto.mli -%%TK%%lib/ocaml/labltk/jpf_font.cmi -%%TK%%lib/ocaml/labltk/jpf_font.cmx -%%TK%%lib/ocaml/labltk/jpf_font.mli -%%TK%%lib/ocaml/labltk/jpflib.a -%%TK%%lib/ocaml/labltk/jpflib.cma -%%TK%%lib/ocaml/labltk/jpflib.cmxa -%%TK%%lib/ocaml/labltk/label.cmi -%%TK%%lib/ocaml/labltk/label.cmx -%%TK%%lib/ocaml/labltk/label.mli -%%TK%%lib/ocaml/labltk/labltk.a -%%TK%%lib/ocaml/labltk/labltk.cma -%%TK%%lib/ocaml/labltk/labltk.cmi -%%TK%%lib/ocaml/labltk/labltk.cmx -%%TK%%lib/ocaml/labltk/labltk.cmxa -%%TK%%lib/ocaml/labltk/labltktop -%%TK%%lib/ocaml/labltk/liblabltk.a -%%TK%%lib/ocaml/labltk/listbox.cmi -%%TK%%lib/ocaml/labltk/listbox.cmx -%%TK%%lib/ocaml/labltk/listbox.mli -%%TK%%lib/ocaml/labltk/menu.cmi -%%TK%%lib/ocaml/labltk/menu.cmx -%%TK%%lib/ocaml/labltk/menu.mli -%%TK%%lib/ocaml/labltk/menubutton.cmi -%%TK%%lib/ocaml/labltk/menubutton.cmx -%%TK%%lib/ocaml/labltk/menubutton.mli -%%TK%%lib/ocaml/labltk/message.cmi -%%TK%%lib/ocaml/labltk/message.cmx -%%TK%%lib/ocaml/labltk/message.mli -%%TK%%lib/ocaml/labltk/option.cmi -%%TK%%lib/ocaml/labltk/option.cmx -%%TK%%lib/ocaml/labltk/option.mli -%%TK%%lib/ocaml/labltk/optionmenu.cmi -%%TK%%lib/ocaml/labltk/optionmenu.cmx -%%TK%%lib/ocaml/labltk/optionmenu.mli -%%TK%%lib/ocaml/labltk/pack.cmi -%%TK%%lib/ocaml/labltk/pack.cmx -%%TK%%lib/ocaml/labltk/pack.mli -%%TK%%lib/ocaml/labltk/palette.cmi -%%TK%%lib/ocaml/labltk/palette.cmx -%%TK%%lib/ocaml/labltk/palette.mli -%%TK%%lib/ocaml/labltk/pixmap.cmi -%%TK%%lib/ocaml/labltk/pixmap.cmx -%%TK%%lib/ocaml/labltk/pixmap.mli -%%TK%%lib/ocaml/labltk/place.cmi -%%TK%%lib/ocaml/labltk/place.cmx -%%TK%%lib/ocaml/labltk/place.mli -%%TK%%lib/ocaml/labltk/pp -%%TK%%lib/ocaml/labltk/protocol.cmi -%%TK%%lib/ocaml/labltk/protocol.cmx -%%TK%%lib/ocaml/labltk/protocol.mli -%%TK%%lib/ocaml/labltk/radiobutton.cmi -%%TK%%lib/ocaml/labltk/radiobutton.cmx -%%TK%%lib/ocaml/labltk/radiobutton.mli -%%TK%%lib/ocaml/labltk/rawwidget.cmi -%%TK%%lib/ocaml/labltk/rawwidget.cmx -%%TK%%lib/ocaml/labltk/rawwidget.mli -%%TK%%lib/ocaml/labltk/scale.cmi -%%TK%%lib/ocaml/labltk/scale.cmx -%%TK%%lib/ocaml/labltk/scale.mli -%%TK%%lib/ocaml/labltk/scrollbar.cmi -%%TK%%lib/ocaml/labltk/scrollbar.cmx -%%TK%%lib/ocaml/labltk/scrollbar.mli -%%TK%%lib/ocaml/labltk/selection.cmi -%%TK%%lib/ocaml/labltk/selection.cmx -%%TK%%lib/ocaml/labltk/selection.mli -%%TK%%lib/ocaml/labltk/shell.cmi -%%TK%%lib/ocaml/labltk/shell.cmx -%%TK%%lib/ocaml/labltk/shell.mli -%%TK%%lib/ocaml/labltk/text.cmi -%%TK%%lib/ocaml/labltk/text.cmx -%%TK%%lib/ocaml/labltk/text.mli -%%TK%%lib/ocaml/labltk/textvariable.cmi -%%TK%%lib/ocaml/labltk/textvariable.cmx -%%TK%%lib/ocaml/labltk/textvariable.mli -%%TK%%lib/ocaml/labltk/timer.cmi -%%TK%%lib/ocaml/labltk/timer.cmx -%%TK%%lib/ocaml/labltk/timer.mli -%%TK%%lib/ocaml/labltk/tk.cmi -%%TK%%lib/ocaml/labltk/tk.cmx -%%TK%%lib/ocaml/labltk/tkcompiler -%%TK%%lib/ocaml/labltk/tkthread.cmi -%%TK%%lib/ocaml/labltk/tkthread.cmo -%%TK%%lib/ocaml/labltk/tkthread.cmx -%%TK%%lib/ocaml/labltk/tkthread.mli -%%TK%%lib/ocaml/labltk/tkthread.o -%%TK%%lib/ocaml/labltk/tkvars.cmi -%%TK%%lib/ocaml/labltk/tkvars.cmx -%%TK%%lib/ocaml/labltk/tkvars.mli -%%TK%%lib/ocaml/labltk/tkwait.cmi -%%TK%%lib/ocaml/labltk/tkwait.cmx -%%TK%%lib/ocaml/labltk/tkwait.mli -%%TK%%lib/ocaml/labltk/toplevel.cmi -%%TK%%lib/ocaml/labltk/toplevel.cmx -%%TK%%lib/ocaml/labltk/toplevel.mli -%%TK%%lib/ocaml/labltk/widget.cmi -%%TK%%lib/ocaml/labltk/widget.cmx -%%TK%%lib/ocaml/labltk/widget.mli -%%TK%%lib/ocaml/labltk/winfo.cmi -%%TK%%lib/ocaml/labltk/winfo.cmx -%%TK%%lib/ocaml/labltk/winfo.mli -%%TK%%lib/ocaml/labltk/wm.cmi -%%TK%%lib/ocaml/labltk/wm.cmx -%%TK%%lib/ocaml/labltk/wm.mli lib/ocaml/lazy.cmi lib/ocaml/lazy.cmx lib/ocaml/lazy.ml lib/ocaml/lazy.mli -%%PROF%%lib/ocaml/lazy.p.cmx lib/ocaml/ld.conf lib/ocaml/lexing.cmi lib/ocaml/lexing.cmx lib/ocaml/lexing.ml lib/ocaml/lexing.mli -%%PROF%%lib/ocaml/lexing.p.cmx lib/ocaml/libasmrun.a lib/ocaml/libasmrunp.a lib/ocaml/libbigarray.a @@ -818,27 +338,22 @@ lib/ocaml/list.cmi lib/ocaml/list.cmx lib/ocaml/list.ml lib/ocaml/list.mli -%%PROF%%lib/ocaml/list.p.cmx lib/ocaml/listLabels.cmi lib/ocaml/listLabels.cmx lib/ocaml/listLabels.ml lib/ocaml/listLabels.mli -%%PROF%%lib/ocaml/listLabels.p.cmx lib/ocaml/map.cmi lib/ocaml/map.cmx lib/ocaml/map.ml lib/ocaml/map.mli -%%PROF%%lib/ocaml/map.p.cmx lib/ocaml/marshal.cmi lib/ocaml/marshal.cmx lib/ocaml/marshal.ml lib/ocaml/marshal.mli -%%PROF%%lib/ocaml/marshal.p.cmx lib/ocaml/moreLabels.cmi lib/ocaml/moreLabels.cmx lib/ocaml/moreLabels.ml lib/ocaml/moreLabels.mli -%%PROF%%lib/ocaml/moreLabels.p.cmx %%THREADS%%lib/ocaml/mutex.mli lib/ocaml/nat.cmi lib/ocaml/nat.cmx @@ -847,7 +362,6 @@ lib/ocaml/nativeint.cmi lib/ocaml/nativeint.cmx lib/ocaml/nativeint.ml lib/ocaml/nativeint.mli -%%PROF%%lib/ocaml/nativeint.p.cmx lib/ocaml/num.cmi lib/ocaml/num.cmx lib/ocaml/num.mli @@ -859,21 +373,19 @@ lib/ocaml/obj.cmi lib/ocaml/obj.cmx lib/ocaml/obj.ml lib/ocaml/obj.mli -%%PROF%%lib/ocaml/obj.p.cmx lib/ocaml/objinfo_helper lib/ocaml/ocamlbuild/ocamlbuild.cmo lib/ocaml/ocamlbuild/ocamlbuild.cmx lib/ocaml/ocamlbuild/ocamlbuild.o lib/ocaml/ocamlbuild/ocamlbuild_executor.cmi -lib/ocaml/ocamlbuild/ocamlbuild_executor.cmo lib/ocaml/ocamlbuild/ocamlbuild_executor.cmx lib/ocaml/ocamlbuild/ocamlbuild_executor.o lib/ocaml/ocamlbuild/ocamlbuild_pack.cmi +lib/ocaml/ocamlbuild/ocamlbuild_pack.cmx lib/ocaml/ocamlbuild/ocamlbuild_plugin.cmi -lib/ocaml/ocamlbuild/ocamlbuild_plugin.cmo lib/ocaml/ocamlbuild/ocamlbuild_plugin.cmx +lib/ocaml/ocamlbuild/ocamlbuild_plugin.o lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.cmi -lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.cmo lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.cmx lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.o lib/ocaml/ocamlbuild/ocamlbuildlib.a @@ -895,6 +407,7 @@ lib/ocaml/ocamldoc/odoc_dep.cmi lib/ocaml/ocamldoc/odoc_dot.cmi lib/ocaml/ocamldoc/odoc_env.cmi lib/ocaml/ocamldoc/odoc_exception.cmi +lib/ocaml/ocamldoc/odoc_extension.cmi lib/ocaml/ocamldoc/odoc_gen.cmi lib/ocaml/ocamldoc/odoc_global.cmi lib/ocaml/ocamldoc/odoc_html.cmi @@ -935,27 +448,22 @@ lib/ocaml/oo.cmi lib/ocaml/oo.cmx lib/ocaml/oo.ml lib/ocaml/oo.mli -%%PROF%%lib/ocaml/oo.p.cmx lib/ocaml/parsing.cmi lib/ocaml/parsing.cmx lib/ocaml/parsing.ml lib/ocaml/parsing.mli -%%PROF%%lib/ocaml/parsing.p.cmx lib/ocaml/pervasives.cmi lib/ocaml/pervasives.cmx lib/ocaml/pervasives.ml lib/ocaml/pervasives.mli -%%PROF%%lib/ocaml/pervasives.p.cmx lib/ocaml/printexc.cmi lib/ocaml/printexc.cmx lib/ocaml/printexc.ml lib/ocaml/printexc.mli -%%PROF%%lib/ocaml/printexc.p.cmx lib/ocaml/printf.cmi lib/ocaml/printf.cmx lib/ocaml/printf.ml lib/ocaml/printf.mli -%%PROF%%lib/ocaml/printf.p.cmx lib/ocaml/profiling.cmi lib/ocaml/profiling.cmo lib/ocaml/profiling.cmx @@ -964,12 +472,10 @@ lib/ocaml/queue.cmi lib/ocaml/queue.cmx lib/ocaml/queue.ml lib/ocaml/queue.mli -%%PROF%%lib/ocaml/queue.p.cmx lib/ocaml/random.cmi lib/ocaml/random.cmx lib/ocaml/random.ml lib/ocaml/random.mli -%%PROF%%lib/ocaml/random.p.cmx lib/ocaml/ratio.cmi lib/ocaml/ratio.cmx lib/ocaml/ratio.mli @@ -977,39 +483,34 @@ lib/ocaml/scanf.cmi lib/ocaml/scanf.cmx lib/ocaml/scanf.ml lib/ocaml/scanf.mli -%%PROF%%lib/ocaml/scanf.p.cmx lib/ocaml/set.cmi lib/ocaml/set.cmx lib/ocaml/set.ml lib/ocaml/set.mli -%%PROF%%lib/ocaml/set.p.cmx lib/ocaml/sort.cmi lib/ocaml/sort.cmx lib/ocaml/sort.ml lib/ocaml/sort.mli -%%PROF%%lib/ocaml/sort.p.cmx lib/ocaml/stack.cmi lib/ocaml/stack.cmx lib/ocaml/stack.ml lib/ocaml/stack.mli -%%PROF%%lib/ocaml/stack.p.cmx lib/ocaml/stdLabels.cmi lib/ocaml/stdLabels.cmx lib/ocaml/stdLabels.ml lib/ocaml/stdLabels.mli -%%PROF%%lib/ocaml/stdLabels.p.cmx lib/ocaml/std_exit.cmi lib/ocaml/std_exit.cmo lib/ocaml/std_exit.cmx lib/ocaml/std_exit.ml lib/ocaml/std_exit.o %%PROF%%lib/ocaml/std_exit.p.cmx -lib/ocaml/std_exit.p.o +%%PROF%%lib/ocaml/std_exit.p.o lib/ocaml/stdlib.a lib/ocaml/stdlib.cma lib/ocaml/stdlib.cmxa -lib/ocaml/stdlib.p.a -lib/ocaml/stdlib.p.cmxa +%%PROF%%lib/ocaml/stdlib.p.a +%%PROF%%lib/ocaml/stdlib.p.cmxa lib/ocaml/str.a lib/ocaml/str.cma lib/ocaml/str.cmi @@ -1021,21 +522,17 @@ lib/ocaml/stream.cmi lib/ocaml/stream.cmx lib/ocaml/stream.ml lib/ocaml/stream.mli -%%PROF%%lib/ocaml/stream.p.cmx lib/ocaml/string.cmi lib/ocaml/string.cmx lib/ocaml/string.ml lib/ocaml/string.mli -%%PROF%%lib/ocaml/string.p.cmx lib/ocaml/stringLabels.cmi lib/ocaml/stringLabels.cmx lib/ocaml/stringLabels.ml lib/ocaml/stringLabels.mli -%%PROF%%lib/ocaml/stringLabels.p.cmx lib/ocaml/stublibs/dllbigarray.so lib/ocaml/stublibs/dllcamlstr.so %%X11%%lib/ocaml/stublibs/dllgraphics.so -%%TK%%lib/ocaml/stublibs/dlllabltk.so lib/ocaml/stublibs/dllnums.so %%THREADS%%lib/ocaml/stublibs/dllthreads.so lib/ocaml/stublibs/dllunix.so @@ -1044,7 +541,6 @@ lib/ocaml/sys.cmi lib/ocaml/sys.cmx lib/ocaml/sys.ml lib/ocaml/sys.mli -%%PROF%%lib/ocaml/sys.p.cmx %%THREADS%%lib/ocaml/thread.mli %%THREADS%%lib/ocaml/threadUnix.mli %%THREADS%%lib/ocaml/threads/condition.cmi @@ -1089,9 +585,7 @@ lib/ocaml/weak.cmi lib/ocaml/weak.cmx lib/ocaml/weak.ml lib/ocaml/weak.mli -%%PROF%%lib/ocaml/weak.p.cmx man/man1/ocaml.1.gz -man/man1/ocamlbuild.1.gz man/man1/ocamlc.1.gz man/man1/ocamlc.opt.1.gz man/man1/ocamlcp.1.gz @@ -1106,87 +600,142 @@ man/man1/ocamloptp.1.gz man/man1/ocamlprof.1.gz man/man1/ocamlrun.1.gz man/man1/ocamlyacc.1.gz -man/mann/Arg.3o.gz -man/mann/Array.3o.gz -man/mann/ArrayLabels.3o.gz -man/mann/Bigarray.3o.gz -man/mann/Bigarray.Array1.3o.gz -man/mann/Bigarray.Array2.3o.gz -man/mann/Bigarray.Array3.3o.gz -man/mann/Bigarray.Genarray.3o.gz -man/mann/Buffer.3o.gz -man/mann/Callback.3o.gz -man/mann/CamlinternalLazy.3o.gz -man/mann/CamlinternalMod.3o.gz -man/mann/CamlinternalOO.3o.gz -man/mann/Complex.3o.gz -man/mann/Digest.3o.gz -man/mann/Filename.3o.gz -man/mann/Format.3o.gz -man/mann/Gc.3o.gz -man/mann/Genlex.3o.gz -man/mann/Hashtbl.3o.gz -man/mann/Hashtbl.HashedType.3o.gz -man/mann/Hashtbl.Make.3o.gz -man/mann/Hashtbl.MakeSeeded.3o.gz -man/mann/Hashtbl.S.3o.gz -man/mann/Hashtbl.SeededHashedType.3o.gz -man/mann/Hashtbl.SeededS.3o.gz -man/mann/Int32.3o.gz -man/mann/Int64.3o.gz -man/mann/Lexing.3o.gz -man/mann/List.3o.gz -man/mann/ListLabels.3o.gz -man/mann/Map.3o.gz -man/mann/Map.Make.3o.gz -man/mann/Map.OrderedType.3o.gz -man/mann/Map.S.3o.gz -man/mann/Marshal.3o.gz -man/mann/MoreLabels.3o.gz -man/mann/MoreLabels.Hashtbl.3o.gz -man/mann/MoreLabels.Hashtbl.HashedType.3o.gz -man/mann/MoreLabels.Hashtbl.Make.3o.gz -man/mann/MoreLabels.Hashtbl.MakeSeeded.3o.gz -man/mann/MoreLabels.Hashtbl.S.3o.gz -man/mann/MoreLabels.Hashtbl.SeededHashedType.3o.gz -man/mann/MoreLabels.Hashtbl.SeededS.3o.gz -man/mann/MoreLabels.Map.3o.gz -man/mann/MoreLabels.Map.Make.3o.gz -man/mann/MoreLabels.Map.OrderedType.3o.gz -man/mann/MoreLabels.Map.S.3o.gz -man/mann/MoreLabels.Set.3o.gz -man/mann/MoreLabels.Set.Make.3o.gz -man/mann/MoreLabels.Set.OrderedType.3o.gz -man/mann/MoreLabels.Set.S.3o.gz -man/mann/Nativeint.3o.gz -man/mann/Num.3o.gz -man/mann/Obj.3o.gz -man/mann/Oo.3o.gz -man/mann/Parsing.3o.gz -man/mann/Pervasives.3o.gz -man/mann/Pervasives.LargeFile.3o.gz -man/mann/Printexc.3o.gz -man/mann/Printf.3o.gz -man/mann/Queue.3o.gz -man/mann/Random.3o.gz -man/mann/Random.State.3o.gz -man/mann/Scanf.3o.gz -man/mann/Scanf.Scanning.3o.gz -man/mann/Set.Make.3o.gz -man/mann/Set.OrderedType.3o.gz -man/mann/Set.S.3o.gz -man/mann/Sort.3o.gz -man/mann/Stack.3o.gz -man/mann/StdLabels.3o.gz -man/mann/StdLabels.Array.3o.gz -man/mann/StdLabels.List.3o.gz -man/mann/StdLabels.String.3o.gz -man/mann/Str.3o.gz -man/mann/Stream.3o.gz -man/mann/StringLabels.3o.gz -man/mann/Sys.3o.gz -man/mann/Unix.3o.gz -man/mann/Unix.LargeFile.3o.gz -man/mann/Weak.3o.gz -man/mann/Weak.Make.3o.gz -man/mann/Weak.S.3o.gz +man/man3/Arg.3o.gz +man/man3/Array.3o.gz +man/man3/ArrayLabels.3o.gz +man/man3/Ast_helper.3o.gz +man/man3/Ast_helper.Cf.3o.gz +man/man3/Ast_helper.Ci.3o.gz +man/man3/Ast_helper.Cl.3o.gz +man/man3/Ast_helper.Csig.3o.gz +man/man3/Ast_helper.Cstr.3o.gz +man/man3/Ast_helper.Ctf.3o.gz +man/man3/Ast_helper.Cty.3o.gz +man/man3/Ast_helper.Exp.3o.gz +man/man3/Ast_helper.Incl.3o.gz +man/man3/Ast_helper.Mb.3o.gz +man/man3/Ast_helper.Md.3o.gz +man/man3/Ast_helper.Mod.3o.gz +man/man3/Ast_helper.Mtd.3o.gz +man/man3/Ast_helper.Mty.3o.gz +man/man3/Ast_helper.Opn.3o.gz +man/man3/Ast_helper.Pat.3o.gz +man/man3/Ast_helper.Sig.3o.gz +man/man3/Ast_helper.Str.3o.gz +man/man3/Ast_helper.Te.3o.gz +man/man3/Ast_helper.Typ.3o.gz +man/man3/Ast_helper.Type.3o.gz +man/man3/Ast_helper.Val.3o.gz +man/man3/Ast_helper.Vb.3o.gz +man/man3/Ast_mapper.3o.gz +man/man3/Asttypes.3o.gz +man/man3/Bigarray.3o.gz +man/man3/Bigarray.Array1.3o.gz +man/man3/Bigarray.Array2.3o.gz +man/man3/Bigarray.Array3.3o.gz +man/man3/Bigarray.Genarray.3o.gz +man/man3/Buffer.3o.gz +man/man3/Bytes.3o.gz +man/man3/BytesLabels.3o.gz +man/man3/Callback.3o.gz +man/man3/CamlinternalFormat.3o.gz +man/man3/CamlinternalFormatBasics.3o.gz +man/man3/CamlinternalLazy.3o.gz +man/man3/CamlinternalMod.3o.gz +man/man3/CamlinternalOO.3o.gz +man/man3/Char.3o.gz +man/man3/Complex.3o.gz +man/man3/Digest.3o.gz +man/man3/Filename.3o.gz +man/man3/Format.3o.gz +man/man3/Gc.3o.gz +man/man3/Genlex.3o.gz +man/man3/Hashtbl.3o.gz +man/man3/Hashtbl.HashedType.3o.gz +man/man3/Hashtbl.Make.3o.gz +man/man3/Hashtbl.MakeSeeded.3o.gz +man/man3/Hashtbl.S.3o.gz +man/man3/Hashtbl.SeededHashedType.3o.gz +man/man3/Hashtbl.SeededS.3o.gz +man/man3/Int32.3o.gz +man/man3/Int64.3o.gz +man/man3/Lazy.3o.gz +man/man3/Lexer.3o.gz +man/man3/Lexing.3o.gz +man/man3/List.3o.gz +man/man3/ListLabels.3o.gz +man/man3/Location.3o.gz +man/man3/Longident.3o.gz +man/man3/Map.3o.gz +man/man3/Map.Make.3o.gz +man/man3/Map.OrderedType.3o.gz +man/man3/Map.S.3o.gz +man/man3/Marshal.3o.gz +man/man3/MoreLabels.3o.gz +man/man3/MoreLabels.Hashtbl.3o.gz +man/man3/MoreLabels.Hashtbl.HashedType.3o.gz +man/man3/MoreLabels.Hashtbl.Make.3o.gz +man/man3/MoreLabels.Hashtbl.MakeSeeded.3o.gz +man/man3/MoreLabels.Hashtbl.S.3o.gz +man/man3/MoreLabels.Hashtbl.SeededHashedType.3o.gz +man/man3/MoreLabels.Hashtbl.SeededS.3o.gz +man/man3/MoreLabels.Map.3o.gz +man/man3/MoreLabels.Map.Make.3o.gz +man/man3/MoreLabels.Map.OrderedType.3o.gz +man/man3/MoreLabels.Map.S.3o.gz +man/man3/MoreLabels.Set.3o.gz +man/man3/MoreLabels.Set.Make.3o.gz +man/man3/MoreLabels.Set.OrderedType.3o.gz +man/man3/MoreLabels.Set.S.3o.gz +man/man3/Nativeint.3o.gz +man/man3/Num.3o.gz +man/man3/Obj.3o.gz +man/man3/Oo.3o.gz +man/man3/Parse.3o.gz +man/man3/Parser.3o.gz +man/man3/Parsetree.3o.gz +man/man3/Parsing.3o.gz +man/man3/Pervasives.3o.gz +man/man3/Pervasives.LargeFile.3o.gz +man/man3/Pprintast.3o.gz +man/man3/Pprintast.printer.3o.gz +man/man3/Printast.3o.gz +man/man3/Printexc.3o.gz +man/man3/Printexc.Slot.3o.gz +man/man3/Printf.3o.gz +man/man3/Queue.3o.gz +man/man3/Random.3o.gz +man/man3/Random.State.3o.gz +man/man3/Scanf.3o.gz +man/man3/Scanf.Scanning.3o.gz +man/man3/Set.3o.gz +man/man3/Set.Make.3o.gz +man/man3/Set.OrderedType.3o.gz +man/man3/Set.S.3o.gz +man/man3/Sort.3o.gz +man/man3/Stack.3o.gz +man/man3/StdLabels.3o.gz +man/man3/StdLabels.Array.3o.gz +man/man3/StdLabels.Bytes.3o.gz +man/man3/StdLabels.List.3o.gz +man/man3/StdLabels.String.3o.gz +man/man3/Str.3o.gz +man/man3/Stream.3o.gz +man/man3/String.3o.gz +man/man3/StringLabels.3o.gz +man/man3/Syntaxerr.3o.gz +man/man3/Sys.3o.gz +man/man3/Unix.3o.gz +man/man3/Unix.LargeFile.3o.gz +man/man3/Weak.3o.gz +man/man3/Weak.Make.3o.gz +man/man3/Weak.S.3o.gz +@dir lib/ocaml/caml +@dir lib/ocaml/compiler-libs +@dir lib/ocaml/ocamlbuild +@dir lib/ocaml/ocamldoc/custom +@dir lib/ocaml/ocamldoc +@dir lib/ocaml/stublibs +%%THREADS%%@dir lib/ocaml/threads +@dir lib/ocaml/vmthreads +@dir lib/ocaml