You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/sesman/metadata.xml

26 lines
1.2 KiB

<?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>