js-of-ocaml 1.4-1build1 source package in Ubuntu

Changelog

js-of-ocaml (1.4-1build1) trusty; urgency=medium

  * Rebuild for new OCaml ABIs.
 -- Colin Watson <email address hidden>   Mon, 03 Feb 2014 18:19:54 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian OCaml Maintainers
Architectures:
any all
Section:
ocaml
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe ocaml

Downloads

File Size SHA-256 Checksum
js-of-ocaml_1.4.orig.tar.gz 1.8 MiB 56033c5b08e6db9f957d93f691641264c2bd5fb3624b9db5e0766d5c6a64d781
js-of-ocaml_1.4-1build1.debian.tar.gz 6.0 KiB aae550f7835ab2489bc37a53d50be2fd25bb2ecdbce0598e88a504aa3620161b
js-of-ocaml_1.4-1build1.dsc 2.3 KiB bd438272f48cf9a56eb4de0f24faa14bd0d29f1469e6b6fda847e281bd9b5289

Available diffs

View changes file

Binary packages built by this source

js-of-ocaml: OCaml bytecode to JavaScript compiler (compiler)

 Js_of_ocaml is a compiler of OCaml bytecode to JavaScript. It makes
 it possible to run OCaml programs in a web browser. Its key features
 are the following:
  * the whole language, and most of the standard library are
    supported;
  * the generated code can be used with any web server and browser;
  * you can use a standard installation of OCaml to compile your
    programs. In particular, you do not have to recompile a library to
    use it with Js_of_ocaml. You just have to link your program with a
    specific library to interface with the browser APIs.
 .
 This package contains the compiler itself.

libjs-of-ocaml: No summary available for libjs-of-ocaml in ubuntu utopic.

No description available for libjs-of-ocaml in ubuntu utopic.

libjs-of-ocaml-dev: No summary available for libjs-of-ocaml-dev in ubuntu utopic.

No description available for libjs-of-ocaml-dev in ubuntu utopic.

libjs-of-ocaml-doc: OCaml bytecode to JavaScript compiler (documentation)

 Js_of_ocaml is a compiler of OCaml bytecode to JavaScript. It makes
 it possible to run OCaml programs in a web browser.
 .
 This package contains the API reference and examples.