File: control

package info (click to toggle)
ocaml-tools 20120103-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 260 kB
  • ctags: 97
  • sloc: makefile: 253; ml: 250
file content (27 lines) | stat: -rw-r--r-- 1,020 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
Source: ocaml-tools
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Ralf Treinen <treinen@debian.org>,
 Mehdi Dogguy <mehdi@debian.org>,
 Samuel Mimram <smimram@debian.org>
Build-Depends: debhelper (>= 10), ocaml-nox, dh-ocaml
Standards-Version: 4.1.0
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-tools.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-tools.git

Package: ocaml-tools
Architecture: all
Depends: ${misc:Depends}, ocaml-base-nox-${F:OCamlABI}
Recommends: vim, vim-addon-manager
Enhances: ocaml
Suggests: autoconf, otags
Description: tools for OCaml developers
 This package collects various tools to help developing Objective Caml
 (OCaml) programs; in particular it contains:
 .
  * ocaml-autoconf: autoconf macros for OCaml
  * omlet: a better OCaml indentation mode for vim
  * a configure.in and Makefile.in template
  * ocamldot: generate program dependency graphs for OCaml programs