File: control

package info (click to toggle)
jocaml 3.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 16,740 kB
  • sloc: ml: 107,815; ansic: 36,537; sh: 5,467; asm: 5,359; lisp: 4,041; makefile: 2,527; perl: 45; fortran: 21; sed: 19; cs: 9; tcl: 2
file content (52 lines) | stat: -rw-r--r-- 1,667 bytes parent folder | download
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.