mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 23:19:31 +00:00
18 lines
654 B
XML
18 lines
654 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>dotnet@gentoo.org</email>
|
|
<name>Gentoo Dotnet Project</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
The debugger provides GDB/MI and VSCode Debug Adapter Protocol and allows
|
|
to debug .NET apps under .NET Core runtime. Also debugger allows debugging
|
|
from command line (like as GDB).
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/Samsung/netcoredbg/issues/</bugs-to>
|
|
<remote-id type="github">Samsung/netcoredbg</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|