pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/js_of_ocaml Updated devel/js_of_ocaml to version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12df0b1c3efa
branches:  trunk
changeset: 333759:12df0b1c3efa
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Mon May 13 11:49:52 2019 +0000

description:
Updated devel/js_of_ocaml to version 3.4.0.

This update introduces compatibility with OCaml 4.08, and does some
refactoring of the library.
There are also other minor bugfixes and changes.

diffstat:

 devel/js_of_ocaml/Makefile      |    5 +-
 devel/js_of_ocaml/PLIST         |  292 +++++++++++++++++++--------------------
 devel/js_of_ocaml/buildlink3.mk |    4 +-
 devel/js_of_ocaml/distinfo      |   10 +-
 4 files changed, 154 insertions(+), 157 deletions(-)

diffs (truncated from 611 to 300 lines):

diff -r 12b25a1738c9 -r 12df0b1c3efa devel/js_of_ocaml/Makefile
--- a/devel/js_of_ocaml/Makefile        Mon May 13 11:48:11 2019 +0000
+++ b/devel/js_of_ocaml/Makefile        Mon May 13 11:49:52 2019 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2019/03/05 17:31:04 jaapb Exp $
+# $NetBSD: Makefile,v 1.33 2019/05/13 11:49:52 jaapb Exp $
 #
 
 GITHUB_PROJECT=        js_of_ocaml
-DISTNAME=      ${GITHUB_PROJECT}-3.3.0
-PKGREVISION=   1
+DISTNAME=      ${GITHUB_PROJECT}-3.4.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocsigen/}
 
diff -r 12b25a1738c9 -r 12df0b1c3efa devel/js_of_ocaml/PLIST
--- a/devel/js_of_ocaml/PLIST   Mon May 13 11:48:11 2019 +0000
+++ b/devel/js_of_ocaml/PLIST   Mon May 13 11:49:52 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2019/03/05 17:31:04 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.23 2019/05/13 11:49:52 jaapb Exp $
 bin/js_of_ocaml
 bin/jsoo_link
 bin/jsoo_minify
@@ -7,14 +7,23 @@
 ${OCAML_SITELIB}/js_of_ocaml-compiler/annot_lexer.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/annot_parser.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/annot_parser.mli
-${OCAML_SITELIB}/js_of_ocaml-compiler/b64.ml
-${OCAML_SITELIB}/js_of_ocaml-compiler/b64.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/base64.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/base64.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/build_path_prefix_map.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/build_path_prefix_map.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/bigarray.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/bigstring.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/code.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/code.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/compiler_version.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/compiler_version.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/config.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/config.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/constant.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/deadcode.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/deadcode.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/debug.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/debug.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/dgraph.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/dgraph.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/driver.ml
@@ -23,6 +32,8 @@
 ${OCAML_SITELIB}/js_of_ocaml-compiler/dynlink.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/eval.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/eval.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/findlib.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/findlib.mli
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.a
 ${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.cma
 ${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.cmi
@@ -38,6 +49,8 @@
 ${OCAML_SITELIB}/js_of_ocaml-compiler/freevars.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/freevars.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/fs.js
+${OCAML_SITELIB}/js_of_ocaml-compiler/fs.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/fs.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/fs_fake.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/fs_node.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/gc.js
@@ -76,10 +89,14 @@
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Annot_parser.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Annot_parser.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Annot_parser.cmx
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__B64.cmi
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__B64.cmt
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__B64.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__B64.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Base64.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Base64.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Base64.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Base64.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Build_path_prefix_map.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Build_path_prefix_map.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Build_path_prefix_map.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Build_path_prefix_map.cmx
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Code.cmi
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Code.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Code.cmti
@@ -88,6 +105,21 @@
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Compiler_version.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Compiler_version.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Compiler_version.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Config.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Config.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Config.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Config.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Constant.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Constant.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Constant.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Deadcode.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Deadcode.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Deadcode.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Deadcode.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Debug.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Debug.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Debug.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Debug.cmx
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Dgraph.cmi
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Dgraph.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Dgraph.cmti
@@ -100,6 +132,10 @@
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Eval.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Eval.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Eval.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Findlib.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Findlib.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Findlib.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Findlib.cmx
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Flow.cmi
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Flow.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Flow.cmti
@@ -108,6 +144,10 @@
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Freevars.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Freevars.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Freevars.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Fs.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Fs.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Fs.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Fs.cmx
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Generate.cmi
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Generate.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Generate.cmti
@@ -156,22 +196,6 @@
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_traverse.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_traverse.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_traverse.cmx
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_deadcode.cmi
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_deadcode.cmt
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_deadcode.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_deadcode.cmx
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_primitive.cmi
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_primitive.cmt
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_primitive.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_primitive.cmx
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_strongly_connected_components.cmi
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_strongly_connected_components.cmt
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_strongly_connected_components.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_strongly_connected_components.cmx
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_subst.cmi
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_subst.cmt
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_subst.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_subst.cmx
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Link_js.cmi
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Link_js.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Link_js.cmti
@@ -180,10 +204,18 @@
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Linker.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Linker.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Linker.cmx
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Option.cmi
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Option.cmt
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Option.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Option.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Magic_number.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Magic_number.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Magic_number.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Magic_number.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Ocaml_compiler.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Ocaml_compiler.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Ocaml_compiler.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Ocaml_compiler.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Ocaml_version.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Ocaml_version.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Ocaml_version.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Ocaml_version.cmx
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Parse_bytecode.cmi
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Parse_bytecode.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Parse_bytecode.cmti
@@ -204,6 +236,10 @@
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pretty_print.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pretty_print.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pretty_print.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Primitive.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Primitive.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Primitive.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Primitive.cmx
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__PseudoFs.cmi
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__PseudoFs.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__PseudoFs.cmti
@@ -232,14 +268,25 @@
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Specialize_js.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Specialize_js.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Specialize_js.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Stdlib.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Stdlib.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Stdlib.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Strongly_connected_components.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Strongly_connected_components.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Strongly_connected_components.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Strongly_connected_components.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Subst.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Subst.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Subst.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Subst.cmx
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Tailcall.cmi
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Tailcall.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Tailcall.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Tailcall.cmx
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Util.cmi
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Util.cmt
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Util.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Util.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Timer.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Timer.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Timer.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Timer.cmx
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__VarPrinter.cmi
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__VarPrinter.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__VarPrinter.cmti
@@ -261,26 +308,22 @@
 ${OCAML_SITELIB}/js_of_ocaml-compiler/jslib.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/jslib_js_of_ocaml.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/json2.js
-${OCAML_SITELIB}/js_of_ocaml-compiler/jsoo_deadcode.ml
-${OCAML_SITELIB}/js_of_ocaml-compiler/jsoo_deadcode.mli
-${OCAML_SITELIB}/js_of_ocaml-compiler/jsoo_primitive.ml
-${OCAML_SITELIB}/js_of_ocaml-compiler/jsoo_primitive.mli
-${OCAML_SITELIB}/js_of_ocaml-compiler/jsoo_strongly_connected_components.ml
-${OCAML_SITELIB}/js_of_ocaml-compiler/jsoo_strongly_connected_components.mli
-${OCAML_SITELIB}/js_of_ocaml-compiler/jsoo_subst.ml
-${OCAML_SITELIB}/js_of_ocaml-compiler/jsoo_subst.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/lexing.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/link_js.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/link_js.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/linker.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/linker.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/magic_number.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/magic_number.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/marshal.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/md5.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/mlString.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/nat.js
+${OCAML_SITELIB}/js_of_ocaml-compiler/ocaml_compiler.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/ocaml_compiler.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/ocaml_version.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/ocaml_version.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/opam
-${OCAML_SITELIB}/js_of_ocaml-compiler/option.ml
-${OCAML_SITELIB}/js_of_ocaml-compiler/option.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/parse_bytecode.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/parse_bytecode.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/parse_info.ml
@@ -292,6 +335,8 @@
 ${OCAML_SITELIB}/js_of_ocaml-compiler/phisimpl.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/pretty_print.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/pretty_print.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/primitive.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/primitive.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/pseudoFs.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/pseudoFs.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/pure_fun.ml
@@ -308,17 +353,27 @@
 ${OCAML_SITELIB}/js_of_ocaml-compiler/specialize_js.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/specialize_js.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/stdlib.js
+${OCAML_SITELIB}/js_of_ocaml-compiler/stdlib.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/strongly_connected_components.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/strongly_connected_components.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/subst.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/subst.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/tailcall.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/tailcall.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/timer.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/timer.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/toplevel.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/unix.js
-${OCAML_SITELIB}/js_of_ocaml-compiler/util.ml
-${OCAML_SITELIB}/js_of_ocaml-compiler/util.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/varPrinter.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/varPrinter.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/vlq64.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/vlq64.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/weak.js
+${OCAML_SITELIB}/js_of_ocaml-lwt/Lwt_file.ml
+${OCAML_SITELIB}/js_of_ocaml-lwt/Lwt_js.ml
+${OCAML_SITELIB}/js_of_ocaml-lwt/Lwt_js_events.ml
+${OCAML_SITELIB}/js_of_ocaml-lwt/Lwt_jsonp.ml
+${OCAML_SITELIB}/js_of_ocaml-lwt/Lwt_xmlHttpRequest.ml
 ${OCAML_SITELIB}/js_of_ocaml-lwt/META
 ${OCAML_SITELIB}/js_of_ocaml-lwt/dune-package
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.a
@@ -329,6 +384,30 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmxs
 ${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.ml
+${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__.cmi
+${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__.cmx
+${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__.ml
+${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_file.cmi
+${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_file.cmt



Home | Main Index | Thread Index | Old Index