File: control

package info (click to toggle)
mingw-ocaml 3.12.1%2Bdebian3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,000 kB
  • sloc: makefile: 158
file content (49 lines) | stat: -rw-r--r-- 2,170 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
Source: mingw-ocaml
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Romain Beauxis <toots@rastageeks.org>
Build-Depends: cdbs, debhelper (>= 7), quilt, mingw-w64, gcc-multilib [amd64 kfreebsd-amd64], 
               ocaml-nox, camlp4, m4
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/mingw32-ocaml.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/mingw32-ocaml.git

Package: mingw-ocaml
Architecture: i386 amd64 kfreebsd-amd64 kfreebsd-i386
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 ocaml-nox,
 ocaml-findlib,
 mingw-w64
Replaces: mingw32-ocaml (<< 3.12.1~)
Breaks: mingw32-ocaml (<< 3.12.1~)
Description: OCaml cross-compiler based on mingw
 Objective Caml (OCaml) is an implementation of the ML language, based on
 the Caml Light dialect extended with a complete class-based object system
 and a powerful module system in the style of Standard ML.
 .
 OCaml comprises two compilers. One generates bytecode
 which is then interpreted by a C program. This compiler runs quickly,
 generates compact code with moderate memory requirements, and is
 portable to essentially any 32 or 64 bit Unix platform. Performance of
 generated programs is quite good for a bytecoded implementation:
 almost twice as fast as Caml Light 0.7. This compiler can be used
 either as a standalone, batch-oriented compiler that produces
 standalone programs, or as an interactive, toplevel-based system.
 .
 The other compiler generates high-performance native code for a number
 of processors. Compilation takes longer and generates bigger code, but
 the generated programs deliver excellent performance, while retaining
 the moderate memory requirements of the bytecode compiler. It is not
 available on all arches though.
 .
 This package contains everything needed to build OCaml code targeted
 to be executed under windows.

Package: mingw32-ocaml
Architecture: all
Depends: mingw-ocaml, ${misc:Depends}
Description: OCaml cross-compiler based on mingw -- dummy transitional package
 This package is a dummy transitional package and can be removd safely.