2018-08-03 11:19:56 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.19 2018/08/03 09:19:56 jaapb Exp $
|
2012-07-11 17:35:06 +02:00
|
|
|
bin/js_of_ocaml
|
2017-07-11 13:32:38 +02:00
|
|
|
bin/jsoo_link
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
bin/jsoo_minify
|
2018-06-05 18:19:16 +02:00
|
|
|
${PLIST.camlp4}${OCAML_SITELIB}/js_of_ocaml-camlp4/META
|
|
|
|
${PLIST.camlp4}${OCAML_SITELIB}/js_of_ocaml-camlp4/js_of_ocaml-camlp4.dune
|
|
|
|
${PLIST.camlp4}${OCAML_SITELIB}/js_of_ocaml-camlp4/opam
|
|
|
|
${PLIST.camlp4}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-camlp4/pa_js.a
|
|
|
|
${PLIST.camlp4}${OCAML_SITELIB}/js_of_ocaml-camlp4/pa_js.cma
|
|
|
|
${PLIST.camlp4}${OCAML_SITELIB}/js_of_ocaml-camlp4/pa_js.cmi
|
|
|
|
${PLIST.camlp4}${OCAML_SITELIB}/js_of_ocaml-camlp4/pa_js.cmt
|
2018-08-03 11:19:56 +02:00
|
|
|
${PLIST.camlp4}${OCAML_SITELIB}/js_of_ocaml-camlp4/pa_js.ml
|
2018-06-05 18:19:16 +02:00
|
|
|
${PLIST.camlp4}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-camlp4/pa_js.cmx
|
|
|
|
${PLIST.camlp4}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-camlp4/pa_js.cmxa
|
|
|
|
${PLIST.camlp4}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-camlp4/pa_js.cmxs
|
2018-08-03 11:19:56 +02:00
|
|
|
${PLIST.camlp4}${OCAML_SITELIB}/js_of_ocaml-camlp4/deriving/js_of_ocaml-camlp4.deriving.dune
|
|
|
|
${PLIST.camlp4}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-camlp4/deriving/pa_deriving_Json.a
|
|
|
|
${PLIST.camlp4}${OCAML_SITELIB}/js_of_ocaml-camlp4/deriving/pa_deriving_Json.cma
|
|
|
|
${PLIST.camlp4}${OCAML_SITELIB}/js_of_ocaml-camlp4/deriving/pa_deriving_Json.cmi
|
|
|
|
${PLIST.camlp4}${OCAML_SITELIB}/js_of_ocaml-camlp4/deriving/pa_deriving_Json.cmt
|
|
|
|
${PLIST.camlp4}${OCAML_SITELIB}/js_of_ocaml-camlp4/deriving/pa_deriving_Json.cmti
|
|
|
|
${PLIST.camlp4}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-camlp4/deriving/pa_deriving_Json.cmx
|
|
|
|
${PLIST.camlp4}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-camlp4/deriving/pa_deriving_Json.cmxa
|
|
|
|
${PLIST.camlp4}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-camlp4/deriving/pa_deriving_Json.cmxs
|
|
|
|
${PLIST.camlp4}${OCAML_SITELIB}/js_of_ocaml-camlp4/deriving/pa_deriving_Json.ml
|
|
|
|
${PLIST.camlp4}${OCAML_SITELIB}/js_of_ocaml-camlp4/deriving/pa_deriving_Json.mli
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/META
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/annot_lexer.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/annot_lexer.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/annot_parser.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/annot_parser.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/b64.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/b64.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/bigarray.js
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/bigstring.js
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/code.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/code.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/compiler_version.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/compiler_version.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/dgraph.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/dgraph.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/driver.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/driver.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/dynlink.js
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/eval.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/eval.mli
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.a
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.cma
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.cmx
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.cmxa
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.cmxs
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/js_of_ocaml-compiler.findlib-support.dune
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/flow.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/flow.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/freevars.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/freevars.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/fs.js
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/fs_fake.js
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/fs_node.js
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/gc.js
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/generate.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/generate.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/generate_closure.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/generate_closure.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/graphics.js
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/ieee_754.js
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/inline.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/inline.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/instr.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/instr.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/int64.js
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/internalMod.js
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/io.js
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/javascript.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/javascript.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_assign.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_assign.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_lexer.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_lexer.mli
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler.a
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler.cma
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler.cmt
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler.cmx
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler.cmxa
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler.cmxs
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml-compiler.dune
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler.ml-gen
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Annot_lexer.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Annot_lexer.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Annot_lexer.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Annot_lexer.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Annot_parser.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Annot_parser.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Annot_parser.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Annot_parser.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__B64.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__B64.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__B64.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__B64.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Code.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Code.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Code.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Code.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Compiler_version.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Compiler_version.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Compiler_version.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Compiler_version.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Dgraph.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Dgraph.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Dgraph.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Dgraph.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Driver.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Driver.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Driver.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Driver.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Eval.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Eval.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Eval.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Eval.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Flow.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Flow.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Flow.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Flow.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Freevars.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Freevars.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Freevars.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Freevars.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Generate.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Generate.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Generate.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Generate.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Generate_closure.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Generate_closure.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Generate_closure.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Generate_closure.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Inline.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Inline.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Inline.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Inline.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Instr.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Instr.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Instr.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Instr.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Javascript.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Javascript.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Javascript.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Javascript.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_assign.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_assign.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_assign.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_assign.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_lexer.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_lexer.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_lexer.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_lexer.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_output.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_output.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_output.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_output.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_parser.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_parser.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_parser.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_parser.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_simpl.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_simpl.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_simpl.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_simpl.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_token.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_token.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_token.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_token.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_traverse.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_traverse.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_traverse.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Js_traverse.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_deadcode.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_deadcode.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_deadcode.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_deadcode.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_primitive.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_primitive.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_primitive.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_primitive.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_strongly_connected_components.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_strongly_connected_components.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_strongly_connected_components.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_strongly_connected_components.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_subst.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_subst.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_subst.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Jsoo_subst.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Link_js.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Link_js.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Link_js.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Link_js.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Linker.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Linker.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Linker.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Linker.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Option.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Option.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Option.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Option.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Parse_bytecode.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Parse_bytecode.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Parse_bytecode.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Parse_bytecode.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Parse_info.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Parse_info.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Parse_info.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Parse_info.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Parse_js.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Parse_js.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Parse_js.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Parse_js.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Phisimpl.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Phisimpl.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Phisimpl.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Phisimpl.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pretty_print.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pretty_print.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pretty_print.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pretty_print.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__PseudoFs.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__PseudoFs.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__PseudoFs.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__PseudoFs.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pure_fun.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pure_fun.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pure_fun.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pure_fun.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Reserved.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Reserved.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Reserved.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Reserved.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Source_map.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Source_map.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Source_map.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Source_map.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Source_map_io.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Source_map_io.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Source_map_io.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Source_map_io.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Specialize.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Specialize.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Specialize.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Specialize.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Specialize_js.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Specialize_js.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Specialize_js.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Specialize_js.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Tailcall.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Tailcall.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Tailcall.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Tailcall.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Util.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Util.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Util.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Util.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__VarPrinter.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__VarPrinter.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__VarPrinter.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__VarPrinter.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Vlq64.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Vlq64.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Vlq64.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Vlq64.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_output.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_output.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_parser.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_parser.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_simpl.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_simpl.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_token.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_token.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_traverse.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/js_traverse.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/jslib.js
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/jslib_js_of_ocaml.js
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/json2.js
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/jsoo_deadcode.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/jsoo_deadcode.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/jsoo_primitive.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/jsoo_primitive.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/jsoo_strongly_connected_components.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/jsoo_strongly_connected_components.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/jsoo_subst.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/jsoo_subst.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/lexing.js
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/link_js.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/link_js.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/linker.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/linker.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/marshal.js
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/md5.js
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/mlString.js
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/nat.js
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/opam
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/option.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/option.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/parse_bytecode.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/parse_bytecode.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/parse_info.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/parse_info.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/parse_js.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/parse_js.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/parsing.js
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/phisimpl.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/phisimpl.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/pretty_print.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/pretty_print.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/pseudoFs.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/pseudoFs.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/pure_fun.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/pure_fun.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/reserved.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/reserved.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/runtime.js
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/source_map.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/source_map.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/source_map_io.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/source_map_io.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/specialize.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/specialize.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/specialize_js.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/specialize_js.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/stdlib.js
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/tailcall.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/tailcall.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/toplevel.js
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/unix.js
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/util.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/util.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/varPrinter.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/varPrinter.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/vlq64.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/vlq64.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-compiler/weak.js
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/META
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.a
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cma
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmt
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmx
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmxa
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmxs
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml-lwt.dune
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.ml
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/logger/js_of_ocaml-lwt.logger.dune
|
2017-09-08 15:19:34 +02:00
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.a
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cma
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmx
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmxa
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmxs
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-lwt/opam
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/META
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/js_of_ocaml-ocamlbuild.dune
|
2017-09-08 15:19:34 +02:00
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.a
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cma
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmx
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmxa
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmxs
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/opam
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/META
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/js_of_ocaml-ppx.dune
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/opam
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/ppx.exe
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.a
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.cma
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.cmx
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.cmxa
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.cmxs
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__.cmt
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__.cmx
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__.ml-gen
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__Ppx_js_internal.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__Ppx_js_internal.cmt
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__Ppx_js_internal.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js_internal.ml
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/META
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/js_of_ocaml-ppx_deriving_json.dune
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/opam
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.a
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.cma
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.cmt
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.cmx
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.cmxa
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.cmxs
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/META
|
|
|
|
${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml.a
|
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml.cma
|
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml.cmi
|
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml.cmt
|
|
|
|
${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml.cmx
|
|
|
|
${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml.cmxa
|
|
|
|
${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml.cmxs
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml-tyxml.dune
|
2017-09-08 15:19:34 +02:00
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml.ml
|
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/opam
|
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast.cmi
|
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast.cmt
|
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast.cmti
|
|
|
|
${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast.mli
|
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast_sigs.cmi
|
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast_sigs.cmt
|
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast_sigs.cmti
|
|
|
|
${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast_sigs.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast_sigs.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast_sigs.mli
|
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_js.cmi
|
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_js.cmt
|
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_js.cmti
|
|
|
|
${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_js.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_js.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_js.mli
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/META
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/cSS.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/cSS.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/cSS.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/cSS.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/cSS.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/cSS.mli
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_lexer.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_lexer.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_lexer.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_lexer.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_lexer.ml
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_lexer.mli
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/deriving/js_of_ocaml.deriving.dune
|
2017-09-08 15:19:34 +02:00
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/deriving/js_of_ocaml_deriving.a
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/deriving/js_of_ocaml_deriving.cma
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/deriving/js_of_ocaml_deriving.cmxa
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/deriving/js_of_ocaml_deriving.cmxs
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/dom.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom_events.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom_events.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom_events.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/dom_events.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom_events.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom_events.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom_html.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom_html.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom_html.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/dom_html.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom_html.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom_html.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom_svg.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom_svg.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom_svg.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/dom_svg.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom_svg.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/dom_svg.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/eventSource.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/eventSource.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/eventSource.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/eventSource.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/eventSource.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/eventSource.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/file.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/file.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/file.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/file.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/file.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/file.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/firebug.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/firebug.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/firebug.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/firebug.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/firebug.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/firebug.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/form.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/form.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/form.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/form.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/form.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/form.mli
|
2016-02-06 15:00:13 +01:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/geolocation.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/geolocation.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/geolocation.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/geolocation.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/geolocation.ml
|
2016-02-06 15:00:13 +01:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/geolocation.mli
|
2018-07-19 16:05:57 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/intl.cmi
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/intl.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/intl.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/intl.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/intl.ml
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/intl.mli
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/js.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/js.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/js.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/js.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/js.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/js.mli
|
2017-09-08 15:19:34 +02:00
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml.a
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml.cma
|
2017-07-11 13:32:38 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml.cmt
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml.cmx
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml.cmxa
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml.cmxs
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml.dune
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/json.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/json.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/json.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/json.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/json.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/json.mli
|
2016-02-06 15:00:13 +01:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/jstable.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/jstable.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/jstable.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/jstable.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/jstable.ml
|
2016-02-06 15:00:13 +01:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/jstable.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/lib_version.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/lib_version.cmt
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/lib_version.cmx
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/lib_version.ml
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/libjs_of_ocaml_stubs.a
|
2016-02-06 15:00:13 +01:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/mutationObserver.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/mutationObserver.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/mutationObserver.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/mutationObserver.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/mutationObserver.ml
|
2016-02-06 15:00:13 +01:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/mutationObserver.mli
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/opam
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/regexp.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/regexp.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/regexp.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/regexp.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/regexp.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/regexp.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/sys_js.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/sys_js.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/sys_js.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/sys_js.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/sys_js.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/sys_js.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/typed_array.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/typed_array.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/typed_array.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/typed_array.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/typed_array.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/typed_array.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/url.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/url.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/url.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/url.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/url.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/url.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/webGL.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/webGL.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/webGL.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/webGL.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/webGL.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/webGL.mli
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/webSockets.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/webSockets.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/webSockets.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/webSockets.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/webSockets.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/webSockets.mli
|
2016-02-06 15:00:13 +01:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/worker.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/worker.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/worker.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/worker.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/worker.ml
|
2016-02-06 15:00:13 +01:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/worker.mli
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.cmi
|
2017-09-08 15:19:34 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.cmt
|
|
|
|
${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.cmti
|
|
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.cmx
|
2018-04-13 14:59:41 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.ml
|
Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 23:18:05 +02:00
|
|
|
${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.mli
|
2017-09-08 18:55:19 +02:00
|
|
|
${OCAML_SITELIB}/stublibs/dlljs_of_ocaml_stubs.so
|
2017-09-08 15:19:34 +02:00
|
|
|
man/man1/js_of_ocaml.1
|
|
|
|
man/man1/jsoo_link.1
|
|
|
|
man/man1/jsoo_minify.1
|
2018-06-05 18:19:16 +02:00
|
|
|
${PLIST.camlp4}share/doc/js_of_ocaml-camlp4/CHANGES
|
|
|
|
${PLIST.camlp4}share/doc/js_of_ocaml-camlp4/LICENSE
|
|
|
|
${PLIST.camlp4}share/doc/js_of_ocaml-camlp4/README.md
|
2017-09-08 15:19:34 +02:00
|
|
|
share/doc/js_of_ocaml-compiler/CHANGES
|
|
|
|
share/doc/js_of_ocaml-compiler/LICENSE
|
|
|
|
share/doc/js_of_ocaml-compiler/README.md
|
|
|
|
share/doc/js_of_ocaml-lwt/CHANGES
|
|
|
|
share/doc/js_of_ocaml-lwt/LICENSE
|
|
|
|
share/doc/js_of_ocaml-lwt/README.md
|
|
|
|
share/doc/js_of_ocaml-ocamlbuild/CHANGES
|
|
|
|
share/doc/js_of_ocaml-ocamlbuild/LICENSE
|
|
|
|
share/doc/js_of_ocaml-ocamlbuild/README.md
|
|
|
|
share/doc/js_of_ocaml-ppx/CHANGES
|
|
|
|
share/doc/js_of_ocaml-ppx/LICENSE
|
|
|
|
share/doc/js_of_ocaml-ppx/README.md
|
2018-04-13 14:59:41 +02:00
|
|
|
share/doc/js_of_ocaml-ppx_deriving_json/CHANGES
|
|
|
|
share/doc/js_of_ocaml-ppx_deriving_json/LICENSE
|
|
|
|
share/doc/js_of_ocaml-ppx_deriving_json/README.md
|
2017-09-08 15:19:34 +02:00
|
|
|
${PLIST.tyxml}share/doc/js_of_ocaml-tyxml/CHANGES
|
|
|
|
${PLIST.tyxml}share/doc/js_of_ocaml-tyxml/LICENSE
|
|
|
|
${PLIST.tyxml}share/doc/js_of_ocaml-tyxml/README.md
|
|
|
|
share/doc/js_of_ocaml/CHANGES
|
|
|
|
share/doc/js_of_ocaml/LICENSE
|
|
|
|
share/doc/js_of_ocaml/README.md
|