Received: by mail.netbsd.org (Postfix, from userid 605) id D55E984DAC; Mon, 13 May 2019 11:49:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B92384D22 for ; Mon, 13 May 2019 11:49:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id c4cRpmYT10F1 for ; Mon, 13 May 2019 11:49:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 46A0284D04 for ; Mon, 13 May 2019 11:49:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3CA30FB16; Mon, 13 May 2019 11:49:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15577481928790" MIME-Version: 1.0 Date: Mon, 13 May 2019 11:49:52 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/js_of_ocaml To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20190513114952.3CA30FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15577481928790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Mon May 13 11:49:52 UTC 2019 Modified Files: pkgsrc/devel/js_of_ocaml: Makefile PLIST buildlink3.mk distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/js_of_ocaml/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/js_of_ocaml/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/js_of_ocaml/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/js_of_ocaml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15577481928790 Content-Disposition: inline Content-Length: 36888 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/js_of_ocaml/Makefile diff -u pkgsrc/devel/js_of_ocaml/Makefile:1.32 pkgsrc/devel/js_of_ocaml/Makefile:1.33 --- pkgsrc/devel/js_of_ocaml/Makefile:1.32 Tue Mar 5 17:31:04 2019 +++ pkgsrc/devel/js_of_ocaml/Makefile Mon May 13 11:49:52 2019 @@ -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/} Index: pkgsrc/devel/js_of_ocaml/PLIST diff -u pkgsrc/devel/js_of_ocaml/PLIST:1.22 pkgsrc/devel/js_of_ocaml/PLIST:1.23 --- pkgsrc/devel/js_of_ocaml/PLIST:1.22 Tue Mar 5 17:31:04 2019 +++ pkgsrc/devel/js_of_ocaml/PLIST Mon May 13 11:49:52 2019 @@ -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/an ${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/du ${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/fl ${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 ${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 ${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 ${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 ${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 ${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 ${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 ${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 ${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/js ${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/ph ${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/sp ${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 ${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 +${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_file.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_file.cmx +${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js.cmi +${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js.cmt +${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js.cmx +${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js_events.cmi +${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js_events.cmt +${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js_events.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js_events.cmx +${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_jsonp.cmi +${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_jsonp.cmt +${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_jsonp.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_jsonp.cmx +${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmi +${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmt +${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmx ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.a ${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cma ${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmi @@ -341,31 +420,26 @@ ${OCAML_SITELIB}/js_of_ocaml-lwt/logger/ ${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.mli ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.cmi ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.cmt -${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.cmx ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.ml ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.mli ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.cmi ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.cmt -${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.cmx ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.ml ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.mli ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.cmi ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.cmt -${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.cmx ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.ml ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.mli ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.cmi ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.cmt -${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.cmx ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.ml ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.mli ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.cmi ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.cmt -${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.cmx ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.ml ${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.mli @@ -384,6 +458,7 @@ ${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ ${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.mli ${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/opam ${OCAML_SITELIB}/js_of_ocaml-ppx/META +${OCAML_SITELIB}/js_of_ocaml-ppx/compat.ml ${OCAML_SITELIB}/js_of_ocaml-ppx/dune-package ${OCAML_SITELIB}/js_of_ocaml-ppx/opam ${OCAML_SITELIB}/js_of_ocaml-ppx/ppx.exe @@ -402,6 +477,9 @@ ${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js_ ${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__.cmt ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__.cmx ${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__.ml +${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__Compat.cmi +${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__Compat.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__Compat.cmx ${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__Ppx_js_internal.cmi ${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__Ppx_js_internal.cmt ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__Ppx_js_internal.cmx @@ -418,6 +496,9 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.cmxs ${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.ml ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/META +${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/Tyxml_cast.ml +${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/Tyxml_cast_sigs.ml +${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/Tyxml_js.ml ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/dune-package ${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml.a ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml.cma @@ -427,53 +508,39 @@ ${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_ ${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml.cmxa ${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml.cmxs ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml.ml +${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__.cmi +${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__.cmt +${PLIST.ocaml-opt}${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__.cmx +${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__.ml +${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast.cmi +${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast.cmt +${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast.cmti +${PLIST.ocaml-opt}${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast.cmx +${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast_sigs.cmi +${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast_sigs.cmt +${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast_sigs.cmti +${PLIST.ocaml-opt}${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast_sigs.cmx +${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_js.cmi +${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_js.cmt +${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_js.cmti +${PLIST.ocaml-opt}${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_js.cmx ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/opam ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast.cmi ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast.cmt -${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast.cmti ${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast.cmx ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast.ml ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast.mli ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast_sigs.cmi ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast_sigs.cmt -${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast_sigs.cmti ${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast_sigs.cmx ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast_sigs.ml ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast_sigs.mli ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_js.cmi ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_js.cmt -${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_js.cmti ${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_js.cmx ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_js.ml ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_js.mli -${OCAML_SITELIB}/js_of_ocaml/CSS.ml -${OCAML_SITELIB}/js_of_ocaml/Dom.ml -${OCAML_SITELIB}/js_of_ocaml/Dom_events.ml -${OCAML_SITELIB}/js_of_ocaml/Dom_html.ml -${OCAML_SITELIB}/js_of_ocaml/Dom_svg.ml -${OCAML_SITELIB}/js_of_ocaml/EventSource.ml -${OCAML_SITELIB}/js_of_ocaml/File.ml -${OCAML_SITELIB}/js_of_ocaml/Firebug.ml -${OCAML_SITELIB}/js_of_ocaml/Form.ml -${OCAML_SITELIB}/js_of_ocaml/Geolocation.ml -${OCAML_SITELIB}/js_of_ocaml/Intl.ml -${OCAML_SITELIB}/js_of_ocaml/Js.ml -${OCAML_SITELIB}/js_of_ocaml/Json.ml -${OCAML_SITELIB}/js_of_ocaml/Jstable.ml -${OCAML_SITELIB}/js_of_ocaml/Lib_version.ml ${OCAML_SITELIB}/js_of_ocaml/META -${OCAML_SITELIB}/js_of_ocaml/MutationObserver.ml -${OCAML_SITELIB}/js_of_ocaml/Regexp.ml -${OCAML_SITELIB}/js_of_ocaml/Sys_js.ml -${OCAML_SITELIB}/js_of_ocaml/Typed_array.ml -${OCAML_SITELIB}/js_of_ocaml/Url.ml -${OCAML_SITELIB}/js_of_ocaml/WebGL.ml -${OCAML_SITELIB}/js_of_ocaml/WebSockets.ml -${OCAML_SITELIB}/js_of_ocaml/Worker.ml -${OCAML_SITELIB}/js_of_ocaml/XmlHttpRequest.ml -${OCAML_SITELIB}/js_of_ocaml/cSS.cmi -${OCAML_SITELIB}/js_of_ocaml/cSS.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/cSS.cmx ${OCAML_SITELIB}/js_of_ocaml/cSS.ml ${OCAML_SITELIB}/js_of_ocaml/cSS.mli ${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json.cmi @@ -492,60 +559,27 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of ${OCAML_SITELIB}/js_of_ocaml/deriving/js_of_ocaml_deriving.cma ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/deriving/js_of_ocaml_deriving.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/deriving/js_of_ocaml_deriving.cmxs -${OCAML_SITELIB}/js_of_ocaml/dom.cmi -${OCAML_SITELIB}/js_of_ocaml/dom.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/dom.cmx ${OCAML_SITELIB}/js_of_ocaml/dom.ml ${OCAML_SITELIB}/js_of_ocaml/dom.mli -${OCAML_SITELIB}/js_of_ocaml/dom_events.cmi -${OCAML_SITELIB}/js_of_ocaml/dom_events.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/dom_events.cmx ${OCAML_SITELIB}/js_of_ocaml/dom_events.ml ${OCAML_SITELIB}/js_of_ocaml/dom_events.mli -${OCAML_SITELIB}/js_of_ocaml/dom_html.cmi -${OCAML_SITELIB}/js_of_ocaml/dom_html.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/dom_html.cmx ${OCAML_SITELIB}/js_of_ocaml/dom_html.ml ${OCAML_SITELIB}/js_of_ocaml/dom_html.mli -${OCAML_SITELIB}/js_of_ocaml/dom_svg.cmi -${OCAML_SITELIB}/js_of_ocaml/dom_svg.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/dom_svg.cmx ${OCAML_SITELIB}/js_of_ocaml/dom_svg.ml ${OCAML_SITELIB}/js_of_ocaml/dom_svg.mli ${OCAML_SITELIB}/js_of_ocaml/dune-package -${OCAML_SITELIB}/js_of_ocaml/eventSource.cmi -${OCAML_SITELIB}/js_of_ocaml/eventSource.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/eventSource.cmx ${OCAML_SITELIB}/js_of_ocaml/eventSource.ml ${OCAML_SITELIB}/js_of_ocaml/eventSource.mli -${OCAML_SITELIB}/js_of_ocaml/file.cmi -${OCAML_SITELIB}/js_of_ocaml/file.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/file.cmx ${OCAML_SITELIB}/js_of_ocaml/file.ml ${OCAML_SITELIB}/js_of_ocaml/file.mli -${OCAML_SITELIB}/js_of_ocaml/firebug.cmi -${OCAML_SITELIB}/js_of_ocaml/firebug.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/firebug.cmx ${OCAML_SITELIB}/js_of_ocaml/firebug.ml ${OCAML_SITELIB}/js_of_ocaml/firebug.mli -${OCAML_SITELIB}/js_of_ocaml/form.cmi -${OCAML_SITELIB}/js_of_ocaml/form.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/form.cmx ${OCAML_SITELIB}/js_of_ocaml/form.ml ${OCAML_SITELIB}/js_of_ocaml/form.mli -${OCAML_SITELIB}/js_of_ocaml/geolocation.cmi -${OCAML_SITELIB}/js_of_ocaml/geolocation.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/geolocation.cmx ${OCAML_SITELIB}/js_of_ocaml/geolocation.ml ${OCAML_SITELIB}/js_of_ocaml/geolocation.mli -${OCAML_SITELIB}/js_of_ocaml/intl.cmi -${OCAML_SITELIB}/js_of_ocaml/intl.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/intl.cmx ${OCAML_SITELIB}/js_of_ocaml/intl.ml ${OCAML_SITELIB}/js_of_ocaml/intl.mli -${OCAML_SITELIB}/js_of_ocaml/js.cmi -${OCAML_SITELIB}/js_of_ocaml/js.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/js.cmx ${OCAML_SITELIB}/js_of_ocaml/js.ml ${OCAML_SITELIB}/js_of_ocaml/js.mli ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml.a @@ -655,65 +689,29 @@ ${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml ${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__XmlHttpRequest.cmt ${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__XmlHttpRequest.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__XmlHttpRequest.cmx -${OCAML_SITELIB}/js_of_ocaml/json.cmi -${OCAML_SITELIB}/js_of_ocaml/json.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/json.cmx ${OCAML_SITELIB}/js_of_ocaml/json.ml ${OCAML_SITELIB}/js_of_ocaml/json.mli -${OCAML_SITELIB}/js_of_ocaml/jstable.cmi -${OCAML_SITELIB}/js_of_ocaml/jstable.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/jstable.cmx ${OCAML_SITELIB}/js_of_ocaml/jstable.ml ${OCAML_SITELIB}/js_of_ocaml/jstable.mli -${OCAML_SITELIB}/js_of_ocaml/lib_version.cmi -${OCAML_SITELIB}/js_of_ocaml/lib_version.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/lib_version.cmx ${OCAML_SITELIB}/js_of_ocaml/lib_version.ml ${OCAML_SITELIB}/js_of_ocaml/libjs_of_ocaml_stubs.a -${OCAML_SITELIB}/js_of_ocaml/mutationObserver.cmi -${OCAML_SITELIB}/js_of_ocaml/mutationObserver.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/mutationObserver.cmx ${OCAML_SITELIB}/js_of_ocaml/mutationObserver.ml ${OCAML_SITELIB}/js_of_ocaml/mutationObserver.mli ${OCAML_SITELIB}/js_of_ocaml/opam -${OCAML_SITELIB}/js_of_ocaml/regexp.cmi -${OCAML_SITELIB}/js_of_ocaml/regexp.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/regexp.cmx ${OCAML_SITELIB}/js_of_ocaml/regexp.ml ${OCAML_SITELIB}/js_of_ocaml/regexp.mli -${OCAML_SITELIB}/js_of_ocaml/sys_js.cmi -${OCAML_SITELIB}/js_of_ocaml/sys_js.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/sys_js.cmx ${OCAML_SITELIB}/js_of_ocaml/sys_js.ml ${OCAML_SITELIB}/js_of_ocaml/sys_js.mli -${OCAML_SITELIB}/js_of_ocaml/typed_array.cmi -${OCAML_SITELIB}/js_of_ocaml/typed_array.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/typed_array.cmx ${OCAML_SITELIB}/js_of_ocaml/typed_array.ml ${OCAML_SITELIB}/js_of_ocaml/typed_array.mli -${OCAML_SITELIB}/js_of_ocaml/url.cmi -${OCAML_SITELIB}/js_of_ocaml/url.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/url.cmx ${OCAML_SITELIB}/js_of_ocaml/url.ml ${OCAML_SITELIB}/js_of_ocaml/url.mli -${OCAML_SITELIB}/js_of_ocaml/webGL.cmi -${OCAML_SITELIB}/js_of_ocaml/webGL.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/webGL.cmx ${OCAML_SITELIB}/js_of_ocaml/webGL.ml ${OCAML_SITELIB}/js_of_ocaml/webGL.mli -${OCAML_SITELIB}/js_of_ocaml/webSockets.cmi -${OCAML_SITELIB}/js_of_ocaml/webSockets.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/webSockets.cmx ${OCAML_SITELIB}/js_of_ocaml/webSockets.ml ${OCAML_SITELIB}/js_of_ocaml/webSockets.mli -${OCAML_SITELIB}/js_of_ocaml/worker.cmi -${OCAML_SITELIB}/js_of_ocaml/worker.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/worker.cmx ${OCAML_SITELIB}/js_of_ocaml/worker.ml ${OCAML_SITELIB}/js_of_ocaml/worker.mli -${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.cmi -${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.cmx ${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.ml ${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.mli ${OCAML_SITELIB}/stublibs/dlljs_of_ocaml_stubs.so Index: pkgsrc/devel/js_of_ocaml/buildlink3.mk diff -u pkgsrc/devel/js_of_ocaml/buildlink3.mk:1.14 pkgsrc/devel/js_of_ocaml/buildlink3.mk:1.15 --- pkgsrc/devel/js_of_ocaml/buildlink3.mk:1.14 Tue Mar 5 17:31:04 2019 +++ pkgsrc/devel/js_of_ocaml/buildlink3.mk Mon May 13 11:49:52 2019 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2019/03/05 17:31:04 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2019/05/13 11:49:52 jaapb Exp $ BUILDLINK_TREE+= js_of_ocaml @@ -6,7 +6,7 @@ BUILDLINK_TREE+= js_of_ocaml JS_OF_OCAML_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.js_of_ocaml+= js_of_ocaml>=3.0.0 -BUILDLINK_ABI_DEPENDS.js_of_ocaml+= js_of_ocaml>=3.3.0nb1 +BUILDLINK_ABI_DEPENDS.js_of_ocaml+= js_of_ocaml>=3.4.0 BUILDLINK_PKGSRCDIR.js_of_ocaml?= ../../devel/js_of_ocaml .endif # JS_OF_OCAML_BUILDLINK3_MK Index: pkgsrc/devel/js_of_ocaml/distinfo diff -u pkgsrc/devel/js_of_ocaml/distinfo:1.19 pkgsrc/devel/js_of_ocaml/distinfo:1.20 --- pkgsrc/devel/js_of_ocaml/distinfo:1.19 Tue Jan 29 12:43:53 2019 +++ pkgsrc/devel/js_of_ocaml/distinfo Mon May 13 11:49:52 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2019/01/29 12:43:53 jaapb Exp $ +$NetBSD: distinfo,v 1.20 2019/05/13 11:49:52 jaapb Exp $ -SHA1 (js_of_ocaml-3.3.0.tar.gz) = fabc84175f2ba42e5fc34125139ef3b88c5fb507 -RMD160 (js_of_ocaml-3.3.0.tar.gz) = 8d1c9443eb0de6a4e148320878b8abb10e3250e3 -SHA512 (js_of_ocaml-3.3.0.tar.gz) = 4869b3f337119127dbf71feafa5ecf7a507e0c19c5e59d49793b718207556ccf0a796c4de4526bfd3c982240f6b2dda70d299d27b0300223aca42067deb612a8 -Size (js_of_ocaml-3.3.0.tar.gz) = 1433314 bytes +SHA1 (js_of_ocaml-3.4.0.tar.gz) = d8c0a5a26eb4748c2d231cbaa2705603dbb12206 +RMD160 (js_of_ocaml-3.4.0.tar.gz) = 5cdecf1c0d9d3626764eebedc4e79b4418e67871 +SHA512 (js_of_ocaml-3.4.0.tar.gz) = 6ad8afee5836767431743cad5fc9f60dc3530790a659bdaedbfca90ace68155f161cbc6bf4a1fa55ed6b03ce83729f87452aa7ba762559345c3c56a28f810072 +Size (js_of_ocaml-3.4.0.tar.gz) = 1465587 bytes --_----------=_15577481928790--