summaryrefslogtreecommitdiff
path: root/lang/ocaml/PLIST
diff options
context:
space:
mode:
authorjaapb <jaapb>2015-06-30 11:08:47 +0000
committerjaapb <jaapb>2015-06-30 11:08:47 +0000
commit4680274c1565eed7efca93a6f120239d72d9c98f (patch)
tree88f92ff896e573fbb6cb1ccba296e2b070acc0aa /lang/ocaml/PLIST
parentf9ffc179a453427bcba0f2804bf30686a002adbf (diff)
downloadpkgsrc-4680274c1565eed7efca93a6f120239d72d9c98f.tar.gz
Updated lang/ocaml to newest version 4.02.2. Changes apart from bugfixes
include: - #6583: add a new class of binary operators with the same syntactic precedence as method calls; these operators start with # followed by a non-empty sequence of operator symbols (for instance #+, #!?). It is also possible to use '#' as part of these extra symbols (for instance ##, or #+#); this is rejected by the type-checker, but can be used e.g. by ppx rewriters. * #6016: add a "nonrec" keyword for type declarations - #6600: make -short-paths faster by building the printing map incrementally - #6642: replace $CAMLORIGIN in -ccopt with the path to cma or cmxa to output an object file with included runtime and autolink libraries - #6845: -no-check-prims to tell ocamlc not to check primitives in runtime - G#149: Attach documentation comments to parse tree - G#159: Better locations for structure/signature items - #5958: generalized polymorphic #install_printer - #6237: explicit "infer" tag to control or disable menhir --infer - #6625: pass -linkpkg to files built with -output-obj. - #6712: Ignore common VCS directories - #6720: pass -g to C compilers when tag 'debug' is set - #6733: add .byte.so and .native.so targets to pass -output-obj -cclib -shared. - #6733: "runtime_variant(X)" to pass -runtime-variant X option. - #6774: new menhir-specific flags "only_tokens" and "external_tokens(Foo)" - #6285: Add support for nanosecond precision in Unix.stat() - #6781: Add higher baud rates to Unix termios - #6834: Add Obj.{first,last}_non_constant_constructor_tag - #6078: Release the runtime system when calling caml_dlopen - #6675: GC hooks - #5418 (comments) : generate dependencies with $(CC) instead of gcc - #6266: Cross compilation for iOs, Android etc - Update instructions for x86-64 PIC mode and POWER architecture builds - #6452, G#140: add internal suport for custom printing formats - #6641: add -g, -ocamlcflags, -ocamloptflags options to ocamlmklib - #6693: also build libasmrun_shared.so and lib{asm,caml}run_pic.a - #6842: export Typemod.modtype_of_package - G#139: more versatile specification of locations of .annot - G#157: store the path of cmos inside debug section at link time - G#191: Making gc.h and some part of memory.h public
Diffstat (limited to 'lang/ocaml/PLIST')
-rw-r--r--lang/ocaml/PLIST9
1 files changed, 8 insertions, 1 deletions
diff --git a/lang/ocaml/PLIST b/lang/ocaml/PLIST
index 073c436d336..c02b62c6851 100644
--- a/lang/ocaml/PLIST
+++ b/lang/ocaml/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2015/04/02 22:40:09 tnn Exp $
+@comment $NetBSD: PLIST,v 1.30 2015/06/30 11:08:47 jaapb Exp $
bin/ocaml
bin/ocamlbuild
bin/ocamlbuild.byte
@@ -44,6 +44,7 @@ lib/ocaml/bytesLabels.mli
lib/ocaml/callback.cmi
lib/ocaml/callback.ml
lib/ocaml/callback.mli
+lib/ocaml/caml/address_class.h
lib/ocaml/caml/alloc.h
lib/ocaml/caml/bigarray.h
lib/ocaml/caml/callback.h
@@ -51,6 +52,7 @@ lib/ocaml/caml/compatibility.h
lib/ocaml/caml/config.h
lib/ocaml/caml/custom.h
lib/ocaml/caml/fail.h
+lib/ocaml/caml/gc.h
lib/ocaml/caml/hash.h
lib/ocaml/caml/intext.h
lib/ocaml/caml/memory.h
@@ -123,6 +125,8 @@ lib/ocaml/compiler-libs/annot.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/branch_relaxation.cmi
+lib/ocaml/compiler-libs/branch_relaxation_intf.cmi
lib/ocaml/compiler-libs/btype.cmi
lib/ocaml/compiler-libs/bytegen.cmi
lib/ocaml/compiler-libs/bytelibrarian.cmi
@@ -145,6 +149,7 @@ 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/docstrings.cmi
lib/ocaml/compiler-libs/envaux.cmi
lib/ocaml/compiler-libs/emitcode.cmi
lib/ocaml/compiler-libs/env.cmi
@@ -266,6 +271,7 @@ 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/libcamlstr.a
lib/ocaml/libnums.a
@@ -338,6 +344,7 @@ lib/ocaml/${PKGMANDIR}/man3/CamlinternalOO.3
lib/ocaml/${PKGMANDIR}/man3/Char.3
lib/ocaml/${PKGMANDIR}/man3/Complex.3
lib/ocaml/${PKGMANDIR}/man3/Digest.3
+lib/ocaml/${PKGMANDIR}/man3/Docstrings.3
lib/ocaml/${PKGMANDIR}/man3/Filename.3
lib/ocaml/${PKGMANDIR}/man3/Format.3
lib/ocaml/${PKGMANDIR}/man3/Gc.3