mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-26 17:05:49 +02:00
2022.02.25 snapshot Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
23 lines
886 B
XML
23 lines
886 B
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>
|
|
This is a minor mode for interacting with a Julia REPL running inside
|
|
Emacs. The julia process is started in an ANSI terminal (term), which
|
|
allows text formatting and colors, and interaction with the help system and
|
|
the debugger.
|
|
It is recommended that you use this minor mode with julia-mode.
|
|
</longdescription>
|
|
<upstream>
|
|
<changelog>
|
|
https://raw.githubusercontent.com/tpapp/julia-repl/master/CHANGELOG.md
|
|
</changelog>
|
|
<bugs-to>https://github.com/tpapp/julia-repl/issues/</bugs-to>
|
|
<remote-id type="github">tpapp/julia-repl</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|