4 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
5 Uploaders: Stéphane Glondu <glondu@debian.org>, Nicolas Dandrimont <nicolas.dandrimont@crans.org>
10 liblwt-ocaml-dev (>= 2.3.0~),
12 ocaml-nox (>= 3.12.0~),
13 libderiving-ocsigen-ocaml-dev (>= 0.2),
14 Standards-Version: 3.9.2
15 Homepage: http://ocsigen.org/js_of_ocaml
16 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/js-of-ocaml.git
17 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/js-of-ocaml.git
19 Package: libjs-of-ocaml-dev
25 Provides: ${ocaml:Provides}
26 Recommends: ocaml-findlib
27 Description: OCaml bytecode to JavaScript compiler
28 Js_of_ocaml is a compiler of OCaml bytecode to JavaScript. It makes
29 it possible to run OCaml programs in a web browser. Its key features
31 * the whole language, and most of the standard library are
33 * the generated code can be used with any web server and browser;
34 * you can use a standard installation of OCaml to compile your
35 programs. In particular, you do not have to recompile a library to
36 use it with Js_of_ocaml. You just have to link your program with a
37 specific library to interface with the browser APIs.
39 This package contains the compiler itself.
41 Package: libjs-of-ocaml-doc
44 Depends: ${misc:Depends}
45 Description: OCaml bytecode to JavaScript compiler (documentation)
46 Js_of_ocaml is a compiler of OCaml bytecode to JavaScript. It makes
47 it possible to run OCaml programs in a web browser.
49 This package contains the API reference and examples.