File: control

package info (click to toggle)
ocaml-tools 20120103-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 256 kB
  • sloc: makefile: 253; ml: 250
file content (27 lines) | stat: -rw-r--r-- 981 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>
Build-Depends: debhelper-compat (= 13), ocaml-nox, dh-ocaml
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-tools.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-tools

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