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
|
Source: sml-mode
Section: editors
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: Barak A. Pearlmutter <bap@debian.org>
Build-Depends: debhelper-compat (= 13), dh-elpa (>= 0.0.17), texinfo <!nodoc>
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://elpa.gnu.org/packages/sml-mode.html
Vcs-Git: https://salsa.debian.org/emacsen-team/sml-mode.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/sml-mode
Package: elpa-sml-mode
Architecture: all
Depends: ${misc:Depends}, ${elpa:Depends}
Breaks: sml-mode (<< 6.7)
Enhances: mlton, mosml, smljn, emacs
Description: Emacs major mode for editing Standard ML programs
SML-mode provides syntax highlighting and automatic
indentation for Standard ML and comes with sml-proc which allows
interaction with an inferior SML interactive loop. You will need
this if you write Standard ML programs using Emacs. For OCaml
prgramming, see instead tuareg-mode.
Package: sml-mode
Architecture: all
Depends: ${misc:Depends}, elpa-sml-mode
Description: Transition package, sml-mode to elpa-sml-mode
Sml-mode has been elpafied. Ease Transition from sml-mode to
elpa-sml-mode with this dummy package.
|