this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove stub that is now shipped with js of ocaml

-6
-2
src/worker/dune
··· 1 1 (library 2 2 (name worker) 3 3 (public_name merlin-js.worker) 4 - (js_of_ocaml 5 - (javascript_files stubs.js)) 6 4 (preprocess (pps js_of_ocaml-ppx)) 7 5 (libraries 8 6 protocol
-4
src/worker/stubs.js
··· 1 - //Provides: caml_unix_times 2 - function caml_unix_times() { 3 - return 4.2 4 - }