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

Changelog

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

  * Build doc only on indep builds

 -- Stéphane Glondu <email address hidden>  Sat, 15 Jun 2024 07:39:29 +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
Oracular release universe ocaml

Downloads

File Size SHA-256 Checksum
js-of-ocaml_5.8.2-2.dsc 2.3 KiB c9cdd74bb153fae01d9f97c9bd7cbb261b58cf29e8c801f62e7fe6134aaf04a9
js-of-ocaml_5.8.2.orig.tar.bz2 1.8 MiB 7220194bd2f9b14d958153a5a206750359d7b49de12fe88d7450d385cecbf04a
js-of-ocaml_5.8.2-2.debian.tar.xz 5.8 KiB a912780f15d59c9cf799ea81105437b2c298160743bcdaca6dbb26ac47c78789

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 js-of-ocaml
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-dbgsym: debug symbols for libjs-of-ocaml
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-dev-dbgsym: debug symbols for libjs-of-ocaml-dev
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.