Dear OCaml developers:
We are glad to announce the native windows support of BuckleScript: a backend for the OCaml compiler which emits JavaScript.
We are committed to provide native support on all major platforms: Linux, Mac and Windows, for Windows Users, in the future we will provide a pre-built binary so that it does not need Cygwin (BuckleScript does not depend on Cygwin after installation), the installation instructions is available: http://bloomberg.github.io/bucklescript/Manual.html#_installation
A simple example of BuckleScript is available here: https://github.com/bloomberg/bucklescript/#an-http-server
As examples of that vision, using BuckleScript, OCaml users can use Chrome Dev Tools to debug OCaml code, while Javascript users can use OCaml libraries as plain npm[2] packages.
Documentation is available here: http://bloomberg.github.io/bucklescript/Manual.html
Thanks -- Hongbo
[1]: https://github.com/bloomberg/bucklescript/
[2]: https://www.npmjs.com/