js-of-ocaml 2.5-2 source package in Ubuntu

Changelog

js-of-ocaml (2.5-2) unstable; urgency=medium

  * Build with reactiveData and tyxml support

 -- Stéphane Glondu <email address hidden>  Fri, 06 Nov 2015 16:10:18 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe ocaml

Downloads

File Size SHA-256 Checksum
js-of-ocaml_2.5-2.dsc 2.4 KiB dcbc7b47ce75e2b234c063acf3c92daf7f54e0cd128b0277cc8fe39d43c7b28a
js-of-ocaml_2.5.orig.tar.gz 1.2 MiB 5bea34f47210791b8bb89adb158ec9d47816ba074bfb11ee68f56be42c0235df
js-of-ocaml_2.5-2.debian.tar.xz 6.2 KiB 4818f7ecf69db228c6e8b7f62e20a743043912b4e944e69d82a9c76efa726847

No changes file available.

Binary packages built by this source

js-of-ocaml: No summary available for js-of-ocaml in ubuntu yakkety.

No description available for js-of-ocaml in ubuntu yakkety.

js-of-ocaml-dbgsym: debug symbols for package js-of-ocaml

 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: OCaml bytecode to JavaScript compiler (runtime)

 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 runtime libraries that may be needed by
 server-side programs communicating with clients compiled with
 Js_of_ocaml using JSON.

libjs-of-ocaml-dev: OCaml bytecode to JavaScript compiler (development files)

 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 development files needed to compile server-side
 (using regular OCaml compiler) and client-side (using Js_of_ocaml)
 programs.

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.