File: control

package info (click to toggle)
tuareg-mode 1%3A2.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 844 kB
  • ctags: 1,080
  • sloc: lisp: 6,906; ml: 2,084; makefile: 99; sh: 54
file content (31 lines) | stat: -rw-r--r-- 1,341 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
Source: tuareg-mode
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Ralf Treinen <treinen@debian.org>,
 Samuel Mimram <smimram@debian.org>,
 Stéphane Glondu <glondu@debian.org>
Build-Depends: debhelper (>= 7.0.50~)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/tuareg-mode.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ocaml-maint/packages/tuareg-mode.git
Homepage: https://github.com/ocaml/tuareg

Package: tuareg-mode
Architecture: all
Depends: emacs | emacsen, ${misc:Depends}, emacsen-common (>= 2.0.8)
Recommends: ocaml-interp, ocaml-mode
Enhances: ocaml-interp
Description: emacs-mode for OCaml programs
 It handles automatic indentation of Objective Caml and Caml-Light
 code.  Key parts of the code are highlighted using Font-Lock. It
 provides support to run an interactive OCaml toplevel and debugger.
 It works both with FSF Emacs and XEmacs.
 .
 This mode attempts to give better results than the one provided in
 the standard distribution of OCaml and which is available through the
 ocaml-mode package. Indentation rules are slightly different but
 closer to classical functional languages indentation. Tuareg-mode
 gives access to some functionalities from ocaml-mode when that
 package is installed.