summaryrefslogtreecommitdiff
path: root/lang/ocaml/PLIST
diff options
context:
space:
mode:
authorjaapb <jaapb>2014-10-09 19:08:28 +0000
committerjaapb <jaapb>2014-10-09 19:08:28 +0000
commit7f269ce9f1f16aa8a39bb78e5342418a43db4e30 (patch)
tree6f5b02526ac6485976a0fa7b0ce5d3e5e5176c28 /lang/ocaml/PLIST
parent5b7a2a0ad2256708da65ed6059a94e6452acefa2 (diff)
downloadpkgsrc-7f269ce9f1f16aa8a39bb78e5342418a43db4e30.tar.gz
Update to ocaml 4.02.0. Main changes (apart from ocamldoc and bugfixes, see
also upstream changelog): Language features: - Attributes and extension nodes - Generative functors - Module aliases * Alternative syntax for string literals {id|...|id} (can break comments) - Separation between read-only strings (type string) and read-write byte sequences (type bytes). Activated by command-line option -safe-string. Build system for the OCaml distribution: - Use -bin-annot when building. - Use GNU make instead of portable makefiles. - Updated build instructions for 32-bit Mac OS X on Intel hardware. Shedding weight: * Removed Camlp4 from the distribution, now available as third-party software. * Removed Labltk from the distribution, now available as a third-party library. Type system: * Keep typing of pattern cases independent in principal mode - Allow opening a first-class module or applying a generative functor in the body of a generative functor. Allow it also in the body of an applicative functor if no types are created * Module aliases are now typed in a specific way, which remembers their identity. In particular this changes the signature inferred by "module type of" - Slight change in the criterion to distinguish private abbreviations and private row types: create a private abbreviation for closed objects and fixed polymorphic variants. * Compare first class module types structurally rather than nominally. Value subtyping allows module subtyping as long as the internal representation is unchanged. Compilers: - More aggressive constant propagation, including float and int32/int64/nativeint arithmetic. Constant propagation for floats can be turned off with option -no-float-const-prop, for codes that change FP rounding modes at run-time. - New back-end optimization pass: common subexpression elimination (CSE). (Reuses results of previous computations instead of recomputing them.) - New back-end optimization pass: dead code elimination. (Removes arithmetic and load instructions whose results are unused.) - Optimization of sequences of string patterns - Experimental native code generator for AArch64 (ARM 64 bits) - Optimization of integer division and modulus by constant divisors - Add "-open" command line flag for opening a single module before typing * "-o" now sets module name to the output file name up to the first "." (it also applies when "-o" is not given, i.e. the module name is then the input file name up to the first ".") * better sharing of structured constants - new flag to keep locations in cmi files - issue warning 3 when referring to a value marked with the [@@ocaml.deprecated] attribute - a new format implementation based on GADTs * Constant exception constructors no longer allocate - avoid unnecessary boxing in let - Better compilation of optional arguments with default values - ocamlopt -opaque option for incremental native compilation Toplevel interactive system: - New "#show_*" directives Runtime system: - New configure option "-no-naked-pointers" to improve performance by avoiding page table tests during block darkening and the marking phase of the major GC. In this mode, all out-of-heap pointers must point at things that look like OCaml values: in particular they must have a valid header. The colour of said headers should be black. - Fixed bug in native code version of [caml_raise_with_string] that could potentially lead to heap corruption. - Blocks initialized by [CAMLlocal*] and [caml_alloc] are now filled with [Val_unit] rather than zero. - Fixed a major performance problem on large heaps (~1GB) by making heap increments proportional to heap size by default - Structural equality treats exception specifically - efficient comparison/indexing of exceptions - avoid using unsafe C library functions (strcpy, strcat, sprintf) - An ISO C99-compliant C compiler and standard library is now assumed. (Plus special exceptions for MSVC.) In particular, emulation code for 64-bit integer arithmetic was removed, the C compiler must support a 64-bit integer type. Standard library: * Add new modules Bytes and BytesLabels for mutable byte sequences. - add List.sort_uniq and Set.of_list - a faster version of "raise" which does not maintain the backtrace - support "Unix.kill pid Sys.sigkill" under Windows - speed improvement for Buffer - efficient creation of uninitialized float arrays - Improve documentation regarding finalisers and multithreading - Trigger warning 3 for all values marked as deprecated in the documentation.
Diffstat (limited to 'lang/ocaml/PLIST')
-rw-r--r--lang/ocaml/PLIST329
1 files changed, 150 insertions, 179 deletions
diff --git a/lang/ocaml/PLIST b/lang/ocaml/PLIST
index 0c3b5c708f4..5ab33d446bf 100644
--- a/lang/ocaml/PLIST
+++ b/lang/ocaml/PLIST
@@ -1,14 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2014/05/13 10:15:05 jaapb Exp $
-bin/camlp4
-bin/camlp4boot
-bin/camlp4o
-bin/camlp4of
-bin/camlp4oof
-bin/camlp4orf
-bin/camlp4prof
-bin/camlp4r
-bin/camlp4rf
-bin/mkcamlp4
+@comment $NetBSD: PLIST,v 1.27 2014/10/09 19:08:28 jaapb Exp $
bin/ocaml
bin/ocamlbuild
bin/ocamlbuild.byte
@@ -45,6 +35,12 @@ lib/ocaml/bigarray.mli
lib/ocaml/buffer.cmi
lib/ocaml/buffer.ml
lib/ocaml/buffer.mli
+lib/ocaml/bytes.cmi
+lib/ocaml/bytes.ml
+lib/ocaml/bytes.mli
+lib/ocaml/bytesLabels.cmi
+lib/ocaml/bytesLabels.ml
+lib/ocaml/bytesLabels.mli
lib/ocaml/callback.cmi
lib/ocaml/callback.ml
lib/ocaml/callback.mli
@@ -65,8 +61,16 @@ lib/ocaml/caml/signals.h
lib/ocaml/caml/socketaddr.h
lib/ocaml/caml/threads.h
lib/ocaml/caml/unixsupport.h
+lib/ocaml/caml/version.h
lib/ocaml/camlheader
lib/ocaml/camlheader_ur
+lib/ocaml/camlinternalFormat.cmi
+lib/ocaml/camlinternalFormat.ml
+lib/ocaml/camlinternalFormat.mli
+lib/ocaml/camlinternalFormatBasics.cmi
+lib/ocaml/camlinternalFormatBasics.cmx
+lib/ocaml/camlinternalFormatBasics.ml
+lib/ocaml/camlinternalFormatBasics.mli
lib/ocaml/camlinternalLazy.cmi
lib/ocaml/camlinternalLazy.ml
lib/ocaml/camlinternalLazy.mli
@@ -76,88 +80,47 @@ lib/ocaml/camlinternalMod.mli
lib/ocaml/camlinternalOO.cmi
lib/ocaml/camlinternalOO.ml
lib/ocaml/camlinternalOO.mli
-lib/ocaml/camlp4/Camlp4.cmi
-lib/ocaml/camlp4/Camlp4Bin.cmi
-lib/ocaml/camlp4/Camlp4Bin.cmo
-lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmi
-lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmo
-lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmi
-lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo
-lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmi
-lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo
-lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmi
-lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmo
-lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmi
-lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmo
-lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmi
-lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo
-lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmi
-lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmo
-lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmi
-lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo
-lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmi
-lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmo
-lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmi
-lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo
-lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmi
-lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmo
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmi
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmi
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmi
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo
-lib/ocaml/camlp4/Camlp4Top.cmi
-lib/ocaml/camlp4/Camlp4Top.cmo
-lib/ocaml/camlp4/Camlp4Top/Rprint.cmi
-lib/ocaml/camlp4/Camlp4Top/Rprint.cmo
-lib/ocaml/camlp4/Camlp4Top/Top.cmi
-lib/ocaml/camlp4/Camlp4Top/Top.cmo
-lib/ocaml/camlp4/Camlp4_config.cmi
-lib/ocaml/camlp4/Camlp4_import.cmi
-lib/ocaml/camlp4/camlp4fulllib.cma
-lib/ocaml/camlp4/camlp4lib.cma
-lib/ocaml/camlp4/camlp4o.cma
-lib/ocaml/camlp4/camlp4of.cma
-lib/ocaml/camlp4/camlp4oof.cma
-lib/ocaml/camlp4/camlp4orf.cma
-lib/ocaml/camlp4/camlp4prof.cmi
-lib/ocaml/camlp4/camlp4prof.cmo
-lib/ocaml/camlp4/camlp4r.cma
-lib/ocaml/camlp4/camlp4rf.cma
lib/ocaml/char.cmi
lib/ocaml/char.ml
lib/ocaml/char.mli
+lib/ocaml/callback.cmi
+lib/ocaml/callback.ml
+lib/ocaml/callback.mli
+lib/ocaml/caml/alloc.h
+lib/ocaml/caml/bigarray.h
+lib/ocaml/caml/callback.h
+lib/ocaml/caml/compatibility.h
+lib/ocaml/caml/config.h
+lib/ocaml/caml/custom.h
+lib/ocaml/caml/fail.h
+lib/ocaml/caml/hash.h
+lib/ocaml/caml/intext.h
+lib/ocaml/caml/memory.h
+lib/ocaml/caml/misc.h
+lib/ocaml/caml/mlvalues.h
+lib/ocaml/caml/printexc.h
+lib/ocaml/caml/signals.h
+lib/ocaml/caml/socketaddr.h
+lib/ocaml/caml/threads.h
+lib/ocaml/caml/unixsupport.h
+lib/ocaml/camlheader
+lib/ocaml/camlheader_ur
+lib/ocaml/camlinternalLazy.cmi
+lib/ocaml/camlinternalLazy.ml
+lib/ocaml/camlinternalLazy.mli
+lib/ocaml/camlinternalMod.cmi
+lib/ocaml/camlinternalMod.ml
+lib/ocaml/camlinternalMod.mli
+lib/ocaml/camlinternalOO.cmi
+lib/ocaml/camlinternalOO.ml
+lib/ocaml/camlinternalOO.mli
+lib/ocaml/char.cmi
+lib/ocaml/char.ml
+lib/ocaml/char.mli
+lib/ocaml/compiler-libs/CSE.cmi
+lib/ocaml/compiler-libs/CSEgen.cmi
lib/ocaml/compiler-libs/annot.cmi
-lib/ocaml/compiler-libs/ast_mapper.cmi
+lib/ocaml/compiler-libs/ast_helper.cmi
lib/ocaml/compiler-libs/ast_mapper.cmi
lib/ocaml/compiler-libs/asttypes.cmi
lib/ocaml/compiler-libs/btype.cmi
@@ -180,6 +143,7 @@ lib/ocaml/compiler-libs/config.cmi
lib/ocaml/compiler-libs/consistbl.cmi
lib/ocaml/compiler-libs/ctype.cmi
lib/ocaml/compiler-libs/datarepr.cmi
+lib/ocaml/compiler-libs/deadcode.cmi
lib/ocaml/compiler-libs/dll.cmi
lib/ocaml/compiler-libs/envaux.cmi
lib/ocaml/compiler-libs/emitcode.cmi
@@ -228,6 +192,7 @@ lib/ocaml/compiler-libs/printtyp.cmi
lib/ocaml/compiler-libs/printtyped.cmi
lib/ocaml/compiler-libs/runtimedef.cmi
lib/ocaml/compiler-libs/simplif.cmi
+lib/ocaml/compiler-libs/strmatch.cmi
lib/ocaml/compiler-libs/stypes.cmi
lib/ocaml/compiler-libs/subst.cmi
lib/ocaml/compiler-libs/switch.cmi
@@ -332,17 +297,13 @@ lib/ocaml/num.mli
lib/ocaml/nums.cma
lib/ocaml/obj.cmi
lib/ocaml/obj.ml
-lib/ocaml/ocamlbuild/ocamlbuild_plugin.cmo
lib/ocaml/obj.mli
lib/ocaml/objinfo_helper
lib/ocaml/ocamlbuild/ocamlbuild.cmo
lib/ocaml/ocamlbuild/ocamlbuild_executor.cmi
-lib/ocaml/ocamlbuild/ocamlbuild_executor.cmo
lib/ocaml/ocamlbuild/ocamlbuild_pack.cmi
lib/ocaml/ocamlbuild/ocamlbuild_plugin.cmi
-lib/ocaml/ocamlbuild/ocamlbuild_plugin.cmo
lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.cmi
-lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.cmo
lib/ocaml/ocamlbuild/ocamlbuildlib.cma
lib/ocaml/ocamldoc/ocamldoc.hva
lib/ocaml/ocamldoc/odoc.cmi
@@ -360,6 +321,7 @@ lib/ocaml/ocamldoc/odoc_dep.cmi
lib/ocaml/ocamldoc/odoc_dot.cmi
lib/ocaml/ocamldoc/odoc_env.cmi
lib/ocaml/ocamldoc/odoc_exception.cmi
+lib/ocaml/ocamldoc/odoc_extension.cmi
lib/ocaml/ocamldoc/odoc_gen.cmi
lib/ocaml/ocamldoc/odoc_global.cmi
lib/ocaml/ocamldoc/odoc_html.cmi
@@ -485,7 +447,6 @@ lib/ocaml/weak.cmi
lib/ocaml/weak.ml
lib/ocaml/weak.mli
man/man1/ocaml.1
-man/man1/ocamlbuild.1
man/man1/ocamlc.1
man/man1/ocamlc.opt.1
man/man1/ocamlcp.1
@@ -495,92 +456,102 @@ man/man1/ocamldoc.1
man/man1/ocamllex.1
man/man1/ocamlmktop.1
man/man1/ocamlopt.1
-man/man1/ocamloptp.1
man/man1/ocamlopt.opt.1
+man/man1/ocamloptp.1
man/man1/ocamlprof.1
man/man1/ocamlrun.1
man/man1/ocamlyacc.1
-man/man3/Arg.3o
-man/man3/Array.3o
-man/man3/ArrayLabels.3o
-man/man3/Bigarray.3o
-man/man3/Bigarray.Array1.3o
-man/man3/Bigarray.Array2.3o
-man/man3/Bigarray.Array3.3o
-man/man3/Bigarray.Genarray.3o
-man/man3/Buffer.3o
-man/man3/Callback.3o
-man/man3/CamlinternalLazy.3o
-man/man3/CamlinternalMod.3o
-man/man3/CamlinternalOO.3o
-man/man3/Complex.3o
-man/man3/Digest.3o
-man/man3/Filename.3o
-man/man3/Format.3o
-man/man3/Gc.3o
-man/man3/Genlex.3o
-man/man3/Hashtbl.3o
-man/man3/Hashtbl.HashedType.3o
-man/man3/Hashtbl.Make.3o
-man/man3/Hashtbl.MakeSeeded.3o
-man/man3/Hashtbl.S.3o
-man/man3/Hashtbl.SeededHashedType.3o
-man/man3/Hashtbl.SeededS.3o
-man/man3/Int32.3o
-man/man3/Int64.3o
-man/man3/Lexing.3o
-man/man3/List.3o
-man/man3/ListLabels.3o
-man/man3/Map.3o
-man/man3/Map.Make.3o
-man/man3/Map.OrderedType.3o
-man/man3/Map.S.3o
-man/man3/Marshal.3o
-man/man3/MoreLabels.3o
-man/man3/MoreLabels.Hashtbl.3o
-man/man3/MoreLabels.Hashtbl.HashedType.3o
-man/man3/MoreLabels.Hashtbl.Make.3o
-man/man3/MoreLabels.Hashtbl.MakeSeeded.3o
-man/man3/MoreLabels.Hashtbl.S.3o
-man/man3/MoreLabels.Hashtbl.SeededHashedType.3o
-man/man3/MoreLabels.Hashtbl.SeededS.3o
-man/man3/MoreLabels.Map.3o
-man/man3/MoreLabels.Map.Make.3o
-man/man3/MoreLabels.Map.OrderedType.3o
-man/man3/MoreLabels.Map.S.3o
-man/man3/MoreLabels.Set.3o
-man/man3/MoreLabels.Set.Make.3o
-man/man3/MoreLabels.Set.OrderedType.3o
-man/man3/MoreLabels.Set.S.3o
-man/man3/Nativeint.3o
-man/man3/Num.3o
-man/man3/Obj.3o
-man/man3/Oo.3o
-man/man3/Parsing.3o
-man/man3/Pervasives.3o
-man/man3/Pervasives.LargeFile.3o
-man/man3/Printexc.3o
-man/man3/Printf.3o
-man/man3/Queue.3o
-man/man3/Random.3o
-man/man3/Random.State.3o
-man/man3/Scanf.3o
-man/man3/Scanf.Scanning.3o
-man/man3/Set.Make.3o
-man/man3/Set.OrderedType.3o
-man/man3/Set.S.3o
-man/man3/Sort.3o
-man/man3/Stack.3o
-man/man3/StdLabels.3o
-man/man3/StdLabels.Array.3o
-man/man3/StdLabels.List.3o
-man/man3/StdLabels.String.3o
-man/man3/Str.3o
-man/man3/Stream.3o
-man/man3/StringLabels.3o
-man/man3/Sys.3o
-man/man3/Unix.3o
-man/man3/Unix.LargeFile.3o
-man/man3/Weak.3o
-man/man3/Weak.Make.3o
-man/man3/Weak.S.3o
+man/man3o/Arg.3o
+man/man3o/Array.3o
+man/man3o/ArrayLabels.3o
+man/man3o/Bigarray.3o
+man/man3o/Bigarray.Array1.3o
+man/man3o/Bigarray.Array2.3o
+man/man3o/Bigarray.Array3.3o
+man/man3o/Bigarray.Genarray.3o
+man/man3o/Buffer.3o
+man/man3o/Bytes.3o
+man/man3o/BytesLabels.3o
+man/man3o/Callback.3o
+man/man3o/CamlinternalFormat.3o
+man/man3o/CamlinternalFormatBasics.3o
+man/man3o/CamlinternalLazy.3o
+man/man3o/CamlinternalMod.3o
+man/man3o/CamlinternalOO.3o
+man/man3o/Char.3o
+man/man3o/String.3o
+man/man3o/Complex.3o
+man/man3o/Digest.3o
+man/man3o/Filename.3o
+man/man3o/Format.3o
+man/man3o/Gc.3o
+man/man3o/Genlex.3o
+man/man3o/Hashtbl.3o
+man/man3o/Hashtbl.HashedType.3o
+man/man3o/Hashtbl.Make.3o
+man/man3o/Hashtbl.MakeSeeded.3o
+man/man3o/Hashtbl.S.3o
+man/man3o/Hashtbl.SeededHashedType.3o
+man/man3o/Hashtbl.SeededS.3o
+man/man3o/Int32.3o
+man/man3o/Int64.3o
+man/man3o/Lazy.3o
+man/man3o/Lexing.3o
+man/man3o/List.3o
+man/man3o/ListLabels.3o
+man/man3o/Map.3o
+man/man3o/Map.Make.3o
+man/man3o/Map.OrderedType.3o
+man/man3o/Map.S.3o
+man/man3o/Marshal.3o
+man/man3o/MoreLabels.3o
+man/man3o/MoreLabels.Hashtbl.3o
+man/man3o/MoreLabels.Hashtbl.HashedType.3o
+man/man3o/MoreLabels.Hashtbl.Make.3o
+man/man3o/MoreLabels.Hashtbl.MakeSeeded.3o
+man/man3o/MoreLabels.Hashtbl.S.3o
+man/man3o/MoreLabels.Hashtbl.SeededHashedType.3o
+man/man3o/MoreLabels.Hashtbl.SeededS.3o
+man/man3o/MoreLabels.Map.3o
+man/man3o/MoreLabels.Map.Make.3o
+man/man3o/MoreLabels.Map.OrderedType.3o
+man/man3o/MoreLabels.Map.S.3o
+man/man3o/MoreLabels.Set.3o
+man/man3o/MoreLabels.Set.Make.3o
+man/man3o/MoreLabels.Set.OrderedType.3o
+man/man3o/MoreLabels.Set.S.3o
+man/man3o/Nativeint.3o
+man/man3o/Num.3o
+man/man3o/Obj.3o
+man/man3o/Oo.3o
+man/man3o/Parsing.3o
+man/man3o/Pervasives.3o
+man/man3o/Pervasives.LargeFile.3o
+man/man3o/Printexc.3o
+man/man3o/Printexc.Slot.3o
+man/man3o/Printf.3o
+man/man3o/Queue.3o
+man/man3o/Random.3o
+man/man3o/Random.State.3o
+man/man3o/Scanf.3o
+man/man3o/Scanf.Scanning.3o
+man/man3o/Set.3o
+man/man3o/Set.Make.3o
+man/man3o/Set.OrderedType.3o
+man/man3o/Set.S.3o
+man/man3o/Sort.3o
+man/man3o/Stack.3o
+man/man3o/StdLabels.3o
+man/man3o/StdLabels.Array.3o
+man/man3o/StdLabels.Bytes.3o
+man/man3o/StdLabels.List.3o
+man/man3o/StdLabels.String.3o
+man/man3o/Str.3o
+man/man3o/Stream.3o
+man/man3o/StringLabels.3o
+man/man3o/Sys.3o
+man/man3o/Unix.3o
+man/man3o/Unix.LargeFile.3o
+man/man3o/Weak.3o
+man/man3o/Weak.Make.3o
+man/man3o/Weak.S.3o