From 225ce4224be54818df488c37ac6ac62fc6fe053c Mon Sep 17 00:00:00 2001 From: chrisz Date: Wed, 18 Sep 2019 17:49:35 +0000 Subject: [PATCH] Upgrade lang/ocaml to 4.08.1 * net unison needed some patchign to avoid deprecated library functions. * all ports depending on the exact version of OCaml need revision bumps. * net/unison needed some help to avoid deprecated library functions. ok krw@, testing on i386 and ok daniel@ --- devel/cil/Makefile | 3 +- devel/coccinelle/Makefile | 3 +- devel/dune/Makefile | 4 +- devel/frama-c/Makefile | 3 +- devel/ocaml-biniou/Makefile | 4 +- devel/ocaml-cppo/Makefile | 3 +- devel/ocaml-easy-format/Makefile | 3 +- devel/ocaml-graph/Makefile | 3 +- devel/ocaml-menhir/Makefile | 4 +- devel/ocaml-ocamlbuild/Makefile | 3 +- devel/ocaml-ocamlbuild/patches/patch-Makefile | 14 + devel/ocaml-parmap/Makefile | 3 +- devel/ocaml-pcre/Makefile | 4 +- devel/ocaml-yojson/Makefile | 4 +- graphics/ocaml-cairo/Makefile | 6 +- graphics/pdfsandwich/Makefile | 3 +- lang/ocaml-camlp4/Makefile | 4 +- lang/ocaml-camlp5/Makefile | 3 +- lang/ocaml/Makefile | 21 +- lang/ocaml/distinfo | 8 +- lang/ocaml/patches/patch-configure | 41 - lang/ocaml/patches/patch-configure_ac | 84 ++ lang/ocaml/pkg/PFRAG.native-main | 509 ++------ lang/ocaml/pkg/PLIST-main | 1032 +++++++++++++---- math/coq/Makefile | 3 +- math/ocaml-num/Makefile | 3 +- math/ocaml-zarith/Makefile | 4 +- net/mldonkey/Makefile | 4 +- net/unison/2.4x/Makefile | 3 +- net/unison/2.4x/patches/patch-files_ml | 14 + net/unison/2.4x/patches/patch-recon_ml | 16 + .../patches/patch-system_system_generic_ml | 14 + net/unison/2.5x/Makefile | 4 +- net/unison/2.5x/patches/patch-files_ml | 14 + net/unison/2.5x/patches/patch-recon_ml | 16 + .../patches/patch-system_system_generic_ml | 14 + sysutils/findlib/Makefile | 3 +- sysutils/opam/Makefile | 3 +- textproc/bibtex2html/Makefile | 4 +- textproc/hevea/Makefile | 3 +- x11/kde-applications/kalzium/Makefile | 4 +- x11/lablgtk2/Makefile | 3 +- 42 files changed, 1149 insertions(+), 749 deletions(-) create mode 100644 devel/ocaml-ocamlbuild/patches/patch-Makefile delete mode 100644 lang/ocaml/patches/patch-configure create mode 100644 lang/ocaml/patches/patch-configure_ac create mode 100644 net/unison/2.4x/patches/patch-files_ml create mode 100644 net/unison/2.4x/patches/patch-recon_ml create mode 100644 net/unison/2.4x/patches/patch-system_system_generic_ml create mode 100644 net/unison/2.5x/patches/patch-files_ml create mode 100644 net/unison/2.5x/patches/patch-recon_ml create mode 100644 net/unison/2.5x/patches/patch-system_system_generic_ml diff --git a/devel/cil/Makefile b/devel/cil/Makefile index d47545f70e5..341c858397b 100644 --- a/devel/cil/Makefile +++ b/devel/cil/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2019/08/18 11:33:05 naddy Exp $ +# $OpenBSD: Makefile,v 1.38 2019/09/18 17:49:35 chrisz Exp $ # build system needs per-arch tweaks and is very unfriendly to # bytecode-only builds. powerpc nativecode is currently broken. @@ -7,6 +7,7 @@ ONLY_FOR_ARCHS = ${OCAML_NATIVE_ARCHS} COMMENT= framework for analysis and transformation of C CATEGORIES = devel lang +REVISION = 0 DISTNAME = cil-1.7.3 EXTRACT_SUFX = .tar.gz MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cil/} diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile index 1287219a1df..13590604ede 100644 --- a/devel/coccinelle/Makefile +++ b/devel/coccinelle/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.38 2019/07/12 21:15:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.39 2019/09/18 17:49:35 chrisz Exp $ BROKEN-sparc64 = "/usr/bin/ld: skipping incompatible pyml-current/libpyml_stubs.a when searching for -lpyml_stubs" \ "/usr/bin/ld: cannot find -lpyml_stubs" @@ -8,6 +8,7 @@ COMMENT = program matching and transformation engine # if updating, check for any additional use of diff/grep which # may need to be switched to gdiff/ggrep DISTNAME = coccinelle-1.0.6 +REVISION = 0 EXTRACT_SUFX = .tgz CATEGORIES = devel diff --git a/devel/dune/Makefile b/devel/dune/Makefile index fb67922e8a1..3dde1af8fe5 100644 --- a/devel/dune/Makefile +++ b/devel/dune/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/08/17 13:29:42 chrisz Exp $ +# $OpenBSD: Makefile,v 1.7 2019/09/18 17:49:35 chrisz Exp $ COMMENT = OCaml build system @@ -7,7 +7,7 @@ CATEGORIES = devel GH_ACCOUNT = ocaml GH_PROJECT = dune GH_TAGNAME = 1.10.0 -REVISION = 1 +REVISION = 2 HOMEPAGE = https://github.com/ocaml/dune diff --git a/devel/frama-c/Makefile b/devel/frama-c/Makefile index ae6bc940b6b..50d10ffedd3 100644 --- a/devel/frama-c/Makefile +++ b/devel/frama-c/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2019/09/07 17:11:53 chrisz Exp $ +# $OpenBSD: Makefile,v 1.20 2019/09/18 17:49:35 chrisz Exp $ BROKEN-i386 = ld: error: undefined symbol: ml_as_z_pred, etc @@ -10,6 +10,7 @@ CATEGORIES = devel GH_ACCOUNT = Frama-C GH_PROJECT = Frama-C-snapshot GH_TAGNAME = 19.0 +REVISION = 0 DISTNAME = frama-c-${GH_TAGNAME}-Potassium PKGNAME = frama-c-${GH_TAGNAME} diff --git a/devel/ocaml-biniou/Makefile b/devel/ocaml-biniou/Makefile index 75aa7b994ba..86a10e43e8f 100644 --- a/devel/ocaml-biniou/Makefile +++ b/devel/ocaml-biniou/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2019/08/23 18:35:13 chrisz Exp $ +# $OpenBSD: Makefile,v 1.4 2019/09/18 17:49:36 chrisz Exp $ COMMENT = binary data format designed for speed, safety, usability CATEGORIES = devel @@ -6,7 +6,7 @@ CATEGORIES = devel GH_ACCOUNT = mjambon GH_PROJECT = biniou GH_TAGNAME = v1.2.0 -REVISION = 0 +REVISION = 1 PKGNAME = ocaml-${DISTNAME} # 3-clause BSD diff --git a/devel/ocaml-cppo/Makefile b/devel/ocaml-cppo/Makefile index ae208ff9213..c5b6b6b62d3 100644 --- a/devel/ocaml-cppo/Makefile +++ b/devel/ocaml-cppo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2019/08/17 13:29:42 chrisz Exp $ +# $OpenBSD: Makefile,v 1.6 2019/09/18 17:49:36 chrisz Exp $ COMMENT = OCaml preprocessor CATEGORIES = devel @@ -6,6 +6,7 @@ CATEGORIES = devel GH_ACCOUNT = ocaml-community GH_PROJECT = cppo GH_TAGNAME = v1.6.6 +REVISION = 0 PKGNAME = ocaml-${DISTNAME} # 3-clause BSD diff --git a/devel/ocaml-easy-format/Makefile b/devel/ocaml-easy-format/Makefile index 211fea498b9..23292017b22 100644 --- a/devel/ocaml-easy-format/Makefile +++ b/devel/ocaml-easy-format/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2019/08/17 13:29:42 chrisz Exp $ +# $OpenBSD: Makefile,v 1.3 2019/09/18 17:49:36 chrisz Exp $ COMMENT = interface to the OCaml stdlib Format module CATEGORIES = devel @@ -6,6 +6,7 @@ CATEGORIES = devel GH_ACCOUNT = mjambon GH_PROJECT = easy-format GH_TAGNAME = v1.3.1 +REVISION = 0 PKGNAME = ocaml-${DISTNAME} # 3-clause BSD diff --git a/devel/ocaml-graph/Makefile b/devel/ocaml-graph/Makefile index 4766256fe40..34c9ca232da 100644 --- a/devel/ocaml-graph/Makefile +++ b/devel/ocaml-graph/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2019/07/12 20:44:43 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2019/09/18 17:49:36 chrisz Exp $ COMMENT = OCaml graph library CATEGORIES = devel V = 1.8.8 +REVISION = 0 DISTNAME = ocamlgraph-${V} PKGNAME = ocaml-graph-${V} MASTER_SITES = http://ocamlgraph.lri.fr/download/ diff --git a/devel/ocaml-menhir/Makefile b/devel/ocaml-menhir/Makefile index e83bfa4ee00..509d81d833f 100644 --- a/devel/ocaml-menhir/Makefile +++ b/devel/ocaml-menhir/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.16 2019/08/21 02:55:50 daniel Exp $ +# $OpenBSD: Makefile,v 1.17 2019/09/18 17:49:36 chrisz Exp $ COMMENT = OCaml parser generator for LR(1) grammars V = 20190626 DISTNAME = menhir-${V} PKGNAME = ocaml-${DISTNAME} -REVISION = 0 +REVISION = 1 MASTER_SITES = https://gitlab.inria.fr/fpottier/menhir/-/archive/${V}/ diff --git a/devel/ocaml-ocamlbuild/Makefile b/devel/ocaml-ocamlbuild/Makefile index cc20ff5c42d..d58b48ba2fd 100644 --- a/devel/ocaml-ocamlbuild/Makefile +++ b/devel/ocaml-ocamlbuild/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:44:43 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2019/09/18 17:49:36 chrisz Exp $ COMMENT = ocamlbuild CATEGORIES = devel V = 0.14.0 +REVISION = 0 GH_ACCOUNT = ocaml GH_PROJECT = ocamlbuild GH_TAGNAME = ${V} diff --git a/devel/ocaml-ocamlbuild/patches/patch-Makefile b/devel/ocaml-ocamlbuild/patches/patch-Makefile new file mode 100644 index 00000000000..097b3dd9137 --- /dev/null +++ b/devel/ocaml-ocamlbuild/patches/patch-Makefile @@ -0,0 +1,14 @@ +$OpenBSD: patch-Makefile,v 1.1 2019/09/18 17:49:36 chrisz Exp $ + +Index: Makefile +--- Makefile.orig ++++ Makefile +@@ -93,7 +93,7 @@ INSTALL_LIB=\ + src/ocamlbuildlib.cma \ + src/ocamlbuild.cmo \ + src/ocamlbuild_pack.cmi \ +- $(EXTRA_CMO:.cmo=.cmi) ++ $(EXTRA_CMO) $(EXTRA_CMO:.cmo=.cmi) + + INSTALL_LIB_OPT=\ + src/ocamlbuildlib.cmxa src/ocamlbuildlib$(EXT_LIB) \ diff --git a/devel/ocaml-parmap/Makefile b/devel/ocaml-parmap/Makefile index 2b09852551c..45a704d327b 100644 --- a/devel/ocaml-parmap/Makefile +++ b/devel/ocaml-parmap/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/12 20:44:43 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2019/09/18 17:49:36 chrisz Exp $ COMMENT = OCaml parallel map primitive for multicores CATEGORIES = devel V = 1.0-rc10 +REVISION = 0 NAME = ocaml-parmap DISTNAME = ocaml-parmap-$V DISTFILES = ${DISTNAME}{$V}.tar.gz diff --git a/devel/ocaml-pcre/Makefile b/devel/ocaml-pcre/Makefile index ce1a969a858..e793cc6980a 100644 --- a/devel/ocaml-pcre/Makefile +++ b/devel/ocaml-pcre/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2019/07/12 20:44:43 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2019/09/18 17:49:36 chrisz Exp $ COMMENT = OCaml Perl-compatible regexp library CATEGORIES = devel textproc @@ -9,7 +9,7 @@ DISTNAME = pcre-ocaml-$V PKGNAME = ${NAME}-$V MASTER_SITES = https://github.com/mmottl/pcre-ocaml/releases/download/v${V}/ HOMEPAGE = https://github.com/mmottl/pcre-ocaml -REVISION = 0 +REVISION = 1 # GPLv2+ PERMIT_PACKAGE = Yes diff --git a/devel/ocaml-yojson/Makefile b/devel/ocaml-yojson/Makefile index ca187da227a..7346cf05797 100644 --- a/devel/ocaml-yojson/Makefile +++ b/devel/ocaml-yojson/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2019/08/23 18:35:13 chrisz Exp $ +# $OpenBSD: Makefile,v 1.4 2019/09/18 17:49:36 chrisz Exp $ COMMENT = optimized parsing and printing library for the JSON format CATEGORIES = devel @@ -6,7 +6,7 @@ CATEGORIES = devel GH_ACCOUNT = ocaml-community GH_PROJECT = yojson GH_TAGNAME = 1.7.0 -REVISION = 0 +REVISION = 1 PKGNAME = ocaml-${DISTNAME} # 3-clause BSD diff --git a/graphics/ocaml-cairo/Makefile b/graphics/ocaml-cairo/Makefile index 8a564f39018..78111159e7c 100644 --- a/graphics/ocaml-cairo/Makefile +++ b/graphics/ocaml-cairo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2019/08/17 20:24:35 chrisz Exp $ +# $OpenBSD: Makefile,v 1.4 2019/09/18 17:49:36 chrisz Exp $ COMMENT = binding to cairo, a 2D vector graphics library CATEGORIES = graphics @@ -6,6 +6,7 @@ CATEGORIES = graphics GH_ACCOUNT = Chris00 GH_PROJECT = ocaml-cairo GH_TAGNAME = 0.6.1 +REVISION = 0 # LGPL 3.0 PERMIT_PACKAGE = Yes @@ -21,8 +22,7 @@ MODULES = lang/ocaml BUILD_DEPENDS = devel/dune \ sysutils/findlib \ lang/ocaml,-graphics \ - x11/lablgtk2 \ - devel/ocaml-configurator + x11/lablgtk2 LIB_DEPENDS = devel/pango \ graphics/gdk-pixbuf2 \ diff --git a/graphics/pdfsandwich/Makefile b/graphics/pdfsandwich/Makefile index f370ffe19cf..b157d09a995 100644 --- a/graphics/pdfsandwich/Makefile +++ b/graphics/pdfsandwich/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:47:07 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2019/09/18 17:49:36 chrisz Exp $ # configure looks for ocamlopt ONLY_FOR_ARCHS = ${OCAML_NATIVE_ARCHS} COMMENT = generator for sandwich OCR pdf files DISTNAME = pdfsandwich-0.1.7 +REVISION = 0 CATEGORIES = graphics diff --git a/lang/ocaml-camlp4/Makefile b/lang/ocaml-camlp4/Makefile index 83403947b9a..de3be7d440d 100644 --- a/lang/ocaml-camlp4/Makefile +++ b/lang/ocaml-camlp4/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.9 2019/07/12 20:47:21 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2019/09/18 17:49:36 chrisz Exp $ + +BROKEN = Not yet compatible with OCaml 4.08 COMMENT = OCaml Preprocessor and Pretty-Printer CATEGORIES = lang diff --git a/lang/ocaml-camlp5/Makefile b/lang/ocaml-camlp5/Makefile index 7763834cf6b..ad1db2c1f68 100644 --- a/lang/ocaml-camlp5/Makefile +++ b/lang/ocaml-camlp5/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2019/08/24 16:38:09 chrisz Exp $ +# $OpenBSD: Makefile,v 1.6 2019/09/18 17:49:36 chrisz Exp $ V = 7.08 +REVISION = 0 COMMENT = OCaml Preprocessor and Pretty-Printer DISTFILES = camlp5-rel${V}{rel${V:S/.//}}${EXTRACT_SUFX} PKGNAME = ocaml-camlp5-${V} diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 6dc134c2824..1359c937307 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.83 2019/07/12 20:47:21 sthen Exp $ +# $OpenBSD: Makefile,v 1.84 2019/09/18 17:49:37 chrisz Exp $ MULTI_PACKAGES = -graphics -main @@ -7,7 +7,7 @@ COMMENT-graphics = OCaml Graphics library providing basic drawing primitives # XXX Don't even think of updating ocaml alone. # Do check that the ports that depend on it still work, or repair them. -VERSION= 4.07.1 +VERSION= 4.08.1 PKGNAME-main = ocaml-${VERSION} PKGNAME-graphics = ocaml-graphics-${VERSION} @@ -29,19 +29,18 @@ MAINTAINER= Anil Madhavapeddy # QPL/LGPL PERMIT_PACKAGE= Yes -CONFIGURE_STYLE= simple dest -CONFIGURE_ARGS+= -prefix ${PREFIX} \ - -aspp '${CC} -c' \ - -cc ${CC} \ - -x11include ${X11BASE}/include \ - -x11lib ${X11BASE}/lib +AUTOCONF_VERSION = 2.69 +CONFIGURE_STYLE = gnu autoconf no-autoheader CONFIGURE_ENV+= CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - OPENBSD_LOCALBASE="${LOCALBASE}" + CPPFLAGS="${CFLAGS} ${CPPFLAGS}" \ + LDFLAGS="${LDFLAGS}" + +CFLAGS += -I${LOCALBASE}/include +LDFLAGS += -L${LOCALBASE}/lib # non-PIC assembly in asmrun/i386.S .if ${MACHINE_ARCH} == "i386" -LDFLAGS+= -Wl,-znotext +LDFLAGS+= -Wl,-z,notext .endif USE_GMAKE= Yes diff --git a/lang/ocaml/distinfo b/lang/ocaml/distinfo index 350ddd45c4d..b5d37e0569a 100644 --- a/lang/ocaml/distinfo +++ b/lang/ocaml/distinfo @@ -1,4 +1,4 @@ -SHA256 (ocaml-4.07-refman-html.tar.gz) = bZfBExooGqtXWTYCoZsrRxTb8mY9UTrmOrzi5cAujbg= -SHA256 (ocaml-4.07.1.tar.gz) = KtQ74X7Vx06ieIeuDMR5O4NUCBgMC5F1vJrVMIKlmvQ= -SIZE (ocaml-4.07-refman-html.tar.gz) = 1003312 -SIZE (ocaml-4.07.1.tar.gz) = 4215856 +SHA256 (ocaml-4.08-refman-html.tar.gz) = fie/ueRbFhirfIRhy2xiRLAGElWTR1yHukndCXRrXnc= +SHA256 (ocaml-4.08.1.tar.gz) = 7lARjuiEcv1LZDEfpWD4+KtmoYmfAReBXGmhYHCYD3g= +SIZE (ocaml-4.08-refman-html.tar.gz) = 1704609 +SIZE (ocaml-4.08.1.tar.gz) = 4897908 diff --git a/lang/ocaml/patches/patch-configure b/lang/ocaml/patches/patch-configure deleted file mode 100644 index 061f4da3ab4..00000000000 --- a/lang/ocaml/patches/patch-configure +++ /dev/null @@ -1,41 +0,0 @@ -$OpenBSD: patch-configure,v 1.24 2019/03/09 12:29:56 chrisz Exp $ -Index: configure ---- configure.orig -+++ configure -@@ -431,7 +431,7 @@ ocamlc_cflags="" - ocamlc_cppflags="" - ocamlopt_cflags="" - ocamlopt_cppflags="" --ldflags="" -+ldflags="$LDFLAGS" - ostype="Unix" - exe="" - iflexdir="" -@@ -456,7 +456,7 @@ esac - - case "$ccfamily" in - clang-*) -- common_cflags="-O2 -fno-strict-aliasing -fwrapv"; -+ common_cflags="$CFLAGS -fno-strict-aliasing -fwrapv"; - internal_cflags="$gcc_warnings";; - gcc-[012]-*) - # Some versions known to miscompile OCaml, e,g, 2.7.2.1, some 2.96. -@@ -871,8 +871,9 @@ if $with_sharedlibs; then - *-*-linux*|*-*-freebsd[3-9]*|*-*-freebsd[1-9][0-9]*\ - |*-*-openbsd*|*-*-netbsd*|*-*-dragonfly*|*-*-gnu*|*-*-haiku*) - sharedcccompopts="-fPIC" -- mksharedlib="$cc -shared" -+ mksharedlib="$cc $common_cflags $ldflags -shared" - ldflags="$ldflags -Wl,-E" -+ mkexe="$cc $ldflags" - rpath="-Wl,-rpath," - mksharedlibrpath="-Wl,-rpath," - natdynlinkopts="-Wl,-E" -@@ -981,6 +982,7 @@ case "$target" in - s390x*-*-linux*) arch=s390x; model=z10; system=elf;; - armv6*-*-linux-gnueabihf) arch=arm; model=armv6; system=linux_eabihf;; - armv7*-*-linux-gnueabihf) arch=arm; model=armv7; system=linux_eabihf;; -+ arm*-*-openbsd*) arch=arm; system=bsd;; - armv8*-*-linux-gnueabihf) arch=arm; model=armv8; system=linux_eabihf;; - armv8*-*-linux-gnueabi) arch=arm; model=armv8; system=linux_eabi;; - armv7*-*-linux-gnueabi) arch=arm; model=armv7; system=linux_eabi;; diff --git a/lang/ocaml/patches/patch-configure_ac b/lang/ocaml/patches/patch-configure_ac new file mode 100644 index 00000000000..0372d0268c1 --- /dev/null +++ b/lang/ocaml/patches/patch-configure_ac @@ -0,0 +1,84 @@ +$OpenBSD: patch-configure_ac,v 1.1 2019/09/18 17:49:37 chrisz Exp $ + +Index: configure.ac +--- configure.ac.orig ++++ configure.ac +@@ -644,6 +644,11 @@ AS_CASE([$CC,$host], + ) + + ++# Respect LDFLAGS and CFLAGS ++common_cflags="$common_cflags $CFLAGS" ++oc_ldflags="$oc_ldflags $LDFLAGS" ++ ++ + ## Program to use to install files + AC_PROG_INSTALL + +@@ -760,8 +765,8 @@ AS_IF([test x"$enable_shared" != "xno"], + [[*-*-linux*|*-*-freebsd[3-9]*|*-*-freebsd[1-9][0-9]*\ + |*-*-openbsd*|*-*-netbsd*|*-*-dragonfly*|*-*-gnu*|*-*-haiku*]], + [sharedlib_cflags="-fPIC" +- mksharedlib="$CC -shared" + oc_ldflags="$oc_ldflags -Wl,-E" ++ mksharedlib="$CC -shared $oc_ldflags" + rpath="-Wl,-rpath," + mksharedlibrpath="-Wl,-rpath," + natdynlinkopts="-Wl,-E" +@@ -1564,27 +1569,39 @@ AS_IF([test x"$enable_graph_lib" = "xno" ], + ## libbfd + + AC_CHECK_HEADER([bfd.h], +- [libbfd_ling="" +- AC_CHECK_LIB([bfd], [bfd_openr], [libbfd_link="-lbfd"]) +- AS_IF([test -z "$libbfd_link"], +- [AC_CHECK_LIB([bfd], [bfd_openr], [libbfd_link="-lbfd -ldl"], [], [-ldl])]) +- AS_IF([test -z "$libbfd_link"], +- [AC_CHECK_LIB([bfd], [bfd_openr], +- [libbfd_link="-lbfd -ldl -liberty"], [], [-ldl -liberty])]) +- AS_IF([test -z "$libbfd_link"], +- [AC_CHECK_LIB([bfd], [bfd_openr], +- [libbfd_link="-lbfd -ldl -liberty -lz"], [], [-ldl -liberty -lz])]) +- AS_IF([test -z "$libbfd_link"], +- [AC_CHECK_LIB([bfd], [bfd_openr], ++ [AS_IF([test x"${ac_cv_lib_bfd_bfd_openr}" != "xyes" ], ++ [unset ac_cv_lib_bfd_bfd_openr ++ AC_CHECK_LIB([bfd], [bfd_openr], [libbfd_link="-lbfd"])])] ++ [AS_IF([test x"${ac_cv_lib_bfd_bfd_openr}" != "xyes" ], ++ [unset ac_cv_lib_bfd_bfd_openr ++ AC_CHECK_LIB([bfd], [bfd_openr], [libbfd_link="-lbfd -ldl"], [], [-ldl])])] ++ [AS_IF([test x"${ac_cv_lib_bfd_bfd_openr}" != "xyes" ], ++ [unset ac_cv_lib_bfd_bfd_openr ++ AC_CHECK_LIB([bfd], [bfd_openr], ++ [libbfd_link="-lbfd -liberty -lz"], [], [-liberty -lz])])] ++ [AS_IF([test x"${ac_cv_lib_bfd_bfd_openr}" != "xyes" ], ++ [unset ac_cv_lib_bfd_bfd_openr ++ AC_CHECK_LIB([bfd], [bfd_openr], ++ [libbfd_link="-lbfd -ldl -liberty"], [], [-ldl -liberty])])] ++ [AS_IF([test x"${ac_cv_lib_bfd_bfd_openr}" != "xyes" ], ++ [unset ac_cv_lib_bfd_bfd_openr ++ AC_CHECK_LIB([bfd], [bfd_openr], ++ [libbfd_link="-lbfd -ldl -liberty -lz"], [], [-ldl -liberty -lz])])] ++ [AS_IF([test x"${ac_cv_lib_bfd_bfd_openr}" != "xyes" ], ++ [unset ac_cv_lib_bfd_bfd_openr ++ AC_CHECK_LIB([bfd], [bfd_openr], + [libbfd_link="-lbfd -ldl -liberty -lz -lintl"], [], +- [-ldl -liberty -lz -lintl])]) +- AS_IF([test -n "$libbfd_link"], +- [AC_DEFINE([HAS_LIBBFD])], ++ [-ldl -liberty -lz -lintl])])] ++ [AS_IF( ++ [test x"${ac_cv_lib_bfd_bfd_openr}" = "xyes" ], ++ [libbfd_link="${oc_ldflags} ${libbfd_link}" ++ AC_DEFINE([HAS_LIBBFD])], + [AC_MSG_NOTICE(m4_normalize([ + BFD library not found, 'objinfo' will be unable to display + info on .cmxs files. +- ]))]) +- ]) ++ ]))] ++ )] ++) + + ## Does the assembler support debug prefix map and CFI directives + as_has_debug_prefix_map=false diff --git a/lang/ocaml/pkg/PFRAG.native-main b/lang/ocaml/pkg/PFRAG.native-main index fae61cddcc0..a6832ebdf11 100644 --- a/lang/ocaml/pkg/PFRAG.native-main +++ b/lang/ocaml/pkg/PFRAG.native-main @@ -1,4 +1,4 @@ -@comment $OpenBSD: PFRAG.native-main,v 1.9 2019/03/04 12:51:15 chrisz Exp $ +@comment $OpenBSD: PFRAG.native-main,v 1.10 2019/09/18 17:49:37 chrisz Exp $ %%dynlink%% @bin bin/ocamlc.opt @bin bin/ocamlcp.opt @@ -19,63 +19,32 @@ lib/ocaml/bigarray.a lib/ocaml/bigarray.cmx lib/ocaml/bigarray.cmxa lib/ocaml/camlinternalFormat.cmx -lib/ocaml/camlinternalFormat.p.cmt lib/ocaml/camlinternalFormat.p.cmx lib/ocaml/camlinternalFormatBasics.cmx -lib/ocaml/camlinternalFormatBasics.p.cmt lib/ocaml/camlinternalFormatBasics.p.cmx lib/ocaml/camlinternalLazy.cmx -lib/ocaml/camlinternalLazy.p.cmt lib/ocaml/camlinternalLazy.p.cmx lib/ocaml/camlinternalMod.cmx -lib/ocaml/camlinternalMod.p.cmt lib/ocaml/camlinternalMod.p.cmx lib/ocaml/camlinternalOO.cmx -lib/ocaml/camlinternalOO.p.cmt lib/ocaml/camlinternalOO.p.cmx -lib/ocaml/compiler-libs/CSE.cmi -lib/ocaml/compiler-libs/CSE.cmt lib/ocaml/compiler-libs/CSE.cmx -lib/ocaml/compiler-libs/CSEgen.cmi -lib/ocaml/compiler-libs/CSEgen.cmt -lib/ocaml/compiler-libs/CSEgen.cmti lib/ocaml/compiler-libs/CSEgen.cmx lib/ocaml/compiler-libs/CSEgen.mli -lib/ocaml/compiler-libs/afl_instrument.cmi -lib/ocaml/compiler-libs/afl_instrument.cmt -lib/ocaml/compiler-libs/afl_instrument.cmti lib/ocaml/compiler-libs/afl_instrument.cmx lib/ocaml/compiler-libs/afl_instrument.mli -lib/ocaml/compiler-libs/alias_analysis.cmi -lib/ocaml/compiler-libs/alias_analysis.cmt -lib/ocaml/compiler-libs/alias_analysis.cmti +lib/ocaml/compiler-libs/alias_analysis.cmx lib/ocaml/compiler-libs/alias_analysis.mli -lib/ocaml/compiler-libs/allocated_const.cmi -lib/ocaml/compiler-libs/allocated_const.cmt -lib/ocaml/compiler-libs/allocated_const.cmti +lib/ocaml/compiler-libs/allocated_const.cmx lib/ocaml/compiler-libs/allocated_const.mli -lib/ocaml/compiler-libs/arch.cmi -lib/ocaml/compiler-libs/arch.cmt lib/ocaml/compiler-libs/arch.cmx lib/ocaml/compiler-libs/arg_helper.cmx -lib/ocaml/compiler-libs/asmgen.cmi -lib/ocaml/compiler-libs/asmgen.cmt -lib/ocaml/compiler-libs/asmgen.cmti lib/ocaml/compiler-libs/asmgen.cmx lib/ocaml/compiler-libs/asmgen.mli -lib/ocaml/compiler-libs/asmlibrarian.cmi -lib/ocaml/compiler-libs/asmlibrarian.cmt -lib/ocaml/compiler-libs/asmlibrarian.cmti lib/ocaml/compiler-libs/asmlibrarian.cmx lib/ocaml/compiler-libs/asmlibrarian.mli -lib/ocaml/compiler-libs/asmlink.cmi -lib/ocaml/compiler-libs/asmlink.cmt -lib/ocaml/compiler-libs/asmlink.cmti lib/ocaml/compiler-libs/asmlink.cmx lib/ocaml/compiler-libs/asmlink.mli -lib/ocaml/compiler-libs/asmpackager.cmi -lib/ocaml/compiler-libs/asmpackager.cmt -lib/ocaml/compiler-libs/asmpackager.cmti lib/ocaml/compiler-libs/asmpackager.cmx lib/ocaml/compiler-libs/asmpackager.mli lib/ocaml/compiler-libs/ast_helper.cmx @@ -83,25 +52,14 @@ lib/ocaml/compiler-libs/ast_invariants.cmx lib/ocaml/compiler-libs/ast_iterator.cmx lib/ocaml/compiler-libs/ast_mapper.cmx lib/ocaml/compiler-libs/attr_helper.cmx -lib/ocaml/compiler-libs/augment_specialised_args.cmi -lib/ocaml/compiler-libs/augment_specialised_args.cmt -lib/ocaml/compiler-libs/augment_specialised_args.cmti +lib/ocaml/compiler-libs/augment_specialised_args.cmx lib/ocaml/compiler-libs/augment_specialised_args.mli -lib/ocaml/compiler-libs/backend_intf.cmi -lib/ocaml/compiler-libs/backend_intf.cmti lib/ocaml/compiler-libs/backend_intf.mli -lib/ocaml/compiler-libs/branch_relaxation.cmi -lib/ocaml/compiler-libs/branch_relaxation.cmt -lib/ocaml/compiler-libs/branch_relaxation.cmti +lib/ocaml/compiler-libs/backend_var.cmx lib/ocaml/compiler-libs/branch_relaxation.cmx lib/ocaml/compiler-libs/branch_relaxation.mli -lib/ocaml/compiler-libs/branch_relaxation_intf.cmi -lib/ocaml/compiler-libs/branch_relaxation_intf.cmt lib/ocaml/compiler-libs/branch_relaxation_intf.cmx lib/ocaml/compiler-libs/btype.cmx -lib/ocaml/compiler-libs/build_export_info.cmi -lib/ocaml/compiler-libs/build_export_info.cmt -lib/ocaml/compiler-libs/build_export_info.cmti lib/ocaml/compiler-libs/build_export_info.cmx lib/ocaml/compiler-libs/build_export_info.mli lib/ocaml/compiler-libs/build_path_prefix_map.cmx @@ -111,78 +69,45 @@ lib/ocaml/compiler-libs/bytelibrarian.cmx lib/ocaml/compiler-libs/bytelink.cmx lib/ocaml/compiler-libs/bytepackager.cmx lib/ocaml/compiler-libs/bytesections.cmx +lib/ocaml/compiler-libs/camlinternalMenhirLib.cmx lib/ocaml/compiler-libs/ccomp.cmx -lib/ocaml/compiler-libs/clambda.cmi -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/clflags.cmx -lib/ocaml/compiler-libs/closure.cmi -lib/ocaml/compiler-libs/closure.cmt -lib/ocaml/compiler-libs/closure.cmti lib/ocaml/compiler-libs/closure.cmx lib/ocaml/compiler-libs/closure.mli -lib/ocaml/compiler-libs/closure_conversion.cmi -lib/ocaml/compiler-libs/closure_conversion.cmt -lib/ocaml/compiler-libs/closure_conversion.cmti +lib/ocaml/compiler-libs/closure_conversion.cmx lib/ocaml/compiler-libs/closure_conversion.mli -lib/ocaml/compiler-libs/closure_conversion_aux.cmi -lib/ocaml/compiler-libs/closure_conversion_aux.cmt -lib/ocaml/compiler-libs/closure_conversion_aux.cmti +lib/ocaml/compiler-libs/closure_conversion_aux.cmx lib/ocaml/compiler-libs/closure_conversion_aux.mli -lib/ocaml/compiler-libs/closure_element.cmi -lib/ocaml/compiler-libs/closure_element.cmt -lib/ocaml/compiler-libs/closure_element.cmti +lib/ocaml/compiler-libs/closure_element.cmx lib/ocaml/compiler-libs/closure_element.mli -lib/ocaml/compiler-libs/closure_id.cmi -lib/ocaml/compiler-libs/closure_id.cmt -lib/ocaml/compiler-libs/closure_id.cmti +lib/ocaml/compiler-libs/closure_id.cmx lib/ocaml/compiler-libs/closure_id.mli -lib/ocaml/compiler-libs/closure_offsets.cmi -lib/ocaml/compiler-libs/closure_offsets.cmt -lib/ocaml/compiler-libs/closure_offsets.cmti lib/ocaml/compiler-libs/closure_offsets.cmx lib/ocaml/compiler-libs/closure_offsets.mli -lib/ocaml/compiler-libs/closure_origin.cmi -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/cmi_format.cmx -lib/ocaml/compiler-libs/cmm.cmi -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/cmmgen.cmi -lib/ocaml/compiler-libs/cmmgen.cmt -lib/ocaml/compiler-libs/cmmgen.cmti lib/ocaml/compiler-libs/cmmgen.cmx lib/ocaml/compiler-libs/cmmgen.mli lib/ocaml/compiler-libs/cmt_format.cmx -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/coloring.cmi -lib/ocaml/compiler-libs/coloring.cmt -lib/ocaml/compiler-libs/coloring.cmti lib/ocaml/compiler-libs/coloring.cmx lib/ocaml/compiler-libs/coloring.mli -lib/ocaml/compiler-libs/comballoc.cmi -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.cmx +lib/ocaml/compiler-libs/compdynlink_common.cmx +lib/ocaml/compiler-libs/compdynlink_platform_intf.cmx +lib/ocaml/compiler-libs/compdynlink_types.cmx lib/ocaml/compiler-libs/compenv.cmx -lib/ocaml/compiler-libs/compilation_unit.cmi -lib/ocaml/compiler-libs/compilation_unit.cmt -lib/ocaml/compiler-libs/compilation_unit.cmti +lib/ocaml/compiler-libs/compilation_unit.cmx lib/ocaml/compiler-libs/compilation_unit.mli lib/ocaml/compiler-libs/compile.cmx -lib/ocaml/compiler-libs/compilenv.cmi -lib/ocaml/compiler-libs/compilenv.cmt -lib/ocaml/compiler-libs/compilenv.cmti +lib/ocaml/compiler-libs/compile_common.cmx lib/ocaml/compiler-libs/compilenv.cmx lib/ocaml/compiler-libs/compilenv.mli lib/ocaml/compiler-libs/compmisc.cmx @@ -191,193 +116,102 @@ lib/ocaml/compiler-libs/config.cmx lib/ocaml/compiler-libs/consistbl.cmx lib/ocaml/compiler-libs/ctype.cmx lib/ocaml/compiler-libs/datarepr.cmx -lib/ocaml/compiler-libs/deadcode.cmi -lib/ocaml/compiler-libs/deadcode.cmt -lib/ocaml/compiler-libs/deadcode.cmti lib/ocaml/compiler-libs/deadcode.cmx lib/ocaml/compiler-libs/deadcode.mli -lib/ocaml/compiler-libs/debuginfo.cmi -lib/ocaml/compiler-libs/debuginfo.cmt -lib/ocaml/compiler-libs/debuginfo.cmti +lib/ocaml/compiler-libs/debuginfo.cmx lib/ocaml/compiler-libs/debuginfo.mli lib/ocaml/compiler-libs/depend.cmx lib/ocaml/compiler-libs/dll.cmx lib/ocaml/compiler-libs/docstrings.cmx -lib/ocaml/compiler-libs/effect_analysis.cmi -lib/ocaml/compiler-libs/effect_analysis.cmt -lib/ocaml/compiler-libs/effect_analysis.cmti +lib/ocaml/compiler-libs/effect_analysis.cmx lib/ocaml/compiler-libs/effect_analysis.mli -lib/ocaml/compiler-libs/emit.cmi -lib/ocaml/compiler-libs/emit.cmt -lib/ocaml/compiler-libs/emit.cmti lib/ocaml/compiler-libs/emit.cmx lib/ocaml/compiler-libs/emit.mli -lib/ocaml/compiler-libs/emitaux.cmi -lib/ocaml/compiler-libs/emitaux.cmt -lib/ocaml/compiler-libs/emitaux.cmti lib/ocaml/compiler-libs/emitaux.cmx lib/ocaml/compiler-libs/emitaux.mli lib/ocaml/compiler-libs/emitcode.cmx lib/ocaml/compiler-libs/env.cmx lib/ocaml/compiler-libs/envaux.cmx lib/ocaml/compiler-libs/errors.cmx -lib/ocaml/compiler-libs/export_id.cmi -lib/ocaml/compiler-libs/export_id.cmt -lib/ocaml/compiler-libs/export_id.cmti +lib/ocaml/compiler-libs/export_id.cmx lib/ocaml/compiler-libs/export_id.mli -lib/ocaml/compiler-libs/export_info.cmi -lib/ocaml/compiler-libs/export_info.cmt -lib/ocaml/compiler-libs/export_info.cmti lib/ocaml/compiler-libs/export_info.cmx lib/ocaml/compiler-libs/export_info.mli -lib/ocaml/compiler-libs/export_info_for_pack.cmi -lib/ocaml/compiler-libs/export_info_for_pack.cmt -lib/ocaml/compiler-libs/export_info_for_pack.cmti lib/ocaml/compiler-libs/export_info_for_pack.cmx lib/ocaml/compiler-libs/export_info_for_pack.mli -lib/ocaml/compiler-libs/extract_projections.cmi -lib/ocaml/compiler-libs/extract_projections.cmt -lib/ocaml/compiler-libs/extract_projections.cmti +lib/ocaml/compiler-libs/extract_projections.cmx lib/ocaml/compiler-libs/extract_projections.mli -lib/ocaml/compiler-libs/find_recursive_functions.cmi -lib/ocaml/compiler-libs/find_recursive_functions.cmt -lib/ocaml/compiler-libs/find_recursive_functions.cmti +lib/ocaml/compiler-libs/find_recursive_functions.cmx lib/ocaml/compiler-libs/find_recursive_functions.mli -lib/ocaml/compiler-libs/flambda.cmi -lib/ocaml/compiler-libs/flambda.cmt -lib/ocaml/compiler-libs/flambda.cmti +lib/ocaml/compiler-libs/flambda.cmx lib/ocaml/compiler-libs/flambda.mli -lib/ocaml/compiler-libs/flambda_invariants.cmi -lib/ocaml/compiler-libs/flambda_invariants.cmt -lib/ocaml/compiler-libs/flambda_invariants.cmti +lib/ocaml/compiler-libs/flambda_invariants.cmx lib/ocaml/compiler-libs/flambda_invariants.mli -lib/ocaml/compiler-libs/flambda_iterators.cmi -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_to_clambda.cmi -lib/ocaml/compiler-libs/flambda_to_clambda.cmt -lib/ocaml/compiler-libs/flambda_to_clambda.cmti lib/ocaml/compiler-libs/flambda_to_clambda.cmx lib/ocaml/compiler-libs/flambda_to_clambda.mli -lib/ocaml/compiler-libs/flambda_utils.cmi -lib/ocaml/compiler-libs/flambda_utils.cmt -lib/ocaml/compiler-libs/flambda_utils.cmti +lib/ocaml/compiler-libs/flambda_utils.cmx lib/ocaml/compiler-libs/flambda_utils.mli -lib/ocaml/compiler-libs/freshening.cmi -lib/ocaml/compiler-libs/freshening.cmt -lib/ocaml/compiler-libs/freshening.cmti +lib/ocaml/compiler-libs/freshening.cmx lib/ocaml/compiler-libs/freshening.mli -lib/ocaml/compiler-libs/id_types.cmi -lib/ocaml/compiler-libs/id_types.cmt -lib/ocaml/compiler-libs/id_types.cmti +lib/ocaml/compiler-libs/id_types.cmx lib/ocaml/compiler-libs/id_types.mli lib/ocaml/compiler-libs/ident.cmx lib/ocaml/compiler-libs/identifiable.cmx -lib/ocaml/compiler-libs/import_approx.cmi -lib/ocaml/compiler-libs/import_approx.cmt -lib/ocaml/compiler-libs/import_approx.cmti lib/ocaml/compiler-libs/import_approx.cmx lib/ocaml/compiler-libs/import_approx.mli lib/ocaml/compiler-libs/includeclass.cmx lib/ocaml/compiler-libs/includecore.cmx lib/ocaml/compiler-libs/includemod.cmx -lib/ocaml/compiler-libs/inconstant_idents.cmi -lib/ocaml/compiler-libs/inconstant_idents.cmt -lib/ocaml/compiler-libs/inconstant_idents.cmti +lib/ocaml/compiler-libs/inconstant_idents.cmx lib/ocaml/compiler-libs/inconstant_idents.mli -lib/ocaml/compiler-libs/initialize_symbol_to_let_symbol.cmi -lib/ocaml/compiler-libs/initialize_symbol_to_let_symbol.cmt -lib/ocaml/compiler-libs/initialize_symbol_to_let_symbol.cmti +lib/ocaml/compiler-libs/initialize_symbol_to_let_symbol.cmx lib/ocaml/compiler-libs/initialize_symbol_to_let_symbol.mli -lib/ocaml/compiler-libs/inline_and_simplify.cmi -lib/ocaml/compiler-libs/inline_and_simplify.cmt -lib/ocaml/compiler-libs/inline_and_simplify.cmti +lib/ocaml/compiler-libs/inline_and_simplify.cmx lib/ocaml/compiler-libs/inline_and_simplify.mli -lib/ocaml/compiler-libs/inline_and_simplify_aux.cmi -lib/ocaml/compiler-libs/inline_and_simplify_aux.cmt -lib/ocaml/compiler-libs/inline_and_simplify_aux.cmti +lib/ocaml/compiler-libs/inline_and_simplify_aux.cmx lib/ocaml/compiler-libs/inline_and_simplify_aux.mli -lib/ocaml/compiler-libs/inlining_cost.cmi -lib/ocaml/compiler-libs/inlining_cost.cmt -lib/ocaml/compiler-libs/inlining_cost.cmti +lib/ocaml/compiler-libs/inlining_cost.cmx lib/ocaml/compiler-libs/inlining_cost.mli -lib/ocaml/compiler-libs/inlining_decision.cmi -lib/ocaml/compiler-libs/inlining_decision.cmt -lib/ocaml/compiler-libs/inlining_decision.cmti +lib/ocaml/compiler-libs/inlining_decision.cmx lib/ocaml/compiler-libs/inlining_decision.mli -lib/ocaml/compiler-libs/inlining_decision_intf.cmi -lib/ocaml/compiler-libs/inlining_decision_intf.cmti lib/ocaml/compiler-libs/inlining_decision_intf.mli -lib/ocaml/compiler-libs/inlining_stats.cmi -lib/ocaml/compiler-libs/inlining_stats.cmt -lib/ocaml/compiler-libs/inlining_stats.cmti +lib/ocaml/compiler-libs/inlining_stats.cmx lib/ocaml/compiler-libs/inlining_stats.mli -lib/ocaml/compiler-libs/inlining_stats_types.cmi -lib/ocaml/compiler-libs/inlining_stats_types.cmt -lib/ocaml/compiler-libs/inlining_stats_types.cmti +lib/ocaml/compiler-libs/inlining_stats_types.cmx lib/ocaml/compiler-libs/inlining_stats_types.mli -lib/ocaml/compiler-libs/inlining_transforms.cmi -lib/ocaml/compiler-libs/inlining_transforms.cmt -lib/ocaml/compiler-libs/inlining_transforms.cmti +lib/ocaml/compiler-libs/inlining_transforms.cmx lib/ocaml/compiler-libs/inlining_transforms.mli lib/ocaml/compiler-libs/instruct.cmx -lib/ocaml/compiler-libs/interf.cmi -lib/ocaml/compiler-libs/interf.cmt -lib/ocaml/compiler-libs/interf.cmti +lib/ocaml/compiler-libs/int_replace_polymorphic_compare.cmx lib/ocaml/compiler-libs/interf.cmx lib/ocaml/compiler-libs/interf.mli -lib/ocaml/compiler-libs/internal_variable_names.cmi -lib/ocaml/compiler-libs/internal_variable_names.cmt -lib/ocaml/compiler-libs/internal_variable_names.cmti +lib/ocaml/compiler-libs/internal_variable_names.cmx lib/ocaml/compiler-libs/internal_variable_names.mli -lib/ocaml/compiler-libs/interval.cmi -lib/ocaml/compiler-libs/interval.cmt -lib/ocaml/compiler-libs/interval.cmti lib/ocaml/compiler-libs/interval.cmx lib/ocaml/compiler-libs/interval.mli -lib/ocaml/compiler-libs/invariant_params.cmi -lib/ocaml/compiler-libs/invariant_params.cmt -lib/ocaml/compiler-libs/invariant_params.cmti +lib/ocaml/compiler-libs/invariant_params.cmx lib/ocaml/compiler-libs/invariant_params.mli lib/ocaml/compiler-libs/lambda.cmx lib/ocaml/compiler-libs/lexer.cmx -lib/ocaml/compiler-libs/lift_code.cmi -lib/ocaml/compiler-libs/lift_code.cmt -lib/ocaml/compiler-libs/lift_code.cmti +lib/ocaml/compiler-libs/lift_code.cmx lib/ocaml/compiler-libs/lift_code.mli -lib/ocaml/compiler-libs/lift_constants.cmi -lib/ocaml/compiler-libs/lift_constants.cmt -lib/ocaml/compiler-libs/lift_constants.cmti +lib/ocaml/compiler-libs/lift_constants.cmx lib/ocaml/compiler-libs/lift_constants.mli -lib/ocaml/compiler-libs/lift_let_to_initialize_symbol.cmi -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/linearize.cmi -lib/ocaml/compiler-libs/linearize.cmt -lib/ocaml/compiler-libs/linearize.cmti lib/ocaml/compiler-libs/linearize.cmx lib/ocaml/compiler-libs/linearize.mli -lib/ocaml/compiler-libs/linkage_name.cmi -lib/ocaml/compiler-libs/linkage_name.cmt -lib/ocaml/compiler-libs/linkage_name.cmti +lib/ocaml/compiler-libs/linkage_name.cmx lib/ocaml/compiler-libs/linkage_name.mli -lib/ocaml/compiler-libs/linscan.cmi -lib/ocaml/compiler-libs/linscan.cmt -lib/ocaml/compiler-libs/linscan.cmti lib/ocaml/compiler-libs/linscan.cmx lib/ocaml/compiler-libs/linscan.mli -lib/ocaml/compiler-libs/liveness.cmi -lib/ocaml/compiler-libs/liveness.cmt -lib/ocaml/compiler-libs/liveness.cmti lib/ocaml/compiler-libs/liveness.cmx lib/ocaml/compiler-libs/liveness.mli +lib/ocaml/compiler-libs/load_path.cmx lib/ocaml/compiler-libs/location.cmx lib/ocaml/compiler-libs/longident.cmx -lib/ocaml/compiler-libs/mach.cmi -lib/ocaml/compiler-libs/mach.cmt -lib/ocaml/compiler-libs/mach.cmti lib/ocaml/compiler-libs/mach.cmx lib/ocaml/compiler-libs/mach.mli lib/ocaml/compiler-libs/main.cmx @@ -386,15 +220,11 @@ lib/ocaml/compiler-libs/main_args.cmx lib/ocaml/compiler-libs/makedepend.cmx lib/ocaml/compiler-libs/matching.cmx lib/ocaml/compiler-libs/meta.cmx -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.cmx lib/ocaml/compiler-libs/mtype.cmx -lib/ocaml/compiler-libs/mutable_variable.cmi -lib/ocaml/compiler-libs/mutable_variable.cmt -lib/ocaml/compiler-libs/mutable_variable.cmti +lib/ocaml/compiler-libs/mutable_variable.cmx lib/ocaml/compiler-libs/mutable_variable.mli lib/ocaml/compiler-libs/numbers.cmx lib/ocaml/compiler-libs/ocamlbytecomp.a @@ -406,30 +236,17 @@ lib/ocaml/compiler-libs/ocamloptcomp.cma lib/ocaml/compiler-libs/ocamloptcomp.cmxa lib/ocaml/compiler-libs/opcodes.cmx lib/ocaml/compiler-libs/oprint.cmx -lib/ocaml/compiler-libs/optcompile.cmi -lib/ocaml/compiler-libs/optcompile.cmt -lib/ocaml/compiler-libs/optcompile.cmti lib/ocaml/compiler-libs/optcompile.cmx -lib/ocaml/compiler-libs/opterrors.cmi -lib/ocaml/compiler-libs/opterrors.cmt -lib/ocaml/compiler-libs/opterrors.cmti lib/ocaml/compiler-libs/opterrors.cmx -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.o -lib/ocaml/compiler-libs/parameter.cmi -lib/ocaml/compiler-libs/parameter.cmt -lib/ocaml/compiler-libs/parameter.cmti +lib/ocaml/compiler-libs/parameter.cmx lib/ocaml/compiler-libs/parameter.mli lib/ocaml/compiler-libs/parmatch.cmx lib/ocaml/compiler-libs/parse.cmx lib/ocaml/compiler-libs/parser.cmx -lib/ocaml/compiler-libs/pass_wrapper.cmi -lib/ocaml/compiler-libs/pass_wrapper.cmt -lib/ocaml/compiler-libs/pass_wrapper.cmti +lib/ocaml/compiler-libs/pass_wrapper.cmx lib/ocaml/compiler-libs/pass_wrapper.mli lib/ocaml/compiler-libs/path.cmx lib/ocaml/compiler-libs/pparse.cmx @@ -437,171 +254,89 @@ lib/ocaml/compiler-libs/pprintast.cmx lib/ocaml/compiler-libs/predef.cmx lib/ocaml/compiler-libs/primitive.cmx lib/ocaml/compiler-libs/printast.cmx -lib/ocaml/compiler-libs/printclambda.cmi -lib/ocaml/compiler-libs/printclambda.cmt -lib/ocaml/compiler-libs/printclambda.cmti lib/ocaml/compiler-libs/printclambda.cmx lib/ocaml/compiler-libs/printclambda.mli -lib/ocaml/compiler-libs/printcmm.cmi -lib/ocaml/compiler-libs/printcmm.cmt -lib/ocaml/compiler-libs/printcmm.cmti lib/ocaml/compiler-libs/printcmm.cmx lib/ocaml/compiler-libs/printcmm.mli lib/ocaml/compiler-libs/printinstr.cmx lib/ocaml/compiler-libs/printlambda.cmx -lib/ocaml/compiler-libs/printlinear.cmi -lib/ocaml/compiler-libs/printlinear.cmt -lib/ocaml/compiler-libs/printlinear.cmti lib/ocaml/compiler-libs/printlinear.cmx lib/ocaml/compiler-libs/printlinear.mli -lib/ocaml/compiler-libs/printmach.cmi -lib/ocaml/compiler-libs/printmach.cmt -lib/ocaml/compiler-libs/printmach.cmti lib/ocaml/compiler-libs/printmach.cmx lib/ocaml/compiler-libs/printmach.mli lib/ocaml/compiler-libs/printpat.cmx lib/ocaml/compiler-libs/printtyp.cmx lib/ocaml/compiler-libs/printtyped.cmx -lib/ocaml/compiler-libs/proc.cmi -lib/ocaml/compiler-libs/proc.cmt -lib/ocaml/compiler-libs/proc.cmti lib/ocaml/compiler-libs/proc.cmx lib/ocaml/compiler-libs/proc.mli lib/ocaml/compiler-libs/profile.cmx -lib/ocaml/compiler-libs/projection.cmi -lib/ocaml/compiler-libs/projection.cmt -lib/ocaml/compiler-libs/projection.cmti +lib/ocaml/compiler-libs/projection.cmx lib/ocaml/compiler-libs/projection.mli -lib/ocaml/compiler-libs/ref_to_variables.cmi -lib/ocaml/compiler-libs/ref_to_variables.cmt -lib/ocaml/compiler-libs/ref_to_variables.cmti +lib/ocaml/compiler-libs/rec_check.cmx +lib/ocaml/compiler-libs/ref_to_variables.cmx lib/ocaml/compiler-libs/ref_to_variables.mli -lib/ocaml/compiler-libs/reg.cmi -lib/ocaml/compiler-libs/reg.cmt -lib/ocaml/compiler-libs/reg.cmti lib/ocaml/compiler-libs/reg.cmx lib/ocaml/compiler-libs/reg.mli -lib/ocaml/compiler-libs/reload.cmi -lib/ocaml/compiler-libs/reload.cmt -lib/ocaml/compiler-libs/reload.cmti lib/ocaml/compiler-libs/reload.cmx lib/ocaml/compiler-libs/reload.mli -lib/ocaml/compiler-libs/reloadgen.cmi -lib/ocaml/compiler-libs/reloadgen.cmt -lib/ocaml/compiler-libs/reloadgen.cmti lib/ocaml/compiler-libs/reloadgen.cmx lib/ocaml/compiler-libs/reloadgen.mli -lib/ocaml/compiler-libs/remove_free_vars_equal_to_args.cmi -lib/ocaml/compiler-libs/remove_free_vars_equal_to_args.cmt -lib/ocaml/compiler-libs/remove_free_vars_equal_to_args.cmti +lib/ocaml/compiler-libs/remove_free_vars_equal_to_args.cmx lib/ocaml/compiler-libs/remove_free_vars_equal_to_args.mli -lib/ocaml/compiler-libs/remove_unused_arguments.cmi -lib/ocaml/compiler-libs/remove_unused_arguments.cmt -lib/ocaml/compiler-libs/remove_unused_arguments.cmti +lib/ocaml/compiler-libs/remove_unused_arguments.cmx lib/ocaml/compiler-libs/remove_unused_arguments.mli -lib/ocaml/compiler-libs/remove_unused_closure_vars.cmi -lib/ocaml/compiler-libs/remove_unused_closure_vars.cmt -lib/ocaml/compiler-libs/remove_unused_closure_vars.cmti +lib/ocaml/compiler-libs/remove_unused_closure_vars.cmx lib/ocaml/compiler-libs/remove_unused_closure_vars.mli -lib/ocaml/compiler-libs/remove_unused_program_constructs.cmi -lib/ocaml/compiler-libs/remove_unused_program_constructs.cmt -lib/ocaml/compiler-libs/remove_unused_program_constructs.cmti +lib/ocaml/compiler-libs/remove_unused_program_constructs.cmx lib/ocaml/compiler-libs/remove_unused_program_constructs.mli lib/ocaml/compiler-libs/runtimedef.cmx -lib/ocaml/compiler-libs/schedgen.cmi -lib/ocaml/compiler-libs/schedgen.cmt -lib/ocaml/compiler-libs/schedgen.cmti lib/ocaml/compiler-libs/schedgen.cmx lib/ocaml/compiler-libs/schedgen.mli -lib/ocaml/compiler-libs/scheduling.cmi -lib/ocaml/compiler-libs/scheduling.cmt -lib/ocaml/compiler-libs/scheduling.cmti lib/ocaml/compiler-libs/scheduling.cmx lib/ocaml/compiler-libs/scheduling.mli -lib/ocaml/compiler-libs/selectgen.cmi -lib/ocaml/compiler-libs/selectgen.cmt -lib/ocaml/compiler-libs/selectgen.cmti lib/ocaml/compiler-libs/selectgen.cmx lib/ocaml/compiler-libs/selectgen.mli -lib/ocaml/compiler-libs/selection.cmi -lib/ocaml/compiler-libs/selection.cmt -lib/ocaml/compiler-libs/selection.cmti lib/ocaml/compiler-libs/selection.cmx lib/ocaml/compiler-libs/selection.mli lib/ocaml/compiler-libs/semantics_of_primitives.cmx -lib/ocaml/compiler-libs/set_of_closures_id.cmi -lib/ocaml/compiler-libs/set_of_closures_id.cmt -lib/ocaml/compiler-libs/set_of_closures_id.cmti +lib/ocaml/compiler-libs/set_of_closures_id.cmx lib/ocaml/compiler-libs/set_of_closures_id.mli -lib/ocaml/compiler-libs/set_of_closures_origin.cmi -lib/ocaml/compiler-libs/set_of_closures_origin.cmt -lib/ocaml/compiler-libs/set_of_closures_origin.cmti +lib/ocaml/compiler-libs/set_of_closures_origin.cmx lib/ocaml/compiler-libs/set_of_closures_origin.mli -lib/ocaml/compiler-libs/share_constants.cmi -lib/ocaml/compiler-libs/share_constants.cmt -lib/ocaml/compiler-libs/share_constants.cmti +lib/ocaml/compiler-libs/share_constants.cmx lib/ocaml/compiler-libs/share_constants.mli -lib/ocaml/compiler-libs/simple_value_approx.cmi -lib/ocaml/compiler-libs/simple_value_approx.cmt -lib/ocaml/compiler-libs/simple_value_approx.cmti +lib/ocaml/compiler-libs/simple_value_approx.cmx lib/ocaml/compiler-libs/simple_value_approx.mli lib/ocaml/compiler-libs/simplif.cmx -lib/ocaml/compiler-libs/simplify_boxed_integer_ops.cmi -lib/ocaml/compiler-libs/simplify_boxed_integer_ops.cmt -lib/ocaml/compiler-libs/simplify_boxed_integer_ops.cmti +lib/ocaml/compiler-libs/simplify_boxed_integer_ops.cmx lib/ocaml/compiler-libs/simplify_boxed_integer_ops.mli -lib/ocaml/compiler-libs/simplify_boxed_integer_ops_intf.cmi -lib/ocaml/compiler-libs/simplify_boxed_integer_ops_intf.cmti lib/ocaml/compiler-libs/simplify_boxed_integer_ops_intf.mli -lib/ocaml/compiler-libs/simplify_common.cmi -lib/ocaml/compiler-libs/simplify_common.cmt -lib/ocaml/compiler-libs/simplify_common.cmti +lib/ocaml/compiler-libs/simplify_common.cmx lib/ocaml/compiler-libs/simplify_common.mli -lib/ocaml/compiler-libs/simplify_primitives.cmi -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/spill.cmi -lib/ocaml/compiler-libs/spill.cmt -lib/ocaml/compiler-libs/spill.cmti lib/ocaml/compiler-libs/spill.cmx lib/ocaml/compiler-libs/spill.mli -lib/ocaml/compiler-libs/split.cmi -lib/ocaml/compiler-libs/split.cmt -lib/ocaml/compiler-libs/split.cmti lib/ocaml/compiler-libs/split.cmx lib/ocaml/compiler-libs/split.mli -lib/ocaml/compiler-libs/static_exception.cmi -lib/ocaml/compiler-libs/static_exception.cmt -lib/ocaml/compiler-libs/static_exception.cmti +lib/ocaml/compiler-libs/static_exception.cmx lib/ocaml/compiler-libs/static_exception.mli -lib/ocaml/compiler-libs/strmatch.cmi -lib/ocaml/compiler-libs/strmatch.cmt -lib/ocaml/compiler-libs/strmatch.cmti lib/ocaml/compiler-libs/strmatch.cmx lib/ocaml/compiler-libs/strmatch.mli lib/ocaml/compiler-libs/strongly_connected_components.cmx lib/ocaml/compiler-libs/stypes.cmx lib/ocaml/compiler-libs/subst.cmx lib/ocaml/compiler-libs/switch.cmx -lib/ocaml/compiler-libs/symbol.cmi -lib/ocaml/compiler-libs/symbol.cmt -lib/ocaml/compiler-libs/symbol.cmti +lib/ocaml/compiler-libs/symbol.cmx lib/ocaml/compiler-libs/symbol.mli lib/ocaml/compiler-libs/symtable.cmx lib/ocaml/compiler-libs/syntaxerr.cmx -lib/ocaml/compiler-libs/tag.cmi -lib/ocaml/compiler-libs/tag.cmt -lib/ocaml/compiler-libs/tag.cmti +lib/ocaml/compiler-libs/tag.cmx lib/ocaml/compiler-libs/tag.mli lib/ocaml/compiler-libs/targetint.cmx lib/ocaml/compiler-libs/tast_mapper.cmx -lib/ocaml/compiler-libs/tbl.cmx lib/ocaml/compiler-libs/terminfo.cmx lib/ocaml/compiler-libs/translattribute.cmx lib/ocaml/compiler-libs/translclass.cmx @@ -609,71 +344,47 @@ lib/ocaml/compiler-libs/translcore.cmx lib/ocaml/compiler-libs/translmod.cmx lib/ocaml/compiler-libs/translobj.cmx lib/ocaml/compiler-libs/translprim.cmx -lib/ocaml/compiler-libs/traverse_for_exported_symbols.cmi -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/typeclass.cmx lib/ocaml/compiler-libs/typecore.cmx lib/ocaml/compiler-libs/typedecl.cmx +lib/ocaml/compiler-libs/typedecl_immediacy.cmx +lib/ocaml/compiler-libs/typedecl_properties.cmx +lib/ocaml/compiler-libs/typedecl_unboxed.cmx +lib/ocaml/compiler-libs/typedecl_variance.cmx lib/ocaml/compiler-libs/typedtree.cmx lib/ocaml/compiler-libs/typedtreeIter.cmx -lib/ocaml/compiler-libs/typedtreeMap.cmx lib/ocaml/compiler-libs/typemod.cmx lib/ocaml/compiler-libs/typeopt.cmx lib/ocaml/compiler-libs/types.cmx lib/ocaml/compiler-libs/typetexp.cmx -lib/ocaml/compiler-libs/un_anf.cmi -lib/ocaml/compiler-libs/un_anf.cmt -lib/ocaml/compiler-libs/un_anf.cmti lib/ocaml/compiler-libs/un_anf.cmx lib/ocaml/compiler-libs/un_anf.mli -lib/ocaml/compiler-libs/unbox_closures.cmi -lib/ocaml/compiler-libs/unbox_closures.cmt -lib/ocaml/compiler-libs/unbox_closures.cmti +lib/ocaml/compiler-libs/unbox_closures.cmx lib/ocaml/compiler-libs/unbox_closures.mli -lib/ocaml/compiler-libs/unbox_free_vars_of_closures.cmi -lib/ocaml/compiler-libs/unbox_free_vars_of_closures.cmt -lib/ocaml/compiler-libs/unbox_free_vars_of_closures.cmti +lib/ocaml/compiler-libs/unbox_free_vars_of_closures.cmx lib/ocaml/compiler-libs/unbox_free_vars_of_closures.mli -lib/ocaml/compiler-libs/unbox_specialised_args.cmi -lib/ocaml/compiler-libs/unbox_specialised_args.cmt -lib/ocaml/compiler-libs/unbox_specialised_args.cmti +lib/ocaml/compiler-libs/unbox_specialised_args.cmx lib/ocaml/compiler-libs/unbox_specialised_args.mli lib/ocaml/compiler-libs/untypeast.cmx -lib/ocaml/compiler-libs/var_within_closure.cmi -lib/ocaml/compiler-libs/var_within_closure.cmt -lib/ocaml/compiler-libs/var_within_closure.cmti +lib/ocaml/compiler-libs/var_within_closure.cmx lib/ocaml/compiler-libs/var_within_closure.mli -lib/ocaml/compiler-libs/variable.cmi -lib/ocaml/compiler-libs/variable.cmt -lib/ocaml/compiler-libs/variable.cmti +lib/ocaml/compiler-libs/variable.cmx lib/ocaml/compiler-libs/variable.mli lib/ocaml/compiler-libs/warnings.cmx -lib/ocaml/compiler-libs/x86_ast.cmi -lib/ocaml/compiler-libs/x86_ast.cmti lib/ocaml/compiler-libs/x86_ast.mli -lib/ocaml/compiler-libs/x86_dsl.cmi -lib/ocaml/compiler-libs/x86_dsl.cmt -lib/ocaml/compiler-libs/x86_dsl.cmti lib/ocaml/compiler-libs/x86_dsl.cmx lib/ocaml/compiler-libs/x86_dsl.mli -lib/ocaml/compiler-libs/x86_gas.cmi -lib/ocaml/compiler-libs/x86_gas.cmt -lib/ocaml/compiler-libs/x86_gas.cmti lib/ocaml/compiler-libs/x86_gas.cmx lib/ocaml/compiler-libs/x86_gas.mli -lib/ocaml/compiler-libs/x86_masm.cmi -lib/ocaml/compiler-libs/x86_masm.cmt -lib/ocaml/compiler-libs/x86_masm.cmti lib/ocaml/compiler-libs/x86_masm.cmx lib/ocaml/compiler-libs/x86_masm.mli -lib/ocaml/compiler-libs/x86_proc.cmi -lib/ocaml/compiler-libs/x86_proc.cmt -lib/ocaml/compiler-libs/x86_proc.cmti lib/ocaml/compiler-libs/x86_proc.cmx lib/ocaml/compiler-libs/x86_proc.mli +lib/ocaml/dynlink_common.cmx +lib/ocaml/dynlink_platform_intf.cmx +lib/ocaml/dynlink_types.cmx lib/ocaml/libasmrun.a lib/ocaml/libasmrun_pic.a lib/ocaml/libasmrun_shared.so @@ -734,159 +445,121 @@ lib/ocaml/profiling.cmx lib/ocaml/profiling.o lib/ocaml/std_exit.cmx lib/ocaml/std_exit.o -lib/ocaml/std_exit.p.cmt lib/ocaml/std_exit.p.cmx lib/ocaml/std_exit.p.o lib/ocaml/stdlib.a lib/ocaml/stdlib.cmx lib/ocaml/stdlib.cmxa lib/ocaml/stdlib.p.a -lib/ocaml/stdlib.p.cmt lib/ocaml/stdlib.p.cmx lib/ocaml/stdlib.p.cmxa lib/ocaml/stdlib__arg.cmx -lib/ocaml/stdlib__arg.p.cmt lib/ocaml/stdlib__arg.p.cmx lib/ocaml/stdlib__array.cmx -lib/ocaml/stdlib__array.p.cmt lib/ocaml/stdlib__array.p.cmx lib/ocaml/stdlib__arrayLabels.cmx -lib/ocaml/stdlib__arrayLabels.p.cmt lib/ocaml/stdlib__arrayLabels.p.cmx lib/ocaml/stdlib__bigarray.cmx -lib/ocaml/stdlib__bigarray.p.cmt lib/ocaml/stdlib__bigarray.p.cmx +lib/ocaml/stdlib__bool.cmx +lib/ocaml/stdlib__bool.p.cmx lib/ocaml/stdlib__buffer.cmx -lib/ocaml/stdlib__buffer.p.cmt lib/ocaml/stdlib__buffer.p.cmx lib/ocaml/stdlib__bytes.cmx -lib/ocaml/stdlib__bytes.p.cmt lib/ocaml/stdlib__bytes.p.cmx lib/ocaml/stdlib__bytesLabels.cmx -lib/ocaml/stdlib__bytesLabels.p.cmt lib/ocaml/stdlib__bytesLabels.p.cmx lib/ocaml/stdlib__callback.cmx -lib/ocaml/stdlib__callback.p.cmt lib/ocaml/stdlib__callback.p.cmx lib/ocaml/stdlib__char.cmx -lib/ocaml/stdlib__char.p.cmt lib/ocaml/stdlib__char.p.cmx lib/ocaml/stdlib__complex.cmx -lib/ocaml/stdlib__complex.p.cmt lib/ocaml/stdlib__complex.p.cmx lib/ocaml/stdlib__digest.cmx -lib/ocaml/stdlib__digest.p.cmt lib/ocaml/stdlib__digest.p.cmx lib/ocaml/stdlib__ephemeron.cmx -lib/ocaml/stdlib__ephemeron.p.cmt lib/ocaml/stdlib__ephemeron.p.cmx lib/ocaml/stdlib__filename.cmx -lib/ocaml/stdlib__filename.p.cmt lib/ocaml/stdlib__filename.p.cmx lib/ocaml/stdlib__float.cmx -lib/ocaml/stdlib__float.p.cmt lib/ocaml/stdlib__float.p.cmx lib/ocaml/stdlib__format.cmx -lib/ocaml/stdlib__format.p.cmt lib/ocaml/stdlib__format.p.cmx +lib/ocaml/stdlib__fun.cmx +lib/ocaml/stdlib__fun.p.cmx lib/ocaml/stdlib__gc.cmx -lib/ocaml/stdlib__gc.p.cmt lib/ocaml/stdlib__gc.p.cmx lib/ocaml/stdlib__genlex.cmx -lib/ocaml/stdlib__genlex.p.cmt lib/ocaml/stdlib__genlex.p.cmx lib/ocaml/stdlib__hashtbl.cmx -lib/ocaml/stdlib__hashtbl.p.cmt lib/ocaml/stdlib__hashtbl.p.cmx +lib/ocaml/stdlib__int.cmx +lib/ocaml/stdlib__int.p.cmx lib/ocaml/stdlib__int32.cmx -lib/ocaml/stdlib__int32.p.cmt lib/ocaml/stdlib__int32.p.cmx lib/ocaml/stdlib__int64.cmx -lib/ocaml/stdlib__int64.p.cmt lib/ocaml/stdlib__int64.p.cmx lib/ocaml/stdlib__lazy.cmx -lib/ocaml/stdlib__lazy.p.cmt lib/ocaml/stdlib__lazy.p.cmx lib/ocaml/stdlib__lexing.cmx -lib/ocaml/stdlib__lexing.p.cmt lib/ocaml/stdlib__lexing.p.cmx lib/ocaml/stdlib__list.cmx -lib/ocaml/stdlib__list.p.cmt lib/ocaml/stdlib__list.p.cmx lib/ocaml/stdlib__listLabels.cmx -lib/ocaml/stdlib__listLabels.p.cmt lib/ocaml/stdlib__listLabels.p.cmx lib/ocaml/stdlib__map.cmx -lib/ocaml/stdlib__map.p.cmt lib/ocaml/stdlib__map.p.cmx lib/ocaml/stdlib__marshal.cmx -lib/ocaml/stdlib__marshal.p.cmt lib/ocaml/stdlib__marshal.p.cmx lib/ocaml/stdlib__moreLabels.cmx -lib/ocaml/stdlib__moreLabels.p.cmt lib/ocaml/stdlib__moreLabels.p.cmx lib/ocaml/stdlib__nativeint.cmx -lib/ocaml/stdlib__nativeint.p.cmt lib/ocaml/stdlib__nativeint.p.cmx lib/ocaml/stdlib__obj.cmx -lib/ocaml/stdlib__obj.p.cmt lib/ocaml/stdlib__obj.p.cmx lib/ocaml/stdlib__oo.cmx -lib/ocaml/stdlib__oo.p.cmt lib/ocaml/stdlib__oo.p.cmx +lib/ocaml/stdlib__option.cmx +lib/ocaml/stdlib__option.p.cmx lib/ocaml/stdlib__parsing.cmx -lib/ocaml/stdlib__parsing.p.cmt lib/ocaml/stdlib__parsing.p.cmx +lib/ocaml/stdlib__pervasives.cmx +lib/ocaml/stdlib__pervasives.p.cmx lib/ocaml/stdlib__printexc.cmx -lib/ocaml/stdlib__printexc.p.cmt lib/ocaml/stdlib__printexc.p.cmx lib/ocaml/stdlib__printf.cmx -lib/ocaml/stdlib__printf.p.cmt lib/ocaml/stdlib__printf.p.cmx lib/ocaml/stdlib__queue.cmx -lib/ocaml/stdlib__queue.p.cmt lib/ocaml/stdlib__queue.p.cmx lib/ocaml/stdlib__random.cmx -lib/ocaml/stdlib__random.p.cmt lib/ocaml/stdlib__random.p.cmx +lib/ocaml/stdlib__result.cmx +lib/ocaml/stdlib__result.p.cmx lib/ocaml/stdlib__scanf.cmx -lib/ocaml/stdlib__scanf.p.cmt lib/ocaml/stdlib__scanf.p.cmx lib/ocaml/stdlib__seq.cmx -lib/ocaml/stdlib__seq.p.cmt lib/ocaml/stdlib__seq.p.cmx lib/ocaml/stdlib__set.cmx -lib/ocaml/stdlib__set.p.cmt lib/ocaml/stdlib__set.p.cmx -lib/ocaml/stdlib__sort.cmx -lib/ocaml/stdlib__sort.p.cmt -lib/ocaml/stdlib__sort.p.cmx lib/ocaml/stdlib__spacetime.cmx -lib/ocaml/stdlib__spacetime.p.cmt lib/ocaml/stdlib__spacetime.p.cmx lib/ocaml/stdlib__stack.cmx -lib/ocaml/stdlib__stack.p.cmt lib/ocaml/stdlib__stack.p.cmx lib/ocaml/stdlib__stdLabels.cmx -lib/ocaml/stdlib__stdLabels.p.cmt lib/ocaml/stdlib__stdLabels.p.cmx lib/ocaml/stdlib__stream.cmx -lib/ocaml/stdlib__stream.p.cmt lib/ocaml/stdlib__stream.p.cmx lib/ocaml/stdlib__string.cmx -lib/ocaml/stdlib__string.p.cmt lib/ocaml/stdlib__string.p.cmx lib/ocaml/stdlib__stringLabels.cmx -lib/ocaml/stdlib__stringLabels.p.cmt lib/ocaml/stdlib__stringLabels.p.cmx lib/ocaml/stdlib__sys.cmx -lib/ocaml/stdlib__sys.p.cmt lib/ocaml/stdlib__sys.p.cmx lib/ocaml/stdlib__uchar.cmx -lib/ocaml/stdlib__uchar.p.cmt lib/ocaml/stdlib__uchar.p.cmx +lib/ocaml/stdlib__unit.cmx +lib/ocaml/stdlib__unit.p.cmx lib/ocaml/stdlib__weak.cmx -lib/ocaml/stdlib__weak.p.cmt lib/ocaml/stdlib__weak.p.cmx lib/ocaml/str.a lib/ocaml/str.cmx diff --git a/lang/ocaml/pkg/PLIST-main b/lang/ocaml/pkg/PLIST-main index c2f73feff6b..9f54d2a2791 100644 --- a/lang/ocaml/pkg/PLIST-main +++ b/lang/ocaml/pkg/PLIST-main @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST-main,v 1.12 2019/03/04 12:51:15 chrisz Exp $ +@comment $OpenBSD: PLIST-main,v 1.13 2019/09/18 17:49:37 chrisz Exp $ %%native%% bin/ocaml bin/ocaml-instr-graph @@ -42,6 +42,8 @@ lib/ocaml/bigarray.cmi lib/ocaml/bigarray.cmti lib/ocaml/bigarray.ml lib/ocaml/bigarray.mli +lib/ocaml/bool.ml +lib/ocaml/bool.mli lib/ocaml/buffer.ml lib/ocaml/buffer.mli lib/ocaml/bytes.ml @@ -118,36 +120,69 @@ lib/ocaml/camlinternalFormat.cmt lib/ocaml/camlinternalFormat.cmti lib/ocaml/camlinternalFormat.ml lib/ocaml/camlinternalFormat.mli +lib/ocaml/camlinternalFormat.p.cmt lib/ocaml/camlinternalFormatBasics.cmi lib/ocaml/camlinternalFormatBasics.cmt lib/ocaml/camlinternalFormatBasics.cmti lib/ocaml/camlinternalFormatBasics.ml lib/ocaml/camlinternalFormatBasics.mli +lib/ocaml/camlinternalFormatBasics.p.cmt lib/ocaml/camlinternalLazy.cmi lib/ocaml/camlinternalLazy.cmt lib/ocaml/camlinternalLazy.cmti lib/ocaml/camlinternalLazy.ml lib/ocaml/camlinternalLazy.mli +lib/ocaml/camlinternalLazy.p.cmt lib/ocaml/camlinternalMod.cmi lib/ocaml/camlinternalMod.cmt lib/ocaml/camlinternalMod.cmti lib/ocaml/camlinternalMod.ml lib/ocaml/camlinternalMod.mli +lib/ocaml/camlinternalMod.p.cmt lib/ocaml/camlinternalOO.cmi lib/ocaml/camlinternalOO.cmt lib/ocaml/camlinternalOO.cmti lib/ocaml/camlinternalOO.ml lib/ocaml/camlinternalOO.mli +lib/ocaml/camlinternalOO.p.cmt lib/ocaml/char.ml lib/ocaml/char.mli lib/ocaml/compiler-libs/ +lib/ocaml/compiler-libs/CSE.cmi +lib/ocaml/compiler-libs/CSE.cmt +lib/ocaml/compiler-libs/CSEgen.cmi +lib/ocaml/compiler-libs/CSEgen.cmt +lib/ocaml/compiler-libs/CSEgen.cmti +lib/ocaml/compiler-libs/afl_instrument.cmi +lib/ocaml/compiler-libs/afl_instrument.cmt +lib/ocaml/compiler-libs/afl_instrument.cmti +lib/ocaml/compiler-libs/alias_analysis.cmi +lib/ocaml/compiler-libs/alias_analysis.cmt +lib/ocaml/compiler-libs/alias_analysis.cmti +lib/ocaml/compiler-libs/allocated_const.cmi +lib/ocaml/compiler-libs/allocated_const.cmt +lib/ocaml/compiler-libs/allocated_const.cmti lib/ocaml/compiler-libs/annot.cmi lib/ocaml/compiler-libs/annot.cmti lib/ocaml/compiler-libs/annot.mli +lib/ocaml/compiler-libs/arch.cmi +lib/ocaml/compiler-libs/arch.cmt lib/ocaml/compiler-libs/arg_helper.cmi lib/ocaml/compiler-libs/arg_helper.cmt lib/ocaml/compiler-libs/arg_helper.cmti lib/ocaml/compiler-libs/arg_helper.mli +lib/ocaml/compiler-libs/asmgen.cmi +lib/ocaml/compiler-libs/asmgen.cmt +lib/ocaml/compiler-libs/asmgen.cmti +lib/ocaml/compiler-libs/asmlibrarian.cmi +lib/ocaml/compiler-libs/asmlibrarian.cmt +lib/ocaml/compiler-libs/asmlibrarian.cmti +lib/ocaml/compiler-libs/asmlink.cmi +lib/ocaml/compiler-libs/asmlink.cmt +lib/ocaml/compiler-libs/asmlink.cmti +lib/ocaml/compiler-libs/asmpackager.cmi +lib/ocaml/compiler-libs/asmpackager.cmt +lib/ocaml/compiler-libs/asmpackager.cmti lib/ocaml/compiler-libs/ast_helper.cmi lib/ocaml/compiler-libs/ast_helper.cmt lib/ocaml/compiler-libs/ast_helper.cmti @@ -171,10 +206,27 @@ lib/ocaml/compiler-libs/attr_helper.cmi lib/ocaml/compiler-libs/attr_helper.cmt lib/ocaml/compiler-libs/attr_helper.cmti lib/ocaml/compiler-libs/attr_helper.mli +lib/ocaml/compiler-libs/augment_specialised_args.cmi +lib/ocaml/compiler-libs/augment_specialised_args.cmt +lib/ocaml/compiler-libs/augment_specialised_args.cmti +lib/ocaml/compiler-libs/backend_intf.cmi +lib/ocaml/compiler-libs/backend_intf.cmti +lib/ocaml/compiler-libs/backend_var.cmi +lib/ocaml/compiler-libs/backend_var.cmt +lib/ocaml/compiler-libs/backend_var.cmti +lib/ocaml/compiler-libs/backend_var.mli +lib/ocaml/compiler-libs/branch_relaxation.cmi +lib/ocaml/compiler-libs/branch_relaxation.cmt +lib/ocaml/compiler-libs/branch_relaxation.cmti +lib/ocaml/compiler-libs/branch_relaxation_intf.cmi +lib/ocaml/compiler-libs/branch_relaxation_intf.cmt lib/ocaml/compiler-libs/btype.cmi lib/ocaml/compiler-libs/btype.cmt lib/ocaml/compiler-libs/btype.cmti lib/ocaml/compiler-libs/btype.mli +lib/ocaml/compiler-libs/build_export_info.cmi +lib/ocaml/compiler-libs/build_export_info.cmt +lib/ocaml/compiler-libs/build_export_info.cmti lib/ocaml/compiler-libs/build_path_prefix_map.cmi lib/ocaml/compiler-libs/build_path_prefix_map.cmt lib/ocaml/compiler-libs/build_path_prefix_map.cmti @@ -203,18 +255,52 @@ lib/ocaml/compiler-libs/bytesections.cmi lib/ocaml/compiler-libs/bytesections.cmt lib/ocaml/compiler-libs/bytesections.cmti lib/ocaml/compiler-libs/bytesections.mli +lib/ocaml/compiler-libs/camlinternalMenhirLib.cmi +lib/ocaml/compiler-libs/camlinternalMenhirLib.cmt +lib/ocaml/compiler-libs/camlinternalMenhirLib.cmti +lib/ocaml/compiler-libs/camlinternalMenhirLib.mli lib/ocaml/compiler-libs/ccomp.cmi lib/ocaml/compiler-libs/ccomp.cmt lib/ocaml/compiler-libs/ccomp.cmti lib/ocaml/compiler-libs/ccomp.mli +lib/ocaml/compiler-libs/clambda.cmi +lib/ocaml/compiler-libs/clambda.cmt +lib/ocaml/compiler-libs/clambda.cmti lib/ocaml/compiler-libs/clflags.cmi lib/ocaml/compiler-libs/clflags.cmt lib/ocaml/compiler-libs/clflags.cmti lib/ocaml/compiler-libs/clflags.mli +lib/ocaml/compiler-libs/closure.cmi +lib/ocaml/compiler-libs/closure.cmt +lib/ocaml/compiler-libs/closure.cmti +lib/ocaml/compiler-libs/closure_conversion.cmi +lib/ocaml/compiler-libs/closure_conversion.cmt +lib/ocaml/compiler-libs/closure_conversion.cmti +lib/ocaml/compiler-libs/closure_conversion_aux.cmi +lib/ocaml/compiler-libs/closure_conversion_aux.cmt +lib/ocaml/compiler-libs/closure_conversion_aux.cmti +lib/ocaml/compiler-libs/closure_element.cmi +lib/ocaml/compiler-libs/closure_element.cmt +lib/ocaml/compiler-libs/closure_element.cmti +lib/ocaml/compiler-libs/closure_id.cmi +lib/ocaml/compiler-libs/closure_id.cmt +lib/ocaml/compiler-libs/closure_id.cmti +lib/ocaml/compiler-libs/closure_offsets.cmi +lib/ocaml/compiler-libs/closure_offsets.cmt +lib/ocaml/compiler-libs/closure_offsets.cmti +lib/ocaml/compiler-libs/closure_origin.cmi +lib/ocaml/compiler-libs/closure_origin.cmt +lib/ocaml/compiler-libs/closure_origin.cmti lib/ocaml/compiler-libs/cmi_format.cmi lib/ocaml/compiler-libs/cmi_format.cmt lib/ocaml/compiler-libs/cmi_format.cmti lib/ocaml/compiler-libs/cmi_format.mli +lib/ocaml/compiler-libs/cmm.cmi +lib/ocaml/compiler-libs/cmm.cmt +lib/ocaml/compiler-libs/cmm.cmti +lib/ocaml/compiler-libs/cmmgen.cmi +lib/ocaml/compiler-libs/cmmgen.cmt +lib/ocaml/compiler-libs/cmmgen.cmti lib/ocaml/compiler-libs/cmo_format.cmi lib/ocaml/compiler-libs/cmo_format.cmti lib/ocaml/compiler-libs/cmo_format.mli @@ -222,18 +308,48 @@ lib/ocaml/compiler-libs/cmt_format.cmi lib/ocaml/compiler-libs/cmt_format.cmt lib/ocaml/compiler-libs/cmt_format.cmti 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/coloring.cmi +lib/ocaml/compiler-libs/coloring.cmt +lib/ocaml/compiler-libs/coloring.cmti +lib/ocaml/compiler-libs/comballoc.cmi +lib/ocaml/compiler-libs/comballoc.cmt +lib/ocaml/compiler-libs/comballoc.cmti lib/ocaml/compiler-libs/compdynlink.cmi lib/ocaml/compiler-libs/compdynlink.cmt lib/ocaml/compiler-libs/compdynlink.cmti 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.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.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.mli lib/ocaml/compiler-libs/compenv.cmi lib/ocaml/compiler-libs/compenv.cmt lib/ocaml/compiler-libs/compenv.cmti lib/ocaml/compiler-libs/compenv.mli +lib/ocaml/compiler-libs/compilation_unit.cmi +lib/ocaml/compiler-libs/compilation_unit.cmt +lib/ocaml/compiler-libs/compilation_unit.cmti lib/ocaml/compiler-libs/compile.cmi lib/ocaml/compiler-libs/compile.cmt lib/ocaml/compiler-libs/compile.cmti lib/ocaml/compiler-libs/compile.mli +lib/ocaml/compiler-libs/compile_common.cmi +lib/ocaml/compiler-libs/compile_common.cmt +lib/ocaml/compiler-libs/compile_common.cmti +lib/ocaml/compiler-libs/compile_common.mli +lib/ocaml/compiler-libs/compilenv.cmi +lib/ocaml/compiler-libs/compilenv.cmt +lib/ocaml/compiler-libs/compilenv.cmti lib/ocaml/compiler-libs/compmisc.cmi lib/ocaml/compiler-libs/compmisc.cmt lib/ocaml/compiler-libs/compmisc.cmti @@ -258,6 +374,12 @@ lib/ocaml/compiler-libs/datarepr.cmi lib/ocaml/compiler-libs/datarepr.cmt lib/ocaml/compiler-libs/datarepr.cmti lib/ocaml/compiler-libs/datarepr.mli +lib/ocaml/compiler-libs/deadcode.cmi +lib/ocaml/compiler-libs/deadcode.cmt +lib/ocaml/compiler-libs/deadcode.cmti +lib/ocaml/compiler-libs/debuginfo.cmi +lib/ocaml/compiler-libs/debuginfo.cmt +lib/ocaml/compiler-libs/debuginfo.cmti lib/ocaml/compiler-libs/depend.cmi lib/ocaml/compiler-libs/depend.cmt lib/ocaml/compiler-libs/depend.cmti @@ -270,6 +392,15 @@ lib/ocaml/compiler-libs/docstrings.cmi lib/ocaml/compiler-libs/docstrings.cmt lib/ocaml/compiler-libs/docstrings.cmti lib/ocaml/compiler-libs/docstrings.mli +lib/ocaml/compiler-libs/effect_analysis.cmi +lib/ocaml/compiler-libs/effect_analysis.cmt +lib/ocaml/compiler-libs/effect_analysis.cmti +lib/ocaml/compiler-libs/emit.cmi +lib/ocaml/compiler-libs/emit.cmt +lib/ocaml/compiler-libs/emit.cmti +lib/ocaml/compiler-libs/emitaux.cmi +lib/ocaml/compiler-libs/emitaux.cmt +lib/ocaml/compiler-libs/emitaux.cmti lib/ocaml/compiler-libs/emitcode.cmi lib/ocaml/compiler-libs/emitcode.cmt lib/ocaml/compiler-libs/emitcode.cmti @@ -286,12 +417,48 @@ lib/ocaml/compiler-libs/errors.cmi lib/ocaml/compiler-libs/errors.cmt lib/ocaml/compiler-libs/errors.cmti lib/ocaml/compiler-libs/errors.mli +lib/ocaml/compiler-libs/export_id.cmi +lib/ocaml/compiler-libs/export_id.cmt +lib/ocaml/compiler-libs/export_id.cmti +lib/ocaml/compiler-libs/export_info.cmi +lib/ocaml/compiler-libs/export_info.cmt +lib/ocaml/compiler-libs/export_info.cmti +lib/ocaml/compiler-libs/export_info_for_pack.cmi +lib/ocaml/compiler-libs/export_info_for_pack.cmt +lib/ocaml/compiler-libs/export_info_for_pack.cmti lib/ocaml/compiler-libs/expunge.cmi lib/ocaml/compiler-libs/expunge.cmt +lib/ocaml/compiler-libs/extract_projections.cmi +lib/ocaml/compiler-libs/extract_projections.cmt +lib/ocaml/compiler-libs/extract_projections.cmti +lib/ocaml/compiler-libs/find_recursive_functions.cmi +lib/ocaml/compiler-libs/find_recursive_functions.cmt +lib/ocaml/compiler-libs/find_recursive_functions.cmti +lib/ocaml/compiler-libs/flambda.cmi +lib/ocaml/compiler-libs/flambda.cmt +lib/ocaml/compiler-libs/flambda.cmti +lib/ocaml/compiler-libs/flambda_invariants.cmi +lib/ocaml/compiler-libs/flambda_invariants.cmt +lib/ocaml/compiler-libs/flambda_invariants.cmti +lib/ocaml/compiler-libs/flambda_iterators.cmi +lib/ocaml/compiler-libs/flambda_iterators.cmt +lib/ocaml/compiler-libs/flambda_iterators.cmti +lib/ocaml/compiler-libs/flambda_to_clambda.cmi +lib/ocaml/compiler-libs/flambda_to_clambda.cmt +lib/ocaml/compiler-libs/flambda_to_clambda.cmti +lib/ocaml/compiler-libs/flambda_utils.cmi +lib/ocaml/compiler-libs/flambda_utils.cmt +lib/ocaml/compiler-libs/flambda_utils.cmti +lib/ocaml/compiler-libs/freshening.cmi +lib/ocaml/compiler-libs/freshening.cmt +lib/ocaml/compiler-libs/freshening.cmti 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/id_types.cmi +lib/ocaml/compiler-libs/id_types.cmt +lib/ocaml/compiler-libs/id_types.cmti lib/ocaml/compiler-libs/ident.cmi lib/ocaml/compiler-libs/ident.cmt lib/ocaml/compiler-libs/ident.cmti @@ -300,6 +467,9 @@ lib/ocaml/compiler-libs/identifiable.cmi lib/ocaml/compiler-libs/identifiable.cmt lib/ocaml/compiler-libs/identifiable.cmti lib/ocaml/compiler-libs/identifiable.mli +lib/ocaml/compiler-libs/import_approx.cmi +lib/ocaml/compiler-libs/import_approx.cmt +lib/ocaml/compiler-libs/import_approx.cmti lib/ocaml/compiler-libs/includeclass.cmi lib/ocaml/compiler-libs/includeclass.cmt lib/ocaml/compiler-libs/includeclass.cmti @@ -312,10 +482,55 @@ lib/ocaml/compiler-libs/includemod.cmi lib/ocaml/compiler-libs/includemod.cmt lib/ocaml/compiler-libs/includemod.cmti lib/ocaml/compiler-libs/includemod.mli +lib/ocaml/compiler-libs/inconstant_idents.cmi +lib/ocaml/compiler-libs/inconstant_idents.cmt +lib/ocaml/compiler-libs/inconstant_idents.cmti +lib/ocaml/compiler-libs/initialize_symbol_to_let_symbol.cmi +lib/ocaml/compiler-libs/initialize_symbol_to_let_symbol.cmt +lib/ocaml/compiler-libs/initialize_symbol_to_let_symbol.cmti +lib/ocaml/compiler-libs/inline_and_simplify.cmi +lib/ocaml/compiler-libs/inline_and_simplify.cmt +lib/ocaml/compiler-libs/inline_and_simplify.cmti +lib/ocaml/compiler-libs/inline_and_simplify_aux.cmi +lib/ocaml/compiler-libs/inline_and_simplify_aux.cmt +lib/ocaml/compiler-libs/inline_and_simplify_aux.cmti +lib/ocaml/compiler-libs/inlining_cost.cmi +lib/ocaml/compiler-libs/inlining_cost.cmt +lib/ocaml/compiler-libs/inlining_cost.cmti +lib/ocaml/compiler-libs/inlining_decision.cmi +lib/ocaml/compiler-libs/inlining_decision.cmt +lib/ocaml/compiler-libs/inlining_decision.cmti +lib/ocaml/compiler-libs/inlining_decision_intf.cmi +lib/ocaml/compiler-libs/inlining_decision_intf.cmti +lib/ocaml/compiler-libs/inlining_stats.cmi +lib/ocaml/compiler-libs/inlining_stats.cmt +lib/ocaml/compiler-libs/inlining_stats.cmti +lib/ocaml/compiler-libs/inlining_stats_types.cmi +lib/ocaml/compiler-libs/inlining_stats_types.cmt +lib/ocaml/compiler-libs/inlining_stats_types.cmti +lib/ocaml/compiler-libs/inlining_transforms.cmi +lib/ocaml/compiler-libs/inlining_transforms.cmt +lib/ocaml/compiler-libs/inlining_transforms.cmti lib/ocaml/compiler-libs/instruct.cmi lib/ocaml/compiler-libs/instruct.cmt lib/ocaml/compiler-libs/instruct.cmti lib/ocaml/compiler-libs/instruct.mli +lib/ocaml/compiler-libs/int_replace_polymorphic_compare.cmi +lib/ocaml/compiler-libs/int_replace_polymorphic_compare.cmt +lib/ocaml/compiler-libs/int_replace_polymorphic_compare.cmti +lib/ocaml/compiler-libs/int_replace_polymorphic_compare.mli +lib/ocaml/compiler-libs/interf.cmi +lib/ocaml/compiler-libs/interf.cmt +lib/ocaml/compiler-libs/interf.cmti +lib/ocaml/compiler-libs/internal_variable_names.cmi +lib/ocaml/compiler-libs/internal_variable_names.cmt +lib/ocaml/compiler-libs/internal_variable_names.cmti +lib/ocaml/compiler-libs/interval.cmi +lib/ocaml/compiler-libs/interval.cmt +lib/ocaml/compiler-libs/interval.cmti +lib/ocaml/compiler-libs/invariant_params.cmi +lib/ocaml/compiler-libs/invariant_params.cmt +lib/ocaml/compiler-libs/invariant_params.cmti lib/ocaml/compiler-libs/lambda.cmi lib/ocaml/compiler-libs/lambda.cmt lib/ocaml/compiler-libs/lambda.cmti @@ -324,6 +539,31 @@ lib/ocaml/compiler-libs/lexer.cmi lib/ocaml/compiler-libs/lexer.cmt lib/ocaml/compiler-libs/lexer.cmti lib/ocaml/compiler-libs/lexer.mli +lib/ocaml/compiler-libs/lift_code.cmi +lib/ocaml/compiler-libs/lift_code.cmt +lib/ocaml/compiler-libs/lift_code.cmti +lib/ocaml/compiler-libs/lift_constants.cmi +lib/ocaml/compiler-libs/lift_constants.cmt +lib/ocaml/compiler-libs/lift_constants.cmti +lib/ocaml/compiler-libs/lift_let_to_initialize_symbol.cmi +lib/ocaml/compiler-libs/lift_let_to_initialize_symbol.cmt +lib/ocaml/compiler-libs/lift_let_to_initialize_symbol.cmti +lib/ocaml/compiler-libs/linearize.cmi +lib/ocaml/compiler-libs/linearize.cmt +lib/ocaml/compiler-libs/linearize.cmti +lib/ocaml/compiler-libs/linkage_name.cmi +lib/ocaml/compiler-libs/linkage_name.cmt +lib/ocaml/compiler-libs/linkage_name.cmti +lib/ocaml/compiler-libs/linscan.cmi +lib/ocaml/compiler-libs/linscan.cmt +lib/ocaml/compiler-libs/linscan.cmti +lib/ocaml/compiler-libs/liveness.cmi +lib/ocaml/compiler-libs/liveness.cmt +lib/ocaml/compiler-libs/liveness.cmti +lib/ocaml/compiler-libs/load_path.cmi +lib/ocaml/compiler-libs/load_path.cmt +lib/ocaml/compiler-libs/load_path.cmti +lib/ocaml/compiler-libs/load_path.mli lib/ocaml/compiler-libs/location.cmi lib/ocaml/compiler-libs/location.cmt lib/ocaml/compiler-libs/location.cmti @@ -332,6 +572,9 @@ lib/ocaml/compiler-libs/longident.cmi lib/ocaml/compiler-libs/longident.cmt lib/ocaml/compiler-libs/longident.cmti lib/ocaml/compiler-libs/longident.mli +lib/ocaml/compiler-libs/mach.cmi +lib/ocaml/compiler-libs/mach.cmt +lib/ocaml/compiler-libs/mach.cmti lib/ocaml/compiler-libs/main.cmi lib/ocaml/compiler-libs/main.cmo lib/ocaml/compiler-libs/main.cmt @@ -353,6 +596,9 @@ lib/ocaml/compiler-libs/meta.cmi lib/ocaml/compiler-libs/meta.cmt lib/ocaml/compiler-libs/meta.cmti 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/misc.cmi lib/ocaml/compiler-libs/misc.cmt lib/ocaml/compiler-libs/misc.cmti @@ -361,6 +607,9 @@ lib/ocaml/compiler-libs/mtype.cmi lib/ocaml/compiler-libs/mtype.cmt lib/ocaml/compiler-libs/mtype.cmti lib/ocaml/compiler-libs/mtype.mli +lib/ocaml/compiler-libs/mutable_variable.cmi +lib/ocaml/compiler-libs/mutable_variable.cmt +lib/ocaml/compiler-libs/mutable_variable.cmti lib/ocaml/compiler-libs/numbers.cmi lib/ocaml/compiler-libs/numbers.cmt lib/ocaml/compiler-libs/numbers.cmti @@ -374,8 +623,17 @@ lib/ocaml/compiler-libs/oprint.cmi lib/ocaml/compiler-libs/oprint.cmt lib/ocaml/compiler-libs/oprint.cmti lib/ocaml/compiler-libs/oprint.mli +lib/ocaml/compiler-libs/optcompile.cmi +lib/ocaml/compiler-libs/optcompile.cmt +lib/ocaml/compiler-libs/optcompile.cmti lib/ocaml/compiler-libs/optcompile.mli +lib/ocaml/compiler-libs/opterrors.cmi +lib/ocaml/compiler-libs/opterrors.cmt +lib/ocaml/compiler-libs/opterrors.cmti lib/ocaml/compiler-libs/opterrors.mli +lib/ocaml/compiler-libs/optmain.cmi +lib/ocaml/compiler-libs/optmain.cmt +lib/ocaml/compiler-libs/optmain.cmti lib/ocaml/compiler-libs/optmain.mli lib/ocaml/compiler-libs/opttopdirs.mli lib/ocaml/compiler-libs/opttoploop.mli @@ -383,6 +641,9 @@ lib/ocaml/compiler-libs/opttopmain.mli lib/ocaml/compiler-libs/outcometree.cmi lib/ocaml/compiler-libs/outcometree.cmti lib/ocaml/compiler-libs/outcometree.mli +lib/ocaml/compiler-libs/parameter.cmi +lib/ocaml/compiler-libs/parameter.cmt +lib/ocaml/compiler-libs/parameter.cmti lib/ocaml/compiler-libs/parmatch.cmi lib/ocaml/compiler-libs/parmatch.cmt lib/ocaml/compiler-libs/parmatch.cmti @@ -398,6 +659,9 @@ lib/ocaml/compiler-libs/parser.mli lib/ocaml/compiler-libs/parsetree.cmi lib/ocaml/compiler-libs/parsetree.cmti lib/ocaml/compiler-libs/parsetree.mli +lib/ocaml/compiler-libs/pass_wrapper.cmi +lib/ocaml/compiler-libs/pass_wrapper.cmt +lib/ocaml/compiler-libs/pass_wrapper.cmti lib/ocaml/compiler-libs/path.cmi lib/ocaml/compiler-libs/path.cmt lib/ocaml/compiler-libs/path.cmti @@ -422,6 +686,12 @@ lib/ocaml/compiler-libs/printast.cmi lib/ocaml/compiler-libs/printast.cmt lib/ocaml/compiler-libs/printast.cmti lib/ocaml/compiler-libs/printast.mli +lib/ocaml/compiler-libs/printclambda.cmi +lib/ocaml/compiler-libs/printclambda.cmt +lib/ocaml/compiler-libs/printclambda.cmti +lib/ocaml/compiler-libs/printcmm.cmi +lib/ocaml/compiler-libs/printcmm.cmt +lib/ocaml/compiler-libs/printcmm.cmti lib/ocaml/compiler-libs/printinstr.cmi lib/ocaml/compiler-libs/printinstr.cmt lib/ocaml/compiler-libs/printinstr.cmti @@ -430,6 +700,12 @@ lib/ocaml/compiler-libs/printlambda.cmi lib/ocaml/compiler-libs/printlambda.cmt lib/ocaml/compiler-libs/printlambda.cmti lib/ocaml/compiler-libs/printlambda.mli +lib/ocaml/compiler-libs/printlinear.cmi +lib/ocaml/compiler-libs/printlinear.cmt +lib/ocaml/compiler-libs/printlinear.cmti +lib/ocaml/compiler-libs/printmach.cmi +lib/ocaml/compiler-libs/printmach.cmt +lib/ocaml/compiler-libs/printmach.cmti lib/ocaml/compiler-libs/printpat.cmi lib/ocaml/compiler-libs/printpat.cmt lib/ocaml/compiler-libs/printpat.cmti @@ -442,22 +718,106 @@ lib/ocaml/compiler-libs/printtyped.cmi lib/ocaml/compiler-libs/printtyped.cmt lib/ocaml/compiler-libs/printtyped.cmti lib/ocaml/compiler-libs/printtyped.mli +lib/ocaml/compiler-libs/proc.cmi +lib/ocaml/compiler-libs/proc.cmt +lib/ocaml/compiler-libs/proc.cmti lib/ocaml/compiler-libs/profile.cmi lib/ocaml/compiler-libs/profile.cmt lib/ocaml/compiler-libs/profile.cmti lib/ocaml/compiler-libs/profile.mli +lib/ocaml/compiler-libs/projection.cmi +lib/ocaml/compiler-libs/projection.cmt +lib/ocaml/compiler-libs/projection.cmti +lib/ocaml/compiler-libs/rec_check.cmi +lib/ocaml/compiler-libs/rec_check.cmt +lib/ocaml/compiler-libs/rec_check.cmti +lib/ocaml/compiler-libs/rec_check.mli +lib/ocaml/compiler-libs/ref_to_variables.cmi +lib/ocaml/compiler-libs/ref_to_variables.cmt +lib/ocaml/compiler-libs/ref_to_variables.cmti +lib/ocaml/compiler-libs/reg.cmi +lib/ocaml/compiler-libs/reg.cmt +lib/ocaml/compiler-libs/reg.cmti +lib/ocaml/compiler-libs/reload.cmi +lib/ocaml/compiler-libs/reload.cmt +lib/ocaml/compiler-libs/reload.cmti +lib/ocaml/compiler-libs/reloadgen.cmi +lib/ocaml/compiler-libs/reloadgen.cmt +lib/ocaml/compiler-libs/reloadgen.cmti +lib/ocaml/compiler-libs/remove_free_vars_equal_to_args.cmi +lib/ocaml/compiler-libs/remove_free_vars_equal_to_args.cmt +lib/ocaml/compiler-libs/remove_free_vars_equal_to_args.cmti +lib/ocaml/compiler-libs/remove_unused_arguments.cmi +lib/ocaml/compiler-libs/remove_unused_arguments.cmt +lib/ocaml/compiler-libs/remove_unused_arguments.cmti +lib/ocaml/compiler-libs/remove_unused_closure_vars.cmi +lib/ocaml/compiler-libs/remove_unused_closure_vars.cmt +lib/ocaml/compiler-libs/remove_unused_closure_vars.cmti +lib/ocaml/compiler-libs/remove_unused_program_constructs.cmi +lib/ocaml/compiler-libs/remove_unused_program_constructs.cmt +lib/ocaml/compiler-libs/remove_unused_program_constructs.cmti lib/ocaml/compiler-libs/runtimedef.cmi lib/ocaml/compiler-libs/runtimedef.cmt lib/ocaml/compiler-libs/runtimedef.cmti lib/ocaml/compiler-libs/runtimedef.mli +lib/ocaml/compiler-libs/schedgen.cmi +lib/ocaml/compiler-libs/schedgen.cmt +lib/ocaml/compiler-libs/schedgen.cmti +lib/ocaml/compiler-libs/scheduling.cmi +lib/ocaml/compiler-libs/scheduling.cmt +lib/ocaml/compiler-libs/scheduling.cmti +lib/ocaml/compiler-libs/selectgen.cmi +lib/ocaml/compiler-libs/selectgen.cmt +lib/ocaml/compiler-libs/selectgen.cmti +lib/ocaml/compiler-libs/selection.cmi +lib/ocaml/compiler-libs/selection.cmt +lib/ocaml/compiler-libs/selection.cmti lib/ocaml/compiler-libs/semantics_of_primitives.cmi lib/ocaml/compiler-libs/semantics_of_primitives.cmt lib/ocaml/compiler-libs/semantics_of_primitives.cmti lib/ocaml/compiler-libs/semantics_of_primitives.mli +lib/ocaml/compiler-libs/set_of_closures_id.cmi +lib/ocaml/compiler-libs/set_of_closures_id.cmt +lib/ocaml/compiler-libs/set_of_closures_id.cmti +lib/ocaml/compiler-libs/set_of_closures_origin.cmi +lib/ocaml/compiler-libs/set_of_closures_origin.cmt +lib/ocaml/compiler-libs/set_of_closures_origin.cmti +lib/ocaml/compiler-libs/share_constants.cmi +lib/ocaml/compiler-libs/share_constants.cmt +lib/ocaml/compiler-libs/share_constants.cmti +lib/ocaml/compiler-libs/simple_value_approx.cmi +lib/ocaml/compiler-libs/simple_value_approx.cmt +lib/ocaml/compiler-libs/simple_value_approx.cmti lib/ocaml/compiler-libs/simplif.cmi lib/ocaml/compiler-libs/simplif.cmt lib/ocaml/compiler-libs/simplif.cmti lib/ocaml/compiler-libs/simplif.mli +lib/ocaml/compiler-libs/simplify_boxed_integer_ops.cmi +lib/ocaml/compiler-libs/simplify_boxed_integer_ops.cmt +lib/ocaml/compiler-libs/simplify_boxed_integer_ops.cmti +lib/ocaml/compiler-libs/simplify_boxed_integer_ops_intf.cmi +lib/ocaml/compiler-libs/simplify_boxed_integer_ops_intf.cmti +lib/ocaml/compiler-libs/simplify_common.cmi +lib/ocaml/compiler-libs/simplify_common.cmt +lib/ocaml/compiler-libs/simplify_common.cmti +lib/ocaml/compiler-libs/simplify_primitives.cmi +lib/ocaml/compiler-libs/simplify_primitives.cmt +lib/ocaml/compiler-libs/simplify_primitives.cmti +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/spill.cmi +lib/ocaml/compiler-libs/spill.cmt +lib/ocaml/compiler-libs/spill.cmti +lib/ocaml/compiler-libs/split.cmi +lib/ocaml/compiler-libs/split.cmt +lib/ocaml/compiler-libs/split.cmti +lib/ocaml/compiler-libs/static_exception.cmi +lib/ocaml/compiler-libs/static_exception.cmt +lib/ocaml/compiler-libs/static_exception.cmti +lib/ocaml/compiler-libs/strmatch.cmi +lib/ocaml/compiler-libs/strmatch.cmt +lib/ocaml/compiler-libs/strmatch.cmti lib/ocaml/compiler-libs/strongly_connected_components.cmi lib/ocaml/compiler-libs/strongly_connected_components.cmt lib/ocaml/compiler-libs/strongly_connected_components.cmti @@ -474,6 +834,9 @@ lib/ocaml/compiler-libs/switch.cmi lib/ocaml/compiler-libs/switch.cmt lib/ocaml/compiler-libs/switch.cmti lib/ocaml/compiler-libs/switch.mli +lib/ocaml/compiler-libs/symbol.cmi +lib/ocaml/compiler-libs/symbol.cmt +lib/ocaml/compiler-libs/symbol.cmti lib/ocaml/compiler-libs/symtable.cmi lib/ocaml/compiler-libs/symtable.cmt lib/ocaml/compiler-libs/symtable.cmti @@ -482,6 +845,9 @@ lib/ocaml/compiler-libs/syntaxerr.cmi lib/ocaml/compiler-libs/syntaxerr.cmt lib/ocaml/compiler-libs/syntaxerr.cmti lib/ocaml/compiler-libs/syntaxerr.mli +lib/ocaml/compiler-libs/tag.cmi +lib/ocaml/compiler-libs/tag.cmt +lib/ocaml/compiler-libs/tag.cmti lib/ocaml/compiler-libs/targetint.cmi lib/ocaml/compiler-libs/targetint.cmt lib/ocaml/compiler-libs/targetint.cmti @@ -490,10 +856,6 @@ lib/ocaml/compiler-libs/tast_mapper.cmi lib/ocaml/compiler-libs/tast_mapper.cmt lib/ocaml/compiler-libs/tast_mapper.cmti lib/ocaml/compiler-libs/tast_mapper.mli -lib/ocaml/compiler-libs/tbl.cmi -lib/ocaml/compiler-libs/tbl.cmt -lib/ocaml/compiler-libs/tbl.cmti -lib/ocaml/compiler-libs/tbl.mli lib/ocaml/compiler-libs/terminfo.cmi lib/ocaml/compiler-libs/terminfo.cmt lib/ocaml/compiler-libs/terminfo.cmti @@ -541,6 +903,9 @@ lib/ocaml/compiler-libs/translprim.cmi lib/ocaml/compiler-libs/translprim.cmt lib/ocaml/compiler-libs/translprim.cmti lib/ocaml/compiler-libs/translprim.mli +lib/ocaml/compiler-libs/traverse_for_exported_symbols.cmi +lib/ocaml/compiler-libs/traverse_for_exported_symbols.cmt +lib/ocaml/compiler-libs/traverse_for_exported_symbols.cmti lib/ocaml/compiler-libs/typeclass.cmi lib/ocaml/compiler-libs/typeclass.cmt lib/ocaml/compiler-libs/typeclass.cmti @@ -553,6 +918,22 @@ lib/ocaml/compiler-libs/typedecl.cmi lib/ocaml/compiler-libs/typedecl.cmt lib/ocaml/compiler-libs/typedecl.cmti lib/ocaml/compiler-libs/typedecl.mli +lib/ocaml/compiler-libs/typedecl_immediacy.cmi +lib/ocaml/compiler-libs/typedecl_immediacy.cmt +lib/ocaml/compiler-libs/typedecl_immediacy.cmti +lib/ocaml/compiler-libs/typedecl_immediacy.mli +lib/ocaml/compiler-libs/typedecl_properties.cmi +lib/ocaml/compiler-libs/typedecl_properties.cmt +lib/ocaml/compiler-libs/typedecl_properties.cmti +lib/ocaml/compiler-libs/typedecl_properties.mli +lib/ocaml/compiler-libs/typedecl_unboxed.cmi +lib/ocaml/compiler-libs/typedecl_unboxed.cmt +lib/ocaml/compiler-libs/typedecl_unboxed.cmti +lib/ocaml/compiler-libs/typedecl_unboxed.mli +lib/ocaml/compiler-libs/typedecl_variance.cmi +lib/ocaml/compiler-libs/typedecl_variance.cmt +lib/ocaml/compiler-libs/typedecl_variance.cmti +lib/ocaml/compiler-libs/typedecl_variance.mli lib/ocaml/compiler-libs/typedtree.cmi lib/ocaml/compiler-libs/typedtree.cmt lib/ocaml/compiler-libs/typedtree.cmti @@ -561,10 +942,6 @@ lib/ocaml/compiler-libs/typedtreeIter.cmi lib/ocaml/compiler-libs/typedtreeIter.cmt lib/ocaml/compiler-libs/typedtreeIter.cmti lib/ocaml/compiler-libs/typedtreeIter.mli -lib/ocaml/compiler-libs/typedtreeMap.cmi -lib/ocaml/compiler-libs/typedtreeMap.cmt -lib/ocaml/compiler-libs/typedtreeMap.cmti -lib/ocaml/compiler-libs/typedtreeMap.mli lib/ocaml/compiler-libs/typemod.cmi lib/ocaml/compiler-libs/typemod.cmt lib/ocaml/compiler-libs/typemod.cmti @@ -581,17 +958,48 @@ lib/ocaml/compiler-libs/typetexp.cmi lib/ocaml/compiler-libs/typetexp.cmt lib/ocaml/compiler-libs/typetexp.cmti lib/ocaml/compiler-libs/typetexp.mli +lib/ocaml/compiler-libs/un_anf.cmi +lib/ocaml/compiler-libs/un_anf.cmt +lib/ocaml/compiler-libs/un_anf.cmti +lib/ocaml/compiler-libs/unbox_closures.cmi +lib/ocaml/compiler-libs/unbox_closures.cmt +lib/ocaml/compiler-libs/unbox_closures.cmti +lib/ocaml/compiler-libs/unbox_free_vars_of_closures.cmi +lib/ocaml/compiler-libs/unbox_free_vars_of_closures.cmt +lib/ocaml/compiler-libs/unbox_free_vars_of_closures.cmti +lib/ocaml/compiler-libs/unbox_specialised_args.cmi +lib/ocaml/compiler-libs/unbox_specialised_args.cmt +lib/ocaml/compiler-libs/unbox_specialised_args.cmti lib/ocaml/compiler-libs/untypeast.cmi lib/ocaml/compiler-libs/untypeast.cmt lib/ocaml/compiler-libs/untypeast.cmti lib/ocaml/compiler-libs/untypeast.mli +lib/ocaml/compiler-libs/var_within_closure.cmi +lib/ocaml/compiler-libs/var_within_closure.cmt +lib/ocaml/compiler-libs/var_within_closure.cmti +lib/ocaml/compiler-libs/variable.cmi +lib/ocaml/compiler-libs/variable.cmt +lib/ocaml/compiler-libs/variable.cmti lib/ocaml/compiler-libs/warnings.cmi lib/ocaml/compiler-libs/warnings.cmt lib/ocaml/compiler-libs/warnings.cmti lib/ocaml/compiler-libs/warnings.mli +lib/ocaml/compiler-libs/x86_ast.cmi +lib/ocaml/compiler-libs/x86_ast.cmti +lib/ocaml/compiler-libs/x86_dsl.cmi +lib/ocaml/compiler-libs/x86_dsl.cmt +lib/ocaml/compiler-libs/x86_dsl.cmti +lib/ocaml/compiler-libs/x86_gas.cmi +lib/ocaml/compiler-libs/x86_gas.cmt +lib/ocaml/compiler-libs/x86_gas.cmti +lib/ocaml/compiler-libs/x86_masm.cmi +lib/ocaml/compiler-libs/x86_masm.cmt +lib/ocaml/compiler-libs/x86_masm.cmti +lib/ocaml/compiler-libs/x86_proc.cmi +lib/ocaml/compiler-libs/x86_proc.cmt +lib/ocaml/compiler-libs/x86_proc.cmti lib/ocaml/complex.ml lib/ocaml/complex.mli -lib/ocaml/condition.mli lib/ocaml/digest.ml lib/ocaml/digest.mli lib/ocaml/dynlink.cma @@ -600,7 +1008,6 @@ lib/ocaml/dynlink.cmti lib/ocaml/dynlink.mli lib/ocaml/ephemeron.ml lib/ocaml/ephemeron.mli -lib/ocaml/event.mli lib/ocaml/expunge lib/ocaml/extract_crc lib/ocaml/filename.ml @@ -609,12 +1016,16 @@ lib/ocaml/float.ml lib/ocaml/float.mli lib/ocaml/format.ml lib/ocaml/format.mli +lib/ocaml/fun.ml +lib/ocaml/fun.mli lib/ocaml/gc.ml lib/ocaml/gc.mli lib/ocaml/genlex.ml lib/ocaml/genlex.mli lib/ocaml/hashtbl.ml lib/ocaml/hashtbl.mli +lib/ocaml/int.ml +lib/ocaml/int.mli lib/ocaml/int32.ml lib/ocaml/int32.mli lib/ocaml/int64.ml @@ -624,13 +1035,14 @@ lib/ocaml/lazy.mli lib/ocaml/ld.conf lib/ocaml/lexing.ml lib/ocaml/lexing.mli -lib/ocaml/libbigarray.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 +@comment raw_spacetime is not built on all archs +@comment lib/ocaml/libraw_spacetime_lib.a lib/ocaml/libthreads.a lib/ocaml/libunix.a lib/ocaml/list.ml @@ -643,7 +1055,6 @@ lib/ocaml/marshal.ml lib/ocaml/marshal.mli lib/ocaml/moreLabels.ml lib/ocaml/moreLabels.mli -lib/ocaml/mutex.mli lib/ocaml/nativeint.ml lib/ocaml/nativeint.mli lib/ocaml/obj.ml @@ -705,8 +1116,11 @@ lib/ocaml/ocamldoc/odoc_types.cmi lib/ocaml/ocamldoc/odoc_value.cmi lib/ocaml/oo.ml lib/ocaml/oo.mli +lib/ocaml/option.ml +lib/ocaml/option.mli lib/ocaml/parsing.ml lib/ocaml/parsing.mli +lib/ocaml/pervasives.ml lib/ocaml/printexc.ml lib/ocaml/printexc.mli lib/ocaml/printf.ml @@ -719,14 +1133,23 @@ lib/ocaml/queue.ml lib/ocaml/queue.mli lib/ocaml/random.ml lib/ocaml/random.mli +@comment raw_spacetime is not built on all archs +@comment lib/ocaml/raw_spacetime_lib.a +@comment lib/ocaml/raw_spacetime_lib.cma +@comment lib/ocaml/raw_spacetime_lib.cmi +@comment lib/ocaml/raw_spacetime_lib.cmti +@comment lib/ocaml/raw_spacetime_lib.cmx +@comment lib/ocaml/raw_spacetime_lib.cmxa +@comment @bin lib/ocaml/raw_spacetime_lib.cmxs +@comment lib/ocaml/raw_spacetime_lib.mli +lib/ocaml/result.ml +lib/ocaml/result.mli lib/ocaml/scanf.ml lib/ocaml/scanf.mli lib/ocaml/seq.ml lib/ocaml/seq.mli lib/ocaml/set.ml lib/ocaml/set.mli -lib/ocaml/sort.ml -lib/ocaml/sort.mli lib/ocaml/spacetime.ml lib/ocaml/spacetime.mli lib/ocaml/stack.ml @@ -737,156 +1160,230 @@ lib/ocaml/std_exit.cmi lib/ocaml/std_exit.cmo lib/ocaml/std_exit.cmt lib/ocaml/std_exit.ml +lib/ocaml/std_exit.p.cmt lib/ocaml/stdlib.cma lib/ocaml/stdlib.cmi lib/ocaml/stdlib.cmt lib/ocaml/stdlib.cmti lib/ocaml/stdlib.ml lib/ocaml/stdlib.mli +lib/ocaml/stdlib.p.cmt lib/ocaml/stdlib__arg.cmi lib/ocaml/stdlib__arg.cmt lib/ocaml/stdlib__arg.cmti +lib/ocaml/stdlib__arg.p.cmt lib/ocaml/stdlib__array.cmi lib/ocaml/stdlib__array.cmt lib/ocaml/stdlib__array.cmti +lib/ocaml/stdlib__array.p.cmt lib/ocaml/stdlib__arrayLabels.cmi lib/ocaml/stdlib__arrayLabels.cmt lib/ocaml/stdlib__arrayLabels.cmti +lib/ocaml/stdlib__arrayLabels.p.cmt lib/ocaml/stdlib__bigarray.cmi lib/ocaml/stdlib__bigarray.cmt lib/ocaml/stdlib__bigarray.cmti +lib/ocaml/stdlib__bigarray.p.cmt +lib/ocaml/stdlib__bool.cmi +lib/ocaml/stdlib__bool.cmt +lib/ocaml/stdlib__bool.cmti +lib/ocaml/stdlib__bool.p.cmt lib/ocaml/stdlib__buffer.cmi lib/ocaml/stdlib__buffer.cmt lib/ocaml/stdlib__buffer.cmti +lib/ocaml/stdlib__buffer.p.cmt lib/ocaml/stdlib__bytes.cmi lib/ocaml/stdlib__bytes.cmt lib/ocaml/stdlib__bytes.cmti +lib/ocaml/stdlib__bytes.p.cmt lib/ocaml/stdlib__bytesLabels.cmi lib/ocaml/stdlib__bytesLabels.cmt lib/ocaml/stdlib__bytesLabels.cmti +lib/ocaml/stdlib__bytesLabels.p.cmt lib/ocaml/stdlib__callback.cmi lib/ocaml/stdlib__callback.cmt lib/ocaml/stdlib__callback.cmti +lib/ocaml/stdlib__callback.p.cmt lib/ocaml/stdlib__char.cmi lib/ocaml/stdlib__char.cmt lib/ocaml/stdlib__char.cmti +lib/ocaml/stdlib__char.p.cmt lib/ocaml/stdlib__complex.cmi lib/ocaml/stdlib__complex.cmt lib/ocaml/stdlib__complex.cmti +lib/ocaml/stdlib__complex.p.cmt lib/ocaml/stdlib__digest.cmi lib/ocaml/stdlib__digest.cmt lib/ocaml/stdlib__digest.cmti +lib/ocaml/stdlib__digest.p.cmt lib/ocaml/stdlib__ephemeron.cmi lib/ocaml/stdlib__ephemeron.cmt lib/ocaml/stdlib__ephemeron.cmti +lib/ocaml/stdlib__ephemeron.p.cmt lib/ocaml/stdlib__filename.cmi lib/ocaml/stdlib__filename.cmt lib/ocaml/stdlib__filename.cmti +lib/ocaml/stdlib__filename.p.cmt lib/ocaml/stdlib__float.cmi lib/ocaml/stdlib__float.cmt lib/ocaml/stdlib__float.cmti +lib/ocaml/stdlib__float.p.cmt lib/ocaml/stdlib__format.cmi lib/ocaml/stdlib__format.cmt lib/ocaml/stdlib__format.cmti +lib/ocaml/stdlib__format.p.cmt +lib/ocaml/stdlib__fun.cmi +lib/ocaml/stdlib__fun.cmt +lib/ocaml/stdlib__fun.cmti +lib/ocaml/stdlib__fun.p.cmt lib/ocaml/stdlib__gc.cmi lib/ocaml/stdlib__gc.cmt lib/ocaml/stdlib__gc.cmti +lib/ocaml/stdlib__gc.p.cmt lib/ocaml/stdlib__genlex.cmi lib/ocaml/stdlib__genlex.cmt lib/ocaml/stdlib__genlex.cmti +lib/ocaml/stdlib__genlex.p.cmt lib/ocaml/stdlib__hashtbl.cmi lib/ocaml/stdlib__hashtbl.cmt lib/ocaml/stdlib__hashtbl.cmti +lib/ocaml/stdlib__hashtbl.p.cmt +lib/ocaml/stdlib__int.cmi +lib/ocaml/stdlib__int.cmt +lib/ocaml/stdlib__int.cmti +lib/ocaml/stdlib__int.p.cmt lib/ocaml/stdlib__int32.cmi lib/ocaml/stdlib__int32.cmt lib/ocaml/stdlib__int32.cmti +lib/ocaml/stdlib__int32.p.cmt lib/ocaml/stdlib__int64.cmi lib/ocaml/stdlib__int64.cmt lib/ocaml/stdlib__int64.cmti +lib/ocaml/stdlib__int64.p.cmt lib/ocaml/stdlib__lazy.cmi lib/ocaml/stdlib__lazy.cmt lib/ocaml/stdlib__lazy.cmti +lib/ocaml/stdlib__lazy.p.cmt lib/ocaml/stdlib__lexing.cmi lib/ocaml/stdlib__lexing.cmt lib/ocaml/stdlib__lexing.cmti +lib/ocaml/stdlib__lexing.p.cmt lib/ocaml/stdlib__list.cmi lib/ocaml/stdlib__list.cmt lib/ocaml/stdlib__list.cmti +lib/ocaml/stdlib__list.p.cmt lib/ocaml/stdlib__listLabels.cmi lib/ocaml/stdlib__listLabels.cmt lib/ocaml/stdlib__listLabels.cmti +lib/ocaml/stdlib__listLabels.p.cmt lib/ocaml/stdlib__map.cmi lib/ocaml/stdlib__map.cmt lib/ocaml/stdlib__map.cmti +lib/ocaml/stdlib__map.p.cmt lib/ocaml/stdlib__marshal.cmi lib/ocaml/stdlib__marshal.cmt lib/ocaml/stdlib__marshal.cmti +lib/ocaml/stdlib__marshal.p.cmt lib/ocaml/stdlib__moreLabels.cmi lib/ocaml/stdlib__moreLabels.cmt lib/ocaml/stdlib__moreLabels.cmti +lib/ocaml/stdlib__moreLabels.p.cmt lib/ocaml/stdlib__nativeint.cmi lib/ocaml/stdlib__nativeint.cmt lib/ocaml/stdlib__nativeint.cmti +lib/ocaml/stdlib__nativeint.p.cmt lib/ocaml/stdlib__obj.cmi lib/ocaml/stdlib__obj.cmt lib/ocaml/stdlib__obj.cmti +lib/ocaml/stdlib__obj.p.cmt lib/ocaml/stdlib__oo.cmi lib/ocaml/stdlib__oo.cmt lib/ocaml/stdlib__oo.cmti +lib/ocaml/stdlib__oo.p.cmt +lib/ocaml/stdlib__option.cmi +lib/ocaml/stdlib__option.cmt +lib/ocaml/stdlib__option.cmti +lib/ocaml/stdlib__option.p.cmt lib/ocaml/stdlib__parsing.cmi lib/ocaml/stdlib__parsing.cmt lib/ocaml/stdlib__parsing.cmti +lib/ocaml/stdlib__parsing.p.cmt +lib/ocaml/stdlib__pervasives.cmi +lib/ocaml/stdlib__pervasives.cmt +lib/ocaml/stdlib__pervasives.p.cmi +lib/ocaml/stdlib__pervasives.p.cmt lib/ocaml/stdlib__printexc.cmi lib/ocaml/stdlib__printexc.cmt lib/ocaml/stdlib__printexc.cmti +lib/ocaml/stdlib__printexc.p.cmt lib/ocaml/stdlib__printf.cmi lib/ocaml/stdlib__printf.cmt lib/ocaml/stdlib__printf.cmti +lib/ocaml/stdlib__printf.p.cmt lib/ocaml/stdlib__queue.cmi lib/ocaml/stdlib__queue.cmt lib/ocaml/stdlib__queue.cmti +lib/ocaml/stdlib__queue.p.cmt lib/ocaml/stdlib__random.cmi lib/ocaml/stdlib__random.cmt lib/ocaml/stdlib__random.cmti +lib/ocaml/stdlib__random.p.cmt +lib/ocaml/stdlib__result.cmi +lib/ocaml/stdlib__result.cmt +lib/ocaml/stdlib__result.cmti +lib/ocaml/stdlib__result.p.cmt lib/ocaml/stdlib__scanf.cmi lib/ocaml/stdlib__scanf.cmt lib/ocaml/stdlib__scanf.cmti +lib/ocaml/stdlib__scanf.p.cmt lib/ocaml/stdlib__seq.cmi lib/ocaml/stdlib__seq.cmt lib/ocaml/stdlib__seq.cmti +lib/ocaml/stdlib__seq.p.cmt lib/ocaml/stdlib__set.cmi lib/ocaml/stdlib__set.cmt lib/ocaml/stdlib__set.cmti -lib/ocaml/stdlib__sort.cmi -lib/ocaml/stdlib__sort.cmt -lib/ocaml/stdlib__sort.cmti +lib/ocaml/stdlib__set.p.cmt lib/ocaml/stdlib__spacetime.cmi lib/ocaml/stdlib__spacetime.cmt lib/ocaml/stdlib__spacetime.cmti +lib/ocaml/stdlib__spacetime.p.cmt lib/ocaml/stdlib__stack.cmi lib/ocaml/stdlib__stack.cmt lib/ocaml/stdlib__stack.cmti +lib/ocaml/stdlib__stack.p.cmt lib/ocaml/stdlib__stdLabels.cmi lib/ocaml/stdlib__stdLabels.cmt lib/ocaml/stdlib__stdLabels.cmti +lib/ocaml/stdlib__stdLabels.p.cmt lib/ocaml/stdlib__stream.cmi lib/ocaml/stdlib__stream.cmt lib/ocaml/stdlib__stream.cmti +lib/ocaml/stdlib__stream.p.cmt lib/ocaml/stdlib__string.cmi lib/ocaml/stdlib__string.cmt lib/ocaml/stdlib__string.cmti +lib/ocaml/stdlib__string.p.cmt lib/ocaml/stdlib__stringLabels.cmi lib/ocaml/stdlib__stringLabels.cmt lib/ocaml/stdlib__stringLabels.cmti +lib/ocaml/stdlib__stringLabels.p.cmt lib/ocaml/stdlib__sys.cmi lib/ocaml/stdlib__sys.cmt lib/ocaml/stdlib__sys.cmti +lib/ocaml/stdlib__sys.p.cmt lib/ocaml/stdlib__uchar.cmi lib/ocaml/stdlib__uchar.cmt lib/ocaml/stdlib__uchar.cmti +lib/ocaml/stdlib__uchar.p.cmt +lib/ocaml/stdlib__unit.cmi +lib/ocaml/stdlib__unit.cmt +lib/ocaml/stdlib__unit.cmti +lib/ocaml/stdlib__unit.p.cmt lib/ocaml/stdlib__weak.cmi lib/ocaml/stdlib__weak.cmt lib/ocaml/stdlib__weak.cmti +lib/ocaml/stdlib__weak.p.cmt lib/ocaml/str.cma lib/ocaml/str.cmi lib/ocaml/str.cmti @@ -898,8 +1395,9 @@ lib/ocaml/string.mli lib/ocaml/stringLabels.ml lib/ocaml/stringLabels.mli lib/ocaml/stublibs/ -lib/ocaml/stublibs/dllbigarray.so lib/ocaml/stublibs/dllcamlstr.so +@comment raw_spacetime is not built on all archs +@comment lib/ocaml/stublibs/dllraw_spacetime_lib.so lib/ocaml/stublibs/dllthreads.so lib/ocaml/stublibs/dllunix.so lib/ocaml/stublibs/dllvmthreads.so @@ -907,19 +1405,22 @@ lib/ocaml/sys.ml lib/ocaml/sys.mli lib/ocaml/target_camlheaderd lib/ocaml/target_camlheaderi -lib/ocaml/thread.mli -lib/ocaml/threadUnix.mli lib/ocaml/threads/ lib/ocaml/threads/condition.cmi lib/ocaml/threads/condition.cmti +lib/ocaml/threads/condition.mli lib/ocaml/threads/event.cmi lib/ocaml/threads/event.cmti +lib/ocaml/threads/event.mli lib/ocaml/threads/mutex.cmi lib/ocaml/threads/mutex.cmti +lib/ocaml/threads/mutex.mli lib/ocaml/threads/thread.cmi lib/ocaml/threads/thread.cmti +lib/ocaml/threads/thread.mli lib/ocaml/threads/threadUnix.cmi lib/ocaml/threads/threadUnix.cmti +lib/ocaml/threads/threadUnix.mli lib/ocaml/threads/threads.cma lib/ocaml/topdirs.cmi lib/ocaml/topdirs.cmt @@ -927,6 +1428,8 @@ lib/ocaml/topdirs.cmti lib/ocaml/topdirs.mli lib/ocaml/uchar.ml lib/ocaml/uchar.mli +lib/ocaml/unit.ml +lib/ocaml/unit.mli lib/ocaml/unix.cma lib/ocaml/unix.cmi lib/ocaml/unix.cmti @@ -977,6 +1480,7 @@ lib/ocaml/weak.mli @man man/man3/Array.3o @man man/man3/ArrayLabels.3o @man man/man3/Ast_helper.3o +@man man/man3/Ast_helper.Attr.3o @man man/man3/Ast_helper.Cf.3o @man man/man3/Ast_helper.Ci.3o @man man/man3/Ast_helper.Cl.3o @@ -990,10 +1494,13 @@ lib/ocaml/weak.mli @man man/man3/Ast_helper.Mb.3o @man man/man3/Ast_helper.Md.3o @man man/man3/Ast_helper.Mod.3o +@man man/man3/Ast_helper.Ms.3o @man man/man3/Ast_helper.Mtd.3o @man man/man3/Ast_helper.Mty.3o +@man man/man3/Ast_helper.Of.3o @man man/man3/Ast_helper.Opn.3o @man man/man3/Ast_helper.Pat.3o +@man man/man3/Ast_helper.Rf.3o @man man/man3/Ast_helper.Sig.3o @man man/man3/Ast_helper.Str.3o @man man/man3/Ast_helper.Te.3o @@ -1012,6 +1519,7 @@ lib/ocaml/weak.mli @man man/man3/Bigarray.Array2.3o @man man/man3/Bigarray.Array3.3o @man man/man3/Bigarray.Genarray.3o +@man man/man3/Bool.3o @man man/man3/Buffer.3o @man man/man3/Build_path_prefix_map.3o @man man/man3/Builtin_attributes.3o @@ -1021,22 +1529,58 @@ lib/ocaml/weak.mli @man man/man3/CamlinternalFormat.3o @man man/man3/CamlinternalFormatBasics.3o @man man/man3/CamlinternalLazy.3o +@man man/man3/CamlinternalMenhirLib.3o +@man man/man3/CamlinternalMenhirLib.Convert.3o +@man man/man3/CamlinternalMenhirLib.Convert.Simplified.3o +@man man/man3/CamlinternalMenhirLib.Engine.3o +@man man/man3/CamlinternalMenhirLib.Engine.Make.3o +@man man/man3/CamlinternalMenhirLib.EngineTypes.3o +@man man/man3/CamlinternalMenhirLib.EngineTypes.ENGINE.3o +@man man/man3/CamlinternalMenhirLib.EngineTypes.INCREMENTAL_ENGINE_START.3o +@man man/man3/CamlinternalMenhirLib.EngineTypes.MONOLITHIC_ENGINE.3o +@man man/man3/CamlinternalMenhirLib.EngineTypes.TABLE.3o +@man man/man3/CamlinternalMenhirLib.EngineTypes.TABLE.Log.3o +@man man/man3/CamlinternalMenhirLib.ErrorReports.3o +@man man/man3/CamlinternalMenhirLib.General.3o +@man man/man3/CamlinternalMenhirLib.IncrementalEngine.3o +@man man/man3/CamlinternalMenhirLib.IncrementalEngine.EVERYTHING.3o +@man man/man3/CamlinternalMenhirLib.IncrementalEngine.INCREMENTAL_ENGINE.3o +@man man/man3/CamlinternalMenhirLib.IncrementalEngine.INSPECTION.3o +@man man/man3/CamlinternalMenhirLib.IncrementalEngine.SYMBOLS.3o +@man man/man3/CamlinternalMenhirLib.InfiniteArray.3o +@man man/man3/CamlinternalMenhirLib.InspectionTableFormat.3o +@man man/man3/CamlinternalMenhirLib.InspectionTableFormat.TABLES.3o +@man man/man3/CamlinternalMenhirLib.InspectionTableInterpreter.3o +@man man/man3/CamlinternalMenhirLib.InspectionTableInterpreter.Make.3o +@man man/man3/CamlinternalMenhirLib.InspectionTableInterpreter.Symbols.3o +@man man/man3/CamlinternalMenhirLib.LinearizedArray.3o +@man man/man3/CamlinternalMenhirLib.PackedIntArray.3o +@man man/man3/CamlinternalMenhirLib.Printers.3o +@man man/man3/CamlinternalMenhirLib.Printers.Make.3o +@man man/man3/CamlinternalMenhirLib.RowDisplacement.3o +@man man/man3/CamlinternalMenhirLib.StaticVersion.3o +@man man/man3/CamlinternalMenhirLib.TableFormat.3o +@man man/man3/CamlinternalMenhirLib.TableFormat.TABLES.3o +@man man/man3/CamlinternalMenhirLib.TableInterpreter.3o +@man man/man3/CamlinternalMenhirLib.TableInterpreter.MakeEngineTable.3o @man man/man3/CamlinternalMod.3o @man man/man3/CamlinternalOO.3o @man man/man3/Ccomp.3o @man man/man3/Char.3o @man man/man3/Clflags.3o +@man man/man3/Clflags.Compiler_pass.3o @man man/man3/Clflags.Float_arg_helper.3o @man man/man3/Clflags.Int_arg_helper.3o +@man man/man3/Compiler_libs.3o @man man/man3/Complex.3o @man man/man3/Condition.3o @man man/man3/Config.3o @man man/man3/Consistbl.3o @man man/man3/Depend.3o -@man man/man3/Depend.StringMap.3o -@man man/man3/Depend.StringSet.3o +@man man/man3/Depend.String.3o @man man/man3/Digest.3o @man man/man3/Docstrings.3o +@man man/man3/Docstrings.WithMenhir.3o @man man/man3/Dynlink.3o @man man/man3/Ephemeron.3o @man man/man3/Ephemeron.GenHashTable.3o @@ -1056,7 +1600,9 @@ lib/ocaml/weak.mli @man man/man3/Filename.3o @man man/man3/Float.3o @man man/man3/Float.Array.3o +@man man/man3/Float.ArrayLabels.3o @man man/man3/Format.3o +@man man/man3/Fun.3o @man man/man3/Gc.3o @man man/man3/Genlex.3o @man man/man3/Graphics.3o @@ -1083,6 +1629,7 @@ lib/ocaml/weak.mli @man man/man3/Identifiable.Tbl.3o @man man/man3/Identifiable.Tbl.T.3o @man man/man3/Identifiable.Thing.3o +@man man/man3/Int.3o @man man/man3/Int32.3o @man man/man3/Int64.3o @man man/man3/Lazy.3o @@ -1090,6 +1637,8 @@ lib/ocaml/weak.mli @man man/man3/Lexing.3o @man man/man3/List.3o @man man/man3/ListLabels.3o +@man man/man3/Load_path.3o +@man man/man3/Load_path.Dir.3o @man man/man3/Location.3o @man man/man3/Longident.3o @man man/man3/Map.3o @@ -1099,6 +1648,7 @@ lib/ocaml/weak.mli @man man/man3/Marshal.3o @man man/man3/Misc.3o @man man/man3/Misc.Color.3o +@man man/man3/Misc.Error_style.3o @man man/man3/Misc.HookSig.3o @man man/man3/Misc.Int_literal_converter.3o @man man/man3/Misc.LongString.3o @@ -1107,8 +1657,10 @@ lib/ocaml/weak.mli @man man/man3/Misc.Stdlib.Array.3o @man man/man3/Misc.Stdlib.List.3o @man man/man3/Misc.Stdlib.Option.3o -@man man/man3/Misc.StringMap.3o -@man man/man3/Misc.StringSet.3o +@man man/man3/Misc.Stdlib.String.3o +@man man/man3/Misc.Stdlib.String.Map.3o +@man man/man3/Misc.Stdlib.String.Set.3o +@man man/man3/Misc.Stdlib.String.Tbl.3o @man man/man3/MoreLabels.3o @man man/man3/MoreLabels.Hashtbl.3o @man man/man3/MoreLabels.Hashtbl.HashedType.3o @@ -1134,9 +1686,14 @@ lib/ocaml/weak.mli @man man/man3/Numbers.Int8.3o @man man/man3/Obj.3o @man man/man3/Obj.Ephemeron.3o +@man man/man3/Obj.Extension_constructor.3o +@man man/man3/Ocaml_operators.3o @man man/man3/Oo.3o +@man man/man3/Option.3o @man man/man3/Parse.3o @man man/man3/Parser.3o +@man man/man3/Parser.Incremental.3o +@man man/man3/Parser.MenhirInterpreter.3o @man man/man3/Parsetree.3o @man man/man3/Parsing.3o @man man/man3/Pervasives.3o @@ -1153,6 +1710,7 @@ lib/ocaml/weak.mli @man man/man3/Queue.3o @man man/man3/Random.3o @man man/man3/Random.State.3o +@man man/man3/Result.3o @man man/man3/Scanf.3o @man man/man3/Scanf.Scanning.3o @man man/man3/Seq.3o @@ -1162,7 +1720,6 @@ lib/ocaml/weak.mli @man man/man3/Set.S.3o @man man/man3/Simplif.3o @man man/man3/Simplif.Hooks.3o -@man man/man3/Sort.3o @man man/man3/Spacetime.3o @man man/man3/Spacetime.Series.3o @man man/man3/Spacetime.Snapshot.3o @@ -1172,6 +1729,62 @@ lib/ocaml/weak.mli @man man/man3/StdLabels.Bytes.3o @man man/man3/StdLabels.List.3o @man man/man3/StdLabels.String.3o +@man man/man3/Stdlib.3o +@man man/man3/Stdlib.Arg.3o +@man man/man3/Stdlib.Array.3o +@man man/man3/Stdlib.ArrayLabels.3o +@man man/man3/Stdlib.Bigarray.3o +@man man/man3/Stdlib.Bool.3o +@man man/man3/Stdlib.Buffer.3o +@man man/man3/Stdlib.Bytes.3o +@man man/man3/Stdlib.BytesLabels.3o +@man man/man3/Stdlib.Callback.3o +@man man/man3/Stdlib.Char.3o +@man man/man3/Stdlib.Complex.3o +@man man/man3/Stdlib.Digest.3o +@man man/man3/Stdlib.Ephemeron.3o +@man man/man3/Stdlib.Filename.3o +@man man/man3/Stdlib.Float.3o +@man man/man3/Stdlib.Format.3o +@man man/man3/Stdlib.Fun.3o +@man man/man3/Stdlib.Gc.3o +@man man/man3/Stdlib.Genlex.3o +@man man/man3/Stdlib.Hashtbl.3o +@man man/man3/Stdlib.Int.3o +@man man/man3/Stdlib.Int32.3o +@man man/man3/Stdlib.Int64.3o +@man man/man3/Stdlib.LargeFile.3o +@man man/man3/Stdlib.Lazy.3o +@man man/man3/Stdlib.Lexing.3o +@man man/man3/Stdlib.List.3o +@man man/man3/Stdlib.ListLabels.3o +@man man/man3/Stdlib.Map.3o +@man man/man3/Stdlib.Marshal.3o +@man man/man3/Stdlib.MoreLabels.3o +@man man/man3/Stdlib.Nativeint.3o +@man man/man3/Stdlib.Obj.3o +@man man/man3/Stdlib.Oo.3o +@man man/man3/Stdlib.Option.3o +@man man/man3/Stdlib.Parsing.3o +@man man/man3/Stdlib.Pervasives.3o +@man man/man3/Stdlib.Printexc.3o +@man man/man3/Stdlib.Printf.3o +@man man/man3/Stdlib.Queue.3o +@man man/man3/Stdlib.Random.3o +@man man/man3/Stdlib.Result.3o +@man man/man3/Stdlib.Scanf.3o +@man man/man3/Stdlib.Seq.3o +@man man/man3/Stdlib.Set.3o +@man man/man3/Stdlib.Spacetime.3o +@man man/man3/Stdlib.Stack.3o +@man man/man3/Stdlib.StdLabels.3o +@man man/man3/Stdlib.Stream.3o +@man man/man3/Stdlib.String.3o +@man man/man3/Stdlib.StringLabels.3o +@man man/man3/Stdlib.Sys.3o +@man man/man3/Stdlib.Uchar.3o +@man man/man3/Stdlib.Unit.3o +@man man/man3/Stdlib.Weak.3o @man man/man3/Str.3o @man man/man3/Stream.3o @man man/man3/String.3o @@ -1183,14 +1796,16 @@ lib/ocaml/weak.mli @man man/man3/Syntaxerr.3o @man man/man3/Sys.3o @man man/man3/Targetint.3o -@man man/man3/Tbl.3o @man man/man3/Terminfo.3o @man man/man3/Thread.3o @man man/man3/ThreadUnix.3o @man man/man3/Typemod.3o @man man/man3/Typemod.ImplementationHooks.3o @man man/man3/Typemod.InterfaceHooks.3o +@man man/man3/Typemod.Sig_component_kind.3o +@man man/man3/Typemod.Signature_names.3o @man man/man3/Uchar.3o +@man man/man3/Unit.3o @man man/man3/Unix.3o @man man/man3/Unix.LargeFile.3o @man man/man3/UnixLabels.3o @@ -1232,49 +1847,16 @@ share/doc/ocaml/html/libgraph.html share/doc/ocaml/html/libnum.html share/doc/ocaml/html/libref/ share/doc/ocaml/html/libref/Arg.html -share/doc/ocaml/html/libref/Arg_helper.Make.html -share/doc/ocaml/html/libref/Arg_helper.html share/doc/ocaml/html/libref/Array.html share/doc/ocaml/html/libref/ArrayLabels.html -share/doc/ocaml/html/libref/Ast_helper.Cf.html -share/doc/ocaml/html/libref/Ast_helper.Ci.html -share/doc/ocaml/html/libref/Ast_helper.Cl.html -share/doc/ocaml/html/libref/Ast_helper.Const.html -share/doc/ocaml/html/libref/Ast_helper.Csig.html -share/doc/ocaml/html/libref/Ast_helper.Cstr.html -share/doc/ocaml/html/libref/Ast_helper.Ctf.html -share/doc/ocaml/html/libref/Ast_helper.Cty.html -share/doc/ocaml/html/libref/Ast_helper.Exp.html -share/doc/ocaml/html/libref/Ast_helper.Incl.html -share/doc/ocaml/html/libref/Ast_helper.Mb.html -share/doc/ocaml/html/libref/Ast_helper.Md.html -share/doc/ocaml/html/libref/Ast_helper.Mod.html -share/doc/ocaml/html/libref/Ast_helper.Mtd.html -share/doc/ocaml/html/libref/Ast_helper.Mty.html -share/doc/ocaml/html/libref/Ast_helper.Opn.html -share/doc/ocaml/html/libref/Ast_helper.Pat.html -share/doc/ocaml/html/libref/Ast_helper.Sig.html -share/doc/ocaml/html/libref/Ast_helper.Str.html -share/doc/ocaml/html/libref/Ast_helper.Te.html -share/doc/ocaml/html/libref/Ast_helper.Typ.html -share/doc/ocaml/html/libref/Ast_helper.Type.html -share/doc/ocaml/html/libref/Ast_helper.Val.html -share/doc/ocaml/html/libref/Ast_helper.Vb.html -share/doc/ocaml/html/libref/Ast_helper.html -share/doc/ocaml/html/libref/Ast_invariants.html -share/doc/ocaml/html/libref/Ast_iterator.html -share/doc/ocaml/html/libref/Ast_mapper.html -share/doc/ocaml/html/libref/Asttypes.html -share/doc/ocaml/html/libref/Attr_helper.html share/doc/ocaml/html/libref/Bigarray.Array0.html share/doc/ocaml/html/libref/Bigarray.Array1.html share/doc/ocaml/html/libref/Bigarray.Array2.html share/doc/ocaml/html/libref/Bigarray.Array3.html share/doc/ocaml/html/libref/Bigarray.Genarray.html share/doc/ocaml/html/libref/Bigarray.html +share/doc/ocaml/html/libref/Bool.html share/doc/ocaml/html/libref/Buffer.html -share/doc/ocaml/html/libref/Build_path_prefix_map.html -share/doc/ocaml/html/libref/Builtin_attributes.html share/doc/ocaml/html/libref/Bytes.html share/doc/ocaml/html/libref/BytesLabels.html share/doc/ocaml/html/libref/Callback.html @@ -1283,20 +1865,10 @@ share/doc/ocaml/html/libref/CamlinternalFormatBasics.html share/doc/ocaml/html/libref/CamlinternalLazy.html share/doc/ocaml/html/libref/CamlinternalMod.html share/doc/ocaml/html/libref/CamlinternalOO.html -share/doc/ocaml/html/libref/Ccomp.html share/doc/ocaml/html/libref/Char.html -share/doc/ocaml/html/libref/Clflags.Float_arg_helper.html -share/doc/ocaml/html/libref/Clflags.Int_arg_helper.html -share/doc/ocaml/html/libref/Clflags.html share/doc/ocaml/html/libref/Complex.html share/doc/ocaml/html/libref/Condition.html -share/doc/ocaml/html/libref/Config.html -share/doc/ocaml/html/libref/Consistbl.html -share/doc/ocaml/html/libref/Depend.StringMap.html -share/doc/ocaml/html/libref/Depend.StringSet.html -share/doc/ocaml/html/libref/Depend.html share/doc/ocaml/html/libref/Digest.html -share/doc/ocaml/html/libref/Docstrings.html share/doc/ocaml/html/libref/Dynlink.html share/doc/ocaml/html/libref/Ephemeron.GenHashTable.MakeSeeded.html share/doc/ocaml/html/libref/Ephemeron.GenHashTable.html @@ -1315,8 +1887,10 @@ share/doc/ocaml/html/libref/Ephemeron.html share/doc/ocaml/html/libref/Event.html share/doc/ocaml/html/libref/Filename.html share/doc/ocaml/html/libref/Float.Array.html +share/doc/ocaml/html/libref/Float.ArrayLabels.html share/doc/ocaml/html/libref/Float.html share/doc/ocaml/html/libref/Format.html +share/doc/ocaml/html/libref/Fun.html share/doc/ocaml/html/libref/Gc.html share/doc/ocaml/html/libref/Genlex.html share/doc/ocaml/html/libref/Graphics.html @@ -1328,47 +1902,18 @@ share/doc/ocaml/html/libref/Hashtbl.S.html share/doc/ocaml/html/libref/Hashtbl.SeededHashedType.html share/doc/ocaml/html/libref/Hashtbl.SeededS.html share/doc/ocaml/html/libref/Hashtbl.html -share/doc/ocaml/html/libref/Identifiable.Make.html -share/doc/ocaml/html/libref/Identifiable.Map.T.html -share/doc/ocaml/html/libref/Identifiable.Map.html -share/doc/ocaml/html/libref/Identifiable.Pair.html -share/doc/ocaml/html/libref/Identifiable.S.Map.html -share/doc/ocaml/html/libref/Identifiable.S.Set.html -share/doc/ocaml/html/libref/Identifiable.S.T.html -share/doc/ocaml/html/libref/Identifiable.S.Tbl.html -share/doc/ocaml/html/libref/Identifiable.S.html -share/doc/ocaml/html/libref/Identifiable.Set.T.html -share/doc/ocaml/html/libref/Identifiable.Set.html -share/doc/ocaml/html/libref/Identifiable.Tbl.T.html -share/doc/ocaml/html/libref/Identifiable.Tbl.html -share/doc/ocaml/html/libref/Identifiable.Thing.html -share/doc/ocaml/html/libref/Identifiable.html +share/doc/ocaml/html/libref/Int.html share/doc/ocaml/html/libref/Int32.html share/doc/ocaml/html/libref/Int64.html share/doc/ocaml/html/libref/Lazy.html -share/doc/ocaml/html/libref/Lexer.html share/doc/ocaml/html/libref/Lexing.html share/doc/ocaml/html/libref/List.html share/doc/ocaml/html/libref/ListLabels.html -share/doc/ocaml/html/libref/Location.html -share/doc/ocaml/html/libref/Longident.html share/doc/ocaml/html/libref/Map.Make.html share/doc/ocaml/html/libref/Map.OrderedType.html share/doc/ocaml/html/libref/Map.S.html share/doc/ocaml/html/libref/Map.html share/doc/ocaml/html/libref/Marshal.html -share/doc/ocaml/html/libref/Misc.Color.html -share/doc/ocaml/html/libref/Misc.HookSig.html -share/doc/ocaml/html/libref/Misc.Int_literal_converter.html -share/doc/ocaml/html/libref/Misc.LongString.html -share/doc/ocaml/html/libref/Misc.MakeHooks.html -share/doc/ocaml/html/libref/Misc.Stdlib.Array.html -share/doc/ocaml/html/libref/Misc.Stdlib.List.html -share/doc/ocaml/html/libref/Misc.Stdlib.Option.html -share/doc/ocaml/html/libref/Misc.Stdlib.html -share/doc/ocaml/html/libref/Misc.StringMap.html -share/doc/ocaml/html/libref/Misc.StringSet.html -share/doc/ocaml/html/libref/Misc.html share/doc/ocaml/html/libref/MoreLabels.Hashtbl.HashedType.html share/doc/ocaml/html/libref/MoreLabels.Hashtbl.Make.html share/doc/ocaml/html/libref/MoreLabels.Hashtbl.MakeSeeded.html @@ -1387,32 +1932,22 @@ share/doc/ocaml/html/libref/MoreLabels.Set.html share/doc/ocaml/html/libref/MoreLabels.html share/doc/ocaml/html/libref/Mutex.html share/doc/ocaml/html/libref/Nativeint.html -share/doc/ocaml/html/libref/Numbers.Float.html -share/doc/ocaml/html/libref/Numbers.Int.html -share/doc/ocaml/html/libref/Numbers.Int16.html -share/doc/ocaml/html/libref/Numbers.Int8.html -share/doc/ocaml/html/libref/Numbers.html share/doc/ocaml/html/libref/Obj.Ephemeron.html +share/doc/ocaml/html/libref/Obj.Extension_constructor.html share/doc/ocaml/html/libref/Obj.html +share/doc/ocaml/html/libref/Ocaml_operators.html share/doc/ocaml/html/libref/Oo.html -share/doc/ocaml/html/libref/Parse.html -share/doc/ocaml/html/libref/Parser.html -share/doc/ocaml/html/libref/Parsetree.html +share/doc/ocaml/html/libref/Option.html share/doc/ocaml/html/libref/Parsing.html share/doc/ocaml/html/libref/Pervasives.LargeFile.html share/doc/ocaml/html/libref/Pervasives.html -share/doc/ocaml/html/libref/Pparse.ImplementationHooks.html -share/doc/ocaml/html/libref/Pparse.InterfaceHooks.html -share/doc/ocaml/html/libref/Pparse.html -share/doc/ocaml/html/libref/Pprintast.html -share/doc/ocaml/html/libref/Printast.html share/doc/ocaml/html/libref/Printexc.Slot.html share/doc/ocaml/html/libref/Printexc.html share/doc/ocaml/html/libref/Printf.html -share/doc/ocaml/html/libref/Profile.html share/doc/ocaml/html/libref/Queue.html share/doc/ocaml/html/libref/Random.State.html share/doc/ocaml/html/libref/Random.html +share/doc/ocaml/html/libref/Result.html share/doc/ocaml/html/libref/Scanf.Scanning.html share/doc/ocaml/html/libref/Scanf.html share/doc/ocaml/html/libref/Seq.html @@ -1420,9 +1955,6 @@ share/doc/ocaml/html/libref/Set.Make.html share/doc/ocaml/html/libref/Set.OrderedType.html share/doc/ocaml/html/libref/Set.S.html share/doc/ocaml/html/libref/Set.html -share/doc/ocaml/html/libref/Simplif.Hooks.html -share/doc/ocaml/html/libref/Simplif.html -share/doc/ocaml/html/libref/Sort.html share/doc/ocaml/html/libref/Spacetime.Series.html share/doc/ocaml/html/libref/Spacetime.Snapshot.html share/doc/ocaml/html/libref/Spacetime.html @@ -1432,30 +1964,75 @@ share/doc/ocaml/html/libref/StdLabels.Bytes.html share/doc/ocaml/html/libref/StdLabels.List.html share/doc/ocaml/html/libref/StdLabels.String.html share/doc/ocaml/html/libref/StdLabels.html +share/doc/ocaml/html/libref/Stdlib.Arg.html +share/doc/ocaml/html/libref/Stdlib.Array.html +share/doc/ocaml/html/libref/Stdlib.ArrayLabels.html +share/doc/ocaml/html/libref/Stdlib.Bigarray.html +share/doc/ocaml/html/libref/Stdlib.Bool.html +share/doc/ocaml/html/libref/Stdlib.Buffer.html +share/doc/ocaml/html/libref/Stdlib.Bytes.html +share/doc/ocaml/html/libref/Stdlib.BytesLabels.html +share/doc/ocaml/html/libref/Stdlib.Callback.html +share/doc/ocaml/html/libref/Stdlib.Char.html +share/doc/ocaml/html/libref/Stdlib.Complex.html +share/doc/ocaml/html/libref/Stdlib.Digest.html +share/doc/ocaml/html/libref/Stdlib.Ephemeron.html +share/doc/ocaml/html/libref/Stdlib.Filename.html +share/doc/ocaml/html/libref/Stdlib.Float.html +share/doc/ocaml/html/libref/Stdlib.Format.html +share/doc/ocaml/html/libref/Stdlib.Fun.html +share/doc/ocaml/html/libref/Stdlib.Gc.html +share/doc/ocaml/html/libref/Stdlib.Genlex.html +share/doc/ocaml/html/libref/Stdlib.Hashtbl.html +share/doc/ocaml/html/libref/Stdlib.Int.html +share/doc/ocaml/html/libref/Stdlib.Int32.html +share/doc/ocaml/html/libref/Stdlib.Int64.html +share/doc/ocaml/html/libref/Stdlib.LargeFile.html +share/doc/ocaml/html/libref/Stdlib.Lazy.html +share/doc/ocaml/html/libref/Stdlib.Lexing.html +share/doc/ocaml/html/libref/Stdlib.List.html +share/doc/ocaml/html/libref/Stdlib.ListLabels.html +share/doc/ocaml/html/libref/Stdlib.Map.html +share/doc/ocaml/html/libref/Stdlib.Marshal.html +share/doc/ocaml/html/libref/Stdlib.MoreLabels.html +share/doc/ocaml/html/libref/Stdlib.Nativeint.html +share/doc/ocaml/html/libref/Stdlib.Obj.html +share/doc/ocaml/html/libref/Stdlib.Oo.html +share/doc/ocaml/html/libref/Stdlib.Option.html +share/doc/ocaml/html/libref/Stdlib.Parsing.html +share/doc/ocaml/html/libref/Stdlib.Pervasives.html +share/doc/ocaml/html/libref/Stdlib.Printexc.html +share/doc/ocaml/html/libref/Stdlib.Printf.html +share/doc/ocaml/html/libref/Stdlib.Queue.html +share/doc/ocaml/html/libref/Stdlib.Random.html +share/doc/ocaml/html/libref/Stdlib.Result.html +share/doc/ocaml/html/libref/Stdlib.Scanf.html +share/doc/ocaml/html/libref/Stdlib.Seq.html +share/doc/ocaml/html/libref/Stdlib.Set.html +share/doc/ocaml/html/libref/Stdlib.Spacetime.html +share/doc/ocaml/html/libref/Stdlib.Stack.html +share/doc/ocaml/html/libref/Stdlib.StdLabels.html +share/doc/ocaml/html/libref/Stdlib.Stream.html +share/doc/ocaml/html/libref/Stdlib.String.html +share/doc/ocaml/html/libref/Stdlib.StringLabels.html +share/doc/ocaml/html/libref/Stdlib.Sys.html +share/doc/ocaml/html/libref/Stdlib.Uchar.html +share/doc/ocaml/html/libref/Stdlib.Unit.html +share/doc/ocaml/html/libref/Stdlib.Weak.html +share/doc/ocaml/html/libref/Stdlib.html share/doc/ocaml/html/libref/Str.html share/doc/ocaml/html/libref/Stream.html share/doc/ocaml/html/libref/String.html share/doc/ocaml/html/libref/StringLabels.html -share/doc/ocaml/html/libref/Strongly_connected_components.Make.html -share/doc/ocaml/html/libref/Strongly_connected_components.S.Id.html -share/doc/ocaml/html/libref/Strongly_connected_components.S.html -share/doc/ocaml/html/libref/Strongly_connected_components.html -share/doc/ocaml/html/libref/Syntaxerr.html share/doc/ocaml/html/libref/Sys.html -share/doc/ocaml/html/libref/Targetint.html -share/doc/ocaml/html/libref/Tbl.html -share/doc/ocaml/html/libref/Terminfo.html share/doc/ocaml/html/libref/Thread.html share/doc/ocaml/html/libref/ThreadUnix.html -share/doc/ocaml/html/libref/Typemod.ImplementationHooks.html -share/doc/ocaml/html/libref/Typemod.InterfaceHooks.html -share/doc/ocaml/html/libref/Typemod.html share/doc/ocaml/html/libref/Uchar.html +share/doc/ocaml/html/libref/Unit.html share/doc/ocaml/html/libref/Unix.LargeFile.html share/doc/ocaml/html/libref/Unix.html share/doc/ocaml/html/libref/UnixLabels.LargeFile.html share/doc/ocaml/html/libref/UnixLabels.html -share/doc/ocaml/html/libref/Warnings.html share/doc/ocaml/html/libref/Weak.Make.html share/doc/ocaml/html/libref/Weak.S.html share/doc/ocaml/html/libref/Weak.html @@ -1472,49 +2049,16 @@ share/doc/ocaml/html/libref/index_types.html share/doc/ocaml/html/libref/index_values.html share/doc/ocaml/html/libref/style.css share/doc/ocaml/html/libref/type_Arg.html -share/doc/ocaml/html/libref/type_Arg_helper.Make.html -share/doc/ocaml/html/libref/type_Arg_helper.html share/doc/ocaml/html/libref/type_Array.html share/doc/ocaml/html/libref/type_ArrayLabels.html -share/doc/ocaml/html/libref/type_Ast_helper.Cf.html -share/doc/ocaml/html/libref/type_Ast_helper.Ci.html -share/doc/ocaml/html/libref/type_Ast_helper.Cl.html -share/doc/ocaml/html/libref/type_Ast_helper.Const.html -share/doc/ocaml/html/libref/type_Ast_helper.Csig.html -share/doc/ocaml/html/libref/type_Ast_helper.Cstr.html -share/doc/ocaml/html/libref/type_Ast_helper.Ctf.html -share/doc/ocaml/html/libref/type_Ast_helper.Cty.html -share/doc/ocaml/html/libref/type_Ast_helper.Exp.html -share/doc/ocaml/html/libref/type_Ast_helper.Incl.html -share/doc/ocaml/html/libref/type_Ast_helper.Mb.html -share/doc/ocaml/html/libref/type_Ast_helper.Md.html -share/doc/ocaml/html/libref/type_Ast_helper.Mod.html -share/doc/ocaml/html/libref/type_Ast_helper.Mtd.html -share/doc/ocaml/html/libref/type_Ast_helper.Mty.html -share/doc/ocaml/html/libref/type_Ast_helper.Opn.html -share/doc/ocaml/html/libref/type_Ast_helper.Pat.html -share/doc/ocaml/html/libref/type_Ast_helper.Sig.html -share/doc/ocaml/html/libref/type_Ast_helper.Str.html -share/doc/ocaml/html/libref/type_Ast_helper.Te.html -share/doc/ocaml/html/libref/type_Ast_helper.Typ.html -share/doc/ocaml/html/libref/type_Ast_helper.Type.html -share/doc/ocaml/html/libref/type_Ast_helper.Val.html -share/doc/ocaml/html/libref/type_Ast_helper.Vb.html -share/doc/ocaml/html/libref/type_Ast_helper.html -share/doc/ocaml/html/libref/type_Ast_invariants.html -share/doc/ocaml/html/libref/type_Ast_iterator.html -share/doc/ocaml/html/libref/type_Ast_mapper.html -share/doc/ocaml/html/libref/type_Asttypes.html -share/doc/ocaml/html/libref/type_Attr_helper.html share/doc/ocaml/html/libref/type_Bigarray.Array0.html share/doc/ocaml/html/libref/type_Bigarray.Array1.html share/doc/ocaml/html/libref/type_Bigarray.Array2.html share/doc/ocaml/html/libref/type_Bigarray.Array3.html share/doc/ocaml/html/libref/type_Bigarray.Genarray.html share/doc/ocaml/html/libref/type_Bigarray.html +share/doc/ocaml/html/libref/type_Bool.html share/doc/ocaml/html/libref/type_Buffer.html -share/doc/ocaml/html/libref/type_Build_path_prefix_map.html -share/doc/ocaml/html/libref/type_Builtin_attributes.html share/doc/ocaml/html/libref/type_Bytes.html share/doc/ocaml/html/libref/type_BytesLabels.html share/doc/ocaml/html/libref/type_Callback.html @@ -1523,20 +2067,10 @@ share/doc/ocaml/html/libref/type_CamlinternalFormatBasics.html share/doc/ocaml/html/libref/type_CamlinternalLazy.html share/doc/ocaml/html/libref/type_CamlinternalMod.html share/doc/ocaml/html/libref/type_CamlinternalOO.html -share/doc/ocaml/html/libref/type_Ccomp.html share/doc/ocaml/html/libref/type_Char.html -share/doc/ocaml/html/libref/type_Clflags.Float_arg_helper.html -share/doc/ocaml/html/libref/type_Clflags.Int_arg_helper.html -share/doc/ocaml/html/libref/type_Clflags.html share/doc/ocaml/html/libref/type_Complex.html share/doc/ocaml/html/libref/type_Condition.html -share/doc/ocaml/html/libref/type_Config.html -share/doc/ocaml/html/libref/type_Consistbl.html -share/doc/ocaml/html/libref/type_Depend.StringMap.html -share/doc/ocaml/html/libref/type_Depend.StringSet.html -share/doc/ocaml/html/libref/type_Depend.html share/doc/ocaml/html/libref/type_Digest.html -share/doc/ocaml/html/libref/type_Docstrings.html share/doc/ocaml/html/libref/type_Dynlink.html share/doc/ocaml/html/libref/type_Ephemeron.GenHashTable.MakeSeeded.html share/doc/ocaml/html/libref/type_Ephemeron.GenHashTable.html @@ -1555,8 +2089,10 @@ share/doc/ocaml/html/libref/type_Ephemeron.html share/doc/ocaml/html/libref/type_Event.html share/doc/ocaml/html/libref/type_Filename.html share/doc/ocaml/html/libref/type_Float.Array.html +share/doc/ocaml/html/libref/type_Float.ArrayLabels.html share/doc/ocaml/html/libref/type_Float.html share/doc/ocaml/html/libref/type_Format.html +share/doc/ocaml/html/libref/type_Fun.html share/doc/ocaml/html/libref/type_Gc.html share/doc/ocaml/html/libref/type_Genlex.html share/doc/ocaml/html/libref/type_Graphics.html @@ -1568,47 +2104,18 @@ share/doc/ocaml/html/libref/type_Hashtbl.S.html share/doc/ocaml/html/libref/type_Hashtbl.SeededHashedType.html share/doc/ocaml/html/libref/type_Hashtbl.SeededS.html share/doc/ocaml/html/libref/type_Hashtbl.html -share/doc/ocaml/html/libref/type_Identifiable.Make.html -share/doc/ocaml/html/libref/type_Identifiable.Map.T.html -share/doc/ocaml/html/libref/type_Identifiable.Map.html -share/doc/ocaml/html/libref/type_Identifiable.Pair.html -share/doc/ocaml/html/libref/type_Identifiable.S.Map.html -share/doc/ocaml/html/libref/type_Identifiable.S.Set.html -share/doc/ocaml/html/libref/type_Identifiable.S.T.html -share/doc/ocaml/html/libref/type_Identifiable.S.Tbl.html -share/doc/ocaml/html/libref/type_Identifiable.S.html -share/doc/ocaml/html/libref/type_Identifiable.Set.T.html -share/doc/ocaml/html/libref/type_Identifiable.Set.html -share/doc/ocaml/html/libref/type_Identifiable.Tbl.T.html -share/doc/ocaml/html/libref/type_Identifiable.Tbl.html -share/doc/ocaml/html/libref/type_Identifiable.Thing.html -share/doc/ocaml/html/libref/type_Identifiable.html +share/doc/ocaml/html/libref/type_Int.html share/doc/ocaml/html/libref/type_Int32.html share/doc/ocaml/html/libref/type_Int64.html share/doc/ocaml/html/libref/type_Lazy.html -share/doc/ocaml/html/libref/type_Lexer.html share/doc/ocaml/html/libref/type_Lexing.html share/doc/ocaml/html/libref/type_List.html share/doc/ocaml/html/libref/type_ListLabels.html -share/doc/ocaml/html/libref/type_Location.html -share/doc/ocaml/html/libref/type_Longident.html share/doc/ocaml/html/libref/type_Map.Make.html share/doc/ocaml/html/libref/type_Map.OrderedType.html share/doc/ocaml/html/libref/type_Map.S.html share/doc/ocaml/html/libref/type_Map.html share/doc/ocaml/html/libref/type_Marshal.html -share/doc/ocaml/html/libref/type_Misc.Color.html -share/doc/ocaml/html/libref/type_Misc.HookSig.html -share/doc/ocaml/html/libref/type_Misc.Int_literal_converter.html -share/doc/ocaml/html/libref/type_Misc.LongString.html -share/doc/ocaml/html/libref/type_Misc.MakeHooks.html -share/doc/ocaml/html/libref/type_Misc.Stdlib.Array.html -share/doc/ocaml/html/libref/type_Misc.Stdlib.List.html -share/doc/ocaml/html/libref/type_Misc.Stdlib.Option.html -share/doc/ocaml/html/libref/type_Misc.Stdlib.html -share/doc/ocaml/html/libref/type_Misc.StringMap.html -share/doc/ocaml/html/libref/type_Misc.StringSet.html -share/doc/ocaml/html/libref/type_Misc.html share/doc/ocaml/html/libref/type_MoreLabels.Hashtbl.HashedType.html share/doc/ocaml/html/libref/type_MoreLabels.Hashtbl.Make.html share/doc/ocaml/html/libref/type_MoreLabels.Hashtbl.MakeSeeded.html @@ -1627,32 +2134,22 @@ share/doc/ocaml/html/libref/type_MoreLabels.Set.html share/doc/ocaml/html/libref/type_MoreLabels.html share/doc/ocaml/html/libref/type_Mutex.html share/doc/ocaml/html/libref/type_Nativeint.html -share/doc/ocaml/html/libref/type_Numbers.Float.html -share/doc/ocaml/html/libref/type_Numbers.Int.html -share/doc/ocaml/html/libref/type_Numbers.Int16.html -share/doc/ocaml/html/libref/type_Numbers.Int8.html -share/doc/ocaml/html/libref/type_Numbers.html share/doc/ocaml/html/libref/type_Obj.Ephemeron.html +share/doc/ocaml/html/libref/type_Obj.Extension_constructor.html share/doc/ocaml/html/libref/type_Obj.html +share/doc/ocaml/html/libref/type_Ocaml_operators.html share/doc/ocaml/html/libref/type_Oo.html -share/doc/ocaml/html/libref/type_Parse.html -share/doc/ocaml/html/libref/type_Parser.html -share/doc/ocaml/html/libref/type_Parsetree.html +share/doc/ocaml/html/libref/type_Option.html share/doc/ocaml/html/libref/type_Parsing.html share/doc/ocaml/html/libref/type_Pervasives.LargeFile.html share/doc/ocaml/html/libref/type_Pervasives.html -share/doc/ocaml/html/libref/type_Pparse.ImplementationHooks.html -share/doc/ocaml/html/libref/type_Pparse.InterfaceHooks.html -share/doc/ocaml/html/libref/type_Pparse.html -share/doc/ocaml/html/libref/type_Pprintast.html -share/doc/ocaml/html/libref/type_Printast.html share/doc/ocaml/html/libref/type_Printexc.Slot.html share/doc/ocaml/html/libref/type_Printexc.html share/doc/ocaml/html/libref/type_Printf.html -share/doc/ocaml/html/libref/type_Profile.html share/doc/ocaml/html/libref/type_Queue.html share/doc/ocaml/html/libref/type_Random.State.html share/doc/ocaml/html/libref/type_Random.html +share/doc/ocaml/html/libref/type_Result.html share/doc/ocaml/html/libref/type_Scanf.Scanning.html share/doc/ocaml/html/libref/type_Scanf.html share/doc/ocaml/html/libref/type_Seq.html @@ -1660,9 +2157,6 @@ share/doc/ocaml/html/libref/type_Set.Make.html share/doc/ocaml/html/libref/type_Set.OrderedType.html share/doc/ocaml/html/libref/type_Set.S.html share/doc/ocaml/html/libref/type_Set.html -share/doc/ocaml/html/libref/type_Simplif.Hooks.html -share/doc/ocaml/html/libref/type_Simplif.html -share/doc/ocaml/html/libref/type_Sort.html share/doc/ocaml/html/libref/type_Spacetime.Series.html share/doc/ocaml/html/libref/type_Spacetime.Snapshot.html share/doc/ocaml/html/libref/type_Spacetime.html @@ -1672,30 +2166,75 @@ share/doc/ocaml/html/libref/type_StdLabels.Bytes.html share/doc/ocaml/html/libref/type_StdLabels.List.html share/doc/ocaml/html/libref/type_StdLabels.String.html share/doc/ocaml/html/libref/type_StdLabels.html +share/doc/ocaml/html/libref/type_Stdlib.Arg.html +share/doc/ocaml/html/libref/type_Stdlib.Array.html +share/doc/ocaml/html/libref/type_Stdlib.ArrayLabels.html +share/doc/ocaml/html/libref/type_Stdlib.Bigarray.html +share/doc/ocaml/html/libref/type_Stdlib.Bool.html +share/doc/ocaml/html/libref/type_Stdlib.Buffer.html +share/doc/ocaml/html/libref/type_Stdlib.Bytes.html +share/doc/ocaml/html/libref/type_Stdlib.BytesLabels.html +share/doc/ocaml/html/libref/type_Stdlib.Callback.html +share/doc/ocaml/html/libref/type_Stdlib.Char.html +share/doc/ocaml/html/libref/type_Stdlib.Complex.html +share/doc/ocaml/html/libref/type_Stdlib.Digest.html +share/doc/ocaml/html/libref/type_Stdlib.Ephemeron.html +share/doc/ocaml/html/libref/type_Stdlib.Filename.html +share/doc/ocaml/html/libref/type_Stdlib.Float.html +share/doc/ocaml/html/libref/type_Stdlib.Format.html +share/doc/ocaml/html/libref/type_Stdlib.Fun.html +share/doc/ocaml/html/libref/type_Stdlib.Gc.html +share/doc/ocaml/html/libref/type_Stdlib.Genlex.html +share/doc/ocaml/html/libref/type_Stdlib.Hashtbl.html +share/doc/ocaml/html/libref/type_Stdlib.Int.html +share/doc/ocaml/html/libref/type_Stdlib.Int32.html +share/doc/ocaml/html/libref/type_Stdlib.Int64.html +share/doc/ocaml/html/libref/type_Stdlib.LargeFile.html +share/doc/ocaml/html/libref/type_Stdlib.Lazy.html +share/doc/ocaml/html/libref/type_Stdlib.Lexing.html +share/doc/ocaml/html/libref/type_Stdlib.List.html +share/doc/ocaml/html/libref/type_Stdlib.ListLabels.html +share/doc/ocaml/html/libref/type_Stdlib.Map.html +share/doc/ocaml/html/libref/type_Stdlib.Marshal.html +share/doc/ocaml/html/libref/type_Stdlib.MoreLabels.html +share/doc/ocaml/html/libref/type_Stdlib.Nativeint.html +share/doc/ocaml/html/libref/type_Stdlib.Obj.html +share/doc/ocaml/html/libref/type_Stdlib.Oo.html +share/doc/ocaml/html/libref/type_Stdlib.Option.html +share/doc/ocaml/html/libref/type_Stdlib.Parsing.html +share/doc/ocaml/html/libref/type_Stdlib.Pervasives.html +share/doc/ocaml/html/libref/type_Stdlib.Printexc.html +share/doc/ocaml/html/libref/type_Stdlib.Printf.html +share/doc/ocaml/html/libref/type_Stdlib.Queue.html +share/doc/ocaml/html/libref/type_Stdlib.Random.html +share/doc/ocaml/html/libref/type_Stdlib.Result.html +share/doc/ocaml/html/libref/type_Stdlib.Scanf.html +share/doc/ocaml/html/libref/type_Stdlib.Seq.html +share/doc/ocaml/html/libref/type_Stdlib.Set.html +share/doc/ocaml/html/libref/type_Stdlib.Spacetime.html +share/doc/ocaml/html/libref/type_Stdlib.Stack.html +share/doc/ocaml/html/libref/type_Stdlib.StdLabels.html +share/doc/ocaml/html/libref/type_Stdlib.Stream.html +share/doc/ocaml/html/libref/type_Stdlib.String.html +share/doc/ocaml/html/libref/type_Stdlib.StringLabels.html +share/doc/ocaml/html/libref/type_Stdlib.Sys.html +share/doc/ocaml/html/libref/type_Stdlib.Uchar.html +share/doc/ocaml/html/libref/type_Stdlib.Unit.html +share/doc/ocaml/html/libref/type_Stdlib.Weak.html +share/doc/ocaml/html/libref/type_Stdlib.html share/doc/ocaml/html/libref/type_Str.html share/doc/ocaml/html/libref/type_Stream.html share/doc/ocaml/html/libref/type_String.html share/doc/ocaml/html/libref/type_StringLabels.html -share/doc/ocaml/html/libref/type_Strongly_connected_components.Make.html -share/doc/ocaml/html/libref/type_Strongly_connected_components.S.Id.html -share/doc/ocaml/html/libref/type_Strongly_connected_components.S.html -share/doc/ocaml/html/libref/type_Strongly_connected_components.html -share/doc/ocaml/html/libref/type_Syntaxerr.html share/doc/ocaml/html/libref/type_Sys.html -share/doc/ocaml/html/libref/type_Targetint.html -share/doc/ocaml/html/libref/type_Tbl.html -share/doc/ocaml/html/libref/type_Terminfo.html share/doc/ocaml/html/libref/type_Thread.html share/doc/ocaml/html/libref/type_ThreadUnix.html -share/doc/ocaml/html/libref/type_Typemod.ImplementationHooks.html -share/doc/ocaml/html/libref/type_Typemod.InterfaceHooks.html -share/doc/ocaml/html/libref/type_Typemod.html share/doc/ocaml/html/libref/type_Uchar.html +share/doc/ocaml/html/libref/type_Unit.html share/doc/ocaml/html/libref/type_Unix.LargeFile.html share/doc/ocaml/html/libref/type_Unix.html share/doc/ocaml/html/libref/type_UnixLabels.LargeFile.html share/doc/ocaml/html/libref/type_UnixLabels.html -share/doc/ocaml/html/libref/type_Warnings.html share/doc/ocaml/html/libref/type_Weak.Make.html share/doc/ocaml/html/libref/type_Weak.S.html share/doc/ocaml/html/libref/type_Weak.html @@ -1703,9 +2242,34 @@ share/doc/ocaml/html/libstr.html share/doc/ocaml/html/libthreads.html share/doc/ocaml/html/libunix.html share/doc/ocaml/html/manual.css +share/doc/ocaml/html/manual.html share/doc/ocaml/html/manual001.html +share/doc/ocaml/html/manual023.html +share/doc/ocaml/html/manual024.html +share/doc/ocaml/html/manual025.html +share/doc/ocaml/html/manual026.html +share/doc/ocaml/html/manual027.html +share/doc/ocaml/html/manual028.html +share/doc/ocaml/html/manual029.html +share/doc/ocaml/html/manual030.html +share/doc/ocaml/html/manual031.html +share/doc/ocaml/html/manual032.html share/doc/ocaml/html/manual033.html -share/doc/ocaml/html/manual049.html +share/doc/ocaml/html/manual034.html +share/doc/ocaml/html/manual035.html +share/doc/ocaml/html/manual036.html +share/doc/ocaml/html/manual037.html +share/doc/ocaml/html/manual038.html +share/doc/ocaml/html/manual039.html +share/doc/ocaml/html/manual040.html +share/doc/ocaml/html/manual041.html +share/doc/ocaml/html/manual042.html +share/doc/ocaml/html/manual043.html +share/doc/ocaml/html/manual044.html +share/doc/ocaml/html/manual045.html +share/doc/ocaml/html/manual046.html +share/doc/ocaml/html/manual057.html +share/doc/ocaml/html/manual073.html share/doc/ocaml/html/modtypes.html share/doc/ocaml/html/moduleexamples.html share/doc/ocaml/html/modules.html diff --git a/math/coq/Makefile b/math/coq/Makefile index a7f6d08d772..8480807c18a 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.42 2019/09/10 14:09:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.43 2019/09/18 17:49:35 chrisz Exp $ COMMENT= proof assistant based on a typed lambda calculus V= 8.10+beta2 +REVISION= 0 GH_ACCOUNT = coq GH_PROJECT = coq GH_TAGNAME = V${V} diff --git a/math/ocaml-num/Makefile b/math/ocaml-num/Makefile index 358b3b7dd01..33e48935a69 100644 --- a/math/ocaml-num/Makefile +++ b/math/ocaml-num/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:47:43 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2019/09/18 17:49:36 chrisz Exp $ COMMENT = library for arithmetic on big integers and rationals CATEGORIES = math V = 1.1 +REVISION = 0 GH_ACCOUNT = ocaml GH_PROJECT = num #GH_TAGNAME = v${V} diff --git a/math/ocaml-zarith/Makefile b/math/ocaml-zarith/Makefile index ec445c1acf7..6c74e324a39 100644 --- a/math/ocaml-zarith/Makefile +++ b/math/ocaml-zarith/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:47:43 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2019/09/18 17:49:36 chrisz Exp $ COMMENT = arbitrary precision integer and rational arithmetic CATEGORIES = math @@ -9,7 +9,7 @@ GH_PROJECT = Zarith GH_TAGNAME = release-${V} DISTNAME = ${GH_PROJECT}-${V} PKGNAME = ocaml-zarith-${V} -REVISION = 0 +REVISION = 1 HOMEPAGE = https://github.com/ocaml/num/ MAINTAINER = Christopher Zimmermann diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 5718d25dec1..ca7e0a025e9 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.31 2019/07/12 20:48:32 sthen Exp $ +# $OpenBSD: Makefile,v 1.32 2019/09/18 17:49:36 chrisz Exp $ COMMENT = e-donkey client VER = 3.1.6 DISTNAME = mldonkey-${VER} -REVISION = 5 +REVISION = 6 CATEGORIES = net HOMEPAGE = http://mldonkey.sourceforge.net/Main_Page diff --git a/net/unison/2.4x/Makefile b/net/unison/2.4x/Makefile index 7e90ef67682..91d53de8e41 100644 --- a/net/unison/2.4x/Makefile +++ b/net/unison/2.4x/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2019/03/04 12:51:16 chrisz Exp $ +# $OpenBSD: Makefile,v 1.7 2019/09/18 17:49:36 chrisz Exp $ VER= 2.48.15 REV= v4 +REVISION= 0 GH_TAGNAME= v${VER}${REV} PKGNAME= unison-${VER}${REV:S/^v/pl/} diff --git a/net/unison/2.4x/patches/patch-files_ml b/net/unison/2.4x/patches/patch-files_ml new file mode 100644 index 00000000000..25b167c1313 --- /dev/null +++ b/net/unison/2.4x/patches/patch-files_ml @@ -0,0 +1,14 @@ +$OpenBSD: patch-files_ml,v 1.1 2019/09/18 17:49:36 chrisz Exp $ + +Index: files.ml +--- files.ml.orig ++++ files.ml +@@ -722,7 +722,7 @@ let get_files_in_directory dir = + with End_of_file -> + dirh.System.closedir () + end; +- Sort.list (<) !files ++ List.sort String.compare !files + + let ls dir pattern = + Util.convertUnixErrorsToTransient diff --git a/net/unison/2.4x/patches/patch-recon_ml b/net/unison/2.4x/patches/patch-recon_ml new file mode 100644 index 00000000000..b372abac7eb --- /dev/null +++ b/net/unison/2.4x/patches/patch-recon_ml @@ -0,0 +1,16 @@ +$OpenBSD: patch-recon_ml,v 1.1 2019/09/18 17:49:36 chrisz Exp $ + +Index: recon.ml +--- recon.ml.orig ++++ recon.ml +@@ -651,9 +651,7 @@ let rec reconcile + + (* Sorts the paths so that they will be displayed in order *) + let sortPaths pathUpdatesList = +- Sort.list +- (fun (p1, _) (p2, _) -> Path.compare p1 p2 <= 0) +- pathUpdatesList ++ List.sort Path.compare pathUpdatesList + + let rec enterPath p1 p2 t = + match Path.deconstruct p1, Path.deconstruct p2 with diff --git a/net/unison/2.4x/patches/patch-system_system_generic_ml b/net/unison/2.4x/patches/patch-system_system_generic_ml new file mode 100644 index 00000000000..5b095f864f7 --- /dev/null +++ b/net/unison/2.4x/patches/patch-system_system_generic_ml @@ -0,0 +1,14 @@ +$OpenBSD: patch-system_system_generic_ml,v 1.1 2019/09/18 17:49:36 chrisz Exp $ + +Index: system/system_generic.ml +--- system/system_generic.ml.orig ++++ system/system_generic.ml +@@ -47,7 +47,7 @@ let open_out_gen = open_out_gen + let chmod = Unix.chmod + let chown = Unix.chown + let utimes = Unix.utimes +-let link = Unix.link ++let link source dest = Unix.link source dest + let openfile = Unix.openfile + let opendir f = + let h = Unix.opendir f in diff --git a/net/unison/2.5x/Makefile b/net/unison/2.5x/Makefile index 9acb89c51ad..c975d3cb1f2 100644 --- a/net/unison/2.5x/Makefile +++ b/net/unison/2.5x/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2019/03/04 12:51:16 chrisz Exp $ +# $OpenBSD: Makefile,v 1.5 2019/09/18 17:49:36 chrisz Exp $ GH_TAGNAME= v2.51.2 -REVISION= 1 +REVISION= 2 WRKDIST= ${WRKDIR}/${PKGNAME}/src diff --git a/net/unison/2.5x/patches/patch-files_ml b/net/unison/2.5x/patches/patch-files_ml new file mode 100644 index 00000000000..0889457f3f4 --- /dev/null +++ b/net/unison/2.5x/patches/patch-files_ml @@ -0,0 +1,14 @@ +$OpenBSD: patch-files_ml,v 1.1 2019/09/18 17:49:36 chrisz Exp $ + +Index: files.ml +--- files.ml.orig ++++ files.ml +@@ -734,7 +734,7 @@ let get_files_in_directory dir = + with End_of_file -> + dirh.System.closedir () + end; +- Sort.list (<) !files ++ List.sort String.compare !files + + let ls dir pattern = + Util.convertUnixErrorsToTransient diff --git a/net/unison/2.5x/patches/patch-recon_ml b/net/unison/2.5x/patches/patch-recon_ml new file mode 100644 index 00000000000..101fd1efd4a --- /dev/null +++ b/net/unison/2.5x/patches/patch-recon_ml @@ -0,0 +1,16 @@ +$OpenBSD: patch-recon_ml,v 1.1 2019/09/18 17:49:36 chrisz Exp $ + +Index: recon.ml +--- recon.ml.orig ++++ recon.ml +@@ -661,9 +661,7 @@ let rec reconcile + + (* Sorts the paths so that they will be displayed in order *) + let sortPaths pathUpdatesList = +- Sort.list +- (fun (p1, _) (p2, _) -> Path.compare p1 p2 <= 0) +- pathUpdatesList ++ List.sort Path.compare pathUpdatesList + + let rec enterPath p1 p2 t = + match Path.deconstruct p1, Path.deconstruct p2 with diff --git a/net/unison/2.5x/patches/patch-system_system_generic_ml b/net/unison/2.5x/patches/patch-system_system_generic_ml new file mode 100644 index 00000000000..5b095f864f7 --- /dev/null +++ b/net/unison/2.5x/patches/patch-system_system_generic_ml @@ -0,0 +1,14 @@ +$OpenBSD: patch-system_system_generic_ml,v 1.1 2019/09/18 17:49:36 chrisz Exp $ + +Index: system/system_generic.ml +--- system/system_generic.ml.orig ++++ system/system_generic.ml +@@ -47,7 +47,7 @@ let open_out_gen = open_out_gen + let chmod = Unix.chmod + let chown = Unix.chown + let utimes = Unix.utimes +-let link = Unix.link ++let link source dest = Unix.link source dest + let openfile = Unix.openfile + let opendir f = + let h = Unix.opendir f in diff --git a/sysutils/findlib/Makefile b/sysutils/findlib/Makefile index 33bdfba7362..125e01a24ce 100644 --- a/sysutils/findlib/Makefile +++ b/sysutils/findlib/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.37 2019/09/07 18:45:02 chrisz Exp $ +# $OpenBSD: Makefile,v 1.38 2019/09/18 17:49:36 chrisz Exp $ COMMENT= OCaml package manager CATEGORIES= sysutils DISTNAME= findlib-1.8.1 +REVISION= 0 MASTER_SITES= http://download.camlcity.org/download/ diff --git a/sysutils/opam/Makefile b/sysutils/opam/Makefile index 9ba18795e19..2344f233840 100644 --- a/sysutils/opam/Makefile +++ b/sysutils/opam/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2019/07/16 18:02:07 chrisz Exp $ +# $OpenBSD: Makefile,v 1.15 2019/09/18 17:49:36 chrisz Exp $ COMMENT = OCaml source-based package manager CATEGORIES = sysutils devel V = 2.0.5 +REVISION = 0 PKGNAME = opam-${V} DISTNAME = opam-full-${V} diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile index 635359d3a2c..b63d53bddff 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:49:56 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2019/09/18 17:49:37 chrisz Exp $ COMMENT = collection of tools for translating from BibTeX to HTML DISTNAME = bibtex2html-1.99 -REVISION = 0 +REVISION = 1 CATEGORIES = textproc HOMEPAGE = https://www.lri.fr/~filliatr/bibtex2html/ diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index 8517527157b..bcd9e880db2 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2019/07/12 20:49:58 sthen Exp $ +# $OpenBSD: Makefile,v 1.29 2019/09/18 17:49:37 chrisz Exp $ COMMENT= LaTeX to html translator @@ -9,6 +9,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c m pthread DISTNAME = hevea-2.32 +REVISION = 0 MASTER_SITES = http://para.inria.fr/~maranget/hevea/distri/ \ https://spacehopper.org/mirrors/ diff --git a/x11/kde-applications/kalzium/Makefile b/x11/kde-applications/kalzium/Makefile index 0a2a8c363f5..010ebec1aed 100644 --- a/x11/kde-applications/kalzium/Makefile +++ b/x11/kde-applications/kalzium/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2019/04/28 20:52:02 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2019/09/18 17:49:37 chrisz Exp $ COMMENT = periodic table of elements DISTNAME = kalzium-${VERSION} CATEGORIES = education math -REVISION = 1 +REVISION = 2 HOMEPAGE = https://edu.kde.org/kalzium/ diff --git a/x11/lablgtk2/Makefile b/x11/lablgtk2/Makefile index e94f385488a..7d51a3321f6 100644 --- a/x11/lablgtk2/Makefile +++ b/x11/lablgtk2/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.46 2019/07/12 20:51:15 sthen Exp $ +# $OpenBSD: Makefile,v 1.47 2019/09/18 17:49:37 chrisz Exp $ COMMENT = OCaml interface to GTK+2 V = 2.18.8 +REVISION = 0 DISTNAME = lablgtk-$V PKGNAME = lablgtk2-$V CATEGORIES = x11 devel