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

Changelog

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

  * Team upload
  * New upstream release
    - Remove 0001-Fix-generation-of-compiler.cm.patch, integrated upstream.
    - Refresh remaining patch
    - Add libcmdliner-ocaml-dev and libfindlib-ocaml-dev to Build-Depends.
  * Fix install target
  * Install logger.cma and jsooTop.cmo in libjs-of-ocaml

 -- Mehdi Dogguy <email address hidden>  Sun, 18 Oct 2015 10:41:57 +0200

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

Downloads

File Size SHA-256 Checksum
js-of-ocaml_2.5-1.dsc 2.3 KiB 7a80e27300d1c503f946296267d0fcca80941f76920754512668c2d253f997c0
js-of-ocaml_2.5.orig.tar.gz 1.2 MiB 5bea34f47210791b8bb89adb158ec9d47816ba074bfb11ee68f56be42c0235df
js-of-ocaml_2.5-1.debian.tar.xz 6.1 KiB ce27ff5efba3a9767cc122377d7f2bf6fc6e598a791cdb7371bd6350be772f2b

No changes file available.

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.

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.