mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 15:09:04 +02:00
25 lines
1.2 KiB
XML
25 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>gnu-emacs@gentoo.org</email>
|
|
<name>Gentoo GNU Emacs project</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Sesman provides facilities for session management and interactive session
|
|
association with the current contexts (e.g. project, directory, buffers).
|
|
While sesman can be used to manage arbitrary "sessions", it primary targets
|
|
the Emacs based IDEs (CIDER, ESS, Geiser, Robe, SLIME etc.) For Emacs based
|
|
IDEs, session are commonly composed of one or more physical processes
|
|
(sub-processes, sockets, websockets etc). For example in the current
|
|
implementation of CIDER a session would be composed of one or more sesman
|
|
connections (Clojure or ClojureScript). Each CIDER connection consists of
|
|
user REPL buffer and two sub-processes, one for user eval communication and
|
|
another for tooling (completion, inspector etc).
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/vspinu/sesman/issues/</bugs-to>
|
|
<remote-id type="github">vspinu/sesman</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|