tuareg-mode 1:3.0.1-1 source package in Ubuntu

Changelog

tuareg-mode (1:3.0.1-1) unstable; urgency=medium

  * New upstream version
  * Refresh patch ocaml-path
  * Standards-version 4.6.2 (no change)
  * Drop transitional package tuareg-mode (closes: #1038321)
  * Add a file "activate-tuareg-mode" that a user can load to automatically
    use tuareg mode on OCaml files, and describe this in README.Debian.
  * Rephrase the package description.

 -- Ralf Treinen <email address hidden>  Sat, 15 Jul 2023 16:25:07 +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 Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tuareg-mode_3.0.1-1.dsc 2.0 KiB 6866f38dfcde96f8938f4bc2cb20a4df508597eb5113352e0bacf105441fa045
tuareg-mode_3.0.1.orig.tar.gz 101.6 KiB b9507678ba83048f3c5e53256cb47f9d4bf94d587711aa7aeb14cd86bb81df68
tuareg-mode_3.0.1-1.debian.tar.xz 8.8 KiB c7950508512a1e0b5335df39e86ffc66d8e367ed6fbb594713933874acbf6d05

Available diffs

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.