File: control

package info (click to toggle)
sesman 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 228 kB
  • sloc: lisp: 1,405; makefile: 21
file content (24 lines) | stat: -rw-r--r-- 854 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
Source: sesman
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 10),
 dh-elpa
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/emacsen-team/sesman
Vcs-Git: https://salsa.debian.org/emacsen-team/sesman.git
Homepage: https://github.com/vspinu/sesman
Testsuite: autopkgtest-pkg-elpa

Package: elpa-sesman
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs,
 emacs25
Description: session manager for Emacs IDEs
 Sesman provides abstractions to associate processes like REPLs to
 projects, directories and buffers. For example, the Emacs Clojure
 environment CIDER uses Sesman to associate the REPL process for a
 project to buffers editing that project's code.