blob: 691ac9fe3ba91855124514abc6d9b9514c8469ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<longdescription>
This package provides basic interaction with a Clojure subprocess (REPL).
It's based on ideas from the popular inferior-lisp package. inf-clojure has
two components - a nice REPL buffer (inf-clojure) and a REPL interaction
minor mode (inf-clojure-minor-mode), which extends clojure-mode with
commands to evaluate forms directly in the REPL.
</longdescription>
<upstream>
<bugs-to>https://github.com/clojure-emacs/inf-clojure/issues/</bugs-to>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|