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

Changelog

js-of-ocaml (3.11.0-1build1) jammy; urgency=medium

  * No-change rebuild for ocaml abi changes.

 -- Matthias Klose <email address hidden>  Wed, 26 Jan 2022 01:06:31 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
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_3.11.0.orig.tar.bz2 1.3 MiB 158dafe7271ac79157981d1c3f5f177ec78a0099c38f861ae14e7ac06bd29c3a
js-of-ocaml_3.11.0-1build1.debian.tar.xz 5.2 KiB 68453cb9ce009fc68d46166d2458e415651210987848ddb588b6857462eacdf4
js-of-ocaml_3.11.0-1build1.dsc 2.5 KiB 9c2a38f0dafae0b34aeaa04da51223cda639b990891ebdf7fa0b20854b6c65cd

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.

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.