1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: jocaml
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Mehdi Dogguy <mehdi@debian.org>,
Samuel Mimram <smimram@debian.org>
Build-Depends:
debhelper (>= 7.0.52),
quilt (>= 0.46-7),
autotools-dev,
libx11-dev,
libncurses5-dev,
libgdbm-dev,
dh-ocaml (>= 1.0~),
ocaml-nox (>= 3.12.1~)
Homepage: http://jocaml.inria.fr/
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/jocaml.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/jocaml.git
Package: jocaml
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${ocaml:Depends}
Provides:
${ocaml:Provides}
Description: OCaml extended for concurrent and distributed programming
The JOCaml programming language is an extension of the OCaml language with
high-level primitives for communication and synchronization between processes.
This enables programmers to rapidly develop distributed large-scale
applications using the expressivity of OCaml.
Package: jocaml-base
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${ocaml:Depends}
Provides:
${ocaml:Provides}
Description: Runtime system for JOCaml bytecode executables
The JOCaml programming language is an extension of the OCaml language with
high-level primitives for communication and synchronization between processes.
This enables programmers to rapidly develop distributed large-scale
applications using the expressivity of OCaml.
.
This package contains only the runtime system needed to run bytecode
executables. The 'jocaml' package contains the full development suite of
JOCaml.
|