caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] Bucklescript 1.3.0 - A blazing fast build tool on all platforms
@ 2016-11-08 19:32 Hongbo Zhang (BLOOMBERG/ 731 LEX)
  0 siblings, 0 replies; only message in thread
From: Hongbo Zhang (BLOOMBERG/ 731 LEX) @ 2016-11-08 19:32 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 1392 bytes --]

Dear OCaml developers:
   We are glad to announce BuckleScript 1.3.0 release
   This release comes with a truly blazing fast build tool working on all platforms(native Windows experience!) for BuckleScript.
   Documentation is available here: http://bloomberg.github.io/bucklescript/Manual.html
   Here are some tests for a project which contains 56 modules on a 2013 Mac Book Pro:
bucklescript-testing> /usr/local/lib/node_modules/bs-platform/bin/bsb.exe -t clean
Cleaning... 392 files.
bucklescript-testing>time /usr/local/lib/node_modules/bs-platform/bin/bsb.exe
ninja: Entering directory `lib/bs'
[112/112] Building src/web.mlast.d
[168/168] Building /Users/hongbozhang/git/bucklescript-testing/lib/ocaml/main_todo_optimizedmap.cmi
real    0m0.557s
user    0m1.475s
sys     0m0.924s
bucklescript-testing>touch src/counter.ml && time /usr/local/lib/node_modules/bs-platform/bin/bsb.exe
ninja: Entering directory `lib/bs'
[2/2] Building src/counter.mlast.d
[6/6] Building /Users/hongbozhang/git/bucklescript-testing/lib/ocaml/main_embeddedCounters.cmj
real    0m0.055s
user    0m0.033s
sys     0m0.026s
bucklescript-testing>time /usr/local/lib/node_modules/bs-platform/bin/bsb.exe
ninja: Entering directory `lib/bs'
ninja: no work to do.
real    0m0.012s
user    0m0.006s
sys     0m0.005s
  
   Thanks -- Hongbo
[1]: https://github.com/bloomberg/bucklescript/   
[2]: https://www.npmjs.com/

[-- Attachment #2: Type: text/html, Size: 2722 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-08 19:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-08 19:32 [Caml-list] [ANN] Bucklescript 1.3.0 - A blazing fast build tool on all platforms Hongbo Zhang (BLOOMBERG/ 731 LEX)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).