js-of-ocaml 3.5.2-3 source package in Ubuntu

Changelog

js-of-ocaml (3.5.2-3) unstable; urgency=medium

  * Avoid an unfortunate wildcard that was installing the same file in
    libjs-of-ocaml and in libjs-of-ocaml-dev, causing failure of their
    installation

 -- Stéphane Glondu <email address hidden>  Fri, 14 Feb 2020 09:51:30 +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
Focal release universe ocaml

Downloads

File Size SHA-256 Checksum
js-of-ocaml_3.5.2-3.dsc 2.2 KiB d56acf1a7f96c0c84433df359bfa975db04e9b33f97d1dab14d94ccf391fbdf1
js-of-ocaml_3.5.2.orig.tar.gz 1.4 MiB 2ac17e0775bfa7196b2e381a71ec8cf1b1f7a60f0b1958a97d5fb1ef2caed79e
js-of-ocaml_3.5.2-3.debian.tar.xz 4.5 KiB a49eff542159c0fd76ad998b41ffa047520a7d8a10095fd2137c6da3cb623a15

Available diffs

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: No summary available for libjs-of-ocaml in ubuntu groovy.

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

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

No description available for libjs-of-ocaml-dbgsym in ubuntu groovy.

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

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

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.