blob: 89b531e31b5b8861b94f3a896a9a72c68d9569d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>arsen@gentoo.org</email>
<name>Arsen Arsenović</name>
</maintainer>
<maintainer type="person">
<email>sam@gentoo.org</email>
<name>Sam James</name>
</maintainer>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<longdescription>
Dape is a debug adapter client for Emacs. The debug adapter
protocol, much like its more well-known counterpart, the language server
protocol, aims to establish a common API for programming tools. However,
instead of functionalities such as code completions, it provides a
standardized interface for debuggers.
</longdescription>
<upstream>
<bugs-to>https://github.com/svaante/dape/issues/</bugs-to>
</upstream>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|