File: control

package info (click to toggle)
racket-mode 20201227git0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,040 kB
  • sloc: lisp: 9,808; makefile: 55
file content (27 lines) | stat: -rw-r--r-- 923 bytes parent folder | download | duplicates (2)
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
Source: racket-mode
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: David Bremner <bremner@debian.org>
Build-Depends: debhelper-compat (= 12),
 dh-elpa (>= 2.0),
 elpa-pos-tip <!nocheck>,
 elpa-s <!nocheck>,
 elpa-faceup <!nocheck>,
 elpa-paredit <!nocheck>,
 racket <!nocheck>
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/emacsen-team/racket-mode.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/racket-mode.git
Homepage: https://github.com/greghendershott/racket-mode
Testsuite: autopkgtest-pkg-elpa

Package: elpa-racket-mode
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: emacs support for editing and running racket code
 Provides a major mode to edit Racket source files, as well as a major
 mode for a Racket REPL. The edit/run experience is similar to
 DrRacket.