tuareg-mode 1:3.0.1-2 source package in Ubuntu
Changelog
tuareg-mode (1:3.0.1-2) unstable; urgency=medium [ Stéphane Glondu ] * Remove Samuel from Uploaders * Bump debhelper compat level to 13 * Add Rules-Requires-Root: no [ Debian Janitor ] * Remove constraints unnecessary since buster: + elpa-tuareg: Drop versioned constraint on emacs in Recommends. -- Stéphane Glondu <email address hidden> Sat, 02 Sep 2023 10:15:13 +0200
Upload details
- Uploaded by:
- Debian OCaml Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian OCaml Maintainers
- Architectures:
- all
- Section:
- ocaml
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
tuareg-mode_3.0.1-2.dsc | 1.8 KiB | a9048f877d8a01435ccd605a90fc06ec8014e3a7dd0135a3719ccba9428a4e93 |
tuareg-mode_3.0.1.orig.tar.gz | 101.6 KiB | b9507678ba83048f3c5e53256cb47f9d4bf94d587711aa7aeb14cd86bb81df68 |
tuareg-mode_3.0.1-2.debian.tar.xz | 8.9 KiB | 7bca7ae914adbe8419d534cd730e50dd54049ab617452d782627051239aa63cd |
Available diffs
- diff from 1:3.0.1-1 to 1:3.0.1-2 (753 bytes)
No changes file available.
Binary packages built by this source
- elpa-tuareg: emacs-mode for OCaml programs
OCaml (Objective Caml) is a programming language featuring functional
programming, mutable data structures, algebraic data types, and type
inference.
.
This package provides tuareg-mode for editing OCaml programs with
Emacs and XEmacs. It also works on Caml Light, the predecessor
language of OCaml.
.
Tuareg 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.
.
Another popular emacs mode for editing OCaml files is caml-mode,
available through the elpa-caml package. Tuareg attempts to give
better results than caml-mode. Indentation rules are slightly
different but closer to classical functional languages
indentation. Tuareg gives access to some functionalities from
caml-mode.