summaryrefslogtreecommitdiff
path: root/devel/js_of_ocaml
AgeCommit message (Collapse)AuthorFilesLines
2013-11-01Revision bump associated with the update of lang/ocaml to version 4.01.jaapb1-1/+2
2012-12-14Updated devel/js_of_ocaml to its newest version, 1.3.2. Changes include:jaapb4-21/+18
Features/Changes * Runtime and toplevel updates to support OCaml 4.0 * Add WebSocket bindings * Added -debuginfo option to output source code location information (patch by Kensuke Matsuzaki) * Dom_html: added change, input and hashChange event bindings * Adding Lwt_js_events.async_loop and buffered_loop Bugfixes * Fix array and string blitting with overlapping regions * Url module: fix encoding of '+' * Library: use 'this' instead of 'window' for better portability * Dom_html: fix creation of elements with type or name attribute under IE 9 * Compiler: small fix to bytecode parsing that could result in incorrect generated code * Dom_html: fix mouse wheel event bindings * Dom: fix the type of item methods * Deriving_json: tail-recursive serialisation of lists (by Hugo Heuzard) * Deriving_json: fix parsing of float arrays and polymorphic variants (by Hugo Heuzard)
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-08Revision bump associated with the update of lang/ocaml to version 4.jaapb1-2/+2
2012-07-20Update to latest tarball from upstream. They didn't change the name,wiz3-6/+12
but now install two more files, so we use DIST_SUBDIR. Bump PKGREVISION. From Jaap Boender.
2012-07-11Import js_of_ocaml-1.2 as devel/js_of_ocaml.wiz6-0/+123
Packaged by Jaap Boender. Js_of_ocaml is a compiler of OCaml bytecode to Javascript. It makes it possible to run OCaml programs in a Web browser.