summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-03-10 22:37:13 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-03-10 22:37:13 -0400
commit1b9995725af7f9deae1acc09db1d7801aab78e14 (patch)
treecf68c0f8f40f210994f8c93a1e046f32173ab2f5 /debian/control
parentb29f23f2d2f2dd587eccb9c84a77501dc9746adb (diff)
Package urweb-mode
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 17 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index dbf82349..3589b89d 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends:
libssl-dev,
mlton
Build-Depends-Indep:
+ emacs24 | emacsen,
texlive-fonts-recommended,
texlive-latex-extra
Standards-Version: 3.9.6
@@ -29,7 +30,8 @@ Depends:
${shlibs:Depends},
${misc:Depends}
Recommends:
- urweb-doc
+ urweb-doc,
+ urweb-mode
Description: purely functional language for web programming
Ur is a pure, functional, statically typed, strict programming language in the
tradition of ML and Haskell; however, it features a significantly richer type
@@ -133,3 +135,17 @@ Description: Ur/Web reference manual
applications backed by SQL databases.
.
This package provides the Ur/Web reference manual in PDF format.
+
+Package: urweb-mode
+Section: editors
+Architecture: all
+Multi-Arch: foreign
+Depends: emacsen-common, ${misc:Depends}
+Description: Emacs mode for editing Ur/Web programs
+ Ur is a pure, functional, statically typed, strict programming language in the
+ tradition of ML and Haskell; however, it features a significantly richer type
+ system. Ur/Web is Ur plus a special standard library and associated rules for
+ parsing and optimization. Ur/Web supports constructing dynamic web
+ applications backed by SQL databases.
+ .
+ This package provides an Emacs mode for editing Ur/Web source files.