Source: mingw-ocaml
Section: ocaml
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Romain Beauxis <toots@rastageeks.org>
Build-Depends: debhelper (>= 7.0.50~), quilt, mingw-w64, gcc-multilib [amd64 kfreebsd-amd64],
               ocaml-nox, camlp4, m4
Standards-Version: 3.9.5
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
Depends: ocaml-mingw-w64, ${misc:Depends}
Architecture: all
Section: oldlibs
Description: ocaml-mingw-w64 transitional dummy package
 This is a transitional dummy package to install ocaml-mingw-w64.
 It can safely be removed.

Package: ocaml-mingw-w64
Architecture: i386 amd64 kfreebsd-amd64 kfreebsd-i386
Replaces: mingw-ocaml (<< 4.00.1~20130426-1~)
Breaks: mingw-ocaml (<< 4.00.1~20130426-1~)
Depends:
  ${misc:Depends},
  ocaml-mingw-w64-i686,
  ocaml-mingw-w64-x86-64 [amd64 kfreebsd-amd64]
Description: OCaml cross-compiler based on mingw -- Meta-package
 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 meta-package installs OCaml cross-compilers for 32 and 64 bit 
 windows targets.

Package: flexdll
Architecture: i386 amd64 kfreebsd-amd64 kfreebsd-i386
Breaks: mingw-ocaml (<< 4.00.1~20130426-1~)
Depends:
  ${shlibs:Depends},
  ${misc:Depends}
Description: OCaml cross-compiler based on mingw -- FlexDLL linker
 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 the flexDLL linker that is used to link OCaml modules
 on windows.

Package: ocaml-mingw-w64-i686
Architecture: i386 amd64 kfreebsd-amd64 kfreebsd-i386
Breaks: mingw-ocaml (<< 4.00.1~20130426-1~)
Depends:
  ${shlibs:Depends},
  ${misc:Depends},
  ocaml-nox,
  ocaml-nox,
  ocaml-findlib,
  flexdll,
  binutils-mingw-w64-i686,
  mingw-w64-i686-dev | mingw-w64-dev
Description: OCaml cross-compiler based on mingw -- 32 bit compiler
 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 32 bit windows.

Package: ocaml-mingw-w64-x86-64
Architecture: amd64 kfreebsd-amd64
Depends:
  ${shlibs:Depends},
  ${misc:Depends},
  ocaml-nox,
  ocaml-nox,
  ocaml-findlib,
  flexdll,
  binutils-mingw-w64-x86-64,
  mingw-w64-x86-64-dev | mingw-w64-dev
Description: OCaml cross-compiler based on mingw -- 64 bit compiler
 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 64 bit windows.
