Update changelog
[pkg-ocaml-js-of-ocaml.git] / debian / control
blob3c502a7d4aa6195705224d5a3c9bb4d1a3759fdc
1 Source: js-of-ocaml
2 Section: ocaml
3 Priority: optional
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>
6 Build-Depends:
7  debhelper (>= 8),
8  dh-ocaml (>= 0.9~),
9  ocaml-findlib,
10  liblwt-ocaml-dev (>= 2.3.0~),
11  camlp4,
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
20 Architecture: any
21 Depends:
22  ${ocaml:Depends},
23  ${shlibs:Depends},
24  ${misc:Depends}
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
30  are the following:
31   * the whole language, and most of the standard library are
32     supported;
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.
38  .
39  This package contains the compiler itself.
41 Package: libjs-of-ocaml-doc
42 Section: doc
43 Architecture: all
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.
48  .
49  This package contains the API reference and examples.