blob: c32dde45a04b4c85c829737720206fdff72f89dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?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>
Emacs major and minor modes for Racket: edit, REPL, check-syntax, debug,
profile, and more.
Racket Mode uses a "back end server" written in Racket, which is
responsible for running files and implementing commands that cannot be
implemented in Emacs Lisp.
Details: https://github.com/greghendershott/racket-mode
</longdescription>
<upstream>
<bugs-to>https://github.com/greghendershott/racket-mode/issues</bugs-to>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|