diff --git a/.github/workflows/opam-build.yml b/.github/workflows/opam-build.yml index 8447e6d628..300eb616b4 100644 --- a/.github/workflows/opam-build.yml +++ b/.github/workflows/opam-build.yml @@ -54,7 +54,7 @@ jobs: working-directory: melange run: | env IGNORECONSTRAINTS="melange,mel" - opam pin add dune https://github.com/ocaml/dune.git#0d44bbfdb2a68907a464aeb2dabe95388dac5712 + opam pin add dune https://github.com/ocaml/dune.git#2db9840dfe45089d8fc0c61acf887571641dc5a7 opam pin add melange-compiler-libs --dev-repo opam install luv reason opam pin add melange . --with-test diff --git a/dune b/dune index 626bbd689c..04035d6a13 100644 --- a/dune +++ b/dune @@ -13,17 +13,18 @@ (install (package melange) (dirs - (lib/es6 as runtime/lib/es6) - (lib/js as runtime/lib/js)) + (lib/es6 as __MELANGE_RUNTIME__/lib/es6) + (lib/js as __MELANGE_RUNTIME__/lib/js)) (files - (package.json as runtime/package.json) - (bsconfig.json as runtime/bsconfig.json) + (package.json as __MELANGE_RUNTIME__/package.json) + (bsconfig.json as __MELANGE_RUNTIME__/bsconfig.json) ;; while we wait for https://github.com/ocaml/dune/pull/6250 ;; dune build lib/artifacts.sexp ;; cp ./_build/default/lib/artifacts.sexp lib/checked-in-artifacts.sexp (include ./lib/checked-in-artifacts.sexp)) (section lib)) + ;;;;{BSB GENERATED: NO EDIT (include dune.mel) diff --git a/dune-project b/dune-project index 353d80ef5e..a2e2fd83f4 100644 --- a/dune-project +++ b/dune-project @@ -1,4 +1,6 @@ -(lang dune 3.5) +(lang dune 3.7) + +(using melange 0.1) (using directory-targets 0.1) diff --git a/dune.mel b/dune.mel index 80218ca73b..5022bbeb63 100644 --- a/dune.mel +++ b/dune.mel @@ -3381,7 +3381,7 @@ (targets gc.ast) (deps (:inputs gc.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets gc.d) @@ -3392,27 +3392,27 @@ (targets gc.iast) (deps (:inputs gc.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets gc.cmi gc.cmti) (alias mel) (deps (:inputs gc.iast) (include gc.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o gc.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o gc.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets gc.cmj gc.cmt gc.mjs gc.js) (alias mel) (deps (:inputs gc.ast) gc.cmi (include gc.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o gc.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o gc.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets oo.ast) (deps (:inputs oo.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets oo.d) @@ -3423,27 +3423,27 @@ (targets oo.iast) (deps (:inputs oo.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets oo.cmi oo.cmti) (alias mel) (deps (:inputs oo.iast) (include oo.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o oo.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o oo.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets oo.cmj oo.cmt oo.mjs oo.js) (alias mel) (deps (:inputs oo.ast) oo.cmi (include oo.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o oo.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o oo.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets arg.ast) (deps (:inputs arg.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets arg.d) @@ -3454,27 +3454,27 @@ (targets arg.iast) (deps (:inputs arg.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets arg.cmi arg.cmti) (alias mel) (deps (:inputs arg.iast) (include arg.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o arg.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o arg.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets arg.cmj arg.cmt arg.mjs arg.js) (alias mel) (deps (:inputs arg.ast) arg.cmi (include arg.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o arg.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o arg.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets fun.ast) (deps (:inputs fun.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets fun.d) @@ -3485,27 +3485,27 @@ (targets fun.iast) (deps (:inputs fun.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets fun.cmi fun.cmti) (alias mel) (deps (:inputs fun.iast) (include fun.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o fun.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o fun.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets fun.cmj fun.cmt fun.mjs fun.js) (alias mel) (deps (:inputs fun.ast) fun.cmi (include fun.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o fun.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o fun.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets int.ast) (deps (:inputs int.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets int.d) @@ -3516,27 +3516,27 @@ (targets int.iast) (deps (:inputs int.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets int.cmi int.cmti) (alias mel) (deps (:inputs int.iast) (include int.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o int.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o int.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets int.cmj int.cmt int.mjs int.js) (alias mel) (deps (:inputs int.ast) int.cmi (include int.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o int.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o int.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets map.ast) (deps (:inputs map.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets map.d) @@ -3547,27 +3547,27 @@ (targets map.iast) (deps (:inputs map.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets map.cmi map.cmti) (alias mel) (deps (:inputs map.iast) (include map.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o map.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o map.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets map.cmj map.cmt map.mjs map.js) (alias mel) (deps (:inputs map.ast) map.cmi (include map.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o map.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o map.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets obj.ast) (deps (:inputs obj.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets obj.d) @@ -3578,27 +3578,27 @@ (targets obj.iast) (deps (:inputs obj.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets obj.cmi obj.cmti) (alias mel) (deps (:inputs obj.iast) (include obj.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o obj.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o obj.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets obj.cmj obj.cmt obj.mjs obj.js) (alias mel) (deps (:inputs obj.ast) obj.cmi (include obj.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o obj.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o obj.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets seq.ast) (deps (:inputs seq.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets seq.d) @@ -3609,27 +3609,27 @@ (targets seq.iast) (deps (:inputs seq.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets seq.cmi seq.cmti) (alias mel) (deps (:inputs seq.iast) (include seq.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o seq.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o seq.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets seq.cmj seq.cmt seq.mjs seq.js) (alias mel) (deps (:inputs seq.ast) seq.cmi (include seq.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o seq.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o seq.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets set.ast) (deps (:inputs set.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets set.d) @@ -3640,27 +3640,27 @@ (targets set.iast) (deps (:inputs set.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets set.cmi set.cmti) (alias mel) (deps (:inputs set.iast) (include set.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o set.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o set.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets set.cmj set.cmt set.mjs set.js) (alias mel) (deps (:inputs set.ast) set.cmi (include set.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o set.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o set.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets sys.ast) (deps (:inputs sys.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets sys.d) @@ -3671,27 +3671,27 @@ (targets sys.iast) (deps (:inputs sys.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets sys.cmi sys.cmti) (alias mel) (deps (:inputs sys.iast) (include sys.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o sys.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o sys.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets sys.cmj sys.cmt sys.mjs sys.js) (alias mel) (deps (:inputs sys.ast) sys.cmi (include sys.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o sys.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o sys.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets bool.ast) (deps (:inputs bool.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets bool.d) @@ -3702,27 +3702,27 @@ (targets bool.iast) (deps (:inputs bool.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets bool.cmi bool.cmti) (alias mel) (deps (:inputs bool.iast) (include bool.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o bool.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o bool.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets bool.cmj bool.cmt bool.mjs bool.js) (alias mel) (deps (:inputs bool.ast) bool.cmi (include bool.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o bool.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o bool.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets char.ast) (deps (:inputs char.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets char.d) @@ -3733,27 +3733,27 @@ (targets char.iast) (deps (:inputs char.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets char.cmi char.cmti) (alias mel) (deps (:inputs char.iast) (include char.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o char.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o char.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets char.cmj char.cmt char.mjs char.js) (alias mel) (deps (:inputs char.ast) char.cmi (include char.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o char.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o char.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets lazy.ast) (deps (:inputs lazy.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets lazy.d) @@ -3764,27 +3764,27 @@ (targets lazy.iast) (deps (:inputs lazy.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets lazy.cmi lazy.cmti) (alias mel) (deps (:inputs lazy.iast) (include lazy.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o lazy.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o lazy.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets lazy.cmj lazy.cmt lazy.mjs lazy.js) (alias mel) (deps (:inputs lazy.ast) lazy.cmi (include lazy.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o lazy.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o lazy.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets list.ast) (deps (:inputs list.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets list.d) @@ -3795,27 +3795,27 @@ (targets list.iast) (deps (:inputs list.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets list.cmi list.cmti) (alias mel) (deps (:inputs list.iast) (include list.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o list.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o list.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets list.cmj list.cmt list.mjs list.js) (alias mel) (deps (:inputs list.ast) list.cmi (include list.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o list.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o list.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets unit.ast) (deps (:inputs unit.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets unit.d) @@ -3826,27 +3826,27 @@ (targets unit.iast) (deps (:inputs unit.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets unit.cmi unit.cmti) (alias mel) (deps (:inputs unit.iast) (include unit.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o unit.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o unit.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets unit.cmj unit.cmt unit.mjs unit.js) (alias mel) (deps (:inputs unit.ast) unit.cmi (include unit.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o unit.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o unit.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets weak.ast) (deps (:inputs weak.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets weak.d) @@ -3857,27 +3857,27 @@ (targets weak.iast) (deps (:inputs weak.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets weak.cmi weak.cmti) (alias mel) (deps (:inputs weak.iast) (include weak.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o weak.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o weak.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets weak.cmj weak.cmt weak.mjs weak.js) (alias mel) (deps (:inputs weak.ast) weak.cmi (include weak.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o weak.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o weak.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets array.ast) (deps (:inputs array.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets array.d) @@ -3888,27 +3888,27 @@ (targets array.iast) (deps (:inputs array.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets array.cmi array.cmti) (alias mel) (deps (:inputs array.iast) (include array.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o array.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o array.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets array.cmj array.cmt array.mjs array.js) (alias mel) (deps (:inputs array.ast) array.cmi (include array.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o array.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o array.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets bytes.ast) (deps (:inputs bytes.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets bytes.d) @@ -3919,27 +3919,27 @@ (targets bytes.iast) (deps (:inputs bytes.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets bytes.cmi bytes.cmti) (alias mel) (deps (:inputs bytes.iast) (include bytes.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o bytes.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o bytes.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets bytes.cmj bytes.cmt bytes.mjs bytes.js) (alias mel) (deps (:inputs bytes.ast) bytes.cmi (include bytes.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o bytes.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o bytes.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets float.ast) (deps (:inputs float.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets float.d) @@ -3950,27 +3950,27 @@ (targets float.iast) (deps (:inputs float.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets float.cmi float.cmti) (alias mel) (deps (:inputs float.iast) (include float.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o float.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o float.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets float.cmj float.cmt float.mjs float.js) (alias mel) (deps (:inputs float.ast) float.cmi (include float.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o float.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o float.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets int32.ast) (deps (:inputs int32.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets int32.d) @@ -3981,27 +3981,27 @@ (targets int32.iast) (deps (:inputs int32.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets int32.cmi int32.cmti) (alias mel) (deps (:inputs int32.iast) (include int32.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o int32.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o int32.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets int32.cmj int32.cmt int32.mjs int32.js) (alias mel) (deps (:inputs int32.ast) int32.cmi (include int32.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o int32.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o int32.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets int64.ast) (deps (:inputs int64.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets int64.d) @@ -4012,27 +4012,27 @@ (targets int64.iast) (deps (:inputs int64.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets int64.cmi int64.cmti) (alias mel) (deps (:inputs int64.iast) (include int64.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o int64.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o int64.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets int64.cmj int64.cmt int64.mjs int64.js) (alias mel) (deps (:inputs int64.ast) int64.cmi (include int64.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o int64.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o int64.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets queue.ast) (deps (:inputs queue.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets queue.d) @@ -4043,27 +4043,27 @@ (targets queue.iast) (deps (:inputs queue.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets queue.cmi queue.cmti) (alias mel) (deps (:inputs queue.iast) (include queue.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o queue.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o queue.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets queue.cmj queue.cmt queue.mjs queue.js) (alias mel) (deps (:inputs queue.ast) queue.cmi (include queue.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o queue.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o queue.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets scanf.ast) (deps (:inputs scanf.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets scanf.d) @@ -4074,27 +4074,27 @@ (targets scanf.iast) (deps (:inputs scanf.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets scanf.cmi scanf.cmti) (alias mel) (deps (:inputs scanf.iast) (include scanf.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o scanf.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o scanf.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets scanf.cmj scanf.cmt scanf.mjs scanf.js) (alias mel) (deps (:inputs scanf.ast) scanf.cmi (include scanf.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o scanf.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o scanf.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets stack.ast) (deps (:inputs stack.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets stack.d) @@ -4105,27 +4105,27 @@ (targets stack.iast) (deps (:inputs stack.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets stack.cmi stack.cmti) (alias mel) (deps (:inputs stack.iast) (include stack.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o stack.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o stack.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets stack.cmj stack.cmt stack.mjs stack.js) (alias mel) (deps (:inputs stack.ast) stack.cmi (include stack.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o stack.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o stack.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets uchar.ast) (deps (:inputs uchar.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets uchar.d) @@ -4136,27 +4136,27 @@ (targets uchar.iast) (deps (:inputs uchar.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets uchar.cmi uchar.cmti) (alias mel) (deps (:inputs uchar.iast) (include uchar.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o uchar.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o uchar.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets uchar.cmj uchar.cmt uchar.mjs uchar.js) (alias mel) (deps (:inputs uchar.ast) uchar.cmi (include uchar.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o uchar.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o uchar.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets atomic.ast) (deps (:inputs atomic.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets atomic.d) @@ -4167,27 +4167,27 @@ (targets atomic.iast) (deps (:inputs atomic.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets atomic.cmi atomic.cmti) (alias mel) (deps (:inputs atomic.iast) (include atomic.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o atomic.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o atomic.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets atomic.cmj atomic.cmt atomic.mjs atomic.js) (alias mel) (deps (:inputs atomic.ast) atomic.cmi (include atomic.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o atomic.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o atomic.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets buffer.ast) (deps (:inputs buffer.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets buffer.d) @@ -4198,27 +4198,27 @@ (targets buffer.iast) (deps (:inputs buffer.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets buffer.cmi buffer.cmti) (alias mel) (deps (:inputs buffer.iast) (include buffer.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o buffer.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o buffer.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets buffer.cmj buffer.cmt buffer.mjs buffer.js) (alias mel) (deps (:inputs buffer.ast) buffer.cmi (include buffer.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o buffer.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o buffer.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets digest.ast) (deps (:inputs digest.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets digest.d) @@ -4229,27 +4229,27 @@ (targets digest.iast) (deps (:inputs digest.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets digest.cmi digest.cmti) (alias mel) (deps (:inputs digest.iast) (include digest.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o digest.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o digest.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets digest.cmj digest.cmt digest.mjs digest.js) (alias mel) (deps (:inputs digest.ast) digest.cmi (include digest.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o digest.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o digest.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets either.ast) (deps (:inputs either.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets either.d) @@ -4260,27 +4260,27 @@ (targets either.iast) (deps (:inputs either.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets either.cmi either.cmti) (alias mel) (deps (:inputs either.iast) (include either.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o either.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o either.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets either.cmj either.cmt either.mjs either.js) (alias mel) (deps (:inputs either.ast) either.cmi (include either.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o either.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o either.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets format.ast) (deps (:inputs format.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets format.d) @@ -4291,27 +4291,27 @@ (targets format.iast) (deps (:inputs format.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets format.cmi format.cmti) (alias mel) (deps (:inputs format.iast) (include format.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o format.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o format.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets format.cmj format.cmt format.mjs format.js) (alias mel) (deps (:inputs format.ast) format.cmi (include format.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o format.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o format.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets genlex.ast) (deps (:inputs genlex.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets genlex.d) @@ -4322,27 +4322,27 @@ (targets genlex.iast) (deps (:inputs genlex.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets genlex.cmi genlex.cmti) (alias mel) (deps (:inputs genlex.iast) (include genlex.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o genlex.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o genlex.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets genlex.cmj genlex.cmt genlex.mjs genlex.js) (alias mel) (deps (:inputs genlex.ast) genlex.cmi (include genlex.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o genlex.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o genlex.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets lexing.ast) (deps (:inputs lexing.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets lexing.d) @@ -4353,27 +4353,27 @@ (targets lexing.iast) (deps (:inputs lexing.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets lexing.cmi lexing.cmti) (alias mel) (deps (:inputs lexing.iast) (include lexing.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o lexing.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o lexing.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets lexing.cmj lexing.cmt lexing.mjs lexing.js) (alias mel) (deps (:inputs lexing.ast) lexing.cmi (include lexing.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o lexing.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o lexing.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets option.ast) (deps (:inputs option.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets option.d) @@ -4384,27 +4384,27 @@ (targets option.iast) (deps (:inputs option.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets option.cmi option.cmti) (alias mel) (deps (:inputs option.iast) (include option.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o option.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o option.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets option.cmj option.cmt option.mjs option.js) (alias mel) (deps (:inputs option.ast) option.cmi (include option.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o option.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o option.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets printf.ast) (deps (:inputs printf.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets printf.d) @@ -4415,27 +4415,27 @@ (targets printf.iast) (deps (:inputs printf.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets printf.cmi printf.cmti) (alias mel) (deps (:inputs printf.iast) (include printf.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o printf.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o printf.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets printf.cmj printf.cmt printf.mjs printf.js) (alias mel) (deps (:inputs printf.ast) printf.cmi (include printf.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o printf.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o printf.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets random.ast) (deps (:inputs random.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets random.d) @@ -4446,27 +4446,27 @@ (targets random.iast) (deps (:inputs random.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets random.cmi random.cmti) (alias mel) (deps (:inputs random.iast) (include random.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o random.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o random.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets random.cmj random.cmt random.mjs random.js) (alias mel) (deps (:inputs random.ast) random.cmi (include random.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o random.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o random.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets result.ast) (deps (:inputs result.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets result.d) @@ -4477,27 +4477,27 @@ (targets result.iast) (deps (:inputs result.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets result.cmi result.cmti) (alias mel) (deps (:inputs result.iast) (include result.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o result.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o result.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets result.cmj result.cmt result.mjs result.js) (alias mel) (deps (:inputs result.ast) result.cmi (include result.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o result.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o result.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets stream.ast) (deps (:inputs stream.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets stream.d) @@ -4508,27 +4508,27 @@ (targets stream.iast) (deps (:inputs stream.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets stream.cmi stream.cmti) (alias mel) (deps (:inputs stream.iast) (include stream.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o stream.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o stream.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets stream.cmj stream.cmt stream.mjs stream.js) (alias mel) (deps (:inputs stream.ast) stream.cmi (include stream.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o stream.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o stream.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets string.ast) (deps (:inputs string.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets string.d) @@ -4539,27 +4539,27 @@ (targets string.iast) (deps (:inputs string.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets string.cmi string.cmti) (alias mel) (deps (:inputs string.iast) (include string.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o string.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o string.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets string.cmj string.cmt string.mjs string.js) (alias mel) (deps (:inputs string.ast) string.cmi (include string.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o string.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o string.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets complex.ast) (deps (:inputs complex.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets complex.d) @@ -4570,27 +4570,27 @@ (targets complex.iast) (deps (:inputs complex.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets complex.cmi complex.cmti) (alias mel) (deps (:inputs complex.iast) (include complex.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o complex.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o complex.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets complex.cmj complex.cmt complex.mjs complex.js) (alias mel) (deps (:inputs complex.ast) complex.cmi (include complex.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o complex.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o complex.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets hashtbl.ast) (deps (:inputs hashtbl.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets hashtbl.d) @@ -4601,27 +4601,27 @@ (targets hashtbl.iast) (deps (:inputs hashtbl.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets hashtbl.cmi hashtbl.cmti) (alias mel) (deps (:inputs hashtbl.iast) (include hashtbl.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o hashtbl.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o hashtbl.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets hashtbl.cmj hashtbl.cmt hashtbl.mjs hashtbl.js) (alias mel) (deps (:inputs hashtbl.ast) hashtbl.cmi (include hashtbl.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o hashtbl.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o hashtbl.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets marshal.ast) (deps (:inputs marshal.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets marshal.d) @@ -4632,27 +4632,27 @@ (targets marshal.iast) (deps (:inputs marshal.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets marshal.cmi marshal.cmti) (alias mel) (deps (:inputs marshal.iast) (include marshal.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o marshal.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o marshal.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets marshal.cmj marshal.cmt marshal.mjs marshal.js) (alias mel) (deps (:inputs marshal.ast) marshal.cmi (include marshal.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o marshal.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o marshal.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets parsing.ast) (deps (:inputs parsing.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets parsing.d) @@ -4663,27 +4663,27 @@ (targets parsing.iast) (deps (:inputs parsing.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets parsing.cmi parsing.cmti) (alias mel) (deps (:inputs parsing.iast) (include parsing.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o parsing.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o parsing.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets parsing.cmj parsing.cmt parsing.mjs parsing.js) (alias mel) (deps (:inputs parsing.ast) parsing.cmi (include parsing.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o parsing.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o parsing.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets callback.ast) (deps (:inputs callback.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets callback.d) @@ -4694,27 +4694,27 @@ (targets callback.iast) (deps (:inputs callback.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets callback.cmi callback.cmti) (alias mel) (deps (:inputs callback.iast) (include callback.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o callback.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o callback.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets callback.cmj callback.cmt callback.mjs callback.js) (alias mel) (deps (:inputs callback.ast) callback.cmi (include callback.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o callback.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o callback.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets filename.ast) (deps (:inputs filename.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets filename.d) @@ -4725,27 +4725,27 @@ (targets filename.iast) (deps (:inputs filename.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets filename.cmi filename.cmti) (alias mel) (deps (:inputs filename.iast) (include filename.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o filename.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o filename.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets filename.cmj filename.cmt filename.mjs filename.js) (alias mel) (deps (:inputs filename.ast) filename.cmi (include filename.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o filename.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o filename.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets printexc.ast) (deps (:inputs printexc.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets printexc.d) @@ -4756,27 +4756,27 @@ (targets printexc.iast) (deps (:inputs printexc.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets printexc.cmi printexc.cmti) (alias mel) (deps (:inputs printexc.iast) (include printexc.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o printexc.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o printexc.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets printexc.cmj printexc.cmt printexc.mjs printexc.js) (alias mel) (deps (:inputs printexc.ast) printexc.cmi (include printexc.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o printexc.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o printexc.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets std_exit.ast) (deps (:inputs std_exit.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets std_exit.d) @@ -4788,13 +4788,13 @@ (alias mel) (deps (:inputs std_exit.ast) (include std_exit.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o std_exit.cmj %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o std_exit.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets ephemeron.ast) (deps (:inputs ephemeron.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets ephemeron.d) @@ -4805,429 +4805,431 @@ (targets ephemeron.iast) (deps (:inputs ephemeron.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets ephemeron.cmi ephemeron.cmti) (alias mel) (deps (:inputs ephemeron.iast) (include ephemeron.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o ephemeron.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o ephemeron.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule (targets ephemeron.cmj ephemeron.cmt ephemeron.mjs ephemeron.js) (alias mel) (deps (:inputs ephemeron.ast) ephemeron.cmi (include ephemeron.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o ephemeron.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o ephemeron.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets in_channel.ast) - (deps (:inputs in_channel.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) +(targets stdLabels.ast) + (deps (:inputs stdLabels.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets in_channel.d) - (deps (:inputs in_channel.ast in_channel.iast) ) +(targets stdLabels.d) + (deps (:inputs stdLabels.ast stdLabels.iast) ) (action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-modules -proj-dir . %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets in_channel.iast) - (deps (:inputs in_channel.mli) ) +(targets stdLabels.iast) + (deps (:inputs stdLabels.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets in_channel.cmi in_channel.cmti) +(targets stdLabels.cmi stdLabels.cmti) (alias mel) - (deps (:inputs in_channel.iast) (include in_channel.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) + (deps (:inputs stdLabels.iast) (include stdLabels.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o in_channel.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o stdLabels.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets in_channel.cmj in_channel.cmt in_channel.mjs in_channel.js) +(targets stdLabels.cmj stdLabels.cmt stdLabels.mjs stdLabels.js) (alias mel) - (deps (:inputs in_channel.ast) in_channel.cmi (include in_channel.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) + (deps (:inputs stdLabels.ast) stdLabels.cmi (include stdLabels.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o in_channel.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o stdLabels.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets pervasives.ast) - (deps (:inputs pervasives.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) +(targets in_channel.ast) + (deps (:inputs in_channel.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets pervasives.d) - (deps (:inputs pervasives.ast) ) +(targets in_channel.d) + (deps (:inputs in_channel.ast in_channel.iast) ) (action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-modules -proj-dir . %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets pervasives.cmj pervasives.cmi pervasives.cmt pervasives.mjs pervasives.js) +(targets in_channel.iast) + (deps (:inputs in_channel.mli) ) +(action + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) +(enabled_if %{bin-available:melc}) ) + (rule +(targets in_channel.cmi in_channel.cmti) (alias mel) - (deps (:inputs pervasives.ast) (include pervasives.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) + (deps (:inputs in_channel.iast) (include in_channel.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o pervasives.cmj %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o in_channel.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets out_channel.ast) - (deps (:inputs out_channel.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) +(targets in_channel.cmj in_channel.cmt in_channel.mjs in_channel.js) + (alias mel) + (deps (:inputs in_channel.ast) in_channel.cmi (include in_channel.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o in_channel.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets out_channel.d) - (deps (:inputs out_channel.ast out_channel.iast) ) +(targets listLabels.ast) + (deps (:inputs listLabels.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) +(action + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) +(enabled_if %{bin-available:melc}) ) + (rule +(targets listLabels.d) + (deps (:inputs listLabels.ast listLabels.iast) ) (action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-modules -proj-dir . %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets out_channel.iast) - (deps (:inputs out_channel.mli) ) +(targets listLabels.iast) + (deps (:inputs listLabels.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets out_channel.cmi out_channel.cmti) +(targets listLabels.cmi listLabels.cmti) (alias mel) - (deps (:inputs out_channel.iast) (include out_channel.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) + (deps (:inputs listLabels.iast) (include listLabels.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o out_channel.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o listLabels.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets out_channel.cmj out_channel.cmt out_channel.mjs out_channel.js) +(targets listLabels.cmj listLabels.cmt listLabels.mjs listLabels.js) (alias mel) - (deps (:inputs out_channel.ast) out_channel.cmi (include out_channel.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) + (deps (:inputs listLabels.ast) listLabels.cmi (include listLabels.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o out_channel.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o listLabels.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalOO.ast) - (deps (:inputs camlinternalOO.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) +(targets moreLabels.ast) + (deps (:inputs moreLabels.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalOO.d) - (deps (:inputs camlinternalOO.ast camlinternalOO.iast) ) +(targets moreLabels.d) + (deps (:inputs moreLabels.ast moreLabels.iast) ) (action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-modules -proj-dir . %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalOO.iast) - (deps (:inputs camlinternalOO.mli) ) +(targets moreLabels.iast) + (deps (:inputs moreLabels.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalOO.cmi camlinternalOO.cmti) +(targets moreLabels.cmi moreLabels.cmti) (alias mel) - (deps (:inputs camlinternalOO.iast) (include camlinternalOO.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) + (deps (:inputs moreLabels.iast) (include moreLabels.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o camlinternalOO.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o moreLabels.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalOO.cmj camlinternalOO.cmt camlinternalOO.mjs camlinternalOO.js) +(targets moreLabels.cmj moreLabels.cmt moreLabels.mjs moreLabels.js) (alias mel) - (deps (:inputs camlinternalOO.ast) camlinternalOO.cmi (include camlinternalOO.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) + (deps (:inputs moreLabels.ast) moreLabels.cmi (include moreLabels.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o camlinternalOO.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o moreLabels.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalMod.ast) - (deps (:inputs camlinternalMod.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) +(targets pervasives.ast) + (deps (:inputs pervasives.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalMod.d) - (deps (:inputs camlinternalMod.ast camlinternalMod.iast) ) +(targets pervasives.d) + (deps (:inputs pervasives.ast) ) (action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-modules -proj-dir . %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalMod.iast) - (deps (:inputs camlinternalMod.mli) ) -(action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) -(enabled_if %{bin-available:melc}) ) - (rule -(targets camlinternalMod.cmi camlinternalMod.cmti) - (alias mel) - (deps (:inputs camlinternalMod.iast) (include camlinternalMod.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) -(action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o camlinternalMod.cmi %{inputs})) -(enabled_if %{bin-available:melc}) ) - (rule -(targets camlinternalMod.cmj camlinternalMod.cmt camlinternalMod.mjs camlinternalMod.js) +(targets pervasives.cmj pervasives.cmi pervasives.cmt pervasives.mjs pervasives.js) (alias mel) - (deps (:inputs camlinternalMod.ast) camlinternalMod.cmi (include camlinternalMod.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) + (deps (:inputs pervasives.ast) (include pervasives.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o camlinternalMod.cmj %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o pervasives.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalLazy.ast) - (deps (:inputs camlinternalLazy.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) +(targets arrayLabels.ast) + (deps (:inputs arrayLabels.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalLazy.d) - (deps (:inputs camlinternalLazy.ast camlinternalLazy.iast) ) +(targets arrayLabels.d) + (deps (:inputs arrayLabels.ast arrayLabels.iast) ) (action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-modules -proj-dir . %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalLazy.iast) - (deps (:inputs camlinternalLazy.mli) ) +(targets arrayLabels.iast) + (deps (:inputs arrayLabels.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalLazy.cmi camlinternalLazy.cmti) +(targets arrayLabels.cmi arrayLabels.cmti) (alias mel) - (deps (:inputs camlinternalLazy.iast) (include camlinternalLazy.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) + (deps (:inputs arrayLabels.iast) (include arrayLabels.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o camlinternalLazy.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o arrayLabels.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalLazy.cmj camlinternalLazy.cmt camlinternalLazy.mjs camlinternalLazy.js) +(targets arrayLabels.cmj arrayLabels.cmt arrayLabels.mjs arrayLabels.js) (alias mel) - (deps (:inputs camlinternalLazy.ast) camlinternalLazy.cmi (include camlinternalLazy.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) + (deps (:inputs arrayLabels.ast) arrayLabels.cmi (include arrayLabels.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o camlinternalLazy.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o arrayLabels.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalFormat.ast) - (deps (:inputs camlinternalFormat.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) +(targets bytesLabels.ast) + (deps (:inputs bytesLabels.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalFormat.d) - (deps (:inputs camlinternalFormat.ast camlinternalFormat.iast) ) +(targets bytesLabels.d) + (deps (:inputs bytesLabels.ast bytesLabels.iast) ) (action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-modules -proj-dir . %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalFormat.iast) - (deps (:inputs camlinternalFormat.mli) ) +(targets bytesLabels.iast) + (deps (:inputs bytesLabels.mli) ) (action - (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -absname -bs-ast -o %{targets} %{inputs})) + (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalFormat.cmi camlinternalFormat.cmti) +(targets bytesLabels.cmi bytesLabels.cmti) (alias mel) - (deps (:inputs camlinternalFormat.iast) (include camlinternalFormat.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) + (deps (:inputs bytesLabels.iast) (include bytesLabels.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -o camlinternalFormat.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o bytesLabels.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets camlinternalFormat.cmj camlinternalFormat.cmt camlinternalFormat.mjs camlinternalFormat.js) +(targets bytesLabels.cmj bytesLabels.cmt bytesLabels.mjs bytesLabels.js) (alias mel) - (deps (:inputs camlinternalFormat.ast) camlinternalFormat.cmi (include camlinternalFormat.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) + (deps (:inputs bytesLabels.ast) bytesLabels.cmi (include bytesLabels.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o camlinternalFormat.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o bytesLabels.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) - ) - -(subdir .melange.eobjs/jscomp/stdlib-412/stdlib_modules -(rule (write-file .bsbuild NTQKR2MKT28KQXJnCkZ1bgpJbnQKTWFwCk9iagpTZXEKU2V0ClN5cwpCb29sCkNoYXIKTGF6eQpMaXN0ClVuaXQKV2VhawpBcnJheQpCeXRlcwpGbG9hdApJbnQzMgpJbnQ2NApRdWV1ZQpTY2FuZgpTdGFjawpVY2hhcgpBdG9taWMKQnVmZmVyCkRpZ2VzdApFaXRoZXIKRm9ybWF0CkdlbmxleApMZXhpbmcKT3B0aW9uClByaW50ZgpSYW5kb20KUmVzdWx0ClN0cmVhbQpTdHJpbmcKQ29tcGxleApIYXNodGJsCk1hcnNoYWwKUGFyc2luZwpDYWxsYmFjawpGaWxlbmFtZQpQcmludGV4YwpTdGRfZXhpdApFcGhlbWVyb24KSW5fY2hhbm5lbApQZXJ2YXNpdmVzCk91dF9jaGFubmVsCkNhbWxpbnRlcm5hbE9PCkNhbWxpbnRlcm5hbE1vZApDYW1saW50ZXJuYWxMYXp5CkNhbWxpbnRlcm5hbEZvcm1hdAouCQoxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACjAK)) -) - -(subdir jscomp/stdlib-412/stdlib_labels -(rule -(targets stdLabels.ast) - (deps (:inputs stdLabels.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_labels/.bsbuild) + (rule +(targets out_channel.ast) + (deps (:inputs out_channel.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets stdLabels.d) - (deps (:inputs stdLabels.ast stdLabels.iast) ) -(action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-labels -proj-dir . %{inputs})) +(targets out_channel.d) + (deps (:inputs out_channel.ast out_channel.iast) ) +(action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-modules -proj-dir . %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets stdLabels.iast) - (deps (:inputs stdLabels.mli) ) +(targets out_channel.iast) + (deps (:inputs out_channel.mli) ) (action (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets stdLabels.cmi stdLabels.cmti) +(targets out_channel.cmi out_channel.cmti) (alias mel) - (deps (:inputs stdLabels.iast) (include stdLabels.d) bsconfig.json(alias ../mel)(alias ../stdlib_modules/mel)) + (deps (:inputs out_channel.iast) (include out_channel.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I .. -I ../stdlib_modules -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o stdLabels.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o out_channel.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets stdLabels.cmj stdLabels.cmt stdLabels.mjs stdLabels.js) +(targets out_channel.cmj out_channel.cmt out_channel.mjs out_channel.js) (alias mel) - (deps (:inputs stdLabels.ast) stdLabels.cmi (include stdLabels.d) bsconfig.json(alias ../mel)(alias ../stdlib_modules/mel)) + (deps (:inputs out_channel.ast) out_channel.cmi (include out_channel.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I .. -I ../stdlib_modules -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-labels -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o stdLabels.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o out_channel.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets listLabels.ast) - (deps (:inputs listLabels.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_labels/.bsbuild) +(targets stringLabels.ast) + (deps (:inputs stringLabels.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets listLabels.d) - (deps (:inputs listLabels.ast listLabels.iast) ) -(action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-labels -proj-dir . %{inputs})) +(targets stringLabels.d) + (deps (:inputs stringLabels.ast stringLabels.iast) ) +(action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-modules -proj-dir . %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets listLabels.iast) - (deps (:inputs listLabels.mli) ) +(targets stringLabels.iast) + (deps (:inputs stringLabels.mli) ) (action (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets listLabels.cmi listLabels.cmti) +(targets stringLabels.cmi stringLabels.cmti) (alias mel) - (deps (:inputs listLabels.iast) (include listLabels.d) bsconfig.json(alias ../mel)(alias ../stdlib_modules/mel)) + (deps (:inputs stringLabels.iast) (include stringLabels.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I .. -I ../stdlib_modules -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o listLabels.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o stringLabels.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets listLabels.cmj listLabels.cmt listLabels.mjs listLabels.js) +(targets stringLabels.cmj stringLabels.cmt stringLabels.mjs stringLabels.js) (alias mel) - (deps (:inputs listLabels.ast) listLabels.cmi (include listLabels.d) bsconfig.json(alias ../mel)(alias ../stdlib_modules/mel)) + (deps (:inputs stringLabels.ast) stringLabels.cmi (include stringLabels.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I .. -I ../stdlib_modules -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-labels -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o listLabels.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o stringLabels.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets moreLabels.ast) - (deps (:inputs moreLabels.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_labels/.bsbuild) +(targets camlinternalOO.ast) + (deps (:inputs camlinternalOO.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets moreLabels.d) - (deps (:inputs moreLabels.ast moreLabels.iast) ) -(action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-labels -proj-dir . %{inputs})) +(targets camlinternalOO.d) + (deps (:inputs camlinternalOO.ast camlinternalOO.iast) ) +(action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-modules -proj-dir . %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets moreLabels.iast) - (deps (:inputs moreLabels.mli) ) +(targets camlinternalOO.iast) + (deps (:inputs camlinternalOO.mli) ) (action (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets moreLabels.cmi moreLabels.cmti) +(targets camlinternalOO.cmi camlinternalOO.cmti) (alias mel) - (deps (:inputs moreLabels.iast) (include moreLabels.d) bsconfig.json(alias ../mel)(alias ../stdlib_modules/mel)) + (deps (:inputs camlinternalOO.iast) (include camlinternalOO.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I .. -I ../stdlib_modules -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o moreLabels.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o camlinternalOO.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets moreLabels.cmj moreLabels.cmt moreLabels.mjs moreLabels.js) +(targets camlinternalOO.cmj camlinternalOO.cmt camlinternalOO.mjs camlinternalOO.js) (alias mel) - (deps (:inputs moreLabels.ast) moreLabels.cmi (include moreLabels.d) bsconfig.json(alias ../mel)(alias ../stdlib_modules/mel)) + (deps (:inputs camlinternalOO.ast) camlinternalOO.cmi (include camlinternalOO.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I .. -I ../stdlib_modules -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-labels -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o moreLabels.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o camlinternalOO.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets arrayLabels.ast) - (deps (:inputs arrayLabels.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_labels/.bsbuild) +(targets camlinternalMod.ast) + (deps (:inputs camlinternalMod.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets arrayLabels.d) - (deps (:inputs arrayLabels.ast arrayLabels.iast) ) -(action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-labels -proj-dir . %{inputs})) +(targets camlinternalMod.d) + (deps (:inputs camlinternalMod.ast camlinternalMod.iast) ) +(action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-modules -proj-dir . %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets arrayLabels.iast) - (deps (:inputs arrayLabels.mli) ) +(targets camlinternalMod.iast) + (deps (:inputs camlinternalMod.mli) ) (action (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets arrayLabels.cmi arrayLabels.cmti) +(targets camlinternalMod.cmi camlinternalMod.cmti) (alias mel) - (deps (:inputs arrayLabels.iast) (include arrayLabels.d) bsconfig.json(alias ../mel)(alias ../stdlib_modules/mel)) + (deps (:inputs camlinternalMod.iast) (include camlinternalMod.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I .. -I ../stdlib_modules -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o arrayLabels.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o camlinternalMod.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets arrayLabels.cmj arrayLabels.cmt arrayLabels.mjs arrayLabels.js) +(targets camlinternalMod.cmj camlinternalMod.cmt camlinternalMod.mjs camlinternalMod.js) (alias mel) - (deps (:inputs arrayLabels.ast) arrayLabels.cmi (include arrayLabels.d) bsconfig.json(alias ../mel)(alias ../stdlib_modules/mel)) + (deps (:inputs camlinternalMod.ast) camlinternalMod.cmi (include camlinternalMod.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I .. -I ../stdlib_modules -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-labels -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o arrayLabels.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o camlinternalMod.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets bytesLabels.ast) - (deps (:inputs bytesLabels.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_labels/.bsbuild) +(targets camlinternalLazy.ast) + (deps (:inputs camlinternalLazy.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets bytesLabels.d) - (deps (:inputs bytesLabels.ast bytesLabels.iast) ) -(action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-labels -proj-dir . %{inputs})) +(targets camlinternalLazy.d) + (deps (:inputs camlinternalLazy.ast camlinternalLazy.iast) ) +(action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-modules -proj-dir . %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets bytesLabels.iast) - (deps (:inputs bytesLabels.mli) ) +(targets camlinternalLazy.iast) + (deps (:inputs camlinternalLazy.mli) ) (action (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets bytesLabels.cmi bytesLabels.cmti) +(targets camlinternalLazy.cmi camlinternalLazy.cmti) (alias mel) - (deps (:inputs bytesLabels.iast) (include bytesLabels.d) bsconfig.json(alias ../mel)(alias ../stdlib_modules/mel)) + (deps (:inputs camlinternalLazy.iast) (include camlinternalLazy.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I .. -I ../stdlib_modules -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o bytesLabels.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o camlinternalLazy.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets bytesLabels.cmj bytesLabels.cmt bytesLabels.mjs bytesLabels.js) +(targets camlinternalLazy.cmj camlinternalLazy.cmt camlinternalLazy.mjs camlinternalLazy.js) (alias mel) - (deps (:inputs bytesLabels.ast) bytesLabels.cmi (include bytesLabels.d) bsconfig.json(alias ../mel)(alias ../stdlib_modules/mel)) + (deps (:inputs camlinternalLazy.ast) camlinternalLazy.cmi (include camlinternalLazy.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I .. -I ../stdlib_modules -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-labels -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o bytesLabels.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o camlinternalLazy.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets stringLabels.ast) - (deps (:inputs stringLabels.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_labels/.bsbuild) +(targets camlinternalFormat.ast) + (deps (:inputs camlinternalFormat.ml) ../../../.melange.eobjs/jscomp/stdlib-412/stdlib_modules/.bsbuild) (action (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets stringLabels.d) - (deps (:inputs stringLabels.ast stringLabels.iast) ) -(action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-labels -proj-dir . %{inputs})) +(targets camlinternalFormat.d) + (deps (:inputs camlinternalFormat.ast camlinternalFormat.iast) ) +(action (run meldep -root-dir ../../.. -p @melange/runtime-stdlib-modules -proj-dir . %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets stringLabels.iast) - (deps (:inputs stringLabels.mli) ) +(targets camlinternalFormat.iast) + (deps (:inputs camlinternalFormat.mli) ) (action (run melc -w a -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -absname -bs-ast -o %{targets} %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets stringLabels.cmi stringLabels.cmti) +(targets camlinternalFormat.cmi camlinternalFormat.cmti) (alias mel) - (deps (:inputs stringLabels.iast) (include stringLabels.d) bsconfig.json(alias ../mel)(alias ../stdlib_modules/mel)) + (deps (:inputs camlinternalFormat.iast) (include camlinternalFormat.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -I . -I .. -I ../stdlib_modules -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o stringLabels.cmi %{inputs})) + (run melc -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -o camlinternalFormat.cmi %{inputs})) (enabled_if %{bin-available:melc}) ) (rule -(targets stringLabels.cmj stringLabels.cmt stringLabels.mjs stringLabels.js) +(targets camlinternalFormat.cmj camlinternalFormat.cmt camlinternalFormat.mjs camlinternalFormat.js) (alias mel) - (deps (:inputs stringLabels.ast) stringLabels.cmi (include stringLabels.d) bsconfig.json(alias ../mel)(alias ../stdlib_modules/mel)) + (deps (:inputs camlinternalFormat.ast) camlinternalFormat.cmi (include camlinternalFormat.d) bsconfig.json(alias ../../runtime/mel)(alias ../../others/mel)(alias ../mel)) (action - (run melc -intf-suffix .ml -I . -I .. -I ../stdlib_modules -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-labels -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o stringLabels.cmj %{inputs})) + (run melc -intf-suffix .ml -I . -I ../../runtime -I ../../others -I .. -no-keep-locs -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -nolabels -w a -bs-package-name @melange/runtime-stdlib-modules -bs-package-output commonjs:.:.js -bs-package-output es6:.:.mjs -o camlinternalFormat.cmj %{inputs})) (enabled_if %{bin-available:melc}) ) ) +(subdir .melange.eobjs/jscomp/stdlib-412/stdlib_modules +(rule (write-file .bsbuild NjAKR2MKT28KQXJnCkZ1bgpJbnQKTWFwCk9iagpTZXEKU2V0ClN5cwpCb29sCkNoYXIKTGF6eQpMaXN0ClVuaXQKV2VhawpBcnJheQpCeXRlcwpGbG9hdApJbnQzMgpJbnQ2NApRdWV1ZQpTY2FuZgpTdGFjawpVY2hhcgpBdG9taWMKQnVmZmVyCkRpZ2VzdApFaXRoZXIKRm9ybWF0CkdlbmxleApMZXhpbmcKT3B0aW9uClByaW50ZgpSYW5kb20KUmVzdWx0ClN0cmVhbQpTdHJpbmcKQ29tcGxleApIYXNodGJsCk1hcnNoYWwKUGFyc2luZwpDYWxsYmFjawpGaWxlbmFtZQpQcmludGV4YwpTdGRfZXhpdApFcGhlbWVyb24KU3RkTGFiZWxzCkluX2NoYW5uZWwKTGlzdExhYmVscwpNb3JlTGFiZWxzClBlcnZhc2l2ZXMKQXJyYXlMYWJlbHMKQnl0ZXNMYWJlbHMKT3V0X2NoYW5uZWwKU3RyaW5nTGFiZWxzCkNhbWxpbnRlcm5hbE9PCkNhbWxpbnRlcm5hbE1vZApDYW1saW50ZXJuYWxMYXp5CkNhbWxpbnRlcm5hbEZvcm1hdAouCQoxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACjAK)) +) + +(subdir jscomp/stdlib-412/stdlib_labels + +(alias (name mel) +(enabled_if %{bin-available:melc}))) + (subdir .melange.eobjs/jscomp/stdlib-412/stdlib_labels -(rule (write-file .bsbuild NgpTdGRMYWJlbHMKTGlzdExhYmVscwpNb3JlTGFiZWxzCkFycmF5TGFiZWxzCkJ5dGVzTGFiZWxzClN0cmluZ0xhYmVscwouCQoxAAAAAAAACjAK)) +(rule (write-file .bsbuild MAowCg==)) ) (subdir .melange.eobjs (rule (write-file .bsbuild MAowCg==)) -(rule (write-file .sourcedirs.json "{ \"dirs\" : [ \"/Users/anmonteiro/projects/melange/jscomp/runtime/bs_stdlib_mini\" , \"/Users/anmonteiro/projects/melange/jscomp/runtime\" , \"/Users/anmonteiro/projects/melange/jscomp/others\" , \"/Users/anmonteiro/projects/melange/jscomp/stdlib-412\" , \"/Users/anmonteiro/projects/melange/jscomp/stdlib-412/stdlib_modules\" , \"/Users/anmonteiro/projects/melange/jscomp/stdlib-412/stdlib_labels\" ] , \"pkgs\" : [] , \"generated\" : [] }")) +(rule (write-file .sourcedirs.json "{ \"dirs\" : [ \"/home/anmonteiro/projects/melange/jscomp/runtime/bs_stdlib_mini\" , \"/home/anmonteiro/projects/melange/jscomp/runtime\" , \"/home/anmonteiro/projects/melange/jscomp/others\" , \"/home/anmonteiro/projects/melange/jscomp/stdlib-412\" , \"/home/anmonteiro/projects/melange/jscomp/stdlib-412/stdlib_modules\" , \"/home/anmonteiro/projects/melange/jscomp/stdlib-412/stdlib_labels\" ] , \"pkgs\" : [] , \"generated\" : [] }")) ) (data_only_dirs node_modules .melange.eobjs) @@ -5238,18 +5240,6 @@ (action (chdir %{targets} (progn (run mkdir -p jscomp/stdlib-412/stdlib_labels) (run cp %{sources-0} jscomp/stdlib-412/stdlib_labels) (system "rm -f jscomp/stdlib-412/stdlib_labels/*.{ast,cm*,d}") - (run rm -f jscomp/stdlib-412/stdlib_labels/stdLabels.js) - (run melc -w a -I ../jscomp/stdlib-412/stdlib_labels -I ../jscomp/stdlib-412 -I ../jscomp/stdlib-412/stdlib_modules -bs-package-name @melange/runtime-stdlib-labels -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_labels/stdLabels.cmj -o jscomp/stdlib-412/stdlib_labels/stdLabels.js) - (run rm -f jscomp/stdlib-412/stdlib_labels/listLabels.js) - (run melc -w a -I ../jscomp/stdlib-412/stdlib_labels -I ../jscomp/stdlib-412 -I ../jscomp/stdlib-412/stdlib_modules -bs-package-name @melange/runtime-stdlib-labels -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_labels/listLabels.cmj -o jscomp/stdlib-412/stdlib_labels/listLabels.js) - (run rm -f jscomp/stdlib-412/stdlib_labels/moreLabels.js) - (run melc -w a -I ../jscomp/stdlib-412/stdlib_labels -I ../jscomp/stdlib-412 -I ../jscomp/stdlib-412/stdlib_modules -bs-package-name @melange/runtime-stdlib-labels -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_labels/moreLabels.cmj -o jscomp/stdlib-412/stdlib_labels/moreLabels.js) - (run rm -f jscomp/stdlib-412/stdlib_labels/arrayLabels.js) - (run melc -w a -I ../jscomp/stdlib-412/stdlib_labels -I ../jscomp/stdlib-412 -I ../jscomp/stdlib-412/stdlib_modules -bs-package-name @melange/runtime-stdlib-labels -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_labels/arrayLabels.cmj -o jscomp/stdlib-412/stdlib_labels/arrayLabels.js) - (run rm -f jscomp/stdlib-412/stdlib_labels/bytesLabels.js) - (run melc -w a -I ../jscomp/stdlib-412/stdlib_labels -I ../jscomp/stdlib-412 -I ../jscomp/stdlib-412/stdlib_modules -bs-package-name @melange/runtime-stdlib-labels -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_labels/bytesLabels.cmj -o jscomp/stdlib-412/stdlib_labels/bytesLabels.js) - (run rm -f jscomp/stdlib-412/stdlib_labels/stringLabels.js) - (run melc -w a -I ../jscomp/stdlib-412/stdlib_labels -I ../jscomp/stdlib-412 -I ../jscomp/stdlib-412/stdlib_modules -bs-package-name @melange/runtime-stdlib-labels -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_labels/stringLabels.cmj -o jscomp/stdlib-412/stdlib_labels/stringLabels.js) (run mkdir -p jscomp/stdlib-412/stdlib_modules) (run cp %{sources-1} jscomp/stdlib-412/stdlib_modules) (system "rm -f jscomp/stdlib-412/stdlib_modules/*.{ast,cm*,d}") (run rm -f jscomp/stdlib-412/stdlib_modules/gc.js) @@ -5346,12 +5336,24 @@ (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_modules/std_exit.cmj -o jscomp/stdlib-412/stdlib_modules/std_exit.js) (run rm -f jscomp/stdlib-412/stdlib_modules/ephemeron.js) (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_modules/ephemeron.cmj -o jscomp/stdlib-412/stdlib_modules/ephemeron.js) + (run rm -f jscomp/stdlib-412/stdlib_modules/stdLabels.js) + (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_modules/stdLabels.cmj -o jscomp/stdlib-412/stdlib_modules/stdLabels.js) (run rm -f jscomp/stdlib-412/stdlib_modules/in_channel.js) (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_modules/in_channel.cmj -o jscomp/stdlib-412/stdlib_modules/in_channel.js) + (run rm -f jscomp/stdlib-412/stdlib_modules/listLabels.js) + (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_modules/listLabels.cmj -o jscomp/stdlib-412/stdlib_modules/listLabels.js) + (run rm -f jscomp/stdlib-412/stdlib_modules/moreLabels.js) + (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_modules/moreLabels.cmj -o jscomp/stdlib-412/stdlib_modules/moreLabels.js) (run rm -f jscomp/stdlib-412/stdlib_modules/pervasives.js) (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_modules/pervasives.cmj -o jscomp/stdlib-412/stdlib_modules/pervasives.js) + (run rm -f jscomp/stdlib-412/stdlib_modules/arrayLabels.js) + (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_modules/arrayLabels.cmj -o jscomp/stdlib-412/stdlib_modules/arrayLabels.js) + (run rm -f jscomp/stdlib-412/stdlib_modules/bytesLabels.js) + (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_modules/bytesLabels.cmj -o jscomp/stdlib-412/stdlib_modules/bytesLabels.js) (run rm -f jscomp/stdlib-412/stdlib_modules/out_channel.js) (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_modules/out_channel.cmj -o jscomp/stdlib-412/stdlib_modules/out_channel.js) + (run rm -f jscomp/stdlib-412/stdlib_modules/stringLabels.js) + (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_modules/stringLabels.cmj -o jscomp/stdlib-412/stdlib_modules/stringLabels.js) (run rm -f jscomp/stdlib-412/stdlib_modules/camlinternalOO.js) (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type commonjs ../jscomp/stdlib-412/stdlib_modules/camlinternalOO.cmj -o jscomp/stdlib-412/stdlib_modules/camlinternalOO.js) (run rm -f jscomp/stdlib-412/stdlib_modules/camlinternalMod.js) @@ -5622,18 +5624,6 @@ (action (chdir %{targets} (progn (run mkdir -p jscomp/stdlib-412/stdlib_labels) (run cp %{sources-0} jscomp/stdlib-412/stdlib_labels) (system "rm -f jscomp/stdlib-412/stdlib_labels/*.{ast,cm*,d}") - (run rm -f jscomp/stdlib-412/stdlib_labels/stdLabels.mjs) - (run melc -w a -I ../jscomp/stdlib-412/stdlib_labels -I ../jscomp/stdlib-412 -I ../jscomp/stdlib-412/stdlib_modules -bs-package-name @melange/runtime-stdlib-labels -bs-module-type es6 ../jscomp/stdlib-412/stdlib_labels/stdLabels.cmj -o jscomp/stdlib-412/stdlib_labels/stdLabels.mjs) - (run rm -f jscomp/stdlib-412/stdlib_labels/listLabels.mjs) - (run melc -w a -I ../jscomp/stdlib-412/stdlib_labels -I ../jscomp/stdlib-412 -I ../jscomp/stdlib-412/stdlib_modules -bs-package-name @melange/runtime-stdlib-labels -bs-module-type es6 ../jscomp/stdlib-412/stdlib_labels/listLabels.cmj -o jscomp/stdlib-412/stdlib_labels/listLabels.mjs) - (run rm -f jscomp/stdlib-412/stdlib_labels/moreLabels.mjs) - (run melc -w a -I ../jscomp/stdlib-412/stdlib_labels -I ../jscomp/stdlib-412 -I ../jscomp/stdlib-412/stdlib_modules -bs-package-name @melange/runtime-stdlib-labels -bs-module-type es6 ../jscomp/stdlib-412/stdlib_labels/moreLabels.cmj -o jscomp/stdlib-412/stdlib_labels/moreLabels.mjs) - (run rm -f jscomp/stdlib-412/stdlib_labels/arrayLabels.mjs) - (run melc -w a -I ../jscomp/stdlib-412/stdlib_labels -I ../jscomp/stdlib-412 -I ../jscomp/stdlib-412/stdlib_modules -bs-package-name @melange/runtime-stdlib-labels -bs-module-type es6 ../jscomp/stdlib-412/stdlib_labels/arrayLabels.cmj -o jscomp/stdlib-412/stdlib_labels/arrayLabels.mjs) - (run rm -f jscomp/stdlib-412/stdlib_labels/bytesLabels.mjs) - (run melc -w a -I ../jscomp/stdlib-412/stdlib_labels -I ../jscomp/stdlib-412 -I ../jscomp/stdlib-412/stdlib_modules -bs-package-name @melange/runtime-stdlib-labels -bs-module-type es6 ../jscomp/stdlib-412/stdlib_labels/bytesLabels.cmj -o jscomp/stdlib-412/stdlib_labels/bytesLabels.mjs) - (run rm -f jscomp/stdlib-412/stdlib_labels/stringLabels.mjs) - (run melc -w a -I ../jscomp/stdlib-412/stdlib_labels -I ../jscomp/stdlib-412 -I ../jscomp/stdlib-412/stdlib_modules -bs-package-name @melange/runtime-stdlib-labels -bs-module-type es6 ../jscomp/stdlib-412/stdlib_labels/stringLabels.cmj -o jscomp/stdlib-412/stdlib_labels/stringLabels.mjs) (run mkdir -p jscomp/stdlib-412/stdlib_modules) (run cp %{sources-1} jscomp/stdlib-412/stdlib_modules) (system "rm -f jscomp/stdlib-412/stdlib_modules/*.{ast,cm*,d}") (run rm -f jscomp/stdlib-412/stdlib_modules/gc.mjs) @@ -5730,12 +5720,24 @@ (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type es6 ../jscomp/stdlib-412/stdlib_modules/std_exit.cmj -o jscomp/stdlib-412/stdlib_modules/std_exit.mjs) (run rm -f jscomp/stdlib-412/stdlib_modules/ephemeron.mjs) (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type es6 ../jscomp/stdlib-412/stdlib_modules/ephemeron.cmj -o jscomp/stdlib-412/stdlib_modules/ephemeron.mjs) + (run rm -f jscomp/stdlib-412/stdlib_modules/stdLabels.mjs) + (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type es6 ../jscomp/stdlib-412/stdlib_modules/stdLabels.cmj -o jscomp/stdlib-412/stdlib_modules/stdLabels.mjs) (run rm -f jscomp/stdlib-412/stdlib_modules/in_channel.mjs) (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type es6 ../jscomp/stdlib-412/stdlib_modules/in_channel.cmj -o jscomp/stdlib-412/stdlib_modules/in_channel.mjs) + (run rm -f jscomp/stdlib-412/stdlib_modules/listLabels.mjs) + (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type es6 ../jscomp/stdlib-412/stdlib_modules/listLabels.cmj -o jscomp/stdlib-412/stdlib_modules/listLabels.mjs) + (run rm -f jscomp/stdlib-412/stdlib_modules/moreLabels.mjs) + (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type es6 ../jscomp/stdlib-412/stdlib_modules/moreLabels.cmj -o jscomp/stdlib-412/stdlib_modules/moreLabels.mjs) (run rm -f jscomp/stdlib-412/stdlib_modules/pervasives.mjs) (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type es6 ../jscomp/stdlib-412/stdlib_modules/pervasives.cmj -o jscomp/stdlib-412/stdlib_modules/pervasives.mjs) + (run rm -f jscomp/stdlib-412/stdlib_modules/arrayLabels.mjs) + (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type es6 ../jscomp/stdlib-412/stdlib_modules/arrayLabels.cmj -o jscomp/stdlib-412/stdlib_modules/arrayLabels.mjs) + (run rm -f jscomp/stdlib-412/stdlib_modules/bytesLabels.mjs) + (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type es6 ../jscomp/stdlib-412/stdlib_modules/bytesLabels.cmj -o jscomp/stdlib-412/stdlib_modules/bytesLabels.mjs) (run rm -f jscomp/stdlib-412/stdlib_modules/out_channel.mjs) (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type es6 ../jscomp/stdlib-412/stdlib_modules/out_channel.cmj -o jscomp/stdlib-412/stdlib_modules/out_channel.mjs) + (run rm -f jscomp/stdlib-412/stdlib_modules/stringLabels.mjs) + (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type es6 ../jscomp/stdlib-412/stdlib_modules/stringLabels.cmj -o jscomp/stdlib-412/stdlib_modules/stringLabels.mjs) (run rm -f jscomp/stdlib-412/stdlib_modules/camlinternalOO.mjs) (run melc -w a -I ../jscomp/stdlib-412/stdlib_modules -I ../jscomp/runtime -I ../jscomp/others -I ../jscomp/stdlib-412 -bs-package-name @melange/runtime-stdlib-modules -bs-module-type es6 ../jscomp/stdlib-412/stdlib_modules/camlinternalOO.cmj -o jscomp/stdlib-412/stdlib_modules/camlinternalOO.mjs) (run rm -f jscomp/stdlib-412/stdlib_modules/camlinternalMod.mjs) diff --git a/flake.lock b/flake.lock index 240a4321a8..f99eb94849 100644 --- a/flake.lock +++ b/flake.lock @@ -92,11 +92,11 @@ "pruned-racket-catalog": "pruned-racket-catalog" }, "locked": { - "lastModified": 1676803770, - "narHash": "sha256-YDDpyZUFRvf3oDqCAc+ixr31AaauaEnWJ4yNZVaxv8E=", + "lastModified": 1676928084, + "narHash": "sha256-TiYqlcRbJHtNUc8TepiYU+luDJKmSfUGvux9iDgUwDA=", "owner": "nix-community", "repo": "dream2nix", - "rev": "34224b95bfc041533b619549fdc5b669017160cf", + "rev": "74d74154e054ee3e6ad5fdc2d48d53197fcfaec0", "type": "github" }, "original": { @@ -252,11 +252,11 @@ ] }, "locked": { - "lastModified": 1669333226, - "narHash": "sha256-7yik4uYRAsCngs8AeZeYESCtU3LfCjjEaIQj7Sbjwhk=", + "lastModified": 1676910608, + "narHash": "sha256-3AmDdqdK1NyQRs1PK/4FeTBWEeostxiFD9I7vEItpgY=", "owner": "melange-re", "repo": "melange-compiler-libs", - "rev": "426463a77d0b70ecf0108c98e6a86d325cd01472", + "rev": "21ae08d9a46065d923e12027b06329c05612241c", "type": "github" }, "original": { @@ -304,11 +304,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1676822677, - "narHash": "sha256-q8MltEuRhOWF4kXB1nD/PX/66UJtzDmQzuWRyUc28+M=", + "lastModified": 1676923915, + "narHash": "sha256-46chOfERwbDHJVTnqDU/QpbBHR9N6PrpmK5s8BbsHpA=", "owner": "anmonteiro", "repo": "nix-overlays", - "rev": "fb384ae087f1e421b738f44edb04249a1e3fe11f", + "rev": "43bbf318f2967492e6425516764aec476c2dee16", "type": "github" }, "original": { @@ -319,17 +319,17 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1676795730, - "narHash": "sha256-X69A9BdcPTySJJ7DqS4wc8b6eqGKi32jCSyaBsz4WB0=", + "lastModified": 1676829209, + "narHash": "sha256-EFrP2hxxRr1uGG49cKNjFh78X5U9O5QAFURYC/GQ6kU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "efc59894b1ba73cb745676616c56c780383d6788", + "rev": "01a88ede6a2b64bd15b3b0fdcee30afb0b237edb", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "efc59894b1ba73cb745676616c56c780383d6788", + "rev": "01a88ede6a2b64bd15b3b0fdcee30afb0b237edb", "type": "github" } }, diff --git a/jscomp/common/js_config.cppo.ml b/jscomp/common/js_config.cppo.ml index 4beae7f01b..d39c28403f 100644 --- a/jscomp/common/js_config.cppo.ml +++ b/jscomp/common/js_config.cppo.ml @@ -62,7 +62,7 @@ let stdlib_path = in root // Literals.lib // Literals.package_name #ifdef BS_RELEASE_BUILD - // Literals.package_name + // Literals.runtime_dir // Literals.package_name #endif ) diff --git a/jscomp/ext/literals.ml b/jscomp/ext/literals.ml index 0e9461a17c..e3b322e630 100644 --- a/jscomp/ext/literals.ml +++ b/jscomp/ext/literals.ml @@ -50,6 +50,9 @@ let package_name = "melange" (* Prefix of all melange runtime packages *) let mel_runtime_package_prefix = "@melange/runtime" +(* Library where we install the melange runtime in opam *) +let runtime_dir = "__MELANGE_RUNTIME__" + (* Name of the library file created for each external dependency. *) let lib = "lib" let suffix_cmj = ".cmj" diff --git a/jscomp/others/dune b/jscomp/others/dune new file mode 100644 index 0000000000..416f5cf8a8 --- /dev/null +++ b/jscomp/others/dune @@ -0,0 +1,232 @@ +(library + (modes melange) + (name belt) + (public_name melange.belt) + (wrapped false) + (preprocess + (action + (run + melc + -as-pp + -bs-no-check-div-by-zero + -bs-cross-module-opt + %{input-file}))) + (libraries bs_stdlib_mini melange_runtime) + (flags :standard \ -keep-locs) + (melange.compile_flags + -no-keep-locs + -bs-no-version-header + -bs-no-check-div-by-zero + -bs-cross-module-opt + -bs-no-builtin-ppx + -unsafe + -nopervasives + -nostdlib + -open + Bs_stdlib_mini + -w + -9-20-61)) + +; (rule +; (target belt_HashSetString.ml) +; (deps hashset.cppo.ml) +; (action +; (run cppo -D TYPE_STRING %{deps} -o %{target}))) + +; (rule +; (target belt_HashSetString.mli) +; (deps hashset.cppo.mli) +; (action +; (run cppo -D TYPE_STRING %{deps} -o %{target}))) + +; (rule +; (target belt_HashSetInt.ml) +; (deps hashset.cppo.ml) +; (action +; (run cppo -D TYPE_INT %{deps} -o %{target}))) + +; (rule +; (target belt_HashSetInt.mli) +; (deps hashset.cppo.mli) +; (action +; (run cppo -D TYPE_INT %{deps} -o %{target}))) + +; (rule +; (target belt_HashMapString.ml) +; (deps hashmap.cppo.ml) +; (action +; (run cppo -D TYPE_STRING %{deps} -o %{target}))) + +; (rule +; (target belt_HashMapString.mli) +; (deps hashmap.cppo.mli) +; (action +; (run cppo -D TYPE_STRING %{deps} -o %{target}))) + +; (rule +; (target belt_HashMapInt.ml) +; (deps hashmap.cppo.ml) +; (action +; (run cppo -D TYPE_INT %{deps} -o %{target}))) + +; (rule +; (target belt_HashMapInt.mli) +; (deps hashmap.cppo.mli) +; (action +; (run cppo -D TYPE_INT %{deps} -o %{target}))) + +; (rule +; (target belt_MapString.ml) +; (deps map.cppo.ml) +; (action +; (run cppo -D TYPE_STRING %{deps} -o %{target}))) + +; (rule +; (target belt_MapString.mli) +; (deps map.cppo.mli) +; (action +; (run cppo -D TYPE_STRING %{deps} -o %{target}))) + +; (rule +; (target belt_MapInt.ml) +; (deps map.cppo.ml) +; (action +; (run cppo -D TYPE_INT %{deps} -o %{target}))) + +; (rule +; (target belt_MapInt.mli) +; (deps map.cppo.mli) +; (action +; (run cppo -D TYPE_INT %{deps} -o %{target}))) + +; (rule +; (target belt_SetString.ml) +; (deps belt_Set.cppo.ml) +; (action +; (run cppo -D TYPE_STRING %{deps} -o %{target}))) + +; (rule +; (target belt_SetString.mli) +; (deps belt_Set.cppo.mli) +; (action +; (run cppo -D TYPE_STRING %{deps} -o %{target}))) + +; (rule +; (target belt_SetInt.ml) +; (deps belt_Set.cppo.ml) +; (action +; (run cppo -D TYPE_INT %{deps} -o %{target}))) + +; (rule +; (target belt_SetInt.mli) +; (deps belt_Set.cppo.mli) +; (action +; (run cppo -D TYPE_INT %{deps} -o %{target}))) + +; (rule +; (target belt_MutableMapString.ml) +; (deps mapm.cppo.ml) +; (action +; (run cppo -D TYPE_STRING %{deps} -o %{target}))) + +; (rule +; (target belt_MutableMapString.mli) +; (deps mapm.cppo.mli) +; (action +; (run cppo -D TYPE_STRING %{deps} -o %{target}))) + +; (rule +; (target belt_MutableMapInt.ml) +; (deps mapm.cppo.ml) +; (action +; (run cppo -D TYPE_INT %{deps} -o %{target}))) + +; (rule +; (target belt_MutableMapInt.mli) +; (deps mapm.cppo.mli) +; (action +; (run cppo -D TYPE_INT %{deps} -o %{target}))) + +; (rule +; (target belt_MutableSetString.ml) +; (deps setm.cppo.ml) +; (action +; (run cppo -D TYPE_STRING %{deps} -o %{target}))) + +; (rule +; (target belt_MutableSetString.mli) +; (deps setm.cppo.mli) +; (action +; (run cppo -D TYPE_STRING %{deps} -o %{target}))) + +; (rule +; (target belt_MutableSetInt.ml) +; (deps setm.cppo.ml) +; (action +; (run cppo -D TYPE_INT %{deps} -o %{target}))) + +; (rule +; (target belt_MutableSetInt.mli) +; (deps setm.cppo.mli) +; (action +; (run cppo -D TYPE_INT %{deps} -o %{target}))) + +; (rule +; (target belt_SortArrayString.ml) +; (deps sort.cppo.ml) +; (action +; (run cppo -D TYPE_STRING %{deps} -o %{target}))) + +; (rule +; (target belt_SortArrayString.mli) +; (deps sort.cppo.mli) +; (action +; (run cppo -D TYPE_STRING %{deps} -o %{target}))) + +; (rule +; (target belt_SortArrayInt.ml) +; (deps sort.cppo.ml) +; (action +; (run cppo -D TYPE_INT %{deps} -o %{target}))) + +; (rule +; (target belt_SortArrayInt.mli) +; (deps sort.cppo.mli) +; (action +; (run cppo -D TYPE_INT %{deps} -o %{target}))) + +; (rule +; (target belt_internalMapString.ml) +; (deps internal_map.cppo.ml) +; (action +; (run cppo -D TYPE_STRING %{deps} -o %{target}))) + +; (rule +; (target belt_internalMapInt.ml) +; (deps internal_map.cppo.ml) +; (action +; (run cppo -D TYPE_INT %{deps} -o %{target}))) + +; (rule +; (target belt_internalSetString.ml) +; (deps internal_set.cppo.ml) +; (action +; (run cppo -D TYPE_STRING %{deps} -o %{target}))) + +; (rule +; (target belt_internalSetInt.ml) +; (deps internal_set.cppo.ml) +; (action +; (run cppo -D TYPE_INT %{deps} -o %{target}))) + +; (rule +; (target js_typed_array.ml) +; (deps js_typed_array.cppo.ml) +; (action +; (run cppo %{deps} -o %{target}))) + +; (rule +; (target js_typed_array2.ml) +; (deps js_typed_array2.cppo.ml) +; (action +; (run cppo %{deps} -o %{target}))) diff --git a/jscomp/runtime/bs_stdlib_mini/dune b/jscomp/runtime/bs_stdlib_mini/dune new file mode 100644 index 0000000000..cbee811677 --- /dev/null +++ b/jscomp/runtime/bs_stdlib_mini/dune @@ -0,0 +1,23 @@ +(library + (modes melange) + (package melange) + (name bs_stdlib_mini) + (flags :standard \ -keep-locs) + (preprocess + (action + (run + melc + -bs-no-check-div-by-zero + -bs-cross-module-opt + -unsafe + --as-pp + %{input-file}))) + (melange.compile_flags + -no-keep-locs + -bs-no-version-header + -bs-no-check-div-by-zero + -bs-cross-module-opt + -unsafe + -nopervasives + -nostdlib + -bs-no-builtin-ppx)) diff --git a/jscomp/runtime/dune b/jscomp/runtime/dune new file mode 100644 index 0000000000..effa63e769 --- /dev/null +++ b/jscomp/runtime/dune @@ -0,0 +1,29 @@ +(library + (public_name melange.runtime) + (name melange_runtime) + (modes melange) + (wrapped false) + (libraries bs_stdlib_mini) + (preprocess + (action + (run + melc + -as-pp + -bs-no-check-div-by-zero + -bs-cross-module-opt + -unsafe + %{input-file}))) + (flags :standard \ -keep-locs) + (melange.compile_flags + -no-keep-locs + -bs-no-version-header + -bs-no-check-div-by-zero + -bs-cross-module-opt + -unsafe + -nopervasives + -nostdlib + -bs-no-builtin-ppx + -open + Bs_stdlib_mini + -w + -61-69)) diff --git a/jscomp/stdlib-412/dune b/jscomp/stdlib-412/dune new file mode 100644 index 0000000000..99675f309f --- /dev/null +++ b/jscomp/stdlib-412/dune @@ -0,0 +1,50 @@ +(library + (public_name melange.stdlib) + (name stdlib) + (modes melange) + (wrapped false) + (preprocess + (action + (run + melc + -as-pp + -bs-no-check-div-by-zero + -bs-cross-module-opt + %{input-file}))) + (libraries melange.runtime melange.belt) + (flags :standard -w -9-49 \ -keep-locs) + (melange.compile_flags + -no-keep-locs + -bs-no-version-header + -bs-no-check-div-by-zero + -bs-cross-module-opt + -bs-no-builtin-ppx + -nopervasives + -nostdlib)) + +;; The one that depends on everything. let's just call it `melange` + +(subdir + stdlib_modules + (library + (public_name melange) + (name melange) + (wrapped false) + (modes melange) + (preprocess + (action + (run + melc + -as-pp + -bs-no-check-div-by-zero + -bs-cross-module-opt + %{input-file}))) + (libraries melange.runtime melange.belt melange.stdlib) + (flags :standard -w -9-61 \ -keep-locs) + (melange.compile_flags + -no-keep-locs + -bs-no-version-header + -bs-no-check-div-by-zero + -bs-cross-module-opt + -bs-no-builtin-ppx + -nolabels))) diff --git a/jscomp/stdlib-412/stdlib_labels/arrayLabels.ml b/jscomp/stdlib-412/stdlib_modules/arrayLabels.ml similarity index 100% rename from jscomp/stdlib-412/stdlib_labels/arrayLabels.ml rename to jscomp/stdlib-412/stdlib_modules/arrayLabels.ml diff --git a/jscomp/stdlib-412/stdlib_labels/arrayLabels.mli b/jscomp/stdlib-412/stdlib_modules/arrayLabels.mli similarity index 100% rename from jscomp/stdlib-412/stdlib_labels/arrayLabels.mli rename to jscomp/stdlib-412/stdlib_modules/arrayLabels.mli diff --git a/jscomp/stdlib-412/stdlib_modules/bsconfig.json b/jscomp/stdlib-412/stdlib_modules/bsconfig.json index 0bbc235039..c8ea79c99c 100644 --- a/jscomp/stdlib-412/stdlib_modules/bsconfig.json +++ b/jscomp/stdlib-412/stdlib_modules/bsconfig.json @@ -10,7 +10,8 @@ "-no-alias-deps", "-bs-no-version-header", "-bs-no-check-div-by-zero", - "-bs-cross-module-opt" + "-bs-cross-module-opt", + "-nolabels" ], "bs-dependencies": [ "@melange/runtime", diff --git a/jscomp/stdlib-412/stdlib_labels/bytesLabels.ml b/jscomp/stdlib-412/stdlib_modules/bytesLabels.ml similarity index 100% rename from jscomp/stdlib-412/stdlib_labels/bytesLabels.ml rename to jscomp/stdlib-412/stdlib_modules/bytesLabels.ml diff --git a/jscomp/stdlib-412/stdlib_labels/bytesLabels.mli b/jscomp/stdlib-412/stdlib_modules/bytesLabels.mli similarity index 100% rename from jscomp/stdlib-412/stdlib_labels/bytesLabels.mli rename to jscomp/stdlib-412/stdlib_modules/bytesLabels.mli diff --git a/jscomp/stdlib-412/stdlib_labels/listLabels.ml b/jscomp/stdlib-412/stdlib_modules/listLabels.ml similarity index 100% rename from jscomp/stdlib-412/stdlib_labels/listLabels.ml rename to jscomp/stdlib-412/stdlib_modules/listLabels.ml diff --git a/jscomp/stdlib-412/stdlib_labels/listLabels.mli b/jscomp/stdlib-412/stdlib_modules/listLabels.mli similarity index 100% rename from jscomp/stdlib-412/stdlib_labels/listLabels.mli rename to jscomp/stdlib-412/stdlib_modules/listLabels.mli diff --git a/jscomp/stdlib-412/stdlib_labels/moreLabels.ml b/jscomp/stdlib-412/stdlib_modules/moreLabels.ml similarity index 100% rename from jscomp/stdlib-412/stdlib_labels/moreLabels.ml rename to jscomp/stdlib-412/stdlib_modules/moreLabels.ml diff --git a/jscomp/stdlib-412/stdlib_labels/moreLabels.mli b/jscomp/stdlib-412/stdlib_modules/moreLabels.mli similarity index 100% rename from jscomp/stdlib-412/stdlib_labels/moreLabels.mli rename to jscomp/stdlib-412/stdlib_modules/moreLabels.mli diff --git a/jscomp/stdlib-412/stdlib_labels/stdLabels.ml b/jscomp/stdlib-412/stdlib_modules/stdLabels.ml similarity index 100% rename from jscomp/stdlib-412/stdlib_labels/stdLabels.ml rename to jscomp/stdlib-412/stdlib_modules/stdLabels.ml diff --git a/jscomp/stdlib-412/stdlib_labels/stdLabels.mli b/jscomp/stdlib-412/stdlib_modules/stdLabels.mli similarity index 100% rename from jscomp/stdlib-412/stdlib_labels/stdLabels.mli rename to jscomp/stdlib-412/stdlib_modules/stdLabels.mli diff --git a/jscomp/stdlib-412/stdlib_labels/stringLabels.ml b/jscomp/stdlib-412/stdlib_modules/stringLabels.ml similarity index 100% rename from jscomp/stdlib-412/stdlib_labels/stringLabels.ml rename to jscomp/stdlib-412/stdlib_modules/stringLabels.ml diff --git a/jscomp/stdlib-412/stdlib_labels/stringLabels.mli b/jscomp/stdlib-412/stdlib_modules/stringLabels.mli similarity index 100% rename from jscomp/stdlib-412/stdlib_labels/stringLabels.mli rename to jscomp/stdlib-412/stdlib_modules/stringLabels.mli diff --git a/lib/checked-in-artifacts.sexp b/lib/checked-in-artifacts.sexp index f4aeefe5aa..9ac5a45aac 100644 --- a/lib/checked-in-artifacts.sexp +++ b/lib/checked-in-artifacts.sexp @@ -1,1006 +1,1320 @@ -((lib/melange/marshal.mli as melange/marshal.mli) -(lib/melange/caml_hash.cmj as melange/caml_hash.cmj) -(lib/melange/js_typed_array2.ml as melange/js_typed_array2.ml) -(lib/melange/belt_internalBucketsType.mli as melange/belt_internalBucketsType.mli) -(lib/melange/obj.cmti as melange/obj.cmti) -(lib/melange/belt_MutableMapString.cmti as melange/belt_MutableMapString.cmti) -(lib/melange/stringLabels.cmt as melange/stringLabels.cmt) -(lib/melange/genlex.cmj as melange/genlex.cmj) -(lib/melange/caml_oo_curry.ml as melange/caml_oo_curry.ml) -(lib/melange/hashtbl.cmi as melange/hashtbl.cmi) -(lib/melange/belt.cmj as melange/belt.cmj) -(lib/melange/bool.ml as melange/bool.ml) -(lib/melange/int32.mli as melange/int32.mli) -(lib/melange/belt_MutableQueue.cmj as melange/belt_MutableQueue.cmj) -(lib/melange/caml_string.mli as melange/caml_string.mli) -(lib/melange/caml_int32.cmj as melange/caml_int32.cmj) -(lib/melange/js_json.cmt as melange/js_json.cmt) -(lib/melange/node_fs.cmi as melange/node_fs.cmi) -(lib/melange/caml_parser.cmti as melange/caml_parser.cmti) -(lib/melange/belt_SortArrayString.mli as melange/belt_SortArrayString.mli) -(lib/melange/belt_internalAVLtree.ml as melange/belt_internalAVLtree.ml) -(lib/melange/caml_option.cmt as melange/caml_option.cmt) -(lib/melange/js_promise.cmj as melange/js_promise.cmj) -(lib/melange/unit.cmt as melange/unit.cmt) -(lib/melange/js_array2.ml as melange/js_array2.ml) -(lib/melange/js_console.cmi as melange/js_console.cmi) -(lib/melange/js_math.cmj as melange/js_math.cmj) -(lib/melange/stringLabels.mli as melange/stringLabels.mli) -(lib/melange/lazy.ml as melange/lazy.ml) -(lib/melange/belt_SetDict.cmi as melange/belt_SetDict.cmi) -(lib/melange/belt_internalSetString.ml as melange/belt_internalSetString.ml) -(lib/melange/caml_oo.cmti as melange/caml_oo.cmti) -(lib/melange/gc.ml as melange/gc.ml) -(lib/melange/caml_lexer.ml as melange/caml_lexer.ml) -(lib/melange/belt_SortArrayString.cmj as melange/belt_SortArrayString.cmj) -(lib/melange/string.cmt as melange/string.cmt) -(lib/melange/caml_external_polyfill.cmt as melange/caml_external_polyfill.cmt) -(lib/melange/queue.cmi as melange/queue.cmi) -(lib/melange/caml_exceptions.cmi as melange/caml_exceptions.cmi) -(lib/melange/callback.mli as melange/callback.mli) -(lib/melange/belt_internalMapInt.cmi as melange/belt_internalMapInt.cmi) -(lib/melange/belt_HashMapInt.cmt as melange/belt_HashMapInt.cmt) -(lib/melange/bytes.cmti as melange/bytes.cmti) -(lib/melange/belt_MutableSet.cmti as melange/belt_MutableSet.cmti) -(lib/melange/belt_SetInt.mli as melange/belt_SetInt.mli) -(lib/melange/float.cmti as melange/float.cmti) -(lib/melange/camlinternalOO.cmt as melange/camlinternalOO.cmt) -(lib/melange/arrayLabels.cmt as melange/arrayLabels.cmt) -(lib/melange/belt_MutableMapInt.cmt as melange/belt_MutableMapInt.cmt) -(lib/melange/belt_SortArray.cmti as melange/belt_SortArray.cmti) -(lib/melange/js_float.ml as melange/js_float.ml) -(lib/melange/caml_string.ml as melange/caml_string.ml) -(lib/melange/unit.mli as melange/unit.mli) -(lib/melange/listLabels.cmi as melange/listLabels.cmi) -(lib/melange/belt_SortArrayInt.ml as melange/belt_SortArrayInt.ml) -(lib/melange/camlinternalFormatBasics.cmi as melange/camlinternalFormatBasics.cmi) -(lib/melange/belt_List.ml as melange/belt_List.ml) -(lib/melange/bool.mli as melange/bool.mli) -(lib/melange/caml_obj.cmti as melange/caml_obj.cmti) -(lib/melange/js_string2.cmt as melange/js_string2.cmt) -(lib/melange/belt_Array.ml as melange/belt_Array.ml) -(lib/melange/js_exn.cmt as melange/js_exn.cmt) -(lib/melange/array.ml as melange/array.ml) -(lib/melange/node_module.cmi as melange/node_module.cmi) -(lib/melange/node_buffer.ml as melange/node_buffer.ml) -(lib/melange/js_vector.ml as melange/js_vector.ml) -(lib/melange/belt_HashMapString.mli as melange/belt_HashMapString.mli) -(lib/melange/node_fs.cmj as melange/node_fs.cmj) -(lib/melange/stringLabels.cmi as melange/stringLabels.cmi) -(lib/melange/belt_MapString.ml as melange/belt_MapString.ml) -(lib/melange/atomic.mli as melange/atomic.mli) -(lib/melange/belt_internalBuckets.cmti as melange/belt_internalBuckets.cmti) -(lib/melange/either.ml as melange/either.ml) -(lib/melange/belt_internalAVLtree.mli as melange/belt_internalAVLtree.mli) -(lib/melange/belt_SetDict.mli as melange/belt_SetDict.mli) -(lib/melange/belt_Option.ml as melange/belt_Option.ml) -(lib/melange/belt_internalMapInt.ml as melange/belt_internalMapInt.ml) -(lib/melange/caml_nativeint_extern.cmi as melange/caml_nativeint_extern.cmi) -(lib/melange/atomic.cmti as melange/atomic.cmti) -(lib/melange/gc.cmti as melange/gc.cmti) -(lib/melange/belt_Map.cmti as melange/belt_Map.cmti) -(lib/melange/belt_Map.cmj as melange/belt_Map.cmj) -(lib/melange/js_global.cmj as melange/js_global.cmj) -(lib/melange/caml_int32_extern.cmi as melange/caml_int32_extern.cmi) -(lib/melange/bool.cmti as melange/bool.cmti) -(lib/melange/belt_internalAVLset.cmi as melange/belt_internalAVLset.cmi) -(lib/melange/caml_format.cmi as melange/caml_format.cmi) -(lib/melange/js_obj.cmj as melange/js_obj.cmj) -(lib/melange/node_process.mli as melange/node_process.mli) -(lib/melange/belt_internalSetBuckets.cmj as melange/belt_internalSetBuckets.cmj) -(lib/melange/listLabels.ml as melange/listLabels.ml) -(lib/melange/belt_MutableMap.cmi as melange/belt_MutableMap.cmi) -(lib/melange/belt_Set.ml as melange/belt_Set.ml) -(lib/melange/camlinternalOO.cmj as melange/camlinternalOO.cmj) -(lib/melange/camlinternalMod.mli as melange/camlinternalMod.mli) -(lib/melange/caml_external_polyfill.ml as melange/caml_external_polyfill.ml) -(lib/melange/node_buffer.cmi as melange/node_buffer.cmi) -(lib/melange/caml_oo.mli as melange/caml_oo.mli) -(lib/melange/queue.ml as melange/queue.ml) -(lib/melange/belt_Range.cmi as melange/belt_Range.cmi) -(lib/melange/stack.mli as melange/stack.mli) -(lib/melange/belt_Range.mli as melange/belt_Range.mli) -(lib/melange/float.cmt as melange/float.cmt) -(lib/melange/belt_internalSetInt.cmj as melange/belt_internalSetInt.cmj) -(lib/melange/result.cmj as melange/result.cmj) -(lib/melange/stdLabels.cmti as melange/stdLabels.cmti) -(lib/melange/belt_internalSetBuckets.cmti as melange/belt_internalSetBuckets.cmti) -(lib/melange/in_channel.mli as melange/in_channel.mli) -(lib/melange/char.cmi as melange/char.cmi) -(lib/melange/caml_md5.cmt as melange/caml_md5.cmt) -(lib/melange/dom_storage.cmj as melange/dom_storage.cmj) -(lib/melange/caml_array_extern.cmi as melange/caml_array_extern.cmi) -(lib/melange/string.cmj as melange/string.cmj) -(lib/melange/js_float.cmi as melange/js_float.cmi) -(lib/melange/js_OO.cmj as melange/js_OO.cmj) -(lib/melange/belt_internalSetInt.ml as melange/belt_internalSetInt.ml) -(lib/melange/js_result.cmi as melange/js_result.cmi) -(lib/melange/option.cmti as melange/option.cmti) -(lib/melange/caml_format.cmj as melange/caml_format.cmj) -(lib/melange/js_float.cmt as melange/js_float.cmt) -(lib/melange/js_OO.cmt as melange/js_OO.cmt) -(lib/melange/int.mli as melange/int.mli) -(lib/melange/printexc.ml as melange/printexc.ml) -(lib/melange/belt_MutableSetString.cmt as melange/belt_MutableSetString.cmt) -(lib/melange/out_channel.cmti as melange/out_channel.cmti) -(lib/melange/belt_MutableSetInt.ml as melange/belt_MutableSetInt.ml) -(lib/melange/caml_obj.cmi as melange/caml_obj.cmi) -(lib/melange/js_obj.ml as melange/js_obj.ml) -(lib/melange/printexc.mli as melange/printexc.mli) -(lib/melange/int32.cmt as melange/int32.cmt) -(lib/melange/caml_int64_extern.cmi as melange/caml_int64_extern.cmi) -(lib/melange/belt_HashMap.mli as melange/belt_HashMap.mli) -(lib/melange/printexc.cmti as melange/printexc.cmti) -(lib/melange/belt_internalAVLset.ml as melange/belt_internalAVLset.ml) -(lib/melange/caml_format.cmti as melange/caml_format.cmti) -(lib/melange/node_module.cmt as melange/node_module.cmt) -(lib/melange/caml_hash_primitive.ml as melange/caml_hash_primitive.ml) -(lib/melange/genlex.cmi as melange/genlex.cmi) -(lib/melange/belt_Set.cppo.ml as melange/belt_Set.cppo.ml) -(lib/melange/js_types.ml as melange/js_types.ml) -(lib/melange/caml_bytes.cmi as melange/caml_bytes.cmi) -(lib/melange/printexc.cmt as melange/printexc.cmt) -(lib/melange/caml_parser.cmj as melange/caml_parser.cmj) -(lib/melange/map.mli as melange/map.mli) -(lib/melange/node_path.cmt as melange/node_path.cmt) -(lib/melange/caml_lexer.cmi as melange/caml_lexer.cmi) -(lib/melange/js_list.cmj as melange/js_list.cmj) -(lib/melange/result.cmi as melange/result.cmi) -(lib/melange/float.mli as melange/float.mli) -(lib/melange/caml_js_exceptions.ml as melange/caml_js_exceptions.ml) -(lib/melange/js_null.cmi as melange/js_null.cmi) -(lib/melange/caml_lexer.cmti as melange/caml_lexer.cmti) -(lib/melange/uchar.ml as melange/uchar.ml) -(lib/melange/js_types.cmt as melange/js_types.cmt) -(lib/melange/belt.cmt as melange/belt.cmt) -(lib/melange/uchar.cmi as melange/uchar.cmi) -(lib/melange/stdLabels.cmj as melange/stdLabels.cmj) -(lib/melange/js_array.cmj as melange/js_array.cmj) -(lib/melange/caml_hash_primitive.mli as melange/caml_hash_primitive.mli) -(lib/melange/string.ml as melange/string.ml) -(lib/melange/belt_MutableMapString.cmi as melange/belt_MutableMapString.cmi) -(lib/melange/belt_HashSetInt.cmj as melange/belt_HashSetInt.cmj) -(lib/melange/node_process.cmti as melange/node_process.cmti) -(lib/melange/queue.mli as melange/queue.mli) -(lib/melange/js_typed_array2.cppo.ml as melange/js_typed_array2.cppo.ml) -(lib/melange/js_date.cmt as melange/js_date.cmt) -(lib/melange/filename.cmi as melange/filename.cmi) -(lib/melange/callback.ml as melange/callback.ml) -(lib/melange/belt_HashSetString.cmti as melange/belt_HashSetString.cmti) -(lib/melange/belt_HashMap.cmt as melange/belt_HashMap.cmt) -(lib/melange/belt_SortArrayInt.cmti as melange/belt_SortArrayInt.cmti) -(lib/melange/belt_MapString.cmt as melange/belt_MapString.cmt) -(lib/melange/hashtbl.cmt as melange/hashtbl.cmt) -(lib/melange/moreLabels.cmj as melange/moreLabels.cmj) -(lib/melange/random.cmi as melange/random.cmi) -(lib/melange/belt_SortArrayString.ml as melange/belt_SortArrayString.ml) -(lib/melange/js_list.ml as melange/js_list.ml) -(lib/melange/hashtbl.cmti as melange/hashtbl.cmti) -(lib/melange/js_undefined.cmti as melange/js_undefined.cmti) -(lib/melange/js_string2.ml as melange/js_string2.ml) -(lib/melange/js_list.cmti as melange/js_list.cmti) -(lib/melange/moreLabels.cmi as melange/moreLabels.cmi) -(lib/melange/oo.cmj as melange/oo.cmj) -(lib/melange/format.ml as melange/format.ml) -(lib/melange/caml_sys.mli as melange/caml_sys.mli) -(lib/melange/parsing.cmt as melange/parsing.cmt) -(lib/melange/fun.cmi as melange/fun.cmi) -(lib/melange/set.cmi as melange/set.cmi) -(lib/melange/belt_HashSetInt.cmt as melange/belt_HashSetInt.cmt) -(lib/melange/caml_sys.cmi as melange/caml_sys.cmi) -(lib/melange/caml_float.cmj as melange/caml_float.cmj) -(lib/melange/belt_MutableSetInt.cmj as melange/belt_MutableSetInt.cmj) -(lib/melange/caml_string.cmti as melange/caml_string.cmti) -(lib/melange/parsing.cmi as melange/parsing.cmi) -(lib/melange/ephemeron.ml as melange/ephemeron.ml) -(lib/melange/belt_MapInt.cmj as melange/belt_MapInt.cmj) -(lib/melange/caml_lexer.mli as melange/caml_lexer.mli) -(lib/melange/belt_MutableSetString.ml as melange/belt_MutableSetString.ml) -(lib/melange/belt_Map.cmt as melange/belt_Map.cmt) -(lib/melange/dom.cmi as melange/dom.cmi) -(lib/melange/either.cmti as melange/either.cmti) -(lib/melange/js_string.cmj as melange/js_string.cmj) -(lib/melange/caml_option.cmj as melange/caml_option.cmj) -(lib/melange/belt_MutableMapString.mli as melange/belt_MutableMapString.mli) -(lib/melange/int.cmj as melange/int.cmj) -(lib/melange/buffer.mli as melange/buffer.mli) -(lib/melange/node_fs.ml as melange/node_fs.ml) -(lib/melange/js_undefined.cmt as melange/js_undefined.cmt) -(lib/melange/belt_SortArray.cmj as melange/belt_SortArray.cmj) -(lib/melange/list.cmi as melange/list.cmi) -(lib/melange/caml_hash.cmi as melange/caml_hash.cmi) -(lib/melange/callback.cmi as melange/callback.cmi) -(lib/melange/camlinternalLazy.cmti as melange/camlinternalLazy.cmti) -(lib/melange/set.cmt as melange/set.cmt) -(lib/melange/option.cmt as melange/option.cmt) -(lib/melange/node_process.cmj as melange/node_process.cmj) -(lib/melange/arrayLabels.ml as melange/arrayLabels.ml) -(lib/melange/caml_float.mli as melange/caml_float.mli) -(lib/melange/caml_parser.cmt as melange/caml_parser.cmt) -(lib/melange/caml_gc.cmi as melange/caml_gc.cmi) -(lib/melange/belt_Id.ml as melange/belt_Id.ml) -(lib/melange/caml_io.ml as melange/caml_io.ml) -(lib/melange/ephemeron.cmti as melange/ephemeron.cmti) -(lib/melange/belt_HashSetInt.cmi as melange/belt_HashSetInt.cmi) -(lib/melange/format.cmi as melange/format.cmi) -(lib/melange/array.mli as melange/array.mli) -(lib/melange/caml_undefined_extern.ml as melange/caml_undefined_extern.ml) -(lib/melange/belt_MapInt.cmti as melange/belt_MapInt.cmti) -(lib/melange/int.cmi as melange/int.cmi) -(lib/melange/arg.cmi as melange/arg.cmi) -(lib/melange/caml_int32.mli as melange/caml_int32.mli) -(lib/melange/caml.ml as melange/caml.ml) -(lib/melange/belt_List.cmi as melange/belt_List.cmi) -(lib/melange/js_array.cmi as melange/js_array.cmi) -(lib/melange/belt_Result.cmti as melange/belt_Result.cmti) -(lib/melange/weak.cmt as melange/weak.cmt) -(lib/melange/node__no_aliases.cmt as melange/node__no_aliases.cmt) -(lib/melange/arg.cmt as melange/arg.cmt) -(lib/melange/js_vector.cmt as melange/js_vector.cmt) -(lib/melange/belt_SortArray.cmt as melange/belt_SortArray.cmt) -(lib/melange/weak.mli as melange/weak.mli) -(lib/melange/dom_storage.cmi as melange/dom_storage.cmi) -(lib/melange/belt_Result.cmj as melange/belt_Result.cmj) -(lib/melange/belt_internalSetInt.cmt as melange/belt_internalSetInt.cmt) -(lib/melange/belt_Range.cmti as melange/belt_Range.cmti) -(lib/melange/caml_external_polyfill.cmj as melange/caml_external_polyfill.cmj) -(lib/melange/atomic.cmj as melange/atomic.cmj) -(lib/melange/caml_hash_primitive.cmi as melange/caml_hash_primitive.cmi) -(lib/melange/oo.cmt as melange/oo.cmt) -(lib/melange/js_int.cmi as melange/js_int.cmi) -(lib/melange/js_dict.cmt as melange/js_dict.cmt) -(lib/melange/node.cmi as melange/node.cmi) -(lib/melange/caml_io.cmi as melange/caml_io.cmi) -(lib/melange/belt_SortArray.cmi as melange/belt_SortArray.cmi) -(lib/melange/stream.cmi as melange/stream.cmi) -(lib/melange/sys.cmt as melange/sys.cmt) -(lib/melange/js_undefined.cmi as melange/js_undefined.cmi) -(lib/melange/js_json.mli as melange/js_json.mli) -(lib/melange/lexing.cmti as melange/lexing.cmti) -(lib/melange/hashmap.cppo.mli as melange/hashmap.cppo.mli) -(lib/melange/belt_MutableMapInt.cmi as melange/belt_MutableMapInt.cmi) -(lib/melange/js_list.cmi as melange/js_list.cmi) -(lib/melange/queue.cmj as melange/queue.cmj) -(lib/melange/camlinternalMod.cmti as melange/camlinternalMod.cmti) -(lib/melange/array.cmi as melange/array.cmi) -(lib/melange/moreLabels.mli as melange/moreLabels.mli) -(lib/melange/obj.cmj as melange/obj.cmj) -(lib/melange/js_math.ml as melange/js_math.ml) -(lib/melange/js_dict.mli as melange/js_dict.mli) -(lib/melange/camlinternalMod.cmi as melange/camlinternalMod.cmi) -(lib/melange/printf.mli as melange/printf.mli) -(lib/melange/caml_hash.cmt as melange/caml_hash.cmt) -(lib/melange/caml_io.mli as melange/caml_io.mli) -(lib/melange/caml_md5.cmti as melange/caml_md5.cmti) -(lib/melange/ephemeron.cmj as melange/ephemeron.cmj) -(lib/melange/uchar.mli as melange/uchar.mli) -(lib/melange/unit.cmti as melange/unit.cmti) -(lib/melange/js_exn.cmi as melange/js_exn.cmi) -(lib/melange/list.cmj as melange/list.cmj) -(lib/melange/out_channel.mli as melange/out_channel.mli) -(lib/melange/uchar.cmt as melange/uchar.cmt) -(lib/melange/camlinternalFormat.cmi as melange/camlinternalFormat.cmi) -(lib/melange/obj.mli as melange/obj.mli) -(lib/melange/belt_SetInt.cmi as melange/belt_SetInt.cmi) -(lib/melange/filename.ml as melange/filename.ml) -(lib/melange/set.mli as melange/set.mli) -(lib/melange/seq.mli as melange/seq.mli) -(lib/melange/js_null_undefined.cmti as melange/js_null_undefined.cmti) -(lib/melange/gc.cmj as melange/gc.cmj) -(lib/melange/camlinternalFormatBasics.cmt as melange/camlinternalFormatBasics.cmt) -(lib/melange/js_re.ml as melange/js_re.ml) -(lib/melange/genlex.cmti as melange/genlex.cmti) -(lib/melange/caml_sys.cmj as melange/caml_sys.cmj) -(lib/melange/caml_parser.ml as melange/caml_parser.ml) -(lib/melange/caml_bytes.cmti as melange/caml_bytes.cmti) -(lib/melange/belt_HashMapString.cmt as melange/belt_HashMapString.cmt) -(lib/melange/caml_float.cmti as melange/caml_float.cmti) -(lib/melange/belt_MutableStack.cmi as melange/belt_MutableStack.cmi) -(lib/melange/js_null_undefined.ml as melange/js_null_undefined.ml) -(lib/melange/listLabels.cmt as melange/listLabels.cmt) -(lib/melange/belt_HashSet.cmi as melange/belt_HashSet.cmi) -(lib/melange/js_cast.cmti as melange/js_cast.cmti) -(lib/melange/belt_SetInt.ml as melange/belt_SetInt.ml) -(lib/melange/format.cmt as melange/format.cmt) -(lib/melange/pervasives.ml as melange/pervasives.ml) -(lib/melange/oo.cmti as melange/oo.cmti) -(lib/melange/in_channel.cmti as melange/in_channel.cmti) -(lib/melange/belt_Set.cmi as melange/belt_Set.cmi) -(lib/melange/belt_Id.mli as melange/belt_Id.mli) -(lib/melange/std_exit.cmi as melange/std_exit.cmi) -(lib/melange/belt_internalSetBuckets.ml as melange/belt_internalSetBuckets.ml) -(lib/melange/belt_Option.cmt as melange/belt_Option.cmt) -(lib/melange/js_null.cmti as melange/js_null.cmti) -(lib/melange/belt_SetDict.cmj as melange/belt_SetDict.cmj) -(lib/melange/complex.cmti as melange/complex.cmti) -(lib/melange/belt_MutableMapInt.cmj as melange/belt_MutableMapInt.cmj) -(lib/melange/belt_MutableStack.cmt as melange/belt_MutableStack.cmt) -(lib/melange/seq.cmj as melange/seq.cmj) -(lib/melange/caml_int64.cmti as melange/caml_int64.cmti) -(lib/melange/parsing.cmti as melange/parsing.cmti) -(lib/melange/js_vector.cmi as melange/js_vector.cmi) -(lib/melange/result.cmt as melange/result.cmt) -(lib/melange/bytes.mli as melange/bytes.mli) -(lib/melange/node_buffer.cmt as melange/node_buffer.cmt) -(lib/melange/node_path.cmj as melange/node_path.cmj) -(lib/melange/belt_MapDict.ml as melange/belt_MapDict.ml) -(lib/melange/js_mapperRt.cmj as melange/js_mapperRt.cmj) -(lib/melange/belt_Int.cmti as melange/belt_Int.cmti) -(lib/melange/caml_float_extern.ml as melange/caml_float_extern.ml) -(lib/melange/either.mli as melange/either.mli) -(lib/melange/camlinternalAtomic.cmi as melange/camlinternalAtomic.cmi) -(lib/melange/camlinternalFormatBasics.cmj as melange/camlinternalFormatBasics.cmj) -(lib/melange/caml_parser.cmi as melange/caml_parser.cmi) -(lib/melange/callback.cmj as melange/callback.cmj) -(lib/melange/belt_internalBucketsType.cmi as melange/belt_internalBucketsType.cmi) -(lib/melange/moreLabels.cmt as melange/moreLabels.cmt) -(lib/melange/caml_oo.cmj as melange/caml_oo.cmj) -(lib/melange/lazy.cmt as melange/lazy.cmt) -(lib/melange/caml_string_extern.cmj as melange/caml_string_extern.cmj) -(lib/melange/camlinternalMod.cmj as melange/camlinternalMod.cmj) -(lib/melange/bytesLabels.mli as melange/bytesLabels.mli) -(lib/melange/bool.cmi as melange/bool.cmi) -(lib/melange/caml_md5.cmj as melange/caml_md5.cmj) -(lib/melange/caml_int32.cmi as melange/caml_int32.cmi) -(lib/melange/caml_oo.cmi as melange/caml_oo.cmi) -(lib/melange/camlinternalLazy.cmt as melange/camlinternalLazy.cmt) -(lib/melange/caml_splice_call.cmti as melange/caml_splice_call.cmti) -(lib/melange/array.cmt as melange/array.cmt) -(lib/melange/caml_undefined_extern.cmi as melange/caml_undefined_extern.cmi) -(lib/melange/arg.mli as melange/arg.mli) -(lib/melange/random.cmj as melange/random.cmj) -(lib/melange/belt_SetInt.cmj as melange/belt_SetInt.cmj) -(lib/melange/camlinternalFormat.cmt as melange/camlinternalFormat.cmt) -(lib/melange/camlinternalFormatBasics.mli as melange/camlinternalFormatBasics.mli) -(lib/melange/belt_MutableSetString.mli as melange/belt_MutableSetString.mli) -(lib/melange/node_fs.cmt as melange/node_fs.cmt) -(lib/melange/js_global.cmt as melange/js_global.cmt) -(lib/melange/js_mapperRt.cmi as melange/js_mapperRt.cmi) -(lib/melange/digest.mli as melange/digest.mli) -(lib/melange/caml_gc.cmt as melange/caml_gc.cmt) -(lib/melange/js_string.ml as melange/js_string.ml) -(lib/melange/arg.cmj as melange/arg.cmj) -(lib/melange/caml.cmt as melange/caml.cmt) -(lib/melange/belt_Int.cmj as melange/belt_Int.cmj) -(lib/melange/caml_option.cmi as melange/caml_option.cmi) -(lib/melange/caml_int64.cmi as melange/caml_int64.cmi) -(lib/melange/belt_SortArray.mli as melange/belt_SortArray.mli) -(lib/melange/js_float.cmj as melange/js_float.cmj) -(lib/melange/js_string.cmt as melange/js_string.cmt) -(lib/melange/caml_parser.mli as melange/caml_parser.mli) -(lib/melange/scanf.mli as melange/scanf.mli) -(lib/melange/weak.cmti as melange/weak.cmti) -(lib/melange/caml_module.cmti as melange/caml_module.cmti) -(lib/melange/caml_int64_extern.cmj as melange/caml_int64_extern.cmj) -(lib/melange/js_typed_array2.cmt as melange/js_typed_array2.cmt) -(lib/melange/complex.ml as melange/complex.ml) -(lib/melange/belt_HashSetString.ml as melange/belt_HashSetString.ml) -(lib/melange/stack.ml as melange/stack.ml) -(lib/melange/belt_internalAVLtree.cmj as melange/belt_internalAVLtree.cmj) -(lib/melange/filename.cmti as melange/filename.cmti) -(lib/melange/belt_HashMapInt.ml as melange/belt_HashMapInt.ml) -(lib/melange/js_list.cmt as melange/js_list.cmt) -(lib/melange/js_re.cmi as melange/js_re.cmi) -(lib/melange/js_exn.ml as melange/js_exn.ml) -(lib/melange/belt_internalSetBuckets.mli as melange/belt_internalSetBuckets.mli) -(lib/melange/belt_MutableSetInt.cmi as melange/belt_MutableSetInt.cmi) -(lib/melange/caml_int32_extern.cmj as melange/caml_int32_extern.cmj) -(lib/melange/js_json.cmti as melange/js_json.cmti) -(lib/melange/marshal.cmt as melange/marshal.cmt) -(lib/melange/belt_internalMapString.cmt as melange/belt_internalMapString.cmt) -(lib/melange/belt_SortArray.ml as melange/belt_SortArray.ml) -(lib/melange/js_result.mli as melange/js_result.mli) -(lib/melange/caml_splice_call.cmj as melange/caml_splice_call.cmj) -(lib/melange/oo.mli as melange/oo.mli) -(lib/melange/belt_internalSetBuckets.cmi as melange/belt_internalSetBuckets.cmi) -(lib/melange/caml.cmj as melange/caml.cmj) -(lib/melange/js_global.ml as melange/js_global.ml) -(lib/melange/complex.cmt as melange/complex.cmt) -(lib/melange/filename.cmt as melange/filename.cmt) -(lib/melange/std_exit.ml as melange/std_exit.ml) -(lib/melange/belt_MapDict.cmt as melange/belt_MapDict.cmt) -(lib/melange/pervasives.cmj as melange/pervasives.cmj) -(lib/melange/js_null_undefined.cmi as melange/js_null_undefined.cmi) -(lib/melange/belt_HashMapInt.cmti as melange/belt_HashMapInt.cmti) -(lib/melange/node.ml as melange/node.ml) -(lib/melange/node_path.ml as melange/node_path.ml) -(lib/melange/node__no_aliases.cmi as melange/node__no_aliases.cmi) -(lib/melange/caml_string.cmj as melange/caml_string.cmj) -(lib/melange/belt_MutableMapInt.mli as melange/belt_MutableMapInt.mli) -(lib/melange/digest.cmti as melange/digest.cmti) -(lib/melange/js_null.cmt as melange/js_null.cmt) -(lib/melange/array.cmti as melange/array.cmti) -(lib/melange/belt_Int.cmt as melange/belt_Int.cmt) -(lib/melange/belt_Id.cmi as melange/belt_Id.cmi) -(lib/melange/genlex.cmt as melange/genlex.cmt) -(lib/melange/belt_HashMapString.cmi as melange/belt_HashMapString.cmi) -(lib/melange/js_result.cmj as melange/js_result.cmj) -(lib/melange/buffer.cmj as melange/buffer.cmj) -(lib/melange/belt_Range.ml as melange/belt_Range.ml) -(lib/melange/js_string.cmi as melange/js_string.cmi) -(lib/melange/js_array2.cmi as melange/js_array2.cmi) -(lib/melange/caml_md5.mli as melange/caml_md5.mli) -(lib/melange/stream.mli as melange/stream.mli) -(lib/melange/js_mapperRt.cmti as melange/js_mapperRt.cmti) -(lib/melange/bytes.cmt as melange/bytes.cmt) -(lib/melange/belt_HashSet.cmt as melange/belt_HashSet.cmt) -(lib/melange/atomic.cmi as melange/atomic.cmi) -(lib/melange/js_date.ml as melange/js_date.ml) -(lib/melange/caml_hash_primitive.cmti as melange/caml_hash_primitive.cmti) -(lib/melange/camlinternalFormat.ml as melange/camlinternalFormat.ml) -(lib/melange/belt_HashMapString.cmti as melange/belt_HashMapString.cmti) -(lib/melange/char.mli as melange/char.mli) -(lib/melange/belt_MutableSet.cmi as melange/belt_MutableSet.cmi) -(lib/melange/belt_List.cmti as melange/belt_List.cmti) -(lib/melange/belt_MutableMapInt.ml as melange/belt_MutableMapInt.ml) -(lib/melange/filename.cmj as melange/filename.cmj) -(lib/melange/atomic.ml as melange/atomic.ml) -(lib/melange/lazy.cmi as melange/lazy.cmi) -(lib/melange/js_types.cmti as melange/js_types.cmti) -(lib/melange/js_null_undefined.cmt as melange/js_null_undefined.cmt) -(lib/melange/belt_MutableQueue.mli as melange/belt_MutableQueue.mli) -(lib/melange/caml_float.ml as melange/caml_float.ml) -(lib/melange/belt_Float.cmj as melange/belt_Float.cmj) -(lib/melange/belt_List.cmj as melange/belt_List.cmj) -(lib/melange/js_promise.ml as melange/js_promise.ml) -(lib/melange/obj.cmt as melange/obj.cmt) -(lib/melange/bytesLabels.cmi as melange/bytesLabels.cmi) -(lib/melange/js.ml as melange/js.ml) -(lib/melange/node__no_aliases.ml as melange/node__no_aliases.ml) -(lib/melange/out_channel.cmj as melange/out_channel.cmj) -(lib/melange/belt_internalSetString.cmi as melange/belt_internalSetString.cmi) -(lib/melange/camlinternalLazy.mli as melange/camlinternalLazy.mli) -(lib/melange/node_module.ml as melange/node_module.ml) -(lib/melange/caml_float.cmi as melange/caml_float.cmi) -(lib/melange/caml_bytes.mli as melange/caml_bytes.mli) -(lib/melange/set.cmti as melange/set.cmti) -(lib/melange/curry.cmt as melange/curry.cmt) -(lib/melange/belt_Set.cmj as melange/belt_Set.cmj) -(lib/melange/belt_Option.cmti as melange/belt_Option.cmti) -(lib/melange/sort.cppo.ml as melange/sort.cppo.ml) -(lib/melange/belt_Option.cmi as melange/belt_Option.cmi) -(lib/melange/caml_int64_extern.cmt as melange/caml_int64_extern.cmt) -(lib/melange/camlinternalAtomic.cmt as melange/camlinternalAtomic.cmt) -(lib/melange/stringLabels.cmj as melange/stringLabels.cmj) -(lib/melange/js_result.cmt as melange/js_result.cmt) -(lib/melange/stdlib.cmi as melange/stdlib.cmi) -(lib/melange/int64.ml as melange/int64.ml) -(lib/melange/belt_internalBuckets.cmt as melange/belt_internalBuckets.cmt) -(lib/melange/unit.cmj as melange/unit.cmj) -(lib/melange/belt_Map.cmi as melange/belt_Map.cmi) -(lib/melange/caml_int32.cmti as melange/caml_int32.cmti) -(lib/melange/caml_nativeint_extern.cmt as melange/caml_nativeint_extern.cmt) -(lib/melange/seq.cmi as melange/seq.cmi) -(lib/melange/caml_format.mli as melange/caml_format.mli) -(lib/melange/js_result.cmti as melange/js_result.cmti) -(lib/melange/caml_string_extern.ml as melange/caml_string_extern.ml) -(lib/melange/caml_oo.ml as melange/caml_oo.ml) -(lib/melange/internal_set.cppo.ml as melange/internal_set.cppo.ml) -(lib/melange/belt_SetDict.cmti as melange/belt_SetDict.cmti) -(lib/melange/belt_MapInt.cmt as melange/belt_MapInt.cmt) -(lib/melange/caml_oo_curry.cmi as melange/caml_oo_curry.cmi) -(lib/melange/caml_int64.cmt as melange/caml_int64.cmt) -(lib/melange/belt_MutableMap.ml as melange/belt_MutableMap.ml) -(lib/melange/belt_Option.mli as melange/belt_Option.mli) -(lib/melange/obj.cmi as melange/obj.cmi) -(lib/melange/oo.cmi as melange/oo.cmi) -(lib/melange/belt_MapString.cmj as melange/belt_MapString.cmj) -(lib/melange/setm.cppo.ml as melange/setm.cppo.ml) -(lib/melange/belt_Float.cmt as melange/belt_Float.cmt) -(lib/melange/caml_hash.mli as melange/caml_hash.mli) -(lib/melange/caml_external_polyfill.cmi as melange/caml_external_polyfill.cmi) -(lib/melange/bytesLabels.ml as melange/bytesLabels.ml) -(lib/melange/belt_MutableMap.mli as melange/belt_MutableMap.mli) -(lib/melange/belt_MutableStack.cmj as melange/belt_MutableStack.cmj) -(lib/melange/belt_MutableQueue.cmt as melange/belt_MutableQueue.cmt) -(lib/melange/lexing.cmj as melange/lexing.cmj) -(lib/melange/array.cmj as melange/array.cmj) -(lib/melange/camlinternalFormatBasics.cmti as melange/camlinternalFormatBasics.cmti) -(lib/melange/obj.ml as melange/obj.ml) -(lib/melange/belt_internalBuckets.cmj as melange/belt_internalBuckets.cmj) -(lib/melange/belt_HashSet.ml as melange/belt_HashSet.ml) -(lib/melange/in_channel.cmt as melange/in_channel.cmt) -(lib/melange/printexc.cmj as melange/printexc.cmj) -(lib/melange/js.cmt as melange/js.cmt) -(lib/melange/int.cmti as melange/int.cmti) -(lib/melange/node_path.cmi as melange/node_path.cmi) -(lib/melange/caml_float.cmt as melange/caml_float.cmt) -(lib/melange/caml_undefined_extern.cmt as melange/caml_undefined_extern.cmt) -(lib/melange/sys.mli as melange/sys.mli) -(lib/melange/belt_MutableSetString.cmj as melange/belt_MutableSetString.cmj) -(lib/melange/caml_gc.ml as melange/caml_gc.ml) -(lib/melange/caml_gc.mli as melange/caml_gc.mli) -(lib/melange/dom_storage.cmt as melange/dom_storage.cmt) -(lib/melange/hashset.cppo.ml as melange/hashset.cppo.ml) -(lib/melange/js_typed_array.ml as melange/js_typed_array.ml) -(lib/melange/arrayLabels.cmti as melange/arrayLabels.cmti) -(lib/melange/oo.ml as melange/oo.ml) -(lib/melange/pervasives.cmt as melange/pervasives.cmt) -(lib/melange/belt_HashSetString.cmt as melange/belt_HashSetString.cmt) -(lib/melange/hashtbl.mli as melange/hashtbl.mli) -(lib/melange/genlex.ml as melange/genlex.ml) -(lib/melange/belt_MutableMapString.cmt as melange/belt_MutableMapString.cmt) -(lib/melange/hashtbl.ml as melange/hashtbl.ml) -(lib/melange/node_buffer.cmj as melange/node_buffer.cmj) -(lib/melange/belt_internalBuckets.mli as melange/belt_internalBuckets.mli) -(lib/melange/result.ml as melange/result.ml) -(lib/melange/caml_module.ml as melange/caml_module.ml) -(lib/melange/dom_storage2.cmj as melange/dom_storage2.cmj) -(lib/melange/belt_internalBucketsType.cmti as melange/belt_internalBucketsType.cmti) -(lib/melange/random.mli as melange/random.mli) -(lib/melange/stdlib.cmj as melange/stdlib.cmj) -(lib/melange/js_OO.cmi as melange/js_OO.cmi) -(lib/melange/camlinternalAtomic.ml as melange/camlinternalAtomic.ml) -(lib/melange/belt_Float.cmti as melange/belt_Float.cmti) -(lib/melange/belt_MapDict.cmi as melange/belt_MapDict.cmi) -(lib/melange/camlinternalMod.cmt as melange/camlinternalMod.cmt) -(lib/melange/char.cmj as melange/char.cmj) -(lib/melange/caml_array.mli as melange/caml_array.mli) -(lib/melange/callback.cmt as melange/callback.cmt) -(lib/melange/caml_js_exceptions.cmj as melange/caml_js_exceptions.cmj) -(lib/melange/js_null.cmj as melange/js_null.cmj) -(lib/melange/dom.ml as melange/dom.ml) -(lib/melange/belt_MapString.mli as melange/belt_MapString.mli) -(lib/melange/belt_internalSetString.cmj as melange/belt_internalSetString.cmj) -(lib/melange/belt_SortArrayInt.cmj as melange/belt_SortArrayInt.cmj) -(lib/melange/hashtbl.cmj as melange/hashtbl.cmj) -(lib/melange/belt_MutableSetInt.cmt as melange/belt_MutableSetInt.cmt) -(lib/melange/map.cmj as melange/map.cmj) -(lib/melange/belt_SetInt.cmti as melange/belt_SetInt.cmti) -(lib/melange/stdlib.mli as melange/stdlib.mli) -(lib/melange/ephemeron.mli as melange/ephemeron.mli) -(lib/melange/stack.cmti as melange/stack.cmti) -(lib/melange/js_date.cmj as melange/js_date.cmj) -(lib/melange/belt_MapDict.cmj as melange/belt_MapDict.cmj) -(lib/melange/belt_Id.cmt as melange/belt_Id.cmt) -(lib/melange/caml_sys.cmt as melange/caml_sys.cmt) -(lib/melange/js_result.ml as melange/js_result.ml) -(lib/melange/js_array.cmt as melange/js_array.cmt) -(lib/melange/weak.cmi as melange/weak.cmi) -(lib/melange/caml_sys.ml as melange/caml_sys.ml) -(lib/melange/printf.cmi as melange/printf.cmi) -(lib/melange/js_mapperRt.mli as melange/js_mapperRt.mli) -(lib/melange/belt_Int.ml as melange/belt_Int.ml) -(lib/melange/belt_Id.cmti as melange/belt_Id.cmti) -(lib/melange/stack.cmj as melange/stack.cmj) -(lib/melange/belt_SortArrayInt.cmi as melange/belt_SortArrayInt.cmi) -(lib/melange/belt_MutableSet.ml as melange/belt_MutableSet.ml) -(lib/melange/arrayLabels.cmi as melange/arrayLabels.cmi) -(lib/melange/format.mli as melange/format.mli) -(lib/melange/camlinternalFormat.cmti as melange/camlinternalFormat.cmti) -(lib/melange/dom.cmj as melange/dom.cmj) -(lib/melange/js_typed_array.cmj as melange/js_typed_array.cmj) -(lib/melange/belt_Set.cmti as melange/belt_Set.cmti) -(lib/melange/js.cmj as melange/js.cmj) -(lib/melange/belt_HashMapString.cmj as melange/belt_HashMapString.cmj) -(lib/melange/parsing.mli as melange/parsing.mli) -(lib/melange/belt_HashSetInt.ml as melange/belt_HashSetInt.ml) -(lib/melange/camlinternalOO.ml as melange/camlinternalOO.ml) -(lib/melange/node.cmt as melange/node.cmt) -(lib/melange/printexc.cmi as melange/printexc.cmi) -(lib/melange/gc.mli as melange/gc.mli) -(lib/melange/caml_array_extern.ml as melange/caml_array_extern.ml) -(lib/melange/belt_internalSetBuckets.cmt as melange/belt_internalSetBuckets.cmt) -(lib/melange/float.ml as melange/float.ml) -(lib/melange/belt_MutableMap.cmj as melange/belt_MutableMap.cmj) -(lib/melange/belt_MutableSetInt.cmti as melange/belt_MutableSetInt.cmti) -(lib/melange/js_option.cmti as melange/js_option.cmti) -(lib/melange/belt_Array.cmti as melange/belt_Array.cmti) -(lib/melange/camlinternalAtomic.mli as melange/camlinternalAtomic.mli) -(lib/melange/js_array.ml as melange/js_array.ml) -(lib/melange/belt_SortArrayString.cmi as melange/belt_SortArrayString.cmi) -(lib/melange/js_vector.cmti as melange/js_vector.cmti) -(lib/melange/seq.cmt as melange/seq.cmt) -(lib/melange/mapm.cppo.mli as melange/mapm.cppo.mli) -(lib/melange/node_child_process.cmt as melange/node_child_process.cmt) -(lib/melange/belt_SetString.cmi as melange/belt_SetString.cmi) -(lib/melange/js_null_undefined.cmj as melange/js_null_undefined.cmj) -(lib/melange/belt_SetString.ml as melange/belt_SetString.ml) -(lib/melange/stdLabels.cmt as melange/stdLabels.cmt) -(lib/melange/stdLabels.cmi as melange/stdLabels.cmi) -(lib/melange/belt_internalMapInt.cmj as melange/belt_internalMapInt.cmj) -(lib/melange/js_vector.cmj as melange/js_vector.cmj) -(lib/melange/dom_storage2.cmt as melange/dom_storage2.cmt) -(lib/melange/caml_int32_extern.ml as melange/caml_int32_extern.ml) -(lib/melange/caml_module.cmi as melange/caml_module.cmi) -(lib/melange/js_json.cmj as melange/js_json.cmj) -(lib/melange/js_cast.cmi as melange/js_cast.cmi) -(lib/melange/belt_Map.mli as melange/belt_Map.mli) -(lib/melange/float.cmj as melange/float.cmj) -(lib/melange/belt_SortArrayString.cmt as melange/belt_SortArrayString.cmt) -(lib/melange/filename.mli as melange/filename.mli) -(lib/melange/printf.cmti as melange/printf.cmti) -(lib/melange/caml_gc.cmj as melange/caml_gc.cmj) -(lib/melange/js_undefined.ml as melange/js_undefined.ml) -(lib/melange/belt_Result.cmi as melange/belt_Result.cmi) -(lib/melange/list.mli as melange/list.mli) -(lib/melange/caml_int64.cmj as melange/caml_int64.cmj) -(lib/melange/int32.cmj as melange/int32.cmj) -(lib/melange/dom_storage.ml as melange/dom_storage.ml) -(lib/melange/ephemeron.cmt as melange/ephemeron.cmt) -(lib/melange/caml_bytes.ml as melange/caml_bytes.ml) -(lib/melange/belt_MapInt.cmi as melange/belt_MapInt.cmi) -(lib/melange/js_cast.cmt as melange/js_cast.cmt) -(lib/melange/belt_Array.cmj as melange/belt_Array.cmj) -(lib/melange/belt_HashMap.cmj as melange/belt_HashMap.cmj) -(lib/melange/belt_SetString.cmt as melange/belt_SetString.cmt) -(lib/melange/scanf.cmti as melange/scanf.cmti) -(lib/melange/js_typed_array.cppo.ml as melange/js_typed_array.cppo.ml) -(lib/melange/in_channel.ml as melange/in_channel.ml) -(lib/melange/moreLabels.ml as melange/moreLabels.ml) -(lib/melange/belt_Int.mli as melange/belt_Int.mli) -(lib/melange/js_option.ml as melange/js_option.ml) -(lib/melange/js_vector.mli as melange/js_vector.mli) -(lib/melange/queue.cmt as melange/queue.cmt) -(lib/melange/js_dict.cmi as melange/js_dict.cmi) -(lib/melange/ephemeron.cmi as melange/ephemeron.cmi) -(lib/melange/belt_internalBucketsType.cmj as melange/belt_internalBucketsType.cmj) -(lib/melange/js_undefined.cmj as melange/js_undefined.cmj) -(lib/melange/caml_oo_curry.cmt as melange/caml_oo_curry.cmt) -(lib/melange/belt_Array.cmt as melange/belt_Array.cmt) -(lib/melange/belt_HashSetString.cmj as melange/belt_HashSetString.cmj) -(lib/melange/std_exit.cmj as melange/std_exit.cmj) -(lib/melange/belt_MutableQueue.cmti as melange/belt_MutableQueue.cmti) -(lib/melange/caml_splice_call.cmt as melange/caml_splice_call.cmt) -(lib/melange/seq.ml as melange/seq.ml) -(lib/melange/js_promise.cmi as melange/js_promise.cmi) -(lib/melange/caml_module.cmt as melange/caml_module.cmt) -(lib/melange/belt_internalAVLtree.cmt as melange/belt_internalAVLtree.cmt) -(lib/melange/caml_array_extern.cmj as melange/caml_array_extern.cmj) -(lib/melange/camlinternalMod.ml as melange/camlinternalMod.ml) -(lib/melange/belt_internalMapString.cmi as melange/belt_internalMapString.cmi) -(lib/melange/node_module.cmj as melange/node_module.cmj) -(lib/melange/caml_undefined_extern.cmj as melange/caml_undefined_extern.cmj) -(lib/melange/fun.cmti as melange/fun.cmti) -(lib/melange/list.cmti as melange/list.cmti) -(lib/melange/node__no_aliases.cmj as melange/node__no_aliases.cmj) -(lib/melange/belt_Array.cmi as melange/belt_Array.cmi) -(lib/melange/listLabels.cmti as melange/listLabels.cmti) -(lib/melange/string.cmti as melange/string.cmti) -(lib/melange/int64.cmj as melange/int64.cmj) -(lib/melange/int.ml as melange/int.ml) -(lib/melange/caml_nativeint_extern.cmj as melange/caml_nativeint_extern.cmj) -(lib/melange/list.ml as melange/list.ml) -(lib/melange/buffer.cmi as melange/buffer.cmi) -(lib/melange/camlinternalFormatBasics.ml as melange/camlinternalFormatBasics.ml) -(lib/melange/js_cast.ml as melange/js_cast.ml) -(lib/melange/caml_array.cmi as melange/caml_array.cmi) -(lib/melange/belt_MutableMapString.cmj as melange/belt_MutableMapString.cmj) -(lib/melange/set.ml as melange/set.ml) -(lib/melange/camlinternalOO.cmti as melange/camlinternalOO.cmti) -(lib/melange/belt_List.mli as melange/belt_List.mli) -(lib/melange/belt_Int.cmi as melange/belt_Int.cmi) -(lib/melange/map.cmt as melange/map.cmt) -(lib/melange/caml_array.cmti as melange/caml_array.cmti) -(lib/melange/dom_storage2.ml as melange/dom_storage2.ml) -(lib/melange/js_null_undefined.mli as melange/js_null_undefined.mli) -(lib/melange/caml_exceptions.cmj as melange/caml_exceptions.cmj) -(lib/melange/caml_oo.cmt as melange/caml_oo.cmt) -(lib/melange/belt_internalMapString.cmj as melange/belt_internalMapString.cmj) -(lib/melange/belt_Map.ml as melange/belt_Map.ml) -(lib/melange/belt_internalBucketsType.ml as melange/belt_internalBucketsType.ml) -(lib/melange/caml_module.mli as melange/caml_module.mli) -(lib/melange/belt_SortArrayString.cmti as melange/belt_SortArrayString.cmti) -(lib/melange/js_re.cmt as melange/js_re.cmt) -(lib/melange/caml_io.cmj as melange/caml_io.cmj) -(lib/melange/node.cmj as melange/node.cmj) -(lib/melange/belt_HashSetInt.mli as melange/belt_HashSetInt.mli) -(lib/melange/caml_bytes.cmt as melange/caml_bytes.cmt) -(lib/melange/caml_int32.ml as melange/caml_int32.ml) -(lib/melange/fun.cmj as melange/fun.cmj) -(lib/melange/belt_Range.cmt as melange/belt_Range.cmt) -(lib/melange/gc.cmt as melange/gc.cmt) -(lib/melange/camlinternalLazy.cmj as melange/camlinternalLazy.cmj) -(lib/melange/float.cmi as melange/float.cmi) -(lib/melange/bytes.ml as melange/bytes.ml) -(lib/melange/stdlib.cmti as melange/stdlib.cmti) -(lib/melange/sort.cppo.mli as melange/sort.cppo.mli) -(lib/melange/char.cmti as melange/char.cmti) -(lib/melange/weak.cmj as melange/weak.cmj) -(lib/melange/char.cmt as melange/char.cmt) -(lib/melange/belt_MapDict.mli as melange/belt_MapDict.mli) -(lib/melange/internal_map.cppo.ml as melange/internal_map.cppo.ml) -(lib/melange/caml_array.cmt as melange/caml_array.cmt) -(lib/melange/js_typed_array2.cmi as melange/js_typed_array2.cmi) -(lib/melange/belt_MapDict.cmti as melange/belt_MapDict.cmti) -(lib/melange/caml_string_extern.cmt as melange/caml_string_extern.cmt) -(lib/melange/belt_MutableQueue.cmi as melange/belt_MutableQueue.cmi) -(lib/melange/js_option.cmj as melange/js_option.cmj) -(lib/melange/int64.cmt as melange/int64.cmt) -(lib/melange/int64.mli as melange/int64.mli) -(lib/melange/js_string2.cmj as melange/js_string2.cmj) -(lib/melange/belt_SetInt.cmt as melange/belt_SetInt.cmt) -(lib/melange/lexing.cmt as melange/lexing.cmt) -(lib/melange/belt_SortArrayInt.cmt as melange/belt_SortArrayInt.cmt) -(lib/melange/uchar.cmti as melange/uchar.cmti) -(lib/melange/caml_obj.ml as melange/caml_obj.ml) -(lib/melange/int32.cmti as melange/int32.cmti) -(lib/melange/caml_hash_primitive.cmj as melange/caml_hash_primitive.cmj) -(lib/melange/caml_splice_call.ml as melange/caml_splice_call.ml) -(lib/melange/js_types.mli as melange/js_types.mli) -(lib/melange/map.cppo.mli as melange/map.cppo.mli) -(lib/melange/complex.mli as melange/complex.mli) -(lib/melange/printf.ml as melange/printf.ml) -(lib/melange/map.ml as melange/map.ml) -(lib/melange/buffer.ml as melange/buffer.ml) -(lib/melange/digest.ml as melange/digest.ml) -(lib/melange/buffer.cmt as melange/buffer.cmt) -(lib/melange/stdLabels.ml as melange/stdLabels.ml) -(lib/melange/caml_oo_curry.cmj as melange/caml_oo_curry.cmj) -(lib/melange/random.cmt as melange/random.cmt) -(lib/melange/caml_exceptions.cmt as melange/caml_exceptions.cmt) -(lib/melange/js_types.cmi as melange/js_types.cmi) -(lib/melange/scanf.cmt as melange/scanf.cmt) -(lib/melange/random.cmti as melange/random.cmti) -(lib/melange/bytesLabels.cmt as melange/bytesLabels.cmt) -(lib/melange/caml_float_extern.cmt as melange/caml_float_extern.cmt) -(lib/melange/marshal.cmti as melange/marshal.cmti) -(lib/melange/stream.cmt as melange/stream.cmt) -(lib/melange/caml.cmti as melange/caml.cmti) -(lib/melange/stream.cmj as melange/stream.cmj) -(lib/melange/node_process.cmi as melange/node_process.cmi) -(lib/melange/belt_internalBuckets.ml as melange/belt_internalBuckets.ml) -(lib/melange/belt_SetDict.ml as melange/belt_SetDict.ml) -(lib/melange/js.cmi as melange/js.cmi) -(lib/melange/sys.cmj as melange/sys.cmj) -(lib/melange/belt_Array.mli as melange/belt_Array.mli) -(lib/melange/caml_lexer.cmt as melange/caml_lexer.cmt) -(lib/melange/js_date.cmi as melange/js_date.cmi) -(lib/melange/belt_Range.cmj as melange/belt_Range.cmj) -(lib/melange/scanf.cmj as melange/scanf.cmj) -(lib/melange/caml_float_extern.cmi as melange/caml_float_extern.cmi) -(lib/melange/caml_obj.cmj as melange/caml_obj.cmj) -(lib/melange/belt_MutableSet.cmj as melange/belt_MutableSet.cmj) -(lib/melange/node_child_process.cmi as melange/node_child_process.cmi) -(lib/melange/sys.cmi as melange/sys.cmi) -(lib/melange/caml_nativeint_extern.ml as melange/caml_nativeint_extern.ml) -(lib/melange/list.cmt as melange/list.cmt) -(lib/melange/belt_HashSet.mli as melange/belt_HashSet.mli) -(lib/melange/caml_bytes.cmj as melange/caml_bytes.cmj) -(lib/melange/belt_Result.ml as melange/belt_Result.ml) -(lib/melange/caml_format.ml as melange/caml_format.ml) -(lib/melange/camlinternalOO.mli as melange/camlinternalOO.mli) -(lib/melange/belt_HashMap.ml as melange/belt_HashMap.ml) -(lib/melange/belt_Set.mli as melange/belt_Set.mli) -(lib/melange/stringLabels.ml as melange/stringLabels.ml) -(lib/melange/caml_int64.mli as melange/caml_int64.mli) -(lib/melange/js_typed_array.cmt as melange/js_typed_array.cmt) -(lib/melange/camlinternalLazy.ml as melange/camlinternalLazy.ml) -(lib/melange/belt_SetString.mli as melange/belt_SetString.mli) -(lib/melange/belt_HashMapInt.cmj as melange/belt_HashMapInt.cmj) -(lib/melange/js_console.cmt as melange/js_console.cmt) -(lib/melange/lexing.ml as melange/lexing.ml) -(lib/melange/stack.cmi as melange/stack.cmi) -(lib/melange/belt_Float.mli as melange/belt_Float.mli) -(lib/melange/lazy.cmti as melange/lazy.cmti) -(lib/melange/belt_HashSet.cmj as melange/belt_HashSet.cmj) -(lib/melange/js_obj.cmi as melange/js_obj.cmi) -(lib/melange/js_option.mli as melange/js_option.mli) -(lib/melange/js_undefined.mli as melange/js_undefined.mli) -(lib/melange/belt_HashSet.cmti as melange/belt_HashSet.cmti) -(lib/melange/belt_MutableMapString.ml as melange/belt_MutableMapString.ml) -(lib/melange/belt_HashSetString.cmi as melange/belt_HashSetString.cmi) -(lib/melange/js_exn.mli as melange/js_exn.mli) -(lib/melange/js_array2.cmj as melange/js_array2.cmj) -(lib/melange/lazy.mli as melange/lazy.mli) -(lib/melange/caml_obj.cmt as melange/caml_obj.cmt) -(lib/melange/option.cmj as melange/option.cmj) -(lib/melange/bytes.cmj as melange/bytes.cmj) -(lib/melange/js_cast.mli as melange/js_cast.mli) -(lib/melange/js_exn.cmti as melange/js_exn.cmti) -(lib/melange/camlinternalOO.cmi as melange/camlinternalOO.cmi) -(lib/melange/belt_Float.cmi as melange/belt_Float.cmi) -(lib/melange/js_global.cmi as melange/js_global.cmi) -(lib/melange/lexing.cmi as melange/lexing.cmi) -(lib/melange/js_list.mli as melange/js_list.mli) -(lib/melange/listLabels.mli as melange/listLabels.mli) -(lib/melange/belt_MutableStack.mli as melange/belt_MutableStack.mli) -(lib/melange/js_option.cmi as melange/js_option.cmi) -(lib/melange/parsing.cmj as melange/parsing.cmj) -(lib/melange/caml_io.cmti as melange/caml_io.cmti) -(lib/melange/js_array2.cmt as melange/js_array2.cmt) -(lib/melange/belt_internalSetInt.cmi as melange/belt_internalSetInt.cmi) -(lib/melange/marshal.cmi as melange/marshal.cmi) -(lib/melange/caml_splice_call.cmi as melange/caml_splice_call.cmi) -(lib/melange/mapm.cppo.ml as melange/mapm.cppo.ml) -(lib/melange/moreLabels.cmti as melange/moreLabels.cmti) -(lib/melange/belt_SetDict.cmt as melange/belt_SetDict.cmt) -(lib/melange/belt_SetString.cmj as melange/belt_SetString.cmj) -(lib/melange/belt_HashMapString.ml as melange/belt_HashMapString.ml) -(lib/melange/camlinternalAtomic.cmj as melange/camlinternalAtomic.cmj) -(lib/melange/caml.mli as melange/caml.mli) -(lib/melange/lexing.mli as melange/lexing.mli) -(lib/melange/int32.ml as melange/int32.ml) -(lib/melange/stdLabels.mli as melange/stdLabels.mli) -(lib/melange/belt_MapInt.mli as melange/belt_MapInt.mli) -(lib/melange/belt_Result.cmt as melange/belt_Result.cmt) -(lib/melange/js_typed_array2.cmj as melange/js_typed_array2.cmj) -(lib/melange/camlinternalFormat.mli as melange/camlinternalFormat.mli) -(lib/melange/curry.ml as melange/curry.ml) -(lib/melange/js_option.cmt as melange/js_option.cmt) -(lib/melange/lazy.cmj as melange/lazy.cmj) -(lib/melange/listLabels.cmj as melange/listLabels.cmj) -(lib/melange/caml.cmi as melange/caml.cmi) -(lib/melange/unit.ml as melange/unit.ml) -(lib/melange/js_dict.ml as melange/js_dict.ml) -(lib/melange/caml_sys.cmti as melange/caml_sys.cmti) -(lib/melange/js_obj.cmt as melange/js_obj.cmt) -(lib/melange/belt_MutableSetInt.mli as melange/belt_MutableSetInt.mli) -(lib/melange/caml_obj.mli as melange/caml_obj.mli) -(lib/melange/hashset.cppo.mli as melange/hashset.cppo.mli) -(lib/melange/caml_string.cmi as melange/caml_string.cmi) -(lib/melange/complex.cmj as melange/complex.cmj) -(lib/melange/set.cmj as melange/set.cmj) -(lib/melange/option.mli as melange/option.mli) -(lib/melange/js_null.ml as melange/js_null.ml) -(lib/melange/belt_List.cmt as melange/belt_List.cmt) -(lib/melange/arg.ml as melange/arg.ml) -(lib/melange/caml_module.cmj as melange/caml_module.cmj) -(lib/melange/caml_int32_extern.cmt as melange/caml_int32_extern.cmt) -(lib/melange/caml_int32.cmt as melange/caml_int32.cmt) -(lib/melange/map.cmi as melange/map.cmi) -(lib/melange/bytes.cmi as melange/bytes.cmi) -(lib/melange/digest.cmi as melange/digest.cmi) -(lib/melange/js_math.cmi as melange/js_math.cmi) -(lib/melange/belt_internalAVLset.cmj as melange/belt_internalAVLset.cmj) -(lib/melange/caml_array.ml as melange/caml_array.ml) -(lib/melange/genlex.mli as melange/genlex.mli) -(lib/melange/out_channel.cmt as melange/out_channel.cmt) -(lib/melange/belt_MutableQueue.ml as melange/belt_MutableQueue.ml) -(lib/melange/caml_int64_extern.ml as melange/caml_int64_extern.ml) -(lib/melange/belt_Option.cmj as melange/belt_Option.cmj) -(lib/melange/caml_float_extern.cmj as melange/caml_float_extern.cmj) -(lib/melange/bool.cmt as melange/bool.cmt) -(lib/melange/string.mli as melange/string.mli) -(lib/melange/caml_array.cmj as melange/caml_array.cmj) -(lib/melange/js_console.ml as melange/js_console.ml) -(lib/melange/belt.ml as melange/belt.ml) -(lib/melange/scanf.ml as melange/scanf.ml) -(lib/melange/std_exit.cmt as melange/std_exit.cmt) -(lib/melange/unit.cmi as melange/unit.cmi) -(lib/melange/caml_int64.ml as melange/caml_int64.ml) -(lib/melange/node_process.ml as melange/node_process.ml) -(lib/melange/js_string2.cmi as melange/js_string2.cmi) -(lib/melange/caml_lexer.cmj as melange/caml_lexer.cmj) -(lib/melange/option.cmi as melange/option.cmi) -(lib/melange/in_channel.cmi as melange/in_channel.cmi) -(lib/melange/belt_internalAVLtree.cmi as melange/belt_internalAVLtree.cmi) -(lib/melange/caml_option.mli as melange/caml_option.mli) -(lib/melange/random.ml as melange/random.ml) -(lib/melange/belt_internalSetString.cmt as melange/belt_internalSetString.cmt) -(lib/melange/caml_array_extern.cmt as melange/caml_array_extern.cmt) -(lib/melange/either.cmt as melange/either.cmt) -(lib/melange/hashmap.cppo.ml as melange/hashmap.cppo.ml) -(lib/melange/int.cmt as melange/int.cmt) -(lib/melange/char.ml as melange/char.ml) -(lib/melange/belt_MutableMap.cmti as melange/belt_MutableMap.cmti) -(lib/melange/complex.cmi as melange/complex.cmi) -(lib/melange/belt_MutableSet.mli as melange/belt_MutableSet.mli) -(lib/melange/marshal.cmj as melange/marshal.cmj) -(lib/melange/js_OO.ml as melange/js_OO.ml) -(lib/melange/arrayLabels.cmj as melange/arrayLabels.cmj) -(lib/melange/node_child_process.ml as melange/node_child_process.ml) -(lib/melange/js_int.cmj as melange/js_int.cmj) -(lib/melange/belt_Result.mli as melange/belt_Result.mli) -(lib/melange/js_dict.cmj as melange/js_dict.cmj) -(lib/melange/js_mapperRt.ml as melange/js_mapperRt.ml) -(lib/melange/in_channel.cmj as melange/in_channel.cmj) -(lib/melange/option.ml as melange/option.ml) -(lib/melange/caml_splice_call.mli as melange/caml_splice_call.mli) -(lib/melange/caml_format.cmt as melange/caml_format.cmt) -(lib/melange/digest.cmj as melange/digest.cmj) -(lib/melange/setm.cppo.mli as melange/setm.cppo.mli) -(lib/melange/belt_internalMapInt.cmt as melange/belt_internalMapInt.cmt) -(lib/melange/belt_internalAVLtree.cmti as melange/belt_internalAVLtree.cmti) -(lib/melange/belt_MutableMapInt.cmti as melange/belt_MutableMapInt.cmti) -(lib/melange/belt_HashSetString.mli as melange/belt_HashSetString.mli) -(lib/melange/stream.ml as melange/stream.ml) -(lib/melange/belt_Set.cppo.mli as melange/belt_Set.cppo.mli) -(lib/melange/belt_internalMapString.ml as melange/belt_internalMapString.ml) -(lib/melange/seq.cmti as melange/seq.cmti) -(lib/melange/js_dict.cmti as melange/js_dict.cmti) -(lib/melange/caml_exceptions.ml as melange/caml_exceptions.ml) -(lib/melange/belt_MutableSet.cmt as melange/belt_MutableSet.cmt) -(lib/melange/js_json.ml as melange/js_json.ml) -(lib/melange/bool.cmj as melange/bool.cmj) -(lib/melange/belt_MutableSetString.cmi as melange/belt_MutableSetString.cmi) -(lib/melange/belt_internalAVLset.cmt as melange/belt_internalAVLset.cmt) -(lib/melange/js_null.mli as melange/js_null.mli) -(lib/melange/stdlib.ml as melange/stdlib.ml) -(lib/melange/format.cmj as melange/format.cmj) -(lib/melange/caml_string_extern.cmi as melange/caml_string_extern.cmi) -(lib/melange/arrayLabels.mli as melange/arrayLabels.mli) -(lib/melange/bytesLabels.cmti as melange/bytesLabels.cmti) -(lib/melange/caml_js_exceptions.cmt as melange/caml_js_exceptions.cmt) -(lib/melange/gc.cmi as melange/gc.cmi) -(lib/melange/dom.cmt as melange/dom.cmt) -(lib/melange/result.mli as melange/result.mli) -(lib/melange/js_int.ml as melange/js_int.ml) -(lib/melange/camlinternalLazy.cmi as melange/camlinternalLazy.cmi) -(lib/melange/js_exn.cmj as melange/js_exn.cmj) -(lib/melange/js_re.cmj as melange/js_re.cmj) -(lib/melange/digest.cmt as melange/digest.cmt) -(lib/melange/js_console.cmj as melange/js_console.cmj) -(lib/melange/uchar.cmj as melange/uchar.cmj) -(lib/melange/dom_storage2.cmi as melange/dom_storage2.cmi) -(lib/melange/stream.cmti as melange/stream.cmti) -(lib/melange/stdlib.cmt as melange/stdlib.cmt) -(lib/melange/int32.cmi as melange/int32.cmi) -(lib/melange/curry.cmj as melange/curry.cmj) -(lib/melange/js_json.cmi as melange/js_json.cmi) -(lib/melange/sys.ml as melange/sys.ml) -(lib/melange/scanf.cmi as melange/scanf.cmi) -(lib/melange/belt_HashMap.cmti as melange/belt_HashMap.cmti) -(lib/melange/curry.cmi as melange/curry.cmi) -(lib/melange/buffer.cmti as melange/buffer.cmti) -(lib/melange/caml_js_exceptions.cmi as melange/caml_js_exceptions.cmi) -(lib/melange/belt_HashMap.cmi as melange/belt_HashMap.cmi) -(lib/melange/caml_hash.cmti as melange/caml_hash.cmti) -(lib/melange/belt.cmi as melange/belt.cmi) -(lib/melange/map.cmti as melange/map.cmti) -(lib/melange/stringLabels.cmti as melange/stringLabels.cmti) -(lib/melange/belt_MutableMap.cmt as melange/belt_MutableMap.cmt) -(lib/melange/belt_MapString.cmti as melange/belt_MapString.cmti) -(lib/melange/caml_option.cmti as melange/caml_option.cmti) -(lib/melange/format.cmti as melange/format.cmti) -(lib/melange/camlinternalAtomic.cmti as melange/camlinternalAtomic.cmti) -(lib/melange/out_channel.cmi as melange/out_channel.cmi) -(lib/melange/belt_internalAVLset.mli as melange/belt_internalAVLset.mli) -(lib/melange/fun.cmt as melange/fun.cmt) -(lib/melange/caml_hash.ml as melange/caml_hash.ml) -(lib/melange/belt_internalAVLset.cmti as melange/belt_internalAVLset.cmti) -(lib/melange/belt_SortArrayInt.mli as melange/belt_SortArrayInt.mli) -(lib/melange/printf.cmj as melange/printf.cmj) -(lib/melange/belt_HashMapInt.mli as melange/belt_HashMapInt.mli) -(lib/melange/js_math.cmt as melange/js_math.cmt) -(lib/melange/belt_MutableStack.cmti as melange/belt_MutableStack.cmti) -(lib/melange/caml_hash_primitive.cmt as melange/caml_hash_primitive.cmt) -(lib/melange/belt_HashSetInt.cmti as melange/belt_HashSetInt.cmti) -(lib/melange/belt_SetString.cmti as melange/belt_SetString.cmti) -(lib/melange/marshal.ml as melange/marshal.ml) -(lib/melange/string.cmi as melange/string.cmi) -(lib/melange/arg.cmti as melange/arg.cmti) -(lib/melange/out_channel.ml as melange/out_channel.ml) -(lib/melange/js_typed_array.cmi as melange/js_typed_array.cmi) -(lib/melange/node_process.cmt as melange/node_process.cmt) -(lib/melange/belt_MapInt.ml as melange/belt_MapInt.ml) -(lib/melange/caml_gc.cmti as melange/caml_gc.cmti) -(lib/melange/callback.cmti as melange/callback.cmti) -(lib/melange/node_child_process.cmj as melange/node_child_process.cmj) -(lib/melange/belt_Set.cmt as melange/belt_Set.cmt) -(lib/melange/caml_string.cmt as melange/caml_string.cmt) -(lib/melange/caml_option.ml as melange/caml_option.ml) -(lib/melange/stack.cmt as melange/stack.cmt) -(lib/melange/fun.ml as melange/fun.ml) -(lib/melange/weak.ml as melange/weak.ml) -(lib/melange/belt_MutableSetString.cmti as melange/belt_MutableSetString.cmti) -(lib/melange/belt_internalBuckets.cmi as melange/belt_internalBuckets.cmi) -(lib/melange/pervasives.cmi as melange/pervasives.cmi) -(lib/melange/either.cmi as melange/either.cmi) -(lib/melange/queue.cmti as melange/queue.cmti) -(lib/melange/sys.cmti as melange/sys.cmti) -(lib/melange/belt_MutableStack.ml as melange/belt_MutableStack.ml) -(lib/melange/js_cast.cmj as melange/js_cast.cmj) -(lib/melange/js_types.cmj as melange/js_types.cmj) -(lib/melange/int64.cmti as melange/int64.cmti) -(lib/melange/map.cppo.ml as melange/map.cppo.ml) -(lib/melange/camlinternalFormat.cmj as melange/camlinternalFormat.cmj) -(lib/melange/result.cmti as melange/result.cmti) -(lib/melange/belt_Id.cmj as melange/belt_Id.cmj) -(lib/melange/belt_MapString.cmi as melange/belt_MapString.cmi) -(lib/melange/atomic.cmt as melange/atomic.cmt) -(lib/melange/parsing.ml as melange/parsing.ml) -(lib/melange/belt_HashMapInt.cmi as melange/belt_HashMapInt.cmi) -(lib/melange/js_promise.cmt as melange/js_promise.cmt) -(lib/melange/bytesLabels.cmj as melange/bytesLabels.cmj) -(lib/melange/js_int.cmt as melange/js_int.cmt) -(lib/melange/caml_io.cmt as melange/caml_io.cmt) -(lib/melange/printf.cmt as melange/printf.cmt) -(lib/melange/belt_internalBucketsType.cmt as melange/belt_internalBucketsType.cmt) -(lib/melange/caml_md5.ml as melange/caml_md5.ml) -(lib/melange/caml_md5.cmi as melange/caml_md5.cmi) -(lib/melange/belt_Float.ml as melange/belt_Float.ml) -(lib/melange/int64.cmi as melange/int64.cmi) -(lib/melange/js_mapperRt.cmt as melange/js_mapperRt.cmt) -(lib/melange/fun.mli as melange/fun.mli) -(lib/melange/either.cmj as melange/either.cmj)) \ No newline at end of file +((lib/melange/marshal.mli as __MELANGE_RUNTIME__/melange/marshal.mli) +(lib/melange/caml_hash.cmj as __MELANGE_RUNTIME__/melange/caml_hash.cmj) +(lib/melange/js_typed_array2.ml as __MELANGE_RUNTIME__/melange/js_typed_array2.ml) +(lib/melange/belt_internalBucketsType.mli as __MELANGE_RUNTIME__/melange/belt_internalBucketsType.mli) +(lib/melange/obj.cmti as __MELANGE_RUNTIME__/melange/obj.cmti) +(lib/melange/belt_MutableMapString.cmti as __MELANGE_RUNTIME__/melange/belt_MutableMapString.cmti) +(lib/melange/stringLabels.cmt as __MELANGE_RUNTIME__/melange/stringLabels.cmt) +(lib/melange/genlex.cmj as __MELANGE_RUNTIME__/melange/genlex.cmj) +(lib/melange/caml_oo_curry.ml as __MELANGE_RUNTIME__/melange/caml_oo_curry.ml) +(lib/melange/hashtbl.cmi as __MELANGE_RUNTIME__/melange/hashtbl.cmi) +(lib/melange/belt.cmj as __MELANGE_RUNTIME__/melange/belt.cmj) +(lib/melange/bool.ml as __MELANGE_RUNTIME__/melange/bool.ml) +(lib/melange/int32.mli as __MELANGE_RUNTIME__/melange/int32.mli) +(lib/melange/belt_MutableQueue.cmj as __MELANGE_RUNTIME__/melange/belt_MutableQueue.cmj) +(lib/melange/caml_string.mli as __MELANGE_RUNTIME__/melange/caml_string.mli) +(lib/melange/caml_int32.pp.mli as __MELANGE_RUNTIME__/melange/caml_int32.pp.mli) +(lib/melange/caml_int32.cmj as __MELANGE_RUNTIME__/melange/caml_int32.cmj) +(lib/melange/js_json.cmt as __MELANGE_RUNTIME__/melange/js_json.cmt) +(lib/melange/node_fs.cmi as __MELANGE_RUNTIME__/melange/node_fs.cmi) +(lib/melange/caml_parser.cmti as __MELANGE_RUNTIME__/melange/caml_parser.cmti) +(lib/melange/belt_SortArrayString.mli as __MELANGE_RUNTIME__/melange/belt_SortArrayString.mli) +(lib/melange/belt_internalAVLtree.ml as __MELANGE_RUNTIME__/melange/belt_internalAVLtree.ml) +(lib/melange/belt_HashSetString.pp.ml as __MELANGE_RUNTIME__/melange/belt_HashSetString.pp.ml) +(lib/melange/caml_option.cmt as __MELANGE_RUNTIME__/melange/caml_option.cmt) +(lib/melange/caml_hash.pp.ml as __MELANGE_RUNTIME__/melange/caml_hash.pp.ml) +(lib/melange/js_promise.cmj as __MELANGE_RUNTIME__/melange/js_promise.cmj) +(lib/melange/unit.cmt as __MELANGE_RUNTIME__/melange/unit.cmt) +(lib/melange/js_array2.ml as __MELANGE_RUNTIME__/melange/js_array2.ml) +(lib/melange/js_console.cmi as __MELANGE_RUNTIME__/melange/js_console.cmi) +(lib/melange/js_math.cmj as __MELANGE_RUNTIME__/melange/js_math.cmj) +(lib/melange/stringLabels.mli as __MELANGE_RUNTIME__/melange/stringLabels.mli) +(lib/melange/lazy.ml as __MELANGE_RUNTIME__/melange/lazy.ml) +(lib/melange/belt_SetDict.cmi as __MELANGE_RUNTIME__/melange/belt_SetDict.cmi) +(lib/melange/belt_internalSetString.ml as __MELANGE_RUNTIME__/melange/belt_internalSetString.ml) +(lib/melange/belt_internalAVLset.pp.mli as __MELANGE_RUNTIME__/melange/belt_internalAVLset.pp.mli) +(lib/melange/caml_oo.cmti as __MELANGE_RUNTIME__/melange/caml_oo.cmti) +(lib/melange/gc.ml as __MELANGE_RUNTIME__/melange/gc.ml) +(lib/melange/caml_sys.pp.ml as __MELANGE_RUNTIME__/melange/caml_sys.pp.ml) +(lib/melange/caml_lexer.ml as __MELANGE_RUNTIME__/melange/caml_lexer.ml) +(lib/melange/belt_SortArrayString.cmj as __MELANGE_RUNTIME__/melange/belt_SortArrayString.cmj) +(lib/melange/string.cmt as __MELANGE_RUNTIME__/melange/string.cmt) +(lib/melange/caml_external_polyfill.cmt as __MELANGE_RUNTIME__/melange/caml_external_polyfill.cmt) +(lib/melange/queue.cmi as __MELANGE_RUNTIME__/melange/queue.cmi) +(lib/melange/belt_MutableMapInt.pp.ml as __MELANGE_RUNTIME__/melange/belt_MutableMapInt.pp.ml) +(lib/melange/caml_exceptions.cmi as __MELANGE_RUNTIME__/melange/caml_exceptions.cmi) +(lib/melange/callback.mli as __MELANGE_RUNTIME__/melange/callback.mli) +(lib/melange/belt_internalMapInt.cmi as __MELANGE_RUNTIME__/melange/belt_internalMapInt.cmi) +(lib/melange/belt_HashMap.pp.mli as __MELANGE_RUNTIME__/melange/belt_HashMap.pp.mli) +(lib/melange/belt_HashMapInt.cmt as __MELANGE_RUNTIME__/melange/belt_HashMapInt.cmt) +(lib/melange/bytes.cmti as __MELANGE_RUNTIME__/melange/bytes.cmti) +(lib/melange/listLabels.pp.mli as __MELANGE_RUNTIME__/melange/listLabels.pp.mli) +(lib/melange/belt_Option.pp.mli as __MELANGE_RUNTIME__/melange/belt_Option.pp.mli) +(lib/melange/belt_MutableSet.cmti as __MELANGE_RUNTIME__/melange/belt_MutableSet.cmti) +(lib/melange/belt_SetInt.mli as __MELANGE_RUNTIME__/melange/belt_SetInt.mli) +(lib/melange/float.cmti as __MELANGE_RUNTIME__/melange/float.cmti) +(lib/melange/caml_parser.pp.ml as __MELANGE_RUNTIME__/melange/caml_parser.pp.ml) +(lib/melange/camlinternalOO.cmt as __MELANGE_RUNTIME__/melange/camlinternalOO.cmt) +(lib/melange/arrayLabels.cmt as __MELANGE_RUNTIME__/melange/arrayLabels.cmt) +(lib/melange/belt_MutableMapInt.cmt as __MELANGE_RUNTIME__/melange/belt_MutableMapInt.cmt) +(lib/melange/belt_SortArray.cmti as __MELANGE_RUNTIME__/melange/belt_SortArray.cmti) +(lib/melange/belt_MapDict.pp.ml as __MELANGE_RUNTIME__/melange/belt_MapDict.pp.ml) +(lib/melange/js_float.ml as __MELANGE_RUNTIME__/melange/js_float.ml) +(lib/melange/caml_string.ml as __MELANGE_RUNTIME__/melange/caml_string.ml) +(lib/melange/unit.mli as __MELANGE_RUNTIME__/melange/unit.mli) +(lib/melange/listLabels.cmi as __MELANGE_RUNTIME__/melange/listLabels.cmi) +(lib/melange/belt_SortArrayInt.ml as __MELANGE_RUNTIME__/melange/belt_SortArrayInt.ml) +(lib/melange/camlinternalFormatBasics.cmi as __MELANGE_RUNTIME__/melange/camlinternalFormatBasics.cmi) +(lib/melange/belt_List.ml as __MELANGE_RUNTIME__/melange/belt_List.ml) +(lib/melange/bool.mli as __MELANGE_RUNTIME__/melange/bool.mli) +(lib/melange/caml_obj.cmti as __MELANGE_RUNTIME__/melange/caml_obj.cmti) +(lib/melange/js_string2.cmt as __MELANGE_RUNTIME__/melange/js_string2.cmt) +(lib/melange/belt_Array.pp.mli as __MELANGE_RUNTIME__/melange/belt_Array.pp.mli) +(lib/melange/belt_Array.ml as __MELANGE_RUNTIME__/melange/belt_Array.ml) +(lib/melange/js_exn.cmt as __MELANGE_RUNTIME__/melange/js_exn.cmt) +(lib/melange/array.ml as __MELANGE_RUNTIME__/melange/array.ml) +(lib/melange/node_module.cmi as __MELANGE_RUNTIME__/melange/node_module.cmi) +(lib/melange/node_buffer.ml as __MELANGE_RUNTIME__/melange/node_buffer.ml) +(lib/melange/js_vector.ml as __MELANGE_RUNTIME__/melange/js_vector.ml) +(lib/melange/belt_HashMapString.mli as __MELANGE_RUNTIME__/melange/belt_HashMapString.mli) +(lib/melange/node_fs.cmj as __MELANGE_RUNTIME__/melange/node_fs.cmj) +(lib/melange/stringLabels.cmi as __MELANGE_RUNTIME__/melange/stringLabels.cmi) +(lib/melange/belt_MapString.ml as __MELANGE_RUNTIME__/melange/belt_MapString.ml) +(lib/melange/belt_HashMapInt.pp.ml as __MELANGE_RUNTIME__/melange/belt_HashMapInt.pp.ml) +(lib/melange/atomic.mli as __MELANGE_RUNTIME__/melange/atomic.mli) +(lib/melange/belt_internalBuckets.cmti as __MELANGE_RUNTIME__/melange/belt_internalBuckets.cmti) +(lib/melange/either.ml as __MELANGE_RUNTIME__/melange/either.ml) +(lib/melange/node_buffer.pp.ml as __MELANGE_RUNTIME__/melange/node_buffer.pp.ml) +(lib/melange/belt_internalAVLtree.mli as __MELANGE_RUNTIME__/melange/belt_internalAVLtree.mli) +(lib/melange/belt_SetDict.mli as __MELANGE_RUNTIME__/melange/belt_SetDict.mli) +(lib/melange/belt_Option.ml as __MELANGE_RUNTIME__/melange/belt_Option.ml) +(lib/melange/belt_internalMapInt.ml as __MELANGE_RUNTIME__/melange/belt_internalMapInt.ml) +(lib/melange/caml_nativeint_extern.cmi as __MELANGE_RUNTIME__/melange/caml_nativeint_extern.cmi) +(lib/melange/stdLabels.pp.ml as __MELANGE_RUNTIME__/melange/stdLabels.pp.ml) +(lib/melange/atomic.cmti as __MELANGE_RUNTIME__/melange/atomic.cmti) +(lib/melange/gc.cmti as __MELANGE_RUNTIME__/melange/gc.cmti) +(lib/melange/belt_Map.cmti as __MELANGE_RUNTIME__/melange/belt_Map.cmti) +(lib/melange/belt_Map.cmj as __MELANGE_RUNTIME__/melange/belt_Map.cmj) +(lib/melange/js_global.cmj as __MELANGE_RUNTIME__/melange/js_global.cmj) +(lib/melange/caml_int32_extern.cmi as __MELANGE_RUNTIME__/melange/caml_int32_extern.cmi) +(lib/melange/caml_io.pp.mli as __MELANGE_RUNTIME__/melange/caml_io.pp.mli) +(lib/melange/bool.cmti as __MELANGE_RUNTIME__/melange/bool.cmti) +(lib/melange/belt_internalAVLset.cmi as __MELANGE_RUNTIME__/melange/belt_internalAVLset.cmi) +(lib/melange/js_list.pp.ml as __MELANGE_RUNTIME__/melange/js_list.pp.ml) +(lib/melange/caml_format.cmi as __MELANGE_RUNTIME__/melange/caml_format.cmi) +(lib/melange/js_obj.cmj as __MELANGE_RUNTIME__/melange/js_obj.cmj) +(lib/melange/node_process.mli as __MELANGE_RUNTIME__/melange/node_process.mli) +(lib/melange/belt_internalSetBuckets.cmj as __MELANGE_RUNTIME__/melange/belt_internalSetBuckets.cmj) +(lib/melange/option.pp.ml as __MELANGE_RUNTIME__/melange/option.pp.ml) +(lib/melange/listLabels.ml as __MELANGE_RUNTIME__/melange/listLabels.ml) +(lib/melange/belt_MutableMap.cmi as __MELANGE_RUNTIME__/melange/belt_MutableMap.cmi) +(lib/melange/belt_Set.ml as __MELANGE_RUNTIME__/melange/belt_Set.ml) +(lib/melange/camlinternalOO.cmj as __MELANGE_RUNTIME__/melange/camlinternalOO.cmj) +(lib/melange/camlinternalMod.mli as __MELANGE_RUNTIME__/melange/camlinternalMod.mli) +(lib/melange/arrayLabels.pp.mli as __MELANGE_RUNTIME__/melange/arrayLabels.pp.mli) +(lib/melange/caml_external_polyfill.ml as __MELANGE_RUNTIME__/melange/caml_external_polyfill.ml) +(lib/melange/caml_nativeint_extern.pp.ml as __MELANGE_RUNTIME__/melange/caml_nativeint_extern.pp.ml) +(lib/melange/printexc.pp.mli as __MELANGE_RUNTIME__/melange/printexc.pp.mli) +(lib/melange/node_buffer.cmi as __MELANGE_RUNTIME__/melange/node_buffer.cmi) +(lib/melange/caml_oo.mli as __MELANGE_RUNTIME__/melange/caml_oo.mli) +(lib/melange/queue.ml as __MELANGE_RUNTIME__/melange/queue.ml) +(lib/melange/belt_Range.cmi as __MELANGE_RUNTIME__/melange/belt_Range.cmi) +(lib/melange/belt_internalSetBuckets.pp.mli as __MELANGE_RUNTIME__/melange/belt_internalSetBuckets.pp.mli) +(lib/melange/stack.mli as __MELANGE_RUNTIME__/melange/stack.mli) +(lib/melange/belt_Range.mli as __MELANGE_RUNTIME__/melange/belt_Range.mli) +(lib/melange/float.cmt as __MELANGE_RUNTIME__/melange/float.cmt) +(lib/melange/belt_internalSetInt.cmj as __MELANGE_RUNTIME__/melange/belt_internalSetInt.cmj) +(lib/melange/caml_array_extern.pp.ml as __MELANGE_RUNTIME__/melange/caml_array_extern.pp.ml) +(lib/melange/camlinternalFormat.pp.ml as __MELANGE_RUNTIME__/melange/camlinternalFormat.pp.ml) +(lib/melange/result.cmj as __MELANGE_RUNTIME__/melange/result.cmj) +(lib/melange/stdLabels.cmti as __MELANGE_RUNTIME__/melange/stdLabels.cmti) +(lib/melange/map.pp.mli as __MELANGE_RUNTIME__/melange/map.pp.mli) +(lib/melange/belt_internalSetBuckets.cmti as __MELANGE_RUNTIME__/melange/belt_internalSetBuckets.cmti) +(lib/melange/in_channel.mli as __MELANGE_RUNTIME__/melange/in_channel.mli) +(lib/melange/char.cmi as __MELANGE_RUNTIME__/melange/char.cmi) +(lib/melange/caml_md5.cmt as __MELANGE_RUNTIME__/melange/caml_md5.cmt) +(lib/melange/in_channel.pp.ml as __MELANGE_RUNTIME__/melange/in_channel.pp.ml) +(lib/melange/moreLabels.pp.mli as __MELANGE_RUNTIME__/melange/moreLabels.pp.mli) +(lib/melange/dom_storage.cmj as __MELANGE_RUNTIME__/melange/dom_storage.cmj) +(lib/melange/caml_array_extern.cmi as __MELANGE_RUNTIME__/melange/caml_array_extern.cmi) +(lib/melange/string.cmj as __MELANGE_RUNTIME__/melange/string.cmj) +(lib/melange/js_float.cmi as __MELANGE_RUNTIME__/melange/js_float.cmi) +(lib/melange/belt_HashMapInt.pp.mli as __MELANGE_RUNTIME__/melange/belt_HashMapInt.pp.mli) +(lib/melange/caml_oo.pp.ml as __MELANGE_RUNTIME__/melange/caml_oo.pp.ml) +(lib/melange/belt_internalSetInt.pp.ml as __MELANGE_RUNTIME__/melange/belt_internalSetInt.pp.ml) +(lib/melange/js_OO.cmj as __MELANGE_RUNTIME__/melange/js_OO.cmj) +(lib/melange/belt_Float.pp.ml as __MELANGE_RUNTIME__/melange/belt_Float.pp.ml) +(lib/melange/belt_internalSetInt.ml as __MELANGE_RUNTIME__/melange/belt_internalSetInt.ml) +(lib/melange/js_result.cmi as __MELANGE_RUNTIME__/melange/js_result.cmi) +(lib/melange/option.cmti as __MELANGE_RUNTIME__/melange/option.cmti) +(lib/melange/caml_format.cmj as __MELANGE_RUNTIME__/melange/caml_format.cmj) +(lib/melange/caml_array.pp.ml as __MELANGE_RUNTIME__/melange/caml_array.pp.ml) +(lib/melange/js_float.cmt as __MELANGE_RUNTIME__/melange/js_float.cmt) +(lib/melange/js_OO.cmt as __MELANGE_RUNTIME__/melange/js_OO.cmt) +(lib/melange/int.mli as __MELANGE_RUNTIME__/melange/int.mli) +(lib/melange/printexc.ml as __MELANGE_RUNTIME__/melange/printexc.ml) +(lib/melange/belt_MutableSetString.cmt as __MELANGE_RUNTIME__/melange/belt_MutableSetString.cmt) +(lib/melange/out_channel.cmti as __MELANGE_RUNTIME__/melange/out_channel.cmti) +(lib/melange/belt_MutableSetInt.ml as __MELANGE_RUNTIME__/melange/belt_MutableSetInt.ml) +(lib/melange/caml_obj.cmi as __MELANGE_RUNTIME__/melange/caml_obj.cmi) +(lib/melange/js_obj.ml as __MELANGE_RUNTIME__/melange/js_obj.ml) +(lib/melange/printexc.mli as __MELANGE_RUNTIME__/melange/printexc.mli) +(lib/melange/belt_MapDict.pp.mli as __MELANGE_RUNTIME__/melange/belt_MapDict.pp.mli) +(lib/melange/int32.cmt as __MELANGE_RUNTIME__/melange/int32.cmt) +(lib/melange/caml_int64_extern.cmi as __MELANGE_RUNTIME__/melange/caml_int64_extern.cmi) +(lib/melange/belt_HashMap.mli as __MELANGE_RUNTIME__/melange/belt_HashMap.mli) +(lib/melange/printexc.cmti as __MELANGE_RUNTIME__/melange/printexc.cmti) +(lib/melange/belt_internalAVLset.ml as __MELANGE_RUNTIME__/melange/belt_internalAVLset.ml) +(lib/melange/caml_format.cmti as __MELANGE_RUNTIME__/melange/caml_format.cmti) +(lib/melange/node_module.cmt as __MELANGE_RUNTIME__/melange/node_module.cmt) +(lib/melange/caml_hash_primitive.ml as __MELANGE_RUNTIME__/melange/caml_hash_primitive.ml) +(lib/melange/genlex.cmi as __MELANGE_RUNTIME__/melange/genlex.cmi) +(lib/melange/belt_Set.cppo.ml as __MELANGE_RUNTIME__/melange/belt_Set.cppo.ml) +(lib/melange/js_types.ml as __MELANGE_RUNTIME__/melange/js_types.ml) +(lib/melange/stream.pp.ml as __MELANGE_RUNTIME__/melange/stream.pp.ml) +(lib/melange/caml_bytes.cmi as __MELANGE_RUNTIME__/melange/caml_bytes.cmi) +(lib/melange/printexc.cmt as __MELANGE_RUNTIME__/melange/printexc.cmt) +(lib/melange/caml_parser.cmj as __MELANGE_RUNTIME__/melange/caml_parser.cmj) +(lib/melange/map.mli as __MELANGE_RUNTIME__/melange/map.mli) +(lib/melange/node_path.cmt as __MELANGE_RUNTIME__/melange/node_path.cmt) +(lib/melange/caml_lexer.cmi as __MELANGE_RUNTIME__/melange/caml_lexer.cmi) +(lib/melange/js_list.cmj as __MELANGE_RUNTIME__/melange/js_list.cmj) +(lib/melange/result.cmi as __MELANGE_RUNTIME__/melange/result.cmi) +(lib/melange/float.mli as __MELANGE_RUNTIME__/melange/float.mli) +(lib/melange/camlinternalFormat.pp.mli as __MELANGE_RUNTIME__/melange/camlinternalFormat.pp.mli) +(lib/melange/caml_js_exceptions.ml as __MELANGE_RUNTIME__/melange/caml_js_exceptions.ml) +(lib/melange/js_null.cmi as __MELANGE_RUNTIME__/melange/js_null.cmi) +(lib/melange/caml_lexer.cmti as __MELANGE_RUNTIME__/melange/caml_lexer.cmti) +(lib/melange/belt_MutableMap.pp.ml as __MELANGE_RUNTIME__/melange/belt_MutableMap.pp.ml) +(lib/melange/uchar.ml as __MELANGE_RUNTIME__/melange/uchar.ml) +(lib/melange/js_types.cmt as __MELANGE_RUNTIME__/melange/js_types.cmt) +(lib/melange/random.pp.mli as __MELANGE_RUNTIME__/melange/random.pp.mli) +(lib/melange/atomic.pp.ml as __MELANGE_RUNTIME__/melange/atomic.pp.ml) +(lib/melange/seq.pp.ml as __MELANGE_RUNTIME__/melange/seq.pp.ml) +(lib/melange/belt.cmt as __MELANGE_RUNTIME__/melange/belt.cmt) +(lib/melange/uchar.cmi as __MELANGE_RUNTIME__/melange/uchar.cmi) +(lib/melange/stdLabels.cmj as __MELANGE_RUNTIME__/melange/stdLabels.cmj) +(lib/melange/caml_module.pp.ml as __MELANGE_RUNTIME__/melange/caml_module.pp.ml) +(lib/melange/scanf.pp.mli as __MELANGE_RUNTIME__/melange/scanf.pp.mli) +(lib/melange/js_array.cmj as __MELANGE_RUNTIME__/melange/js_array.cmj) +(lib/melange/caml_hash_primitive.mli as __MELANGE_RUNTIME__/melange/caml_hash_primitive.mli) +(lib/melange/scanf.pp.ml as __MELANGE_RUNTIME__/melange/scanf.pp.ml) +(lib/melange/string.ml as __MELANGE_RUNTIME__/melange/string.ml) +(lib/melange/belt_MutableMapString.cmi as __MELANGE_RUNTIME__/melange/belt_MutableMapString.cmi) +(lib/melange/belt_HashSetInt.cmj as __MELANGE_RUNTIME__/melange/belt_HashSetInt.cmj) +(lib/melange/node_process.cmti as __MELANGE_RUNTIME__/melange/node_process.cmti) +(lib/melange/belt_SortArrayInt.pp.mli as __MELANGE_RUNTIME__/melange/belt_SortArrayInt.pp.mli) +(lib/melange/queue.mli as __MELANGE_RUNTIME__/melange/queue.mli) +(lib/melange/js_typed_array2.cppo.ml as __MELANGE_RUNTIME__/melange/js_typed_array2.cppo.ml) +(lib/melange/caml_format.pp.mli as __MELANGE_RUNTIME__/melange/caml_format.pp.mli) +(lib/melange/js_date.cmt as __MELANGE_RUNTIME__/melange/js_date.cmt) +(lib/melange/filename.cmi as __MELANGE_RUNTIME__/melange/filename.cmi) +(lib/melange/callback.ml as __MELANGE_RUNTIME__/melange/callback.ml) +(lib/melange/belt_HashSetString.cmti as __MELANGE_RUNTIME__/melange/belt_HashSetString.cmti) +(lib/melange/belt_HashMap.cmt as __MELANGE_RUNTIME__/melange/belt_HashMap.cmt) +(lib/melange/belt_SortArrayInt.cmti as __MELANGE_RUNTIME__/melange/belt_SortArrayInt.cmti) +(lib/melange/belt_MapString.cmt as __MELANGE_RUNTIME__/melange/belt_MapString.cmt) +(lib/melange/js_array2.pp.ml as __MELANGE_RUNTIME__/melange/js_array2.pp.ml) +(lib/melange/hashtbl.cmt as __MELANGE_RUNTIME__/melange/hashtbl.cmt) +(lib/melange/moreLabels.cmj as __MELANGE_RUNTIME__/melange/moreLabels.cmj) +(lib/melange/random.cmi as __MELANGE_RUNTIME__/melange/random.cmi) +(lib/melange/belt_SortArrayString.ml as __MELANGE_RUNTIME__/melange/belt_SortArrayString.ml) +(lib/melange/js_list.ml as __MELANGE_RUNTIME__/melange/js_list.ml) +(lib/melange/hashtbl.cmti as __MELANGE_RUNTIME__/melange/hashtbl.cmti) +(lib/melange/js_undefined.cmti as __MELANGE_RUNTIME__/melange/js_undefined.cmti) +(lib/melange/js_string2.ml as __MELANGE_RUNTIME__/melange/js_string2.ml) +(lib/melange/js_list.cmti as __MELANGE_RUNTIME__/melange/js_list.cmti) +(lib/melange/moreLabels.cmi as __MELANGE_RUNTIME__/melange/moreLabels.cmi) +(lib/melange/oo.cmj as __MELANGE_RUNTIME__/melange/oo.cmj) +(lib/melange/format.ml as __MELANGE_RUNTIME__/melange/format.ml) +(lib/melange/caml_sys.mli as __MELANGE_RUNTIME__/melange/caml_sys.mli) +(lib/melange/parsing.cmt as __MELANGE_RUNTIME__/melange/parsing.cmt) +(lib/melange/fun.cmi as __MELANGE_RUNTIME__/melange/fun.cmi) +(lib/melange/set.cmi as __MELANGE_RUNTIME__/melange/set.cmi) +(lib/melange/belt_HashSetInt.cmt as __MELANGE_RUNTIME__/melange/belt_HashSetInt.cmt) +(lib/melange/caml_sys.cmi as __MELANGE_RUNTIME__/melange/caml_sys.cmi) +(lib/melange/caml_float.cmj as __MELANGE_RUNTIME__/melange/caml_float.cmj) +(lib/melange/caml_md5.pp.ml as __MELANGE_RUNTIME__/melange/caml_md5.pp.ml) +(lib/melange/belt_MutableSetInt.cmj as __MELANGE_RUNTIME__/melange/belt_MutableSetInt.cmj) +(lib/melange/caml_string.cmti as __MELANGE_RUNTIME__/melange/caml_string.cmti) +(lib/melange/parsing.cmi as __MELANGE_RUNTIME__/melange/parsing.cmi) +(lib/melange/ephemeron.ml as __MELANGE_RUNTIME__/melange/ephemeron.ml) +(lib/melange/belt_MapInt.cmj as __MELANGE_RUNTIME__/melange/belt_MapInt.cmj) +(lib/melange/bool.pp.ml as __MELANGE_RUNTIME__/melange/bool.pp.ml) +(lib/melange/caml_lexer.mli as __MELANGE_RUNTIME__/melange/caml_lexer.mli) +(lib/melange/either.pp.mli as __MELANGE_RUNTIME__/melange/either.pp.mli) +(lib/melange/belt_MutableSetString.ml as __MELANGE_RUNTIME__/melange/belt_MutableSetString.ml) +(lib/melange/belt_Map.cmt as __MELANGE_RUNTIME__/melange/belt_Map.cmt) +(lib/melange/dom.cmi as __MELANGE_RUNTIME__/melange/dom.cmi) +(lib/melange/js_vector.pp.ml as __MELANGE_RUNTIME__/melange/js_vector.pp.ml) +(lib/melange/either.cmti as __MELANGE_RUNTIME__/melange/either.cmti) +(lib/melange/js_string.cmj as __MELANGE_RUNTIME__/melange/js_string.cmj) +(lib/melange/random.pp.ml as __MELANGE_RUNTIME__/melange/random.pp.ml) +(lib/melange/caml_option.cmj as __MELANGE_RUNTIME__/melange/caml_option.cmj) +(lib/melange/belt_MutableMapString.mli as __MELANGE_RUNTIME__/melange/belt_MutableMapString.mli) +(lib/melange/int.cmj as __MELANGE_RUNTIME__/melange/int.cmj) +(lib/melange/belt_Int.pp.mli as __MELANGE_RUNTIME__/melange/belt_Int.pp.mli) +(lib/melange/buffer.mli as __MELANGE_RUNTIME__/melange/buffer.mli) +(lib/melange/caml_exceptions.pp.ml as __MELANGE_RUNTIME__/melange/caml_exceptions.pp.ml) +(lib/melange/node_fs.ml as __MELANGE_RUNTIME__/melange/node_fs.ml) +(lib/melange/js_undefined.cmt as __MELANGE_RUNTIME__/melange/js_undefined.cmt) +(lib/melange/belt_SortArray.cmj as __MELANGE_RUNTIME__/melange/belt_SortArray.cmj) +(lib/melange/caml_float_extern.pp.ml as __MELANGE_RUNTIME__/melange/caml_float_extern.pp.ml) +(lib/melange/int32.pp.ml as __MELANGE_RUNTIME__/melange/int32.pp.ml) +(lib/melange/list.cmi as __MELANGE_RUNTIME__/melange/list.cmi) +(lib/melange/belt_MutableMapInt.pp.mli as __MELANGE_RUNTIME__/melange/belt_MutableMapInt.pp.mli) +(lib/melange/caml_hash.cmi as __MELANGE_RUNTIME__/melange/caml_hash.cmi) +(lib/melange/callback.cmi as __MELANGE_RUNTIME__/melange/callback.cmi) +(lib/melange/camlinternalLazy.cmti as __MELANGE_RUNTIME__/melange/camlinternalLazy.cmti) +(lib/melange/set.cmt as __MELANGE_RUNTIME__/melange/set.cmt) +(lib/melange/option.cmt as __MELANGE_RUNTIME__/melange/option.cmt) +(lib/melange/node_process.cmj as __MELANGE_RUNTIME__/melange/node_process.cmj) +(lib/melange/arrayLabels.ml as __MELANGE_RUNTIME__/melange/arrayLabels.ml) +(lib/melange/caml_float.mli as __MELANGE_RUNTIME__/melange/caml_float.mli) +(lib/melange/caml_parser.cmt as __MELANGE_RUNTIME__/melange/caml_parser.cmt) +(lib/melange/caml_gc.cmi as __MELANGE_RUNTIME__/melange/caml_gc.cmi) +(lib/melange/js_null_undefined.pp.mli as __MELANGE_RUNTIME__/melange/js_null_undefined.pp.mli) +(lib/melange/belt_Id.ml as __MELANGE_RUNTIME__/melange/belt_Id.ml) +(lib/melange/caml_io.ml as __MELANGE_RUNTIME__/melange/caml_io.ml) +(lib/melange/belt_MutableSetInt.pp.mli as __MELANGE_RUNTIME__/melange/belt_MutableSetInt.pp.mli) +(lib/melange/ephemeron.cmti as __MELANGE_RUNTIME__/melange/ephemeron.cmti) +(lib/melange/belt_internalSetString.pp.ml as __MELANGE_RUNTIME__/melange/belt_internalSetString.pp.ml) +(lib/melange/belt_HashSetInt.cmi as __MELANGE_RUNTIME__/melange/belt_HashSetInt.cmi) +(lib/melange/format.cmi as __MELANGE_RUNTIME__/melange/format.cmi) +(lib/melange/gc.pp.mli as __MELANGE_RUNTIME__/melange/gc.pp.mli) +(lib/melange/array.mli as __MELANGE_RUNTIME__/melange/array.mli) +(lib/melange/buffer.pp.mli as __MELANGE_RUNTIME__/melange/buffer.pp.mli) +(lib/melange/caml_undefined_extern.ml as __MELANGE_RUNTIME__/melange/caml_undefined_extern.ml) +(lib/melange/belt_MapInt.cmti as __MELANGE_RUNTIME__/melange/belt_MapInt.cmti) +(lib/melange/int.cmi as __MELANGE_RUNTIME__/melange/int.cmi) +(lib/melange/arg.cmi as __MELANGE_RUNTIME__/melange/arg.cmi) +(lib/melange/caml_int32.mli as __MELANGE_RUNTIME__/melange/caml_int32.mli) +(lib/melange/caml.ml as __MELANGE_RUNTIME__/melange/caml.ml) +(lib/melange/js_dict.pp.mli as __MELANGE_RUNTIME__/melange/js_dict.pp.mli) +(lib/melange/belt_List.cmi as __MELANGE_RUNTIME__/melange/belt_List.cmi) +(lib/melange/js_array.cmi as __MELANGE_RUNTIME__/melange/js_array.cmi) +(lib/melange/belt_Result.cmti as __MELANGE_RUNTIME__/melange/belt_Result.cmti) +(lib/melange/weak.cmt as __MELANGE_RUNTIME__/melange/weak.cmt) +(lib/melange/node__no_aliases.cmt as __MELANGE_RUNTIME__/melange/node__no_aliases.cmt) +(lib/melange/out_channel.pp.ml as __MELANGE_RUNTIME__/melange/out_channel.pp.ml) +(lib/melange/arg.cmt as __MELANGE_RUNTIME__/melange/arg.cmt) +(lib/melange/js_vector.cmt as __MELANGE_RUNTIME__/melange/js_vector.cmt) +(lib/melange/belt_SortArray.cmt as __MELANGE_RUNTIME__/melange/belt_SortArray.cmt) +(lib/melange/weak.mli as __MELANGE_RUNTIME__/melange/weak.mli) +(lib/melange/dom_storage.cmi as __MELANGE_RUNTIME__/melange/dom_storage.cmi) +(lib/melange/belt_Result.cmj as __MELANGE_RUNTIME__/melange/belt_Result.cmj) +(lib/melange/belt_MutableSetInt.pp.ml as __MELANGE_RUNTIME__/melange/belt_MutableSetInt.pp.ml) +(lib/melange/belt_internalSetInt.cmt as __MELANGE_RUNTIME__/melange/belt_internalSetInt.cmt) +(lib/melange/belt_Range.cmti as __MELANGE_RUNTIME__/melange/belt_Range.cmti) +(lib/melange/caml_external_polyfill.cmj as __MELANGE_RUNTIME__/melange/caml_external_polyfill.cmj) +(lib/melange/atomic.cmj as __MELANGE_RUNTIME__/melange/atomic.cmj) +(lib/melange/caml_hash_primitive.cmi as __MELANGE_RUNTIME__/melange/caml_hash_primitive.cmi) +(lib/melange/oo.cmt as __MELANGE_RUNTIME__/melange/oo.cmt) +(lib/melange/js_int.cmi as __MELANGE_RUNTIME__/melange/js_int.cmi) +(lib/melange/js_dict.cmt as __MELANGE_RUNTIME__/melange/js_dict.cmt) +(lib/melange/js_date.pp.ml as __MELANGE_RUNTIME__/melange/js_date.pp.ml) +(lib/melange/stream.pp.mli as __MELANGE_RUNTIME__/melange/stream.pp.mli) +(lib/melange/belt_MutableSet.pp.ml as __MELANGE_RUNTIME__/melange/belt_MutableSet.pp.ml) +(lib/melange/node.cmi as __MELANGE_RUNTIME__/melange/node.cmi) +(lib/melange/caml_io.cmi as __MELANGE_RUNTIME__/melange/caml_io.cmi) +(lib/melange/belt_SortArray.cmi as __MELANGE_RUNTIME__/melange/belt_SortArray.cmi) +(lib/melange/parsing.pp.ml as __MELANGE_RUNTIME__/melange/parsing.pp.ml) +(lib/melange/js_result.pp.ml as __MELANGE_RUNTIME__/melange/js_result.pp.ml) +(lib/melange/stream.cmi as __MELANGE_RUNTIME__/melange/stream.cmi) +(lib/melange/sys.cmt as __MELANGE_RUNTIME__/melange/sys.cmt) +(lib/melange/js_undefined.cmi as __MELANGE_RUNTIME__/melange/js_undefined.cmi) +(lib/melange/belt_SortArrayString.pp.ml as __MELANGE_RUNTIME__/melange/belt_SortArrayString.pp.ml) +(lib/melange/js_json.mli as __MELANGE_RUNTIME__/melange/js_json.mli) +(lib/melange/lexing.cmti as __MELANGE_RUNTIME__/melange/lexing.cmti) +(lib/melange/hashmap.cppo.mli as __MELANGE_RUNTIME__/melange/hashmap.cppo.mli) +(lib/melange/belt_MutableMapInt.cmi as __MELANGE_RUNTIME__/melange/belt_MutableMapInt.cmi) +(lib/melange/char.pp.ml as __MELANGE_RUNTIME__/melange/char.pp.ml) +(lib/melange/js_list.cmi as __MELANGE_RUNTIME__/melange/js_list.cmi) +(lib/melange/queue.cmj as __MELANGE_RUNTIME__/melange/queue.cmj) +(lib/melange/camlinternalMod.cmti as __MELANGE_RUNTIME__/melange/camlinternalMod.cmti) +(lib/melange/array.cmi as __MELANGE_RUNTIME__/melange/array.cmi) +(lib/melange/moreLabels.mli as __MELANGE_RUNTIME__/melange/moreLabels.mli) +(lib/melange/obj.cmj as __MELANGE_RUNTIME__/melange/obj.cmj) +(lib/melange/js_math.ml as __MELANGE_RUNTIME__/melange/js_math.ml) +(lib/melange/js_dict.mli as __MELANGE_RUNTIME__/melange/js_dict.mli) +(lib/melange/caml_parser.pp.mli as __MELANGE_RUNTIME__/melange/caml_parser.pp.mli) +(lib/melange/either.pp.ml as __MELANGE_RUNTIME__/melange/either.pp.ml) +(lib/melange/camlinternalMod.cmi as __MELANGE_RUNTIME__/melange/camlinternalMod.cmi) +(lib/melange/printf.mli as __MELANGE_RUNTIME__/melange/printf.mli) +(lib/melange/caml_obj.pp.mli as __MELANGE_RUNTIME__/melange/caml_obj.pp.mli) +(lib/melange/caml_hash.cmt as __MELANGE_RUNTIME__/melange/caml_hash.cmt) +(lib/melange/caml_io.mli as __MELANGE_RUNTIME__/melange/caml_io.mli) +(lib/melange/caml_md5.cmti as __MELANGE_RUNTIME__/melange/caml_md5.cmti) +(lib/melange/js_types.pp.mli as __MELANGE_RUNTIME__/melange/js_types.pp.mli) +(lib/melange/ephemeron.cmj as __MELANGE_RUNTIME__/melange/ephemeron.cmj) +(lib/melange/uchar.mli as __MELANGE_RUNTIME__/melange/uchar.mli) +(lib/melange/js_global.pp.ml as __MELANGE_RUNTIME__/melange/js_global.pp.ml) +(lib/melange/unit.cmti as __MELANGE_RUNTIME__/melange/unit.cmti) +(lib/melange/js_exn.cmi as __MELANGE_RUNTIME__/melange/js_exn.cmi) +(lib/melange/list.cmj as __MELANGE_RUNTIME__/melange/list.cmj) +(lib/melange/gc.pp.ml as __MELANGE_RUNTIME__/melange/gc.pp.ml) +(lib/melange/out_channel.mli as __MELANGE_RUNTIME__/melange/out_channel.mli) +(lib/melange/uchar.cmt as __MELANGE_RUNTIME__/melange/uchar.cmt) +(lib/melange/camlinternalFormat.cmi as __MELANGE_RUNTIME__/melange/camlinternalFormat.cmi) +(lib/melange/obj.mli as __MELANGE_RUNTIME__/melange/obj.mli) +(lib/melange/belt_SetInt.cmi as __MELANGE_RUNTIME__/melange/belt_SetInt.cmi) +(lib/melange/filename.ml as __MELANGE_RUNTIME__/melange/filename.ml) +(lib/melange/set.mli as __MELANGE_RUNTIME__/melange/set.mli) +(lib/melange/seq.mli as __MELANGE_RUNTIME__/melange/seq.mli) +(lib/melange/js_null_undefined.cmti as __MELANGE_RUNTIME__/melange/js_null_undefined.cmti) +(lib/melange/gc.cmj as __MELANGE_RUNTIME__/melange/gc.cmj) +(lib/melange/camlinternalFormatBasics.cmt as __MELANGE_RUNTIME__/melange/camlinternalFormatBasics.cmt) +(lib/melange/js_re.ml as __MELANGE_RUNTIME__/melange/js_re.ml) +(lib/melange/genlex.cmti as __MELANGE_RUNTIME__/melange/genlex.cmti) +(lib/melange/caml_sys.cmj as __MELANGE_RUNTIME__/melange/caml_sys.cmj) +(lib/melange/caml_parser.ml as __MELANGE_RUNTIME__/melange/caml_parser.ml) +(lib/melange/belt_Map.pp.mli as __MELANGE_RUNTIME__/melange/belt_Map.pp.mli) +(lib/melange/caml_bytes.cmti as __MELANGE_RUNTIME__/melange/caml_bytes.cmti) +(lib/melange/belt_HashMapString.cmt as __MELANGE_RUNTIME__/melange/belt_HashMapString.cmt) +(lib/melange/belt_MutableStack.pp.ml as __MELANGE_RUNTIME__/melange/belt_MutableStack.pp.ml) +(lib/melange/caml_float.cmti as __MELANGE_RUNTIME__/melange/caml_float.cmti) +(lib/melange/belt_MutableStack.cmi as __MELANGE_RUNTIME__/melange/belt_MutableStack.cmi) +(lib/melange/js_null_undefined.ml as __MELANGE_RUNTIME__/melange/js_null_undefined.ml) +(lib/melange/belt_List.pp.mli as __MELANGE_RUNTIME__/melange/belt_List.pp.mli) +(lib/melange/listLabels.cmt as __MELANGE_RUNTIME__/melange/listLabels.cmt) +(lib/melange/js_undefined.pp.ml as __MELANGE_RUNTIME__/melange/js_undefined.pp.ml) +(lib/melange/belt_HashSet.cmi as __MELANGE_RUNTIME__/melange/belt_HashSet.cmi) +(lib/melange/js_cast.cmti as __MELANGE_RUNTIME__/melange/js_cast.cmti) +(lib/melange/lazy.pp.mli as __MELANGE_RUNTIME__/melange/lazy.pp.mli) +(lib/melange/belt_SetInt.ml as __MELANGE_RUNTIME__/melange/belt_SetInt.ml) +(lib/melange/camlinternalMod.pp.mli as __MELANGE_RUNTIME__/melange/camlinternalMod.pp.mli) +(lib/melange/format.cmt as __MELANGE_RUNTIME__/melange/format.cmt) +(lib/melange/pervasives.ml as __MELANGE_RUNTIME__/melange/pervasives.ml) +(lib/melange/oo.cmti as __MELANGE_RUNTIME__/melange/oo.cmti) +(lib/melange/in_channel.cmti as __MELANGE_RUNTIME__/melange/in_channel.cmti) +(lib/melange/caml_gc.pp.ml as __MELANGE_RUNTIME__/melange/caml_gc.pp.ml) +(lib/melange/belt_Set.cmi as __MELANGE_RUNTIME__/melange/belt_Set.cmi) +(lib/melange/filename.pp.ml as __MELANGE_RUNTIME__/melange/filename.pp.ml) +(lib/melange/belt_Id.mli as __MELANGE_RUNTIME__/melange/belt_Id.mli) +(lib/melange/std_exit.cmi as __MELANGE_RUNTIME__/melange/std_exit.cmi) +(lib/melange/belt_internalSetBuckets.ml as __MELANGE_RUNTIME__/melange/belt_internalSetBuckets.ml) +(lib/melange/belt_Option.cmt as __MELANGE_RUNTIME__/melange/belt_Option.cmt) +(lib/melange/js_null.cmti as __MELANGE_RUNTIME__/melange/js_null.cmti) +(lib/melange/belt_SetDict.cmj as __MELANGE_RUNTIME__/melange/belt_SetDict.cmj) +(lib/melange/caml_obj.pp.ml as __MELANGE_RUNTIME__/melange/caml_obj.pp.ml) +(lib/melange/complex.cmti as __MELANGE_RUNTIME__/melange/complex.cmti) +(lib/melange/js_types.pp.ml as __MELANGE_RUNTIME__/melange/js_types.pp.ml) +(lib/melange/belt_MutableMapInt.cmj as __MELANGE_RUNTIME__/melange/belt_MutableMapInt.cmj) +(lib/melange/belt_MutableStack.cmt as __MELANGE_RUNTIME__/melange/belt_MutableStack.cmt) +(lib/melange/seq.cmj as __MELANGE_RUNTIME__/melange/seq.cmj) +(lib/melange/js_promise.pp.ml as __MELANGE_RUNTIME__/melange/js_promise.pp.ml) +(lib/melange/caml_int64.cmti as __MELANGE_RUNTIME__/melange/caml_int64.cmti) +(lib/melange/parsing.cmti as __MELANGE_RUNTIME__/melange/parsing.cmti) +(lib/melange/js_vector.cmi as __MELANGE_RUNTIME__/melange/js_vector.cmi) +(lib/melange/result.cmt as __MELANGE_RUNTIME__/melange/result.cmt) +(lib/melange/caml_string.pp.ml as __MELANGE_RUNTIME__/melange/caml_string.pp.ml) +(lib/melange/bytes.mli as __MELANGE_RUNTIME__/melange/bytes.mli) +(lib/melange/node_buffer.cmt as __MELANGE_RUNTIME__/melange/node_buffer.cmt) +(lib/melange/node_path.cmj as __MELANGE_RUNTIME__/melange/node_path.cmj) +(lib/melange/belt_MapDict.ml as __MELANGE_RUNTIME__/melange/belt_MapDict.ml) +(lib/melange/js_mapperRt.cmj as __MELANGE_RUNTIME__/melange/js_mapperRt.cmj) +(lib/melange/belt_Int.cmti as __MELANGE_RUNTIME__/melange/belt_Int.cmti) +(lib/melange/caml_float_extern.ml as __MELANGE_RUNTIME__/melange/caml_float_extern.ml) +(lib/melange/either.mli as __MELANGE_RUNTIME__/melange/either.mli) +(lib/melange/lexing.pp.ml as __MELANGE_RUNTIME__/melange/lexing.pp.ml) +(lib/melange/camlinternalAtomic.cmi as __MELANGE_RUNTIME__/melange/camlinternalAtomic.cmi) +(lib/melange/lazy.pp.ml as __MELANGE_RUNTIME__/melange/lazy.pp.ml) +(lib/melange/js_obj.pp.ml as __MELANGE_RUNTIME__/melange/js_obj.pp.ml) +(lib/melange/camlinternalLazy.pp.ml as __MELANGE_RUNTIME__/melange/camlinternalLazy.pp.ml) +(lib/melange/camlinternalFormatBasics.cmj as __MELANGE_RUNTIME__/melange/camlinternalFormatBasics.cmj) +(lib/melange/caml_parser.cmi as __MELANGE_RUNTIME__/melange/caml_parser.cmi) +(lib/melange/callback.cmj as __MELANGE_RUNTIME__/melange/callback.cmj) +(lib/melange/belt_internalBucketsType.cmi as __MELANGE_RUNTIME__/melange/belt_internalBucketsType.cmi) +(lib/melange/moreLabels.cmt as __MELANGE_RUNTIME__/melange/moreLabels.cmt) +(lib/melange/caml_oo.cmj as __MELANGE_RUNTIME__/melange/caml_oo.cmj) +(lib/melange/lazy.cmt as __MELANGE_RUNTIME__/melange/lazy.cmt) +(lib/melange/listLabels.pp.ml as __MELANGE_RUNTIME__/melange/listLabels.pp.ml) +(lib/melange/caml_string_extern.cmj as __MELANGE_RUNTIME__/melange/caml_string_extern.cmj) +(lib/melange/camlinternalMod.cmj as __MELANGE_RUNTIME__/melange/camlinternalMod.cmj) +(lib/melange/bytesLabels.mli as __MELANGE_RUNTIME__/melange/bytesLabels.mli) +(lib/melange/bool.cmi as __MELANGE_RUNTIME__/melange/bool.cmi) +(lib/melange/caml_md5.cmj as __MELANGE_RUNTIME__/melange/caml_md5.cmj) +(lib/melange/caml_int32.cmi as __MELANGE_RUNTIME__/melange/caml_int32.cmi) +(lib/melange/caml_oo.cmi as __MELANGE_RUNTIME__/melange/caml_oo.cmi) +(lib/melange/camlinternalLazy.cmt as __MELANGE_RUNTIME__/melange/camlinternalLazy.cmt) +(lib/melange/genlex.pp.mli as __MELANGE_RUNTIME__/melange/genlex.pp.mli) +(lib/melange/caml_splice_call.cmti as __MELANGE_RUNTIME__/melange/caml_splice_call.cmti) +(lib/melange/js_json.pp.mli as __MELANGE_RUNTIME__/melange/js_json.pp.mli) +(lib/melange/weak.pp.ml as __MELANGE_RUNTIME__/melange/weak.pp.ml) +(lib/melange/array.cmt as __MELANGE_RUNTIME__/melange/array.cmt) +(lib/melange/caml_undefined_extern.cmi as __MELANGE_RUNTIME__/melange/caml_undefined_extern.cmi) +(lib/melange/arg.mli as __MELANGE_RUNTIME__/melange/arg.mli) +(lib/melange/random.cmj as __MELANGE_RUNTIME__/melange/random.cmj) +(lib/melange/unit.pp.ml as __MELANGE_RUNTIME__/melange/unit.pp.ml) +(lib/melange/belt_SetInt.cmj as __MELANGE_RUNTIME__/melange/belt_SetInt.cmj) +(lib/melange/camlinternalFormat.cmt as __MELANGE_RUNTIME__/melange/camlinternalFormat.cmt) +(lib/melange/camlinternalFormatBasics.mli as __MELANGE_RUNTIME__/melange/camlinternalFormatBasics.mli) +(lib/melange/caml_string_extern.pp.ml as __MELANGE_RUNTIME__/melange/caml_string_extern.pp.ml) +(lib/melange/belt_MutableSetString.mli as __MELANGE_RUNTIME__/melange/belt_MutableSetString.mli) +(lib/melange/node_fs.cmt as __MELANGE_RUNTIME__/melange/node_fs.cmt) +(lib/melange/js_global.cmt as __MELANGE_RUNTIME__/melange/js_global.cmt) +(lib/melange/js_mapperRt.cmi as __MELANGE_RUNTIME__/melange/js_mapperRt.cmi) +(lib/melange/digest.mli as __MELANGE_RUNTIME__/melange/digest.mli) +(lib/melange/caml_gc.cmt as __MELANGE_RUNTIME__/melange/caml_gc.cmt) +(lib/melange/caml_io.pp.ml as __MELANGE_RUNTIME__/melange/caml_io.pp.ml) +(lib/melange/js_string.ml as __MELANGE_RUNTIME__/melange/js_string.ml) +(lib/melange/arg.cmj as __MELANGE_RUNTIME__/melange/arg.cmj) +(lib/melange/js_vector.pp.mli as __MELANGE_RUNTIME__/melange/js_vector.pp.mli) +(lib/melange/caml.cmt as __MELANGE_RUNTIME__/melange/caml.cmt) +(lib/melange/belt.pp.ml as __MELANGE_RUNTIME__/melange/belt.pp.ml) +(lib/melange/belt_Int.cmj as __MELANGE_RUNTIME__/melange/belt_Int.cmj) +(lib/melange/caml_option.cmi as __MELANGE_RUNTIME__/melange/caml_option.cmi) +(lib/melange/caml_int64.cmi as __MELANGE_RUNTIME__/melange/caml_int64.cmi) +(lib/melange/belt_SortArray.mli as __MELANGE_RUNTIME__/melange/belt_SortArray.mli) +(lib/melange/js_float.cmj as __MELANGE_RUNTIME__/melange/js_float.cmj) +(lib/melange/js_string.cmt as __MELANGE_RUNTIME__/melange/js_string.cmt) +(lib/melange/caml_parser.mli as __MELANGE_RUNTIME__/melange/caml_parser.mli) +(lib/melange/scanf.mli as __MELANGE_RUNTIME__/melange/scanf.mli) +(lib/melange/weak.cmti as __MELANGE_RUNTIME__/melange/weak.cmti) +(lib/melange/caml_module.cmti as __MELANGE_RUNTIME__/melange/caml_module.cmti) +(lib/melange/caml_int64_extern.cmj as __MELANGE_RUNTIME__/melange/caml_int64_extern.cmj) +(lib/melange/js_typed_array2.cmt as __MELANGE_RUNTIME__/melange/js_typed_array2.cmt) +(lib/melange/complex.ml as __MELANGE_RUNTIME__/melange/complex.ml) +(lib/melange/belt_HashSetString.ml as __MELANGE_RUNTIME__/melange/belt_HashSetString.ml) +(lib/melange/js_json.pp.ml as __MELANGE_RUNTIME__/melange/js_json.pp.ml) +(lib/melange/caml_splice_call.pp.mli as __MELANGE_RUNTIME__/melange/caml_splice_call.pp.mli) +(lib/melange/caml_lexer.pp.ml as __MELANGE_RUNTIME__/melange/caml_lexer.pp.ml) +(lib/melange/caml_oo.pp.mli as __MELANGE_RUNTIME__/melange/caml_oo.pp.mli) +(lib/melange/stack.ml as __MELANGE_RUNTIME__/melange/stack.ml) +(lib/melange/filename.pp.mli as __MELANGE_RUNTIME__/melange/filename.pp.mli) +(lib/melange/belt_internalAVLtree.cmj as __MELANGE_RUNTIME__/melange/belt_internalAVLtree.cmj) +(lib/melange/filename.cmti as __MELANGE_RUNTIME__/melange/filename.cmti) +(lib/melange/list.pp.mli as __MELANGE_RUNTIME__/melange/list.pp.mli) +(lib/melange/belt_HashMapInt.ml as __MELANGE_RUNTIME__/melange/belt_HashMapInt.ml) +(lib/melange/js_list.cmt as __MELANGE_RUNTIME__/melange/js_list.cmt) +(lib/melange/char.pp.mli as __MELANGE_RUNTIME__/melange/char.pp.mli) +(lib/melange/js_re.cmi as __MELANGE_RUNTIME__/melange/js_re.cmi) +(lib/melange/belt_SortArrayInt.pp.ml as __MELANGE_RUNTIME__/melange/belt_SortArrayInt.pp.ml) +(lib/melange/js_exn.ml as __MELANGE_RUNTIME__/melange/js_exn.ml) +(lib/melange/belt_internalSetBuckets.mli as __MELANGE_RUNTIME__/melange/belt_internalSetBuckets.mli) +(lib/melange/belt_MutableSetInt.cmi as __MELANGE_RUNTIME__/melange/belt_MutableSetInt.cmi) +(lib/melange/caml_int32_extern.cmj as __MELANGE_RUNTIME__/melange/caml_int32_extern.cmj) +(lib/melange/callback.pp.mli as __MELANGE_RUNTIME__/melange/callback.pp.mli) +(lib/melange/js_json.cmti as __MELANGE_RUNTIME__/melange/js_json.cmti) +(lib/melange/marshal.cmt as __MELANGE_RUNTIME__/melange/marshal.cmt) +(lib/melange/belt_internalMapString.cmt as __MELANGE_RUNTIME__/melange/belt_internalMapString.cmt) +(lib/melange/belt_SortArray.ml as __MELANGE_RUNTIME__/melange/belt_SortArray.ml) +(lib/melange/obj.pp.mli as __MELANGE_RUNTIME__/melange/obj.pp.mli) +(lib/melange/belt_MutableMapString.pp.ml as __MELANGE_RUNTIME__/melange/belt_MutableMapString.pp.ml) +(lib/melange/belt_MutableQueue.pp.ml as __MELANGE_RUNTIME__/melange/belt_MutableQueue.pp.ml) +(lib/melange/js_result.mli as __MELANGE_RUNTIME__/melange/js_result.mli) +(lib/melange/caml_splice_call.cmj as __MELANGE_RUNTIME__/melange/caml_splice_call.cmj) +(lib/melange/oo.mli as __MELANGE_RUNTIME__/melange/oo.mli) +(lib/melange/marshal.pp.ml as __MELANGE_RUNTIME__/melange/marshal.pp.ml) +(lib/melange/belt_internalSetBuckets.cmi as __MELANGE_RUNTIME__/melange/belt_internalSetBuckets.cmi) +(lib/melange/caml.cmj as __MELANGE_RUNTIME__/melange/caml.cmj) +(lib/melange/js_global.ml as __MELANGE_RUNTIME__/melange/js_global.ml) +(lib/melange/complex.cmt as __MELANGE_RUNTIME__/melange/complex.cmt) +(lib/melange/caml_format.pp.ml as __MELANGE_RUNTIME__/melange/caml_format.pp.ml) +(lib/melange/belt_Option.pp.ml as __MELANGE_RUNTIME__/melange/belt_Option.pp.ml) +(lib/melange/js_exn.pp.ml as __MELANGE_RUNTIME__/melange/js_exn.pp.ml) +(lib/melange/belt_HashMapString.pp.ml as __MELANGE_RUNTIME__/melange/belt_HashMapString.pp.ml) +(lib/melange/filename.cmt as __MELANGE_RUNTIME__/melange/filename.cmt) +(lib/melange/std_exit.ml as __MELANGE_RUNTIME__/melange/std_exit.ml) +(lib/melange/belt_MapDict.cmt as __MELANGE_RUNTIME__/melange/belt_MapDict.cmt) +(lib/melange/pervasives.cmj as __MELANGE_RUNTIME__/melange/pervasives.cmj) +(lib/melange/arrayLabels.pp.ml as __MELANGE_RUNTIME__/melange/arrayLabels.pp.ml) +(lib/melange/printf.pp.mli as __MELANGE_RUNTIME__/melange/printf.pp.mli) +(lib/melange/js_null_undefined.cmi as __MELANGE_RUNTIME__/melange/js_null_undefined.cmi) +(lib/melange/belt_HashMapInt.cmti as __MELANGE_RUNTIME__/melange/belt_HashMapInt.cmti) +(lib/melange/node.ml as __MELANGE_RUNTIME__/melange/node.ml) +(lib/melange/node_path.ml as __MELANGE_RUNTIME__/melange/node_path.ml) +(lib/melange/node__no_aliases.cmi as __MELANGE_RUNTIME__/melange/node__no_aliases.cmi) +(lib/melange/caml_string.cmj as __MELANGE_RUNTIME__/melange/caml_string.cmj) +(lib/melange/belt_MutableMapInt.mli as __MELANGE_RUNTIME__/melange/belt_MutableMapInt.mli) +(lib/melange/digest.cmti as __MELANGE_RUNTIME__/melange/digest.cmti) +(lib/melange/js_null.cmt as __MELANGE_RUNTIME__/melange/js_null.cmt) +(lib/melange/array.cmti as __MELANGE_RUNTIME__/melange/array.cmti) +(lib/melange/belt_Int.cmt as __MELANGE_RUNTIME__/melange/belt_Int.cmt) +(lib/melange/belt_Id.cmi as __MELANGE_RUNTIME__/melange/belt_Id.cmi) +(lib/melange/caml_bytes.pp.mli as __MELANGE_RUNTIME__/melange/caml_bytes.pp.mli) +(lib/melange/genlex.cmt as __MELANGE_RUNTIME__/melange/genlex.cmt) +(lib/melange/belt_HashMapString.cmi as __MELANGE_RUNTIME__/melange/belt_HashMapString.cmi) +(lib/melange/js_result.cmj as __MELANGE_RUNTIME__/melange/js_result.cmj) +(lib/melange/belt_SortArray.pp.ml as __MELANGE_RUNTIME__/melange/belt_SortArray.pp.ml) +(lib/melange/belt_HashSetInt.pp.mli as __MELANGE_RUNTIME__/melange/belt_HashSetInt.pp.mli) +(lib/melange/buffer.cmj as __MELANGE_RUNTIME__/melange/buffer.cmj) +(lib/melange/belt_Range.ml as __MELANGE_RUNTIME__/melange/belt_Range.ml) +(lib/melange/js_string.cmi as __MELANGE_RUNTIME__/melange/js_string.cmi) +(lib/melange/js_re.pp.ml as __MELANGE_RUNTIME__/melange/js_re.pp.ml) +(lib/melange/js_array2.cmi as __MELANGE_RUNTIME__/melange/js_array2.cmi) +(lib/melange/caml_md5.mli as __MELANGE_RUNTIME__/melange/caml_md5.mli) +(lib/melange/buffer.pp.ml as __MELANGE_RUNTIME__/melange/buffer.pp.ml) +(lib/melange/camlinternalFormatBasics.pp.ml as __MELANGE_RUNTIME__/melange/camlinternalFormatBasics.pp.ml) +(lib/melange/arg.pp.mli as __MELANGE_RUNTIME__/melange/arg.pp.mli) +(lib/melange/belt_internalMapString.pp.ml as __MELANGE_RUNTIME__/melange/belt_internalMapString.pp.ml) +(lib/melange/belt_internalAVLtree.pp.mli as __MELANGE_RUNTIME__/melange/belt_internalAVLtree.pp.mli) +(lib/melange/digest.pp.ml as __MELANGE_RUNTIME__/melange/digest.pp.ml) +(lib/melange/stream.mli as __MELANGE_RUNTIME__/melange/stream.mli) +(lib/melange/js_mapperRt.cmti as __MELANGE_RUNTIME__/melange/js_mapperRt.cmti) +(lib/melange/bytes.cmt as __MELANGE_RUNTIME__/melange/bytes.cmt) +(lib/melange/js_null_undefined.pp.ml as __MELANGE_RUNTIME__/melange/js_null_undefined.pp.ml) +(lib/melange/belt_HashSet.cmt as __MELANGE_RUNTIME__/melange/belt_HashSet.cmt) +(lib/melange/atomic.cmi as __MELANGE_RUNTIME__/melange/atomic.cmi) +(lib/melange/js_date.ml as __MELANGE_RUNTIME__/melange/js_date.ml) +(lib/melange/caml_hash_primitive.cmti as __MELANGE_RUNTIME__/melange/caml_hash_primitive.cmti) +(lib/melange/camlinternalFormat.ml as __MELANGE_RUNTIME__/melange/camlinternalFormat.ml) +(lib/melange/belt_HashMapString.cmti as __MELANGE_RUNTIME__/melange/belt_HashMapString.cmti) +(lib/melange/char.mli as __MELANGE_RUNTIME__/melange/char.mli) +(lib/melange/belt_SortArrayString.pp.mli as __MELANGE_RUNTIME__/melange/belt_SortArrayString.pp.mli) +(lib/melange/caml_hash.pp.mli as __MELANGE_RUNTIME__/melange/caml_hash.pp.mli) +(lib/melange/belt_MutableSet.cmi as __MELANGE_RUNTIME__/melange/belt_MutableSet.cmi) +(lib/melange/array.pp.mli as __MELANGE_RUNTIME__/melange/array.pp.mli) +(lib/melange/belt_List.cmti as __MELANGE_RUNTIME__/melange/belt_List.cmti) +(lib/melange/float.pp.ml as __MELANGE_RUNTIME__/melange/float.pp.ml) +(lib/melange/belt_MutableMapInt.ml as __MELANGE_RUNTIME__/melange/belt_MutableMapInt.ml) +(lib/melange/filename.cmj as __MELANGE_RUNTIME__/melange/filename.cmj) +(lib/melange/atomic.ml as __MELANGE_RUNTIME__/melange/atomic.ml) +(lib/melange/lazy.cmi as __MELANGE_RUNTIME__/melange/lazy.cmi) +(lib/melange/js_types.cmti as __MELANGE_RUNTIME__/melange/js_types.cmti) +(lib/melange/js_null_undefined.cmt as __MELANGE_RUNTIME__/melange/js_null_undefined.cmt) +(lib/melange/belt_MutableQueue.mli as __MELANGE_RUNTIME__/melange/belt_MutableQueue.mli) +(lib/melange/caml_float.ml as __MELANGE_RUNTIME__/melange/caml_float.ml) +(lib/melange/belt_Float.cmj as __MELANGE_RUNTIME__/melange/belt_Float.cmj) +(lib/melange/belt_List.cmj as __MELANGE_RUNTIME__/melange/belt_List.cmj) +(lib/melange/js_promise.ml as __MELANGE_RUNTIME__/melange/js_promise.ml) +(lib/melange/obj.cmt as __MELANGE_RUNTIME__/melange/obj.cmt) +(lib/melange/bytesLabels.cmi as __MELANGE_RUNTIME__/melange/bytesLabels.cmi) +(lib/melange/js.ml as __MELANGE_RUNTIME__/melange/js.ml) +(lib/melange/node__no_aliases.ml as __MELANGE_RUNTIME__/melange/node__no_aliases.ml) +(lib/melange/out_channel.cmj as __MELANGE_RUNTIME__/melange/out_channel.cmj) +(lib/melange/js_math.pp.ml as __MELANGE_RUNTIME__/melange/js_math.pp.ml) +(lib/melange/caml_option.pp.mli as __MELANGE_RUNTIME__/melange/caml_option.pp.mli) +(lib/melange/belt_internalSetString.cmi as __MELANGE_RUNTIME__/melange/belt_internalSetString.cmi) +(lib/melange/camlinternalLazy.mli as __MELANGE_RUNTIME__/melange/camlinternalLazy.mli) +(lib/melange/node_module.ml as __MELANGE_RUNTIME__/melange/node_module.ml) +(lib/melange/caml_float.cmi as __MELANGE_RUNTIME__/melange/caml_float.cmi) +(lib/melange/caml_bytes.mli as __MELANGE_RUNTIME__/melange/caml_bytes.mli) +(lib/melange/belt_Result.pp.mli as __MELANGE_RUNTIME__/melange/belt_Result.pp.mli) +(lib/melange/curry.pp.ml as __MELANGE_RUNTIME__/melange/curry.pp.ml) +(lib/melange/set.cmti as __MELANGE_RUNTIME__/melange/set.cmti) +(lib/melange/belt_SetString.pp.mli as __MELANGE_RUNTIME__/melange/belt_SetString.pp.mli) +(lib/melange/curry.cmt as __MELANGE_RUNTIME__/melange/curry.cmt) +(lib/melange/belt_Set.cmj as __MELANGE_RUNTIME__/melange/belt_Set.cmj) +(lib/melange/dom.pp.ml as __MELANGE_RUNTIME__/melange/dom.pp.ml) +(lib/melange/parsing.pp.mli as __MELANGE_RUNTIME__/melange/parsing.pp.mli) +(lib/melange/caml_sys.pp.mli as __MELANGE_RUNTIME__/melange/caml_sys.pp.mli) +(lib/melange/belt_Option.cmti as __MELANGE_RUNTIME__/melange/belt_Option.cmti) +(lib/melange/sort.cppo.ml as __MELANGE_RUNTIME__/melange/sort.cppo.ml) +(lib/melange/belt_Option.cmi as __MELANGE_RUNTIME__/melange/belt_Option.cmi) +(lib/melange/caml_md5.pp.mli as __MELANGE_RUNTIME__/melange/caml_md5.pp.mli) +(lib/melange/caml_int64_extern.cmt as __MELANGE_RUNTIME__/melange/caml_int64_extern.cmt) +(lib/melange/belt_internalBucketsType.pp.ml as __MELANGE_RUNTIME__/melange/belt_internalBucketsType.pp.ml) +(lib/melange/camlinternalAtomic.cmt as __MELANGE_RUNTIME__/melange/camlinternalAtomic.cmt) +(lib/melange/stringLabels.cmj as __MELANGE_RUNTIME__/melange/stringLabels.cmj) +(lib/melange/js_result.cmt as __MELANGE_RUNTIME__/melange/js_result.cmt) +(lib/melange/callback.pp.ml as __MELANGE_RUNTIME__/melange/callback.pp.ml) +(lib/melange/stdlib.cmi as __MELANGE_RUNTIME__/melange/stdlib.cmi) +(lib/melange/caml_int64.pp.ml as __MELANGE_RUNTIME__/melange/caml_int64.pp.ml) +(lib/melange/int64.ml as __MELANGE_RUNTIME__/melange/int64.ml) +(lib/melange/node_child_process.pp.ml as __MELANGE_RUNTIME__/melange/node_child_process.pp.ml) +(lib/melange/belt_internalBuckets.cmt as __MELANGE_RUNTIME__/melange/belt_internalBuckets.cmt) +(lib/melange/unit.cmj as __MELANGE_RUNTIME__/melange/unit.cmj) +(lib/melange/belt_SetDict.pp.ml as __MELANGE_RUNTIME__/melange/belt_SetDict.pp.ml) +(lib/melange/belt_Map.cmi as __MELANGE_RUNTIME__/melange/belt_Map.cmi) +(lib/melange/caml_int32.cmti as __MELANGE_RUNTIME__/melange/caml_int32.cmti) +(lib/melange/caml_nativeint_extern.cmt as __MELANGE_RUNTIME__/melange/caml_nativeint_extern.cmt) +(lib/melange/seq.cmi as __MELANGE_RUNTIME__/melange/seq.cmi) +(lib/melange/caml_format.mli as __MELANGE_RUNTIME__/melange/caml_format.mli) +(lib/melange/js_result.cmti as __MELANGE_RUNTIME__/melange/js_result.cmti) +(lib/melange/caml_string_extern.ml as __MELANGE_RUNTIME__/melange/caml_string_extern.ml) +(lib/melange/caml_oo.ml as __MELANGE_RUNTIME__/melange/caml_oo.ml) +(lib/melange/internal_set.cppo.ml as __MELANGE_RUNTIME__/melange/internal_set.cppo.ml) +(lib/melange/belt_SetDict.cmti as __MELANGE_RUNTIME__/melange/belt_SetDict.cmti) +(lib/melange/belt_MapInt.cmt as __MELANGE_RUNTIME__/melange/belt_MapInt.cmt) +(lib/melange/caml_oo_curry.cmi as __MELANGE_RUNTIME__/melange/caml_oo_curry.cmi) +(lib/melange/caml_int64.cmt as __MELANGE_RUNTIME__/melange/caml_int64.cmt) +(lib/melange/belt_MutableMap.ml as __MELANGE_RUNTIME__/melange/belt_MutableMap.ml) +(lib/melange/caml_hash_primitive.pp.mli as __MELANGE_RUNTIME__/melange/caml_hash_primitive.pp.mli) +(lib/melange/belt_Option.mli as __MELANGE_RUNTIME__/melange/belt_Option.mli) +(lib/melange/js_result.pp.mli as __MELANGE_RUNTIME__/melange/js_result.pp.mli) +(lib/melange/obj.cmi as __MELANGE_RUNTIME__/melange/obj.cmi) +(lib/melange/js_option.pp.mli as __MELANGE_RUNTIME__/melange/js_option.pp.mli) +(lib/melange/oo.cmi as __MELANGE_RUNTIME__/melange/oo.cmi) +(lib/melange/belt_MapString.cmj as __MELANGE_RUNTIME__/melange/belt_MapString.cmj) +(lib/melange/setm.cppo.ml as __MELANGE_RUNTIME__/melange/setm.cppo.ml) +(lib/melange/belt_Int.pp.ml as __MELANGE_RUNTIME__/melange/belt_Int.pp.ml) +(lib/melange/belt_Float.cmt as __MELANGE_RUNTIME__/melange/belt_Float.cmt) +(lib/melange/caml_hash.mli as __MELANGE_RUNTIME__/melange/caml_hash.mli) +(lib/melange/caml_external_polyfill.cmi as __MELANGE_RUNTIME__/melange/caml_external_polyfill.cmi) +(lib/melange/bytesLabels.ml as __MELANGE_RUNTIME__/melange/bytesLabels.ml) +(lib/melange/int32.pp.mli as __MELANGE_RUNTIME__/melange/int32.pp.mli) +(lib/melange/caml_int32_extern.pp.ml as __MELANGE_RUNTIME__/melange/caml_int32_extern.pp.ml) +(lib/melange/belt_MutableMap.mli as __MELANGE_RUNTIME__/melange/belt_MutableMap.mli) +(lib/melange/belt_MutableStack.cmj as __MELANGE_RUNTIME__/melange/belt_MutableStack.cmj) +(lib/melange/camlinternalAtomic.pp.mli as __MELANGE_RUNTIME__/melange/camlinternalAtomic.pp.mli) +(lib/melange/belt_MutableQueue.cmt as __MELANGE_RUNTIME__/melange/belt_MutableQueue.cmt) +(lib/melange/lexing.cmj as __MELANGE_RUNTIME__/melange/lexing.cmj) +(lib/melange/array.cmj as __MELANGE_RUNTIME__/melange/array.cmj) +(lib/melange/camlinternalFormatBasics.cmti as __MELANGE_RUNTIME__/melange/camlinternalFormatBasics.cmti) +(lib/melange/obj.ml as __MELANGE_RUNTIME__/melange/obj.ml) +(lib/melange/sys.pp.ml as __MELANGE_RUNTIME__/melange/sys.pp.ml) +(lib/melange/belt_internalBuckets.cmj as __MELANGE_RUNTIME__/melange/belt_internalBuckets.cmj) +(lib/melange/caml.pp.ml as __MELANGE_RUNTIME__/melange/caml.pp.ml) +(lib/melange/marshal.pp.mli as __MELANGE_RUNTIME__/melange/marshal.pp.mli) +(lib/melange/belt_HashSet.pp.ml as __MELANGE_RUNTIME__/melange/belt_HashSet.pp.ml) +(lib/melange/atomic.pp.mli as __MELANGE_RUNTIME__/melange/atomic.pp.mli) +(lib/melange/belt_HashSet.ml as __MELANGE_RUNTIME__/melange/belt_HashSet.ml) +(lib/melange/in_channel.cmt as __MELANGE_RUNTIME__/melange/in_channel.cmt) +(lib/melange/printexc.cmj as __MELANGE_RUNTIME__/melange/printexc.cmj) +(lib/melange/js.cmt as __MELANGE_RUNTIME__/melange/js.cmt) +(lib/melange/int.cmti as __MELANGE_RUNTIME__/melange/int.cmti) +(lib/melange/belt_MutableSet.pp.mli as __MELANGE_RUNTIME__/melange/belt_MutableSet.pp.mli) +(lib/melange/node_path.cmi as __MELANGE_RUNTIME__/melange/node_path.cmi) +(lib/melange/js_cast.pp.mli as __MELANGE_RUNTIME__/melange/js_cast.pp.mli) +(lib/melange/float.pp.mli as __MELANGE_RUNTIME__/melange/float.pp.mli) +(lib/melange/caml_float.cmt as __MELANGE_RUNTIME__/melange/caml_float.cmt) +(lib/melange/caml_undefined_extern.cmt as __MELANGE_RUNTIME__/melange/caml_undefined_extern.cmt) +(lib/melange/sys.mli as __MELANGE_RUNTIME__/melange/sys.mli) +(lib/melange/belt_MutableSetString.cmj as __MELANGE_RUNTIME__/melange/belt_MutableSetString.cmj) +(lib/melange/caml_gc.ml as __MELANGE_RUNTIME__/melange/caml_gc.ml) +(lib/melange/caml_gc.mli as __MELANGE_RUNTIME__/melange/caml_gc.mli) +(lib/melange/js_string2.pp.ml as __MELANGE_RUNTIME__/melange/js_string2.pp.ml) +(lib/melange/dom_storage.cmt as __MELANGE_RUNTIME__/melange/dom_storage.cmt) +(lib/melange/hashset.cppo.ml as __MELANGE_RUNTIME__/melange/hashset.cppo.ml) +(lib/melange/js_typed_array.ml as __MELANGE_RUNTIME__/melange/js_typed_array.ml) +(lib/melange/arrayLabels.cmti as __MELANGE_RUNTIME__/melange/arrayLabels.cmti) +(lib/melange/oo.ml as __MELANGE_RUNTIME__/melange/oo.ml) +(lib/melange/pervasives.cmt as __MELANGE_RUNTIME__/melange/pervasives.cmt) +(lib/melange/belt_HashSetString.cmt as __MELANGE_RUNTIME__/melange/belt_HashSetString.cmt) +(lib/melange/hashtbl.mli as __MELANGE_RUNTIME__/melange/hashtbl.mli) +(lib/melange/genlex.ml as __MELANGE_RUNTIME__/melange/genlex.ml) +(lib/melange/belt_MutableMapString.cmt as __MELANGE_RUNTIME__/melange/belt_MutableMapString.cmt) +(lib/melange/hashtbl.ml as __MELANGE_RUNTIME__/melange/hashtbl.ml) +(lib/melange/node_buffer.cmj as __MELANGE_RUNTIME__/melange/node_buffer.cmj) +(lib/melange/belt_internalBuckets.mli as __MELANGE_RUNTIME__/melange/belt_internalBuckets.mli) +(lib/melange/result.ml as __MELANGE_RUNTIME__/melange/result.ml) +(lib/melange/caml_module.ml as __MELANGE_RUNTIME__/melange/caml_module.ml) +(lib/melange/dom_storage2.cmj as __MELANGE_RUNTIME__/melange/dom_storage2.cmj) +(lib/melange/belt_internalBucketsType.cmti as __MELANGE_RUNTIME__/melange/belt_internalBucketsType.cmti) +(lib/melange/random.mli as __MELANGE_RUNTIME__/melange/random.mli) +(lib/melange/map.pp.ml as __MELANGE_RUNTIME__/melange/map.pp.ml) +(lib/melange/stdlib.cmj as __MELANGE_RUNTIME__/melange/stdlib.cmj) +(lib/melange/belt_internalSetBuckets.pp.ml as __MELANGE_RUNTIME__/melange/belt_internalSetBuckets.pp.ml) +(lib/melange/js_OO.cmi as __MELANGE_RUNTIME__/melange/js_OO.cmi) +(lib/melange/arg.pp.ml as __MELANGE_RUNTIME__/melange/arg.pp.ml) +(lib/melange/camlinternalAtomic.ml as __MELANGE_RUNTIME__/melange/camlinternalAtomic.ml) +(lib/melange/belt_Float.cmti as __MELANGE_RUNTIME__/melange/belt_Float.cmti) +(lib/melange/belt_MapDict.cmi as __MELANGE_RUNTIME__/melange/belt_MapDict.cmi) +(lib/melange/camlinternalMod.cmt as __MELANGE_RUNTIME__/melange/camlinternalMod.cmt) +(lib/melange/char.cmj as __MELANGE_RUNTIME__/melange/char.cmj) +(lib/melange/caml_array.mli as __MELANGE_RUNTIME__/melange/caml_array.mli) +(lib/melange/callback.cmt as __MELANGE_RUNTIME__/melange/callback.cmt) +(lib/melange/caml_js_exceptions.cmj as __MELANGE_RUNTIME__/melange/caml_js_exceptions.cmj) +(lib/melange/js_null.cmj as __MELANGE_RUNTIME__/melange/js_null.cmj) +(lib/melange/dom.ml as __MELANGE_RUNTIME__/melange/dom.ml) +(lib/melange/lexing.pp.mli as __MELANGE_RUNTIME__/melange/lexing.pp.mli) +(lib/melange/belt_MutableMapString.pp.mli as __MELANGE_RUNTIME__/melange/belt_MutableMapString.pp.mli) +(lib/melange/caml_int64_extern.pp.ml as __MELANGE_RUNTIME__/melange/caml_int64_extern.pp.ml) +(lib/melange/belt_MapString.mli as __MELANGE_RUNTIME__/melange/belt_MapString.mli) +(lib/melange/bytes.pp.ml as __MELANGE_RUNTIME__/melange/bytes.pp.ml) +(lib/melange/belt_MapInt.pp.ml as __MELANGE_RUNTIME__/melange/belt_MapInt.pp.ml) +(lib/melange/caml_hash_primitive.pp.ml as __MELANGE_RUNTIME__/melange/caml_hash_primitive.pp.ml) +(lib/melange/belt_internalSetString.cmj as __MELANGE_RUNTIME__/melange/belt_internalSetString.cmj) +(lib/melange/belt_SortArrayInt.cmj as __MELANGE_RUNTIME__/melange/belt_SortArrayInt.cmj) +(lib/melange/js_float.pp.ml as __MELANGE_RUNTIME__/melange/js_float.pp.ml) +(lib/melange/hashtbl.cmj as __MELANGE_RUNTIME__/melange/hashtbl.cmj) +(lib/melange/belt_MutableSetInt.cmt as __MELANGE_RUNTIME__/melange/belt_MutableSetInt.cmt) +(lib/melange/map.cmj as __MELANGE_RUNTIME__/melange/map.cmj) +(lib/melange/belt_SetInt.cmti as __MELANGE_RUNTIME__/melange/belt_SetInt.cmti) +(lib/melange/stdlib.mli as __MELANGE_RUNTIME__/melange/stdlib.mli) +(lib/melange/ephemeron.mli as __MELANGE_RUNTIME__/melange/ephemeron.mli) +(lib/melange/stack.cmti as __MELANGE_RUNTIME__/melange/stack.cmti) +(lib/melange/caml_string.pp.mli as __MELANGE_RUNTIME__/melange/caml_string.pp.mli) +(lib/melange/belt_HashSetString.pp.mli as __MELANGE_RUNTIME__/melange/belt_HashSetString.pp.mli) +(lib/melange/js_date.cmj as __MELANGE_RUNTIME__/melange/js_date.cmj) +(lib/melange/belt_MapDict.cmj as __MELANGE_RUNTIME__/melange/belt_MapDict.cmj) +(lib/melange/belt_Id.cmt as __MELANGE_RUNTIME__/melange/belt_Id.cmt) +(lib/melange/caml_sys.cmt as __MELANGE_RUNTIME__/melange/caml_sys.cmt) +(lib/melange/js_result.ml as __MELANGE_RUNTIME__/melange/js_result.ml) +(lib/melange/belt_Set.pp.ml as __MELANGE_RUNTIME__/melange/belt_Set.pp.ml) +(lib/melange/js_array.cmt as __MELANGE_RUNTIME__/melange/js_array.cmt) +(lib/melange/weak.cmi as __MELANGE_RUNTIME__/melange/weak.cmi) +(lib/melange/int64.pp.ml as __MELANGE_RUNTIME__/melange/int64.pp.ml) +(lib/melange/caml_sys.ml as __MELANGE_RUNTIME__/melange/caml_sys.ml) +(lib/melange/printf.cmi as __MELANGE_RUNTIME__/melange/printf.cmi) +(lib/melange/belt_List.pp.ml as __MELANGE_RUNTIME__/melange/belt_List.pp.ml) +(lib/melange/js_mapperRt.mli as __MELANGE_RUNTIME__/melange/js_mapperRt.mli) +(lib/melange/belt_Int.ml as __MELANGE_RUNTIME__/melange/belt_Int.ml) +(lib/melange/belt_Id.cmti as __MELANGE_RUNTIME__/melange/belt_Id.cmti) +(lib/melange/stack.cmj as __MELANGE_RUNTIME__/melange/stack.cmj) +(lib/melange/belt_internalBuckets.pp.mli as __MELANGE_RUNTIME__/melange/belt_internalBuckets.pp.mli) +(lib/melange/belt_SortArrayInt.cmi as __MELANGE_RUNTIME__/melange/belt_SortArrayInt.cmi) +(lib/melange/belt_MutableSet.ml as __MELANGE_RUNTIME__/melange/belt_MutableSet.ml) +(lib/melange/fun.pp.mli as __MELANGE_RUNTIME__/melange/fun.pp.mli) +(lib/melange/camlinternalAtomic.pp.ml as __MELANGE_RUNTIME__/melange/camlinternalAtomic.pp.ml) +(lib/melange/arrayLabels.cmi as __MELANGE_RUNTIME__/melange/arrayLabels.cmi) +(lib/melange/format.mli as __MELANGE_RUNTIME__/melange/format.mli) +(lib/melange/camlinternalFormat.cmti as __MELANGE_RUNTIME__/melange/camlinternalFormat.cmti) +(lib/melange/dom.cmj as __MELANGE_RUNTIME__/melange/dom.cmj) +(lib/melange/js_typed_array.cmj as __MELANGE_RUNTIME__/melange/js_typed_array.cmj) +(lib/melange/belt_Set.cmti as __MELANGE_RUNTIME__/melange/belt_Set.cmti) +(lib/melange/js.cmj as __MELANGE_RUNTIME__/melange/js.cmj) +(lib/melange/belt_HashMapString.cmj as __MELANGE_RUNTIME__/melange/belt_HashMapString.cmj) +(lib/melange/parsing.mli as __MELANGE_RUNTIME__/melange/parsing.mli) +(lib/melange/belt_HashSetInt.ml as __MELANGE_RUNTIME__/melange/belt_HashSetInt.ml) +(lib/melange/camlinternalOO.ml as __MELANGE_RUNTIME__/melange/camlinternalOO.ml) +(lib/melange/node.cmt as __MELANGE_RUNTIME__/melange/node.cmt) +(lib/melange/printexc.cmi as __MELANGE_RUNTIME__/melange/printexc.cmi) +(lib/melange/gc.mli as __MELANGE_RUNTIME__/melange/gc.mli) +(lib/melange/caml_array_extern.ml as __MELANGE_RUNTIME__/melange/caml_array_extern.ml) +(lib/melange/belt_internalSetBuckets.cmt as __MELANGE_RUNTIME__/melange/belt_internalSetBuckets.cmt) +(lib/melange/float.ml as __MELANGE_RUNTIME__/melange/float.ml) +(lib/melange/belt_MutableMap.cmj as __MELANGE_RUNTIME__/melange/belt_MutableMap.cmj) +(lib/melange/belt_MutableSetInt.cmti as __MELANGE_RUNTIME__/melange/belt_MutableSetInt.cmti) +(lib/melange/js_option.cmti as __MELANGE_RUNTIME__/melange/js_option.cmti) +(lib/melange/belt_Array.cmti as __MELANGE_RUNTIME__/melange/belt_Array.cmti) +(lib/melange/js_typed_array2.pp.ml as __MELANGE_RUNTIME__/melange/js_typed_array2.pp.ml) +(lib/melange/camlinternalAtomic.mli as __MELANGE_RUNTIME__/melange/camlinternalAtomic.mli) +(lib/melange/js_array.ml as __MELANGE_RUNTIME__/melange/js_array.ml) +(lib/melange/result.pp.ml as __MELANGE_RUNTIME__/melange/result.pp.ml) +(lib/melange/belt_SortArrayString.cmi as __MELANGE_RUNTIME__/melange/belt_SortArrayString.cmi) +(lib/melange/js_vector.cmti as __MELANGE_RUNTIME__/melange/js_vector.cmti) +(lib/melange/seq.cmt as __MELANGE_RUNTIME__/melange/seq.cmt) +(lib/melange/mapm.cppo.mli as __MELANGE_RUNTIME__/melange/mapm.cppo.mli) +(lib/melange/node_child_process.cmt as __MELANGE_RUNTIME__/melange/node_child_process.cmt) +(lib/melange/array.pp.ml as __MELANGE_RUNTIME__/melange/array.pp.ml) +(lib/melange/hashtbl.pp.ml as __MELANGE_RUNTIME__/melange/hashtbl.pp.ml) +(lib/melange/camlinternalMod.pp.ml as __MELANGE_RUNTIME__/melange/camlinternalMod.pp.ml) +(lib/melange/belt_SetString.cmi as __MELANGE_RUNTIME__/melange/belt_SetString.cmi) +(lib/melange/js_null_undefined.cmj as __MELANGE_RUNTIME__/melange/js_null_undefined.cmj) +(lib/melange/belt_SetString.ml as __MELANGE_RUNTIME__/melange/belt_SetString.ml) +(lib/melange/js_null.pp.mli as __MELANGE_RUNTIME__/melange/js_null.pp.mli) +(lib/melange/stdLabels.cmt as __MELANGE_RUNTIME__/melange/stdLabels.cmt) +(lib/melange/caml_js_exceptions.pp.ml as __MELANGE_RUNTIME__/melange/caml_js_exceptions.pp.ml) +(lib/melange/node.pp.ml as __MELANGE_RUNTIME__/melange/node.pp.ml) +(lib/melange/stdLabels.cmi as __MELANGE_RUNTIME__/melange/stdLabels.cmi) +(lib/melange/belt_internalMapInt.cmj as __MELANGE_RUNTIME__/melange/belt_internalMapInt.cmj) +(lib/melange/js_vector.cmj as __MELANGE_RUNTIME__/melange/js_vector.cmj) +(lib/melange/dom_storage2.cmt as __MELANGE_RUNTIME__/melange/dom_storage2.cmt) +(lib/melange/caml_int32_extern.ml as __MELANGE_RUNTIME__/melange/caml_int32_extern.ml) +(lib/melange/genlex.pp.ml as __MELANGE_RUNTIME__/melange/genlex.pp.ml) +(lib/melange/caml_module.cmi as __MELANGE_RUNTIME__/melange/caml_module.cmi) +(lib/melange/js_json.cmj as __MELANGE_RUNTIME__/melange/js_json.cmj) +(lib/melange/js_cast.cmi as __MELANGE_RUNTIME__/melange/js_cast.cmi) +(lib/melange/complex.pp.mli as __MELANGE_RUNTIME__/melange/complex.pp.mli) +(lib/melange/belt_Map.mli as __MELANGE_RUNTIME__/melange/belt_Map.mli) +(lib/melange/string.pp.ml as __MELANGE_RUNTIME__/melange/string.pp.ml) +(lib/melange/float.cmj as __MELANGE_RUNTIME__/melange/float.cmj) +(lib/melange/belt_SortArrayString.cmt as __MELANGE_RUNTIME__/melange/belt_SortArrayString.cmt) +(lib/melange/filename.mli as __MELANGE_RUNTIME__/melange/filename.mli) +(lib/melange/printf.cmti as __MELANGE_RUNTIME__/melange/printf.cmti) +(lib/melange/caml_gc.cmj as __MELANGE_RUNTIME__/melange/caml_gc.cmj) +(lib/melange/js_undefined.ml as __MELANGE_RUNTIME__/melange/js_undefined.ml) +(lib/melange/belt_Result.cmi as __MELANGE_RUNTIME__/melange/belt_Result.cmi) +(lib/melange/printexc.pp.ml as __MELANGE_RUNTIME__/melange/printexc.pp.ml) +(lib/melange/belt_SetInt.pp.mli as __MELANGE_RUNTIME__/melange/belt_SetInt.pp.mli) +(lib/melange/list.mli as __MELANGE_RUNTIME__/melange/list.mli) +(lib/melange/caml_int64.cmj as __MELANGE_RUNTIME__/melange/caml_int64.cmj) +(lib/melange/js_mapperRt.pp.mli as __MELANGE_RUNTIME__/melange/js_mapperRt.pp.mli) +(lib/melange/int32.cmj as __MELANGE_RUNTIME__/melange/int32.cmj) +(lib/melange/int.pp.mli as __MELANGE_RUNTIME__/melange/int.pp.mli) +(lib/melange/dom_storage.ml as __MELANGE_RUNTIME__/melange/dom_storage.ml) +(lib/melange/caml_int32.pp.ml as __MELANGE_RUNTIME__/melange/caml_int32.pp.ml) +(lib/melange/caml_float.pp.mli as __MELANGE_RUNTIME__/melange/caml_float.pp.mli) +(lib/melange/js_undefined.pp.mli as __MELANGE_RUNTIME__/melange/js_undefined.pp.mli) +(lib/melange/ephemeron.cmt as __MELANGE_RUNTIME__/melange/ephemeron.cmt) +(lib/melange/belt_internalMapInt.pp.ml as __MELANGE_RUNTIME__/melange/belt_internalMapInt.pp.ml) +(lib/melange/caml_bytes.ml as __MELANGE_RUNTIME__/melange/caml_bytes.ml) +(lib/melange/belt_MapInt.cmi as __MELANGE_RUNTIME__/melange/belt_MapInt.cmi) +(lib/melange/js_cast.cmt as __MELANGE_RUNTIME__/melange/js_cast.cmt) +(lib/melange/complex.pp.ml as __MELANGE_RUNTIME__/melange/complex.pp.ml) +(lib/melange/weak.pp.mli as __MELANGE_RUNTIME__/melange/weak.pp.mli) +(lib/melange/belt_Array.cmj as __MELANGE_RUNTIME__/melange/belt_Array.cmj) +(lib/melange/belt_HashMap.cmj as __MELANGE_RUNTIME__/melange/belt_HashMap.cmj) +(lib/melange/belt_SetString.cmt as __MELANGE_RUNTIME__/melange/belt_SetString.cmt) +(lib/melange/scanf.cmti as __MELANGE_RUNTIME__/melange/scanf.cmti) +(lib/melange/js_typed_array.cppo.ml as __MELANGE_RUNTIME__/melange/js_typed_array.cppo.ml) +(lib/melange/dom_storage2.pp.ml as __MELANGE_RUNTIME__/melange/dom_storage2.pp.ml) +(lib/melange/in_channel.ml as __MELANGE_RUNTIME__/melange/in_channel.ml) +(lib/melange/moreLabels.ml as __MELANGE_RUNTIME__/melange/moreLabels.ml) +(lib/melange/belt_Int.mli as __MELANGE_RUNTIME__/melange/belt_Int.mli) +(lib/melange/js_option.ml as __MELANGE_RUNTIME__/melange/js_option.ml) +(lib/melange/js_vector.mli as __MELANGE_RUNTIME__/melange/js_vector.mli) +(lib/melange/queue.cmt as __MELANGE_RUNTIME__/melange/queue.cmt) +(lib/melange/js_dict.cmi as __MELANGE_RUNTIME__/melange/js_dict.cmi) +(lib/melange/ephemeron.cmi as __MELANGE_RUNTIME__/melange/ephemeron.cmi) +(lib/melange/belt_internalBucketsType.cmj as __MELANGE_RUNTIME__/melange/belt_internalBucketsType.cmj) +(lib/melange/js_undefined.cmj as __MELANGE_RUNTIME__/melange/js_undefined.cmj) +(lib/melange/caml_oo_curry.cmt as __MELANGE_RUNTIME__/melange/caml_oo_curry.cmt) +(lib/melange/belt_Array.cmt as __MELANGE_RUNTIME__/melange/belt_Array.cmt) +(lib/melange/belt_HashSetString.cmj as __MELANGE_RUNTIME__/melange/belt_HashSetString.cmj) +(lib/melange/std_exit.cmj as __MELANGE_RUNTIME__/melange/std_exit.cmj) +(lib/melange/belt_MutableQueue.cmti as __MELANGE_RUNTIME__/melange/belt_MutableQueue.cmti) +(lib/melange/caml_splice_call.cmt as __MELANGE_RUNTIME__/melange/caml_splice_call.cmt) +(lib/melange/seq.ml as __MELANGE_RUNTIME__/melange/seq.ml) +(lib/melange/js_promise.cmi as __MELANGE_RUNTIME__/melange/js_promise.cmi) +(lib/melange/caml_module.cmt as __MELANGE_RUNTIME__/melange/caml_module.cmt) +(lib/melange/belt_internalAVLtree.cmt as __MELANGE_RUNTIME__/melange/belt_internalAVLtree.cmt) +(lib/melange/stdlib.pp.mli as __MELANGE_RUNTIME__/melange/stdlib.pp.mli) +(lib/melange/caml_array_extern.cmj as __MELANGE_RUNTIME__/melange/caml_array_extern.cmj) +(lib/melange/camlinternalMod.ml as __MELANGE_RUNTIME__/melange/camlinternalMod.ml) +(lib/melange/belt_internalMapString.cmi as __MELANGE_RUNTIME__/melange/belt_internalMapString.cmi) +(lib/melange/node_module.cmj as __MELANGE_RUNTIME__/melange/node_module.cmj) +(lib/melange/caml_undefined_extern.cmj as __MELANGE_RUNTIME__/melange/caml_undefined_extern.cmj) +(lib/melange/fun.cmti as __MELANGE_RUNTIME__/melange/fun.cmti) +(lib/melange/list.cmti as __MELANGE_RUNTIME__/melange/list.cmti) +(lib/melange/node__no_aliases.cmj as __MELANGE_RUNTIME__/melange/node__no_aliases.cmj) +(lib/melange/belt_Array.cmi as __MELANGE_RUNTIME__/melange/belt_Array.cmi) +(lib/melange/listLabels.cmti as __MELANGE_RUNTIME__/melange/listLabels.cmti) +(lib/melange/string.cmti as __MELANGE_RUNTIME__/melange/string.cmti) +(lib/melange/int64.cmj as __MELANGE_RUNTIME__/melange/int64.cmj) +(lib/melange/int.ml as __MELANGE_RUNTIME__/melange/int.ml) +(lib/melange/caml_nativeint_extern.cmj as __MELANGE_RUNTIME__/melange/caml_nativeint_extern.cmj) +(lib/melange/belt_MapInt.pp.mli as __MELANGE_RUNTIME__/melange/belt_MapInt.pp.mli) +(lib/melange/list.ml as __MELANGE_RUNTIME__/melange/list.ml) +(lib/melange/stack.pp.ml as __MELANGE_RUNTIME__/melange/stack.pp.ml) +(lib/melange/buffer.cmi as __MELANGE_RUNTIME__/melange/buffer.cmi) +(lib/melange/camlinternalFormatBasics.ml as __MELANGE_RUNTIME__/melange/camlinternalFormatBasics.ml) +(lib/melange/js_cast.ml as __MELANGE_RUNTIME__/melange/js_cast.ml) +(lib/melange/caml_array.cmi as __MELANGE_RUNTIME__/melange/caml_array.cmi) +(lib/melange/belt_MutableMapString.cmj as __MELANGE_RUNTIME__/melange/belt_MutableMapString.cmj) +(lib/melange/set.ml as __MELANGE_RUNTIME__/melange/set.ml) +(lib/melange/pervasives.pp.ml as __MELANGE_RUNTIME__/melange/pervasives.pp.ml) +(lib/melange/belt_MutableQueue.pp.mli as __MELANGE_RUNTIME__/melange/belt_MutableQueue.pp.mli) +(lib/melange/camlinternalOO.cmti as __MELANGE_RUNTIME__/melange/camlinternalOO.cmti) +(lib/melange/belt_List.mli as __MELANGE_RUNTIME__/melange/belt_List.mli) +(lib/melange/belt_Int.cmi as __MELANGE_RUNTIME__/melange/belt_Int.cmi) +(lib/melange/map.cmt as __MELANGE_RUNTIME__/melange/map.cmt) +(lib/melange/caml_array.cmti as __MELANGE_RUNTIME__/melange/caml_array.cmti) +(lib/melange/dom_storage2.ml as __MELANGE_RUNTIME__/melange/dom_storage2.ml) +(lib/melange/js_null_undefined.mli as __MELANGE_RUNTIME__/melange/js_null_undefined.mli) +(lib/melange/caml_exceptions.cmj as __MELANGE_RUNTIME__/melange/caml_exceptions.cmj) +(lib/melange/caml_oo.cmt as __MELANGE_RUNTIME__/melange/caml_oo.cmt) +(lib/melange/belt_internalMapString.cmj as __MELANGE_RUNTIME__/melange/belt_internalMapString.cmj) +(lib/melange/list.pp.ml as __MELANGE_RUNTIME__/melange/list.pp.ml) +(lib/melange/belt_Map.ml as __MELANGE_RUNTIME__/melange/belt_Map.ml) +(lib/melange/belt_internalBucketsType.ml as __MELANGE_RUNTIME__/melange/belt_internalBucketsType.ml) +(lib/melange/belt_HashMap.pp.ml as __MELANGE_RUNTIME__/melange/belt_HashMap.pp.ml) +(lib/melange/caml_module.mli as __MELANGE_RUNTIME__/melange/caml_module.mli) +(lib/melange/belt_SortArrayString.cmti as __MELANGE_RUNTIME__/melange/belt_SortArrayString.cmti) +(lib/melange/js_re.cmt as __MELANGE_RUNTIME__/melange/js_re.cmt) +(lib/melange/caml_io.cmj as __MELANGE_RUNTIME__/melange/caml_io.cmj) +(lib/melange/node.cmj as __MELANGE_RUNTIME__/melange/node.cmj) +(lib/melange/belt_HashSetInt.mli as __MELANGE_RUNTIME__/melange/belt_HashSetInt.mli) +(lib/melange/camlinternalOO.pp.ml as __MELANGE_RUNTIME__/melange/camlinternalOO.pp.ml) +(lib/melange/belt_internalBucketsType.pp.mli as __MELANGE_RUNTIME__/melange/belt_internalBucketsType.pp.mli) +(lib/melange/caml_bytes.cmt as __MELANGE_RUNTIME__/melange/caml_bytes.cmt) +(lib/melange/caml_int32.ml as __MELANGE_RUNTIME__/melange/caml_int32.ml) +(lib/melange/fun.cmj as __MELANGE_RUNTIME__/melange/fun.cmj) +(lib/melange/belt_Range.cmt as __MELANGE_RUNTIME__/melange/belt_Range.cmt) +(lib/melange/js_string.pp.ml as __MELANGE_RUNTIME__/melange/js_string.pp.ml) +(lib/melange/gc.cmt as __MELANGE_RUNTIME__/melange/gc.cmt) +(lib/melange/camlinternalLazy.cmj as __MELANGE_RUNTIME__/melange/camlinternalLazy.cmj) +(lib/melange/js_list.pp.mli as __MELANGE_RUNTIME__/melange/js_list.pp.mli) +(lib/melange/belt_HashSetInt.pp.ml as __MELANGE_RUNTIME__/melange/belt_HashSetInt.pp.ml) +(lib/melange/float.cmi as __MELANGE_RUNTIME__/melange/float.cmi) +(lib/melange/bytes.ml as __MELANGE_RUNTIME__/melange/bytes.ml) +(lib/melange/stdlib.cmti as __MELANGE_RUNTIME__/melange/stdlib.cmti) +(lib/melange/sort.cppo.mli as __MELANGE_RUNTIME__/melange/sort.cppo.mli) +(lib/melange/node__no_aliases.pp.ml as __MELANGE_RUNTIME__/melange/node__no_aliases.pp.ml) +(lib/melange/moreLabels.pp.ml as __MELANGE_RUNTIME__/melange/moreLabels.pp.ml) +(lib/melange/char.cmti as __MELANGE_RUNTIME__/melange/char.cmti) +(lib/melange/weak.cmj as __MELANGE_RUNTIME__/melange/weak.cmj) +(lib/melange/char.cmt as __MELANGE_RUNTIME__/melange/char.cmt) +(lib/melange/caml_module.pp.mli as __MELANGE_RUNTIME__/melange/caml_module.pp.mli) +(lib/melange/belt_MapDict.mli as __MELANGE_RUNTIME__/melange/belt_MapDict.mli) +(lib/melange/internal_map.cppo.ml as __MELANGE_RUNTIME__/melange/internal_map.cppo.ml) +(lib/melange/caml_array.cmt as __MELANGE_RUNTIME__/melange/caml_array.cmt) +(lib/melange/js_typed_array2.cmi as __MELANGE_RUNTIME__/melange/js_typed_array2.cmi) +(lib/melange/belt_MapString.pp.mli as __MELANGE_RUNTIME__/melange/belt_MapString.pp.mli) +(lib/melange/belt_MapDict.cmti as __MELANGE_RUNTIME__/melange/belt_MapDict.cmti) +(lib/melange/caml_string_extern.cmt as __MELANGE_RUNTIME__/melange/caml_string_extern.cmt) +(lib/melange/belt_MutableQueue.cmi as __MELANGE_RUNTIME__/melange/belt_MutableQueue.cmi) +(lib/melange/js_option.cmj as __MELANGE_RUNTIME__/melange/js_option.cmj) +(lib/melange/int64.cmt as __MELANGE_RUNTIME__/melange/int64.cmt) +(lib/melange/int64.mli as __MELANGE_RUNTIME__/melange/int64.mli) +(lib/melange/bytes.pp.mli as __MELANGE_RUNTIME__/melange/bytes.pp.mli) +(lib/melange/js_string2.cmj as __MELANGE_RUNTIME__/melange/js_string2.cmj) +(lib/melange/belt_SetInt.cmt as __MELANGE_RUNTIME__/melange/belt_SetInt.cmt) +(lib/melange/lexing.cmt as __MELANGE_RUNTIME__/melange/lexing.cmt) +(lib/melange/belt_SortArrayInt.cmt as __MELANGE_RUNTIME__/melange/belt_SortArrayInt.cmt) +(lib/melange/uchar.cmti as __MELANGE_RUNTIME__/melange/uchar.cmti) +(lib/melange/caml_obj.ml as __MELANGE_RUNTIME__/melange/caml_obj.ml) +(lib/melange/int32.cmti as __MELANGE_RUNTIME__/melange/int32.cmti) +(lib/melange/caml_hash_primitive.cmj as __MELANGE_RUNTIME__/melange/caml_hash_primitive.cmj) +(lib/melange/js_exn.pp.mli as __MELANGE_RUNTIME__/melange/js_exn.pp.mli) +(lib/melange/caml_splice_call.ml as __MELANGE_RUNTIME__/melange/caml_splice_call.ml) +(lib/melange/js_types.mli as __MELANGE_RUNTIME__/melange/js_types.mli) +(lib/melange/map.cppo.mli as __MELANGE_RUNTIME__/melange/map.cppo.mli) +(lib/melange/complex.mli as __MELANGE_RUNTIME__/melange/complex.mli) +(lib/melange/printf.pp.ml as __MELANGE_RUNTIME__/melange/printf.pp.ml) +(lib/melange/belt_Id.pp.ml as __MELANGE_RUNTIME__/melange/belt_Id.pp.ml) +(lib/melange/printf.ml as __MELANGE_RUNTIME__/melange/printf.ml) +(lib/melange/caml_lexer.pp.mli as __MELANGE_RUNTIME__/melange/caml_lexer.pp.mli) +(lib/melange/map.ml as __MELANGE_RUNTIME__/melange/map.ml) +(lib/melange/buffer.ml as __MELANGE_RUNTIME__/melange/buffer.ml) +(lib/melange/digest.ml as __MELANGE_RUNTIME__/melange/digest.ml) +(lib/melange/buffer.cmt as __MELANGE_RUNTIME__/melange/buffer.cmt) +(lib/melange/stdLabels.ml as __MELANGE_RUNTIME__/melange/stdLabels.ml) +(lib/melange/caml_oo_curry.cmj as __MELANGE_RUNTIME__/melange/caml_oo_curry.cmj) +(lib/melange/random.cmt as __MELANGE_RUNTIME__/melange/random.cmt) +(lib/melange/caml_exceptions.cmt as __MELANGE_RUNTIME__/melange/caml_exceptions.cmt) +(lib/melange/js_types.cmi as __MELANGE_RUNTIME__/melange/js_types.cmi) +(lib/melange/scanf.cmt as __MELANGE_RUNTIME__/melange/scanf.cmt) +(lib/melange/random.cmti as __MELANGE_RUNTIME__/melange/random.cmti) +(lib/melange/oo.pp.mli as __MELANGE_RUNTIME__/melange/oo.pp.mli) +(lib/melange/bytesLabels.cmt as __MELANGE_RUNTIME__/melange/bytesLabels.cmt) +(lib/melange/caml_float_extern.cmt as __MELANGE_RUNTIME__/melange/caml_float_extern.cmt) +(lib/melange/marshal.cmti as __MELANGE_RUNTIME__/melange/marshal.cmti) +(lib/melange/stream.cmt as __MELANGE_RUNTIME__/melange/stream.cmt) +(lib/melange/caml.cmti as __MELANGE_RUNTIME__/melange/caml.cmti) +(lib/melange/dom_storage.pp.ml as __MELANGE_RUNTIME__/melange/dom_storage.pp.ml) +(lib/melange/string.pp.mli as __MELANGE_RUNTIME__/melange/string.pp.mli) +(lib/melange/stream.cmj as __MELANGE_RUNTIME__/melange/stream.cmj) +(lib/melange/node_process.cmi as __MELANGE_RUNTIME__/melange/node_process.cmi) +(lib/melange/belt_internalBuckets.ml as __MELANGE_RUNTIME__/melange/belt_internalBuckets.ml) +(lib/melange/node_fs.pp.ml as __MELANGE_RUNTIME__/melange/node_fs.pp.ml) +(lib/melange/js_cast.pp.ml as __MELANGE_RUNTIME__/melange/js_cast.pp.ml) +(lib/melange/belt_SetDict.ml as __MELANGE_RUNTIME__/melange/belt_SetDict.ml) +(lib/melange/belt_SetDict.pp.mli as __MELANGE_RUNTIME__/melange/belt_SetDict.pp.mli) +(lib/melange/js.cmi as __MELANGE_RUNTIME__/melange/js.cmi) +(lib/melange/sys.cmj as __MELANGE_RUNTIME__/melange/sys.cmj) +(lib/melange/belt_Array.mli as __MELANGE_RUNTIME__/melange/belt_Array.mli) +(lib/melange/stdLabels.pp.mli as __MELANGE_RUNTIME__/melange/stdLabels.pp.mli) +(lib/melange/caml_lexer.cmt as __MELANGE_RUNTIME__/melange/caml_lexer.cmt) +(lib/melange/bytesLabels.pp.ml as __MELANGE_RUNTIME__/melange/bytesLabels.pp.ml) +(lib/melange/js_date.cmi as __MELANGE_RUNTIME__/melange/js_date.cmi) +(lib/melange/queue.pp.ml as __MELANGE_RUNTIME__/melange/queue.pp.ml) +(lib/melange/belt_Range.cmj as __MELANGE_RUNTIME__/melange/belt_Range.cmj) +(lib/melange/belt_MutableSetString.pp.ml as __MELANGE_RUNTIME__/melange/belt_MutableSetString.pp.ml) +(lib/melange/scanf.cmj as __MELANGE_RUNTIME__/melange/scanf.cmj) +(lib/melange/caml_float_extern.cmi as __MELANGE_RUNTIME__/melange/caml_float_extern.cmi) +(lib/melange/caml_obj.cmj as __MELANGE_RUNTIME__/melange/caml_obj.cmj) +(lib/melange/belt_MutableSet.cmj as __MELANGE_RUNTIME__/melange/belt_MutableSet.cmj) +(lib/melange/node_child_process.cmi as __MELANGE_RUNTIME__/melange/node_child_process.cmi) +(lib/melange/sys.cmi as __MELANGE_RUNTIME__/melange/sys.cmi) +(lib/melange/caml_nativeint_extern.ml as __MELANGE_RUNTIME__/melange/caml_nativeint_extern.ml) +(lib/melange/list.cmt as __MELANGE_RUNTIME__/melange/list.cmt) +(lib/melange/belt_HashSet.mli as __MELANGE_RUNTIME__/melange/belt_HashSet.mli) +(lib/melange/caml_bytes.cmj as __MELANGE_RUNTIME__/melange/caml_bytes.cmj) +(lib/melange/fun.pp.ml as __MELANGE_RUNTIME__/melange/fun.pp.ml) +(lib/melange/belt_Result.ml as __MELANGE_RUNTIME__/melange/belt_Result.ml) +(lib/melange/oo.pp.ml as __MELANGE_RUNTIME__/melange/oo.pp.ml) +(lib/melange/caml_format.ml as __MELANGE_RUNTIME__/melange/caml_format.ml) +(lib/melange/camlinternalOO.mli as __MELANGE_RUNTIME__/melange/camlinternalOO.mli) +(lib/melange/belt_HashMap.ml as __MELANGE_RUNTIME__/melange/belt_HashMap.ml) +(lib/melange/belt_Set.mli as __MELANGE_RUNTIME__/melange/belt_Set.mli) +(lib/melange/digest.pp.mli as __MELANGE_RUNTIME__/melange/digest.pp.mli) +(lib/melange/caml_undefined_extern.pp.ml as __MELANGE_RUNTIME__/melange/caml_undefined_extern.pp.ml) +(lib/melange/stringLabels.ml as __MELANGE_RUNTIME__/melange/stringLabels.ml) +(lib/melange/option.pp.mli as __MELANGE_RUNTIME__/melange/option.pp.mli) +(lib/melange/caml_int64.mli as __MELANGE_RUNTIME__/melange/caml_int64.mli) +(lib/melange/caml.pp.mli as __MELANGE_RUNTIME__/melange/caml.pp.mli) +(lib/melange/js_typed_array.cmt as __MELANGE_RUNTIME__/melange/js_typed_array.cmt) +(lib/melange/caml_external_polyfill.pp.ml as __MELANGE_RUNTIME__/melange/caml_external_polyfill.pp.ml) +(lib/melange/camlinternalLazy.ml as __MELANGE_RUNTIME__/melange/camlinternalLazy.ml) +(lib/melange/belt_SetString.mli as __MELANGE_RUNTIME__/melange/belt_SetString.mli) +(lib/melange/belt_HashMapInt.cmj as __MELANGE_RUNTIME__/melange/belt_HashMapInt.cmj) +(lib/melange/js_console.cmt as __MELANGE_RUNTIME__/melange/js_console.cmt) +(lib/melange/belt_MutableMap.pp.mli as __MELANGE_RUNTIME__/melange/belt_MutableMap.pp.mli) +(lib/melange/lexing.ml as __MELANGE_RUNTIME__/melange/lexing.ml) +(lib/melange/sys.pp.mli as __MELANGE_RUNTIME__/melange/sys.pp.mli) +(lib/melange/stack.cmi as __MELANGE_RUNTIME__/melange/stack.cmi) +(lib/melange/belt_Float.mli as __MELANGE_RUNTIME__/melange/belt_Float.mli) +(lib/melange/lazy.cmti as __MELANGE_RUNTIME__/melange/lazy.cmti) +(lib/melange/belt_HashSet.cmj as __MELANGE_RUNTIME__/melange/belt_HashSet.cmj) +(lib/melange/js_obj.cmi as __MELANGE_RUNTIME__/melange/js_obj.cmi) +(lib/melange/js_option.mli as __MELANGE_RUNTIME__/melange/js_option.mli) +(lib/melange/ephemeron.pp.mli as __MELANGE_RUNTIME__/melange/ephemeron.pp.mli) +(lib/melange/js_undefined.mli as __MELANGE_RUNTIME__/melange/js_undefined.mli) +(lib/melange/belt_HashSet.cmti as __MELANGE_RUNTIME__/melange/belt_HashSet.cmti) +(lib/melange/belt_MutableMapString.ml as __MELANGE_RUNTIME__/melange/belt_MutableMapString.ml) +(lib/melange/js_OO.pp.ml as __MELANGE_RUNTIME__/melange/js_OO.pp.ml) +(lib/melange/belt_HashSetString.cmi as __MELANGE_RUNTIME__/melange/belt_HashSetString.cmi) +(lib/melange/js_exn.mli as __MELANGE_RUNTIME__/melange/js_exn.mli) +(lib/melange/out_channel.pp.mli as __MELANGE_RUNTIME__/melange/out_channel.pp.mli) +(lib/melange/js_array2.cmj as __MELANGE_RUNTIME__/melange/js_array2.cmj) +(lib/melange/lazy.mli as __MELANGE_RUNTIME__/melange/lazy.mli) +(lib/melange/caml_obj.cmt as __MELANGE_RUNTIME__/melange/caml_obj.cmt) +(lib/melange/camlinternalOO.pp.mli as __MELANGE_RUNTIME__/melange/camlinternalOO.pp.mli) +(lib/melange/option.cmj as __MELANGE_RUNTIME__/melange/option.cmj) +(lib/melange/bytes.cmj as __MELANGE_RUNTIME__/melange/bytes.cmj) +(lib/melange/js_cast.mli as __MELANGE_RUNTIME__/melange/js_cast.mli) +(lib/melange/js_exn.cmti as __MELANGE_RUNTIME__/melange/js_exn.cmti) +(lib/melange/camlinternalOO.cmi as __MELANGE_RUNTIME__/melange/camlinternalOO.cmi) +(lib/melange/belt_Float.cmi as __MELANGE_RUNTIME__/melange/belt_Float.cmi) +(lib/melange/js_global.cmi as __MELANGE_RUNTIME__/melange/js_global.cmi) +(lib/melange/lexing.cmi as __MELANGE_RUNTIME__/melange/lexing.cmi) +(lib/melange/js_list.mli as __MELANGE_RUNTIME__/melange/js_list.mli) +(lib/melange/listLabels.mli as __MELANGE_RUNTIME__/melange/listLabels.mli) +(lib/melange/belt_MutableStack.mli as __MELANGE_RUNTIME__/melange/belt_MutableStack.mli) +(lib/melange/set.pp.mli as __MELANGE_RUNTIME__/melange/set.pp.mli) +(lib/melange/js_option.cmi as __MELANGE_RUNTIME__/melange/js_option.cmi) +(lib/melange/belt_Float.pp.mli as __MELANGE_RUNTIME__/melange/belt_Float.pp.mli) +(lib/melange/parsing.cmj as __MELANGE_RUNTIME__/melange/parsing.cmj) +(lib/melange/caml_io.cmti as __MELANGE_RUNTIME__/melange/caml_io.cmti) +(lib/melange/js_array2.cmt as __MELANGE_RUNTIME__/melange/js_array2.cmt) +(lib/melange/belt_internalSetInt.cmi as __MELANGE_RUNTIME__/melange/belt_internalSetInt.cmi) +(lib/melange/marshal.cmi as __MELANGE_RUNTIME__/melange/marshal.cmi) +(lib/melange/caml_splice_call.cmi as __MELANGE_RUNTIME__/melange/caml_splice_call.cmi) +(lib/melange/js_mapperRt.pp.ml as __MELANGE_RUNTIME__/melange/js_mapperRt.pp.ml) +(lib/melange/mapm.cppo.ml as __MELANGE_RUNTIME__/melange/mapm.cppo.ml) +(lib/melange/moreLabels.cmti as __MELANGE_RUNTIME__/melange/moreLabels.cmti) +(lib/melange/belt_SetDict.cmt as __MELANGE_RUNTIME__/melange/belt_SetDict.cmt) +(lib/melange/belt_SetString.cmj as __MELANGE_RUNTIME__/melange/belt_SetString.cmj) +(lib/melange/js_console.pp.ml as __MELANGE_RUNTIME__/melange/js_console.pp.ml) +(lib/melange/belt_internalAVLtree.pp.ml as __MELANGE_RUNTIME__/melange/belt_internalAVLtree.pp.ml) +(lib/melange/belt_HashMapString.ml as __MELANGE_RUNTIME__/melange/belt_HashMapString.ml) +(lib/melange/camlinternalAtomic.cmj as __MELANGE_RUNTIME__/melange/camlinternalAtomic.cmj) +(lib/melange/caml.mli as __MELANGE_RUNTIME__/melange/caml.mli) +(lib/melange/lexing.mli as __MELANGE_RUNTIME__/melange/lexing.mli) +(lib/melange/int32.ml as __MELANGE_RUNTIME__/melange/int32.ml) +(lib/melange/stdLabels.mli as __MELANGE_RUNTIME__/melange/stdLabels.mli) +(lib/melange/belt_MapInt.mli as __MELANGE_RUNTIME__/melange/belt_MapInt.mli) +(lib/melange/belt_Result.cmt as __MELANGE_RUNTIME__/melange/belt_Result.cmt) +(lib/melange/js_typed_array2.cmj as __MELANGE_RUNTIME__/melange/js_typed_array2.cmj) +(lib/melange/camlinternalFormat.mli as __MELANGE_RUNTIME__/melange/camlinternalFormat.mli) +(lib/melange/curry.ml as __MELANGE_RUNTIME__/melange/curry.ml) +(lib/melange/js_option.cmt as __MELANGE_RUNTIME__/melange/js_option.cmt) +(lib/melange/lazy.cmj as __MELANGE_RUNTIME__/melange/lazy.cmj) +(lib/melange/listLabels.cmj as __MELANGE_RUNTIME__/melange/listLabels.cmj) +(lib/melange/caml.cmi as __MELANGE_RUNTIME__/melange/caml.cmi) +(lib/melange/unit.ml as __MELANGE_RUNTIME__/melange/unit.ml) +(lib/melange/js_dict.ml as __MELANGE_RUNTIME__/melange/js_dict.ml) +(lib/melange/caml_sys.cmti as __MELANGE_RUNTIME__/melange/caml_sys.cmti) +(lib/melange/hashtbl.pp.mli as __MELANGE_RUNTIME__/melange/hashtbl.pp.mli) +(lib/melange/belt_Map.pp.ml as __MELANGE_RUNTIME__/melange/belt_Map.pp.ml) +(lib/melange/js_obj.cmt as __MELANGE_RUNTIME__/melange/js_obj.cmt) +(lib/melange/belt_MutableSetInt.mli as __MELANGE_RUNTIME__/melange/belt_MutableSetInt.mli) +(lib/melange/caml_obj.mli as __MELANGE_RUNTIME__/melange/caml_obj.mli) +(lib/melange/hashset.cppo.mli as __MELANGE_RUNTIME__/melange/hashset.cppo.mli) +(lib/melange/caml_string.cmi as __MELANGE_RUNTIME__/melange/caml_string.cmi) +(lib/melange/complex.cmj as __MELANGE_RUNTIME__/melange/complex.cmj) +(lib/melange/set.cmj as __MELANGE_RUNTIME__/melange/set.cmj) +(lib/melange/stack.pp.mli as __MELANGE_RUNTIME__/melange/stack.pp.mli) +(lib/melange/option.mli as __MELANGE_RUNTIME__/melange/option.mli) +(lib/melange/js_null.ml as __MELANGE_RUNTIME__/melange/js_null.ml) +(lib/melange/belt_List.cmt as __MELANGE_RUNTIME__/melange/belt_List.cmt) +(lib/melange/arg.ml as __MELANGE_RUNTIME__/melange/arg.ml) +(lib/melange/caml_module.cmj as __MELANGE_RUNTIME__/melange/caml_module.cmj) +(lib/melange/caml_int32_extern.cmt as __MELANGE_RUNTIME__/melange/caml_int32_extern.cmt) +(lib/melange/caml_int32.cmt as __MELANGE_RUNTIME__/melange/caml_int32.cmt) +(lib/melange/belt_HashMapString.pp.mli as __MELANGE_RUNTIME__/melange/belt_HashMapString.pp.mli) +(lib/melange/map.cmi as __MELANGE_RUNTIME__/melange/map.cmi) +(lib/melange/bytes.cmi as __MELANGE_RUNTIME__/melange/bytes.cmi) +(lib/melange/digest.cmi as __MELANGE_RUNTIME__/melange/digest.cmi) +(lib/melange/belt_HashSet.pp.mli as __MELANGE_RUNTIME__/melange/belt_HashSet.pp.mli) +(lib/melange/js_math.cmi as __MELANGE_RUNTIME__/melange/js_math.cmi) +(lib/melange/belt_internalAVLset.cmj as __MELANGE_RUNTIME__/melange/belt_internalAVLset.cmj) +(lib/melange/int64.pp.mli as __MELANGE_RUNTIME__/melange/int64.pp.mli) +(lib/melange/js_option.pp.ml as __MELANGE_RUNTIME__/melange/js_option.pp.ml) +(lib/melange/caml_array.ml as __MELANGE_RUNTIME__/melange/caml_array.ml) +(lib/melange/genlex.mli as __MELANGE_RUNTIME__/melange/genlex.mli) +(lib/melange/out_channel.cmt as __MELANGE_RUNTIME__/melange/out_channel.cmt) +(lib/melange/belt_MutableQueue.ml as __MELANGE_RUNTIME__/melange/belt_MutableQueue.ml) +(lib/melange/caml_int64_extern.ml as __MELANGE_RUNTIME__/melange/caml_int64_extern.ml) +(lib/melange/belt_Option.cmj as __MELANGE_RUNTIME__/melange/belt_Option.cmj) +(lib/melange/caml_float_extern.cmj as __MELANGE_RUNTIME__/melange/caml_float_extern.cmj) +(lib/melange/result.pp.mli as __MELANGE_RUNTIME__/melange/result.pp.mli) +(lib/melange/bool.cmt as __MELANGE_RUNTIME__/melange/bool.cmt) +(lib/melange/string.mli as __MELANGE_RUNTIME__/melange/string.mli) +(lib/melange/caml_array.cmj as __MELANGE_RUNTIME__/melange/caml_array.cmj) +(lib/melange/js_console.ml as __MELANGE_RUNTIME__/melange/js_console.ml) +(lib/melange/belt.ml as __MELANGE_RUNTIME__/melange/belt.ml) +(lib/melange/scanf.ml as __MELANGE_RUNTIME__/melange/scanf.ml) +(lib/melange/std_exit.cmt as __MELANGE_RUNTIME__/melange/std_exit.cmt) +(lib/melange/js_null.pp.ml as __MELANGE_RUNTIME__/melange/js_null.pp.ml) +(lib/melange/unit.cmi as __MELANGE_RUNTIME__/melange/unit.cmi) +(lib/melange/caml_int64.ml as __MELANGE_RUNTIME__/melange/caml_int64.ml) +(lib/melange/node_process.ml as __MELANGE_RUNTIME__/melange/node_process.ml) +(lib/melange/js_string2.cmi as __MELANGE_RUNTIME__/melange/js_string2.cmi) +(lib/melange/caml_lexer.cmj as __MELANGE_RUNTIME__/melange/caml_lexer.cmj) +(lib/melange/belt_internalAVLset.pp.ml as __MELANGE_RUNTIME__/melange/belt_internalAVLset.pp.ml) +(lib/melange/option.cmi as __MELANGE_RUNTIME__/melange/option.cmi) +(lib/melange/in_channel.cmi as __MELANGE_RUNTIME__/melange/in_channel.cmi) +(lib/melange/belt_internalAVLtree.cmi as __MELANGE_RUNTIME__/melange/belt_internalAVLtree.cmi) +(lib/melange/caml_option.mli as __MELANGE_RUNTIME__/melange/caml_option.mli) +(lib/melange/random.ml as __MELANGE_RUNTIME__/melange/random.ml) +(lib/melange/belt_internalSetString.cmt as __MELANGE_RUNTIME__/melange/belt_internalSetString.cmt) +(lib/melange/caml_array_extern.cmt as __MELANGE_RUNTIME__/melange/caml_array_extern.cmt) +(lib/melange/either.cmt as __MELANGE_RUNTIME__/melange/either.cmt) +(lib/melange/hashmap.cppo.ml as __MELANGE_RUNTIME__/melange/hashmap.cppo.ml) +(lib/melange/js.pp.ml as __MELANGE_RUNTIME__/melange/js.pp.ml) +(lib/melange/int.cmt as __MELANGE_RUNTIME__/melange/int.cmt) +(lib/melange/char.ml as __MELANGE_RUNTIME__/melange/char.ml) +(lib/melange/set.pp.ml as __MELANGE_RUNTIME__/melange/set.pp.ml) +(lib/melange/belt_MutableMap.cmti as __MELANGE_RUNTIME__/melange/belt_MutableMap.cmti) +(lib/melange/belt_Range.pp.ml as __MELANGE_RUNTIME__/melange/belt_Range.pp.ml) +(lib/melange/caml_option.pp.ml as __MELANGE_RUNTIME__/melange/caml_option.pp.ml) +(lib/melange/complex.cmi as __MELANGE_RUNTIME__/melange/complex.cmi) +(lib/melange/belt_MutableSet.mli as __MELANGE_RUNTIME__/melange/belt_MutableSet.mli) +(lib/melange/marshal.cmj as __MELANGE_RUNTIME__/melange/marshal.cmj) +(lib/melange/js_OO.ml as __MELANGE_RUNTIME__/melange/js_OO.ml) +(lib/melange/arrayLabels.cmj as __MELANGE_RUNTIME__/melange/arrayLabels.cmj) +(lib/melange/node_child_process.ml as __MELANGE_RUNTIME__/melange/node_child_process.ml) +(lib/melange/js_int.cmj as __MELANGE_RUNTIME__/melange/js_int.cmj) +(lib/melange/belt_Result.mli as __MELANGE_RUNTIME__/melange/belt_Result.mli) +(lib/melange/js_dict.cmj as __MELANGE_RUNTIME__/melange/js_dict.cmj) +(lib/melange/node_process.pp.mli as __MELANGE_RUNTIME__/melange/node_process.pp.mli) +(lib/melange/belt_MutableStack.pp.mli as __MELANGE_RUNTIME__/melange/belt_MutableStack.pp.mli) +(lib/melange/js_mapperRt.ml as __MELANGE_RUNTIME__/melange/js_mapperRt.ml) +(lib/melange/in_channel.cmj as __MELANGE_RUNTIME__/melange/in_channel.cmj) +(lib/melange/option.ml as __MELANGE_RUNTIME__/melange/option.ml) +(lib/melange/camlinternalFormatBasics.pp.mli as __MELANGE_RUNTIME__/melange/camlinternalFormatBasics.pp.mli) +(lib/melange/caml_splice_call.mli as __MELANGE_RUNTIME__/melange/caml_splice_call.mli) +(lib/melange/caml_gc.pp.mli as __MELANGE_RUNTIME__/melange/caml_gc.pp.mli) +(lib/melange/caml_format.cmt as __MELANGE_RUNTIME__/melange/caml_format.cmt) +(lib/melange/digest.cmj as __MELANGE_RUNTIME__/melange/digest.cmj) +(lib/melange/setm.cppo.mli as __MELANGE_RUNTIME__/melange/setm.cppo.mli) +(lib/melange/belt_internalMapInt.cmt as __MELANGE_RUNTIME__/melange/belt_internalMapInt.cmt) +(lib/melange/belt_internalAVLtree.cmti as __MELANGE_RUNTIME__/melange/belt_internalAVLtree.cmti) +(lib/melange/node_path.pp.ml as __MELANGE_RUNTIME__/melange/node_path.pp.ml) +(lib/melange/belt_MutableMapInt.cmti as __MELANGE_RUNTIME__/melange/belt_MutableMapInt.cmti) +(lib/melange/belt_HashSetString.mli as __MELANGE_RUNTIME__/melange/belt_HashSetString.mli) +(lib/melange/node_module.pp.ml as __MELANGE_RUNTIME__/melange/node_module.pp.ml) +(lib/melange/stream.ml as __MELANGE_RUNTIME__/melange/stream.ml) +(lib/melange/belt_Set.cppo.mli as __MELANGE_RUNTIME__/melange/belt_Set.cppo.mli) +(lib/melange/caml_float.pp.ml as __MELANGE_RUNTIME__/melange/caml_float.pp.ml) +(lib/melange/js_array.pp.ml as __MELANGE_RUNTIME__/melange/js_array.pp.ml) +(lib/melange/seq.pp.mli as __MELANGE_RUNTIME__/melange/seq.pp.mli) +(lib/melange/belt_internalMapString.ml as __MELANGE_RUNTIME__/melange/belt_internalMapString.ml) +(lib/melange/seq.cmti as __MELANGE_RUNTIME__/melange/seq.cmti) +(lib/melange/js_dict.cmti as __MELANGE_RUNTIME__/melange/js_dict.cmti) +(lib/melange/stringLabels.pp.ml as __MELANGE_RUNTIME__/melange/stringLabels.pp.ml) +(lib/melange/caml_exceptions.ml as __MELANGE_RUNTIME__/melange/caml_exceptions.ml) +(lib/melange/unit.pp.mli as __MELANGE_RUNTIME__/melange/unit.pp.mli) +(lib/melange/camlinternalLazy.pp.mli as __MELANGE_RUNTIME__/melange/camlinternalLazy.pp.mli) +(lib/melange/belt_MutableSet.cmt as __MELANGE_RUNTIME__/melange/belt_MutableSet.cmt) +(lib/melange/js_json.ml as __MELANGE_RUNTIME__/melange/js_json.ml) +(lib/melange/bool.cmj as __MELANGE_RUNTIME__/melange/bool.cmj) +(lib/melange/js_dict.pp.ml as __MELANGE_RUNTIME__/melange/js_dict.pp.ml) +(lib/melange/belt_MutableSetString.cmi as __MELANGE_RUNTIME__/melange/belt_MutableSetString.cmi) +(lib/melange/caml_splice_call.pp.ml as __MELANGE_RUNTIME__/melange/caml_splice_call.pp.ml) +(lib/melange/belt_internalAVLset.cmt as __MELANGE_RUNTIME__/melange/belt_internalAVLset.cmt) +(lib/melange/js_null.mli as __MELANGE_RUNTIME__/melange/js_null.mli) +(lib/melange/stdlib.ml as __MELANGE_RUNTIME__/melange/stdlib.ml) +(lib/melange/format.cmj as __MELANGE_RUNTIME__/melange/format.cmj) +(lib/melange/caml_string_extern.cmi as __MELANGE_RUNTIME__/melange/caml_string_extern.cmi) +(lib/melange/uchar.pp.ml as __MELANGE_RUNTIME__/melange/uchar.pp.ml) +(lib/melange/caml_array.pp.mli as __MELANGE_RUNTIME__/melange/caml_array.pp.mli) +(lib/melange/arrayLabels.mli as __MELANGE_RUNTIME__/melange/arrayLabels.mli) +(lib/melange/bytesLabels.cmti as __MELANGE_RUNTIME__/melange/bytesLabels.cmti) +(lib/melange/caml_js_exceptions.cmt as __MELANGE_RUNTIME__/melange/caml_js_exceptions.cmt) +(lib/melange/gc.cmi as __MELANGE_RUNTIME__/melange/gc.cmi) +(lib/melange/dom.cmt as __MELANGE_RUNTIME__/melange/dom.cmt) +(lib/melange/result.mli as __MELANGE_RUNTIME__/melange/result.mli) +(lib/melange/js_int.ml as __MELANGE_RUNTIME__/melange/js_int.ml) +(lib/melange/camlinternalLazy.cmi as __MELANGE_RUNTIME__/melange/camlinternalLazy.cmi) +(lib/melange/js_exn.cmj as __MELANGE_RUNTIME__/melange/js_exn.cmj) +(lib/melange/js_re.cmj as __MELANGE_RUNTIME__/melange/js_re.cmj) +(lib/melange/digest.cmt as __MELANGE_RUNTIME__/melange/digest.cmt) +(lib/melange/js_console.cmj as __MELANGE_RUNTIME__/melange/js_console.cmj) +(lib/melange/uchar.cmj as __MELANGE_RUNTIME__/melange/uchar.cmj) +(lib/melange/dom_storage2.cmi as __MELANGE_RUNTIME__/melange/dom_storage2.cmi) +(lib/melange/stream.cmti as __MELANGE_RUNTIME__/melange/stream.cmti) +(lib/melange/stdlib.cmt as __MELANGE_RUNTIME__/melange/stdlib.cmt) +(lib/melange/int32.cmi as __MELANGE_RUNTIME__/melange/int32.cmi) +(lib/melange/stdlib.pp.ml as __MELANGE_RUNTIME__/melange/stdlib.pp.ml) +(lib/melange/curry.cmj as __MELANGE_RUNTIME__/melange/curry.cmj) +(lib/melange/js_json.cmi as __MELANGE_RUNTIME__/melange/js_json.cmi) +(lib/melange/bytesLabels.pp.mli as __MELANGE_RUNTIME__/melange/bytesLabels.pp.mli) +(lib/melange/belt_Set.pp.mli as __MELANGE_RUNTIME__/melange/belt_Set.pp.mli) +(lib/melange/sys.ml as __MELANGE_RUNTIME__/melange/sys.ml) +(lib/melange/scanf.cmi as __MELANGE_RUNTIME__/melange/scanf.cmi) +(lib/melange/belt_Range.pp.mli as __MELANGE_RUNTIME__/melange/belt_Range.pp.mli) +(lib/melange/belt_HashMap.cmti as __MELANGE_RUNTIME__/melange/belt_HashMap.cmti) +(lib/melange/curry.cmi as __MELANGE_RUNTIME__/melange/curry.cmi) +(lib/melange/buffer.cmti as __MELANGE_RUNTIME__/melange/buffer.cmti) +(lib/melange/caml_js_exceptions.cmi as __MELANGE_RUNTIME__/melange/caml_js_exceptions.cmi) +(lib/melange/belt_HashMap.cmi as __MELANGE_RUNTIME__/melange/belt_HashMap.cmi) +(lib/melange/caml_hash.cmti as __MELANGE_RUNTIME__/melange/caml_hash.cmti) +(lib/melange/belt.cmi as __MELANGE_RUNTIME__/melange/belt.cmi) +(lib/melange/map.cmti as __MELANGE_RUNTIME__/melange/map.cmti) +(lib/melange/stringLabels.cmti as __MELANGE_RUNTIME__/melange/stringLabels.cmti) +(lib/melange/uchar.pp.mli as __MELANGE_RUNTIME__/melange/uchar.pp.mli) +(lib/melange/belt_MutableMap.cmt as __MELANGE_RUNTIME__/melange/belt_MutableMap.cmt) +(lib/melange/belt_MapString.pp.ml as __MELANGE_RUNTIME__/melange/belt_MapString.pp.ml) +(lib/melange/belt_MapString.cmti as __MELANGE_RUNTIME__/melange/belt_MapString.cmti) +(lib/melange/caml_option.cmti as __MELANGE_RUNTIME__/melange/caml_option.cmti) +(lib/melange/format.cmti as __MELANGE_RUNTIME__/melange/format.cmti) +(lib/melange/js_int.pp.ml as __MELANGE_RUNTIME__/melange/js_int.pp.ml) +(lib/melange/camlinternalAtomic.cmti as __MELANGE_RUNTIME__/melange/camlinternalAtomic.cmti) +(lib/melange/out_channel.cmi as __MELANGE_RUNTIME__/melange/out_channel.cmi) +(lib/melange/belt_internalAVLset.mli as __MELANGE_RUNTIME__/melange/belt_internalAVLset.mli) +(lib/melange/fun.cmt as __MELANGE_RUNTIME__/melange/fun.cmt) +(lib/melange/caml_hash.ml as __MELANGE_RUNTIME__/melange/caml_hash.ml) +(lib/melange/belt_internalAVLset.cmti as __MELANGE_RUNTIME__/melange/belt_internalAVLset.cmti) +(lib/melange/belt_SortArrayInt.mli as __MELANGE_RUNTIME__/melange/belt_SortArrayInt.mli) +(lib/melange/belt_MutableSetString.pp.mli as __MELANGE_RUNTIME__/melange/belt_MutableSetString.pp.mli) +(lib/melange/belt_Id.pp.mli as __MELANGE_RUNTIME__/melange/belt_Id.pp.mli) +(lib/melange/printf.cmj as __MELANGE_RUNTIME__/melange/printf.cmj) +(lib/melange/belt_HashMapInt.mli as __MELANGE_RUNTIME__/melange/belt_HashMapInt.mli) +(lib/melange/js_math.cmt as __MELANGE_RUNTIME__/melange/js_math.cmt) +(lib/melange/int.pp.ml as __MELANGE_RUNTIME__/melange/int.pp.ml) +(lib/melange/belt_MutableStack.cmti as __MELANGE_RUNTIME__/melange/belt_MutableStack.cmti) +(lib/melange/caml_int64.pp.mli as __MELANGE_RUNTIME__/melange/caml_int64.pp.mli) +(lib/melange/js_typed_array.pp.ml as __MELANGE_RUNTIME__/melange/js_typed_array.pp.ml) +(lib/melange/caml_hash_primitive.cmt as __MELANGE_RUNTIME__/melange/caml_hash_primitive.cmt) +(lib/melange/belt_HashSetInt.cmti as __MELANGE_RUNTIME__/melange/belt_HashSetInt.cmti) +(lib/melange/node_process.pp.ml as __MELANGE_RUNTIME__/melange/node_process.pp.ml) +(lib/melange/belt_SetString.cmti as __MELANGE_RUNTIME__/melange/belt_SetString.cmti) +(lib/melange/marshal.ml as __MELANGE_RUNTIME__/melange/marshal.ml) +(lib/melange/string.cmi as __MELANGE_RUNTIME__/melange/string.cmi) +(lib/melange/belt_internalBuckets.pp.ml as __MELANGE_RUNTIME__/melange/belt_internalBuckets.pp.ml) +(lib/melange/arg.cmti as __MELANGE_RUNTIME__/melange/arg.cmti) +(lib/melange/out_channel.ml as __MELANGE_RUNTIME__/melange/out_channel.ml) +(lib/melange/js_typed_array.cmi as __MELANGE_RUNTIME__/melange/js_typed_array.cmi) +(lib/melange/node_process.cmt as __MELANGE_RUNTIME__/melange/node_process.cmt) +(lib/melange/belt_MapInt.ml as __MELANGE_RUNTIME__/melange/belt_MapInt.ml) +(lib/melange/caml_gc.cmti as __MELANGE_RUNTIME__/melange/caml_gc.cmti) +(lib/melange/callback.cmti as __MELANGE_RUNTIME__/melange/callback.cmti) +(lib/melange/node_child_process.cmj as __MELANGE_RUNTIME__/melange/node_child_process.cmj) +(lib/melange/belt_Set.cmt as __MELANGE_RUNTIME__/melange/belt_Set.cmt) +(lib/melange/belt_SetString.pp.ml as __MELANGE_RUNTIME__/melange/belt_SetString.pp.ml) +(lib/melange/ephemeron.pp.ml as __MELANGE_RUNTIME__/melange/ephemeron.pp.ml) +(lib/melange/caml_string.cmt as __MELANGE_RUNTIME__/melange/caml_string.cmt) +(lib/melange/caml_option.ml as __MELANGE_RUNTIME__/melange/caml_option.ml) +(lib/melange/format.pp.ml as __MELANGE_RUNTIME__/melange/format.pp.ml) +(lib/melange/stack.cmt as __MELANGE_RUNTIME__/melange/stack.cmt) +(lib/melange/fun.ml as __MELANGE_RUNTIME__/melange/fun.ml) +(lib/melange/weak.ml as __MELANGE_RUNTIME__/melange/weak.ml) +(lib/melange/belt_MutableSetString.cmti as __MELANGE_RUNTIME__/melange/belt_MutableSetString.cmti) +(lib/melange/belt_internalBuckets.cmi as __MELANGE_RUNTIME__/melange/belt_internalBuckets.cmi) +(lib/melange/pervasives.cmi as __MELANGE_RUNTIME__/melange/pervasives.cmi) +(lib/melange/caml_bytes.pp.ml as __MELANGE_RUNTIME__/melange/caml_bytes.pp.ml) +(lib/melange/either.cmi as __MELANGE_RUNTIME__/melange/either.cmi) +(lib/melange/queue.cmti as __MELANGE_RUNTIME__/melange/queue.cmti) +(lib/melange/sys.cmti as __MELANGE_RUNTIME__/melange/sys.cmti) +(lib/melange/belt_MutableStack.ml as __MELANGE_RUNTIME__/melange/belt_MutableStack.ml) +(lib/melange/js_cast.cmj as __MELANGE_RUNTIME__/melange/js_cast.cmj) +(lib/melange/std_exit.pp.ml as __MELANGE_RUNTIME__/melange/std_exit.pp.ml) +(lib/melange/js_types.cmj as __MELANGE_RUNTIME__/melange/js_types.cmj) +(lib/melange/int64.cmti as __MELANGE_RUNTIME__/melange/int64.cmti) +(lib/melange/stringLabels.pp.mli as __MELANGE_RUNTIME__/melange/stringLabels.pp.mli) +(lib/melange/map.cppo.ml as __MELANGE_RUNTIME__/melange/map.cppo.ml) +(lib/melange/camlinternalFormat.cmj as __MELANGE_RUNTIME__/melange/camlinternalFormat.cmj) +(lib/melange/result.cmti as __MELANGE_RUNTIME__/melange/result.cmti) +(lib/melange/belt_Id.cmj as __MELANGE_RUNTIME__/melange/belt_Id.cmj) +(lib/melange/belt_MapString.cmi as __MELANGE_RUNTIME__/melange/belt_MapString.cmi) +(lib/melange/obj.pp.ml as __MELANGE_RUNTIME__/melange/obj.pp.ml) +(lib/melange/bool.pp.mli as __MELANGE_RUNTIME__/melange/bool.pp.mli) +(lib/melange/atomic.cmt as __MELANGE_RUNTIME__/melange/atomic.cmt) +(lib/melange/parsing.ml as __MELANGE_RUNTIME__/melange/parsing.ml) +(lib/melange/belt_HashMapInt.cmi as __MELANGE_RUNTIME__/melange/belt_HashMapInt.cmi) +(lib/melange/js_promise.cmt as __MELANGE_RUNTIME__/melange/js_promise.cmt) +(lib/melange/bytesLabels.cmj as __MELANGE_RUNTIME__/melange/bytesLabels.cmj) +(lib/melange/belt_SetInt.pp.ml as __MELANGE_RUNTIME__/melange/belt_SetInt.pp.ml) +(lib/melange/js_int.cmt as __MELANGE_RUNTIME__/melange/js_int.cmt) +(lib/melange/queue.pp.mli as __MELANGE_RUNTIME__/melange/queue.pp.mli) +(lib/melange/belt_Array.pp.ml as __MELANGE_RUNTIME__/melange/belt_Array.pp.ml) +(lib/melange/caml_io.cmt as __MELANGE_RUNTIME__/melange/caml_io.cmt) +(lib/melange/printf.cmt as __MELANGE_RUNTIME__/melange/printf.cmt) +(lib/melange/belt_internalBucketsType.cmt as __MELANGE_RUNTIME__/melange/belt_internalBucketsType.cmt) +(lib/melange/caml_md5.ml as __MELANGE_RUNTIME__/melange/caml_md5.ml) +(lib/melange/belt_SortArray.pp.mli as __MELANGE_RUNTIME__/melange/belt_SortArray.pp.mli) +(lib/melange/in_channel.pp.mli as __MELANGE_RUNTIME__/melange/in_channel.pp.mli) +(lib/melange/caml_md5.cmi as __MELANGE_RUNTIME__/melange/caml_md5.cmi) +(lib/melange/belt_Float.ml as __MELANGE_RUNTIME__/melange/belt_Float.ml) +(lib/melange/int64.cmi as __MELANGE_RUNTIME__/melange/int64.cmi) +(lib/melange/js_mapperRt.cmt as __MELANGE_RUNTIME__/melange/js_mapperRt.cmt) +(lib/melange/format.pp.mli as __MELANGE_RUNTIME__/melange/format.pp.mli) +(lib/melange/fun.mli as __MELANGE_RUNTIME__/melange/fun.mli) +(lib/melange/either.cmj as __MELANGE_RUNTIME__/melange/either.cmj) +(lib/melange/belt_Result.pp.ml as __MELANGE_RUNTIME__/melange/belt_Result.pp.ml) +(lib/melange/caml_oo_curry.pp.ml as __MELANGE_RUNTIME__/melange/caml_oo_curry.pp.ml)) \ No newline at end of file diff --git a/lib/find_artifacts.ml b/lib/find_artifacts.ml index 81aefd04d7..535fa9e91a 100644 --- a/lib/find_artifacts.ml +++ b/lib/find_artifacts.ml @@ -9,5 +9,6 @@ let () = (* Format.eprintf "x: %d %s@." (List.length files) (files |> String.concat "; "); *) Format.printf "(%a)" (Format.pp_print_list (fun fmt f -> - Format.fprintf fmt "(lib/melange/%s as melange/%s)" f f)) + Format.fprintf fmt "(lib/melange/%s as __MELANGE_RUNTIME__/melange/%s)" + f f)) files diff --git a/mel.opam b/mel.opam index 9bde854ccf..65f20a9b14 100644 --- a/mel.opam +++ b/mel.opam @@ -8,7 +8,7 @@ license: "LGPL-2.1-or-later" homepage: "https://github.com/melange-re/melange" bug-reports: "https://github.com/melange-re/melange/issues" depends: [ - "dune" {>= "3.5"} + "dune" {>= "3.7"} "ocaml" "melange" {= version} "cmdliner" {>= "1.1.0"} diff --git a/melange.opam b/melange.opam index 828e373a0f..5eae6d4fa0 100644 --- a/melange.opam +++ b/melange.opam @@ -7,7 +7,7 @@ license: "LGPL-2.1-or-later" homepage: "https://github.com/melange-re/melange" bug-reports: "https://github.com/melange-re/melange/issues" depends: [ - "dune" {>= "3.5"} + "dune" {>= "3.7"} "ocaml" {>= "4.14.0" & < "4.15.0"} "melange-compiler-libs" {>= "0.0.1-414"} "cmdliner" {>= "1.1.0"} diff --git a/nix/ci/test.nix b/nix/ci/test.nix index 3308c2fce6..fe5cefee00 100644 --- a/nix/ci/test.nix +++ b/nix/ci/test.nix @@ -71,7 +71,7 @@ stdenv.mkDerivation { checkPhase = '' # https://github.com/yarnpkg/yarn/issues/2629#issuecomment-685088015 yarn install --frozen-lockfile --check-files --cache-folder .ycache && rm -rf .ycache - ln -sfn ${packages.melange}/lib/melange/runtime node_modules/melange + ln -sfn ${packages.melange}/lib/melange/__MELANGE_RUNTIME__ node_modules/melange mel build -- --display=short node ./node_modules/.bin/mocha "./*_test.js" diff --git a/nix/default.nix b/nix/default.nix index 2495662f72..9662107770 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -34,8 +34,8 @@ rec { postInstall = '' mkdir -p $out/lib/melange - mv $out/lib/ocaml/${ocamlPackages.ocaml.version}/site-lib/melange/melange $out/lib/melange/melange - cp -r $out/lib/ocaml/${ocamlPackages.ocaml.version}/site-lib/melange/runtime $out/lib/melange/runtime + cp -r $out/lib/ocaml/${ocamlPackages.ocaml.version}/site-lib/melange/__MELANGE_RUNTIME__ \ + $out/lib/melange/__MELANGE_RUNTIME__ ''; inherit doCheck;