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/248750053601
branches:  trunk
changeset: 378996:248750053601
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue May 10 08:51:06 2022 +0000

description:
Updated devel/js_of_ocaml to version 4.0.0.

This includes a lot of changes - see the internal CHANGES.md file for
details. Also included is support for OCaml 4.14, as well as a revamp
of the internal structure and dependencies.

diffstat:

 devel/js_of_ocaml/Makefile      |   28 +---
 devel/js_of_ocaml/PLIST         |  237 +++++++++++++++++++++++----------------
 devel/js_of_ocaml/buildlink3.mk |    6 +-
 devel/js_of_ocaml/distinfo      |    8 +-
 devel/js_of_ocaml/options.mk    |   22 ++-
 5 files changed, 175 insertions(+), 126 deletions(-)

diffs (truncated from 452 to 300 lines):

diff -r 5dbd5170e518 -r 248750053601 devel/js_of_ocaml/Makefile
--- a/devel/js_of_ocaml/Makefile        Tue May 10 08:50:47 2022 +0000
+++ b/devel/js_of_ocaml/Makefile        Tue May 10 08:51:06 2022 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.38 2021/03/08 08:12:47 jaapb Exp $
+# $NetBSD: Makefile,v 1.39 2022/05/10 08:51:06 jaapb Exp $
 #
 
-GITHUB_PROJECT=        js_of_ocaml
-DISTNAME=      ${GITHUB_PROJECT}-3.8.0
-PKGREVISION=   1
+DISTNAME=      ${GITHUB_PROJECT}-4.0.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocsigen/}
+GITHUB_PROJECT=        js_of_ocaml
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
 HOMEPAGE=      https://ocsigen.org/js_of_ocaml/
@@ -17,24 +16,17 @@
 OCAML_USE_FINDLIB=     yes
 OCAML_USE_DUNE=                yes
 
-OPAM_INSTALL_FILES=    js_of_ocaml js_of_ocaml-ocamlbuild \
+OPAM_INSTALL_FILES=    js_of_ocaml js_of_ocaml-toplevel \
                        js_of_ocaml-ppx js_of_ocaml-ppx_deriving_json \
-                       js_of_ocaml-lwt js_of_ocaml-compiler
-DUNE_BUILD_PACKAGES=   js_of_ocaml-compiler js_of_ocaml js_of_ocaml-ocamlbuild \
-                       js_of_ocaml-ppx js_of_ocaml-ppx_deriving_json \
-                       js_of_ocaml-lwt
+                       js_of_ocaml-compiler
+DUNE_BUILD_PACKAGES=   ${OPAM_INSTALL_FILES}
 
 .include "options.mk"
 .include "../../devel/menhir/buildlink3.mk"
-.include "../../devel/ocamlbuild/buildlink3.mk"
-.include "../../devel/ocaml-cppo/buildlink3.mk"
-.include "../../devel/ocaml-dune-configurator/buildlink3.mk"
-.include "../../devel/ocaml-lwt/buildlink3.mk"
-.include "../../devel/ocaml-lwt_log/buildlink3.mk"
-.include "../../devel/ocaml-migrate-parsetree/buildlink3.mk"
-.include "../../devel/ocaml-ppx_deriving/buildlink3.mk"
-.include "../../devel/ocaml-ppx_tools_versioned/buildlink3.mk"
+.include "../../devel/ocaml-cmdliner/buildlink3.mk"
+.include "../../devel/ocaml-ppx_expect/buildlink3.mk"
 .include "../../devel/ocaml-ppxlib/buildlink3.mk"
-.include "../../textproc/ocaml-uchar/buildlink3.mk"
+.include "../../devel/ocaml-yojson/buildlink3.mk"
+.include "../../math/ocaml-num/buildlink3.mk"
 .include "../../mk/ocaml.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5dbd5170e518 -r 248750053601 devel/js_of_ocaml/PLIST
--- a/devel/js_of_ocaml/PLIST   Tue May 10 08:50:47 2022 +0000
+++ b/devel/js_of_ocaml/PLIST   Tue May 10 08:51:06 2022 +0000
@@ -1,8 +1,11 @@
-@comment $NetBSD: PLIST,v 1.25 2020/12/11 07:53:44 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.26 2022/05/10 08:51:06 jaapb Exp $
 bin/js_of_ocaml
 bin/jsoo_fs
 bin/jsoo_link
+bin/jsoo_listunits
 bin/jsoo_minify
+bin/jsoo_mkcmis
+bin/jsoo_mktop
 ${OCAML_SITELIB}/js_of_ocaml-compiler/META
 ${OCAML_SITELIB}/js_of_ocaml-compiler/annot_lexer.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/annot_lexer.mli
@@ -301,6 +304,10 @@
 ${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__Target_env.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Target_env.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Target_env.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Target_env.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
@@ -364,8 +371,23 @@
 ${OCAML_SITELIB}/js_of_ocaml-compiler/pure_fun.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/reserved.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/reserved.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/files.ml
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files.a
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files.cma
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files.cmxs
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files__.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files__.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files__.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files__.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files__Files.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files__Files.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files__Files.cmx
 ${OCAML_SITELIB}/js_of_ocaml-compiler/runtime.js
-${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/files.ml
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.a
 ${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.cma
 ${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.cmi
@@ -374,13 +396,7 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.cmxs
 ${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.ml
-${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__.cmi
-${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__.cmx
-${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__.ml
-${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__Files.cmi
-${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__Files.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__Files.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/libjsoo_runtime_stubs.a
 ${OCAML_SITELIB}/js_of_ocaml-compiler/source_map.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/source_map.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/source_map_io.ml
@@ -397,6 +413,8 @@
 ${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/target_env.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/target_env.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
@@ -406,86 +424,73 @@
 ${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/META
-${OCAML_SITELIB}/js_of_ocaml-lwt/dune-package
-${OCAML_SITELIB}/js_of_ocaml-lwt/import.ml
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.a
-${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cma
-${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
-${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__Import.cmi
-${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Import.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Import.cmx
-${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
-${OCAML_SITELIB}/js_of_ocaml-lwt/logger/import.ml
-${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
-${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmt
-${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmx
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmxa
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmxs
-${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.ml
-${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.mli
-${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__.cmi
-${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__.cmx
-${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__.ml
-${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__Import.cmi
-${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__Import.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__Import.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.ml
-${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.mli
-${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.ml
-${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.mli
-${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.ml
-${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.mli
-${OCAML_SITELIB}/js_of_ocaml-lwt/opam
-${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/META
-${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/dune-package
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.a
-${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cma
-${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmi
-${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmt
-${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmx
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmxa
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmxs
-${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.ml
-${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.mli
-${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/opam
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/META
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/dune-package
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/import.ml
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.a
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cma
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmi
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmt
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmx
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmxa
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmxs
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.ml
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__.cmi
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__.cmt
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__.cmx
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__.ml
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Import.cmi
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Import.cmt
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Import.cmx
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_file.cmi
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_file.cmt
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_file.cmti
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_file.cmx
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js.cmi
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js.cmt
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js.cmti
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js.cmx
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js_events.cmi
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js_events.cmt
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js_events.cmti
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js_events.cmx
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_jsonp.cmi
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_jsonp.cmt
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_jsonp.cmti
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_jsonp.cmx
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmi
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmt
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmti
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmx
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/import.ml
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.a
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cma
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmi
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmt
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmti
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmx
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmxa
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmxs
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.ml
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.mli
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__.cmi
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__.cmt
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__.cmx
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__.ml
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__Import.cmi
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__Import.cmt
+${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__Import.cmx
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.ml
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.mli
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.ml
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.mli
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.ml
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.mli
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.ml
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.mli
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.ml
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.mli
+${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/opam
 ${OCAML_SITELIB}/js_of_ocaml-ppx/META
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js.a
 ${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js.cma
@@ -532,6 +537,39 @@
 ${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
 ${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.mli
+${OCAML_SITELIB}/js_of_ocaml-toplevel/META
+${OCAML_SITELIB}/js_of_ocaml-toplevel/dune-package
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel.a
+${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel.cma
+${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel.cmi
+${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel.cmxs
+${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel.ml
+${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__.cmi
+${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__.cmx
+${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__.ml
+${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__JsooTop.cmi
+${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__JsooTop.cmt



Home | Main Index | Thread Index | Old Index