blob: 8862b8a49fc87acfc0d3a532664dca22e6ea9f43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci-electronics@gentoo.org</email>
<name>Gentoo Electronics Project</name>
</maintainer>
<longdescription>
GTKWave is a fully featured GTK+ based wave viewer for Unix and Win32 which
reads LXT, LXT2, VZT, and GHW files as well as standard Verilog VCD/EVCD
files and allows their viewing.
</longdescription>
<use>
<flag name="fasttree">Enables experimental Fast SST Tree widget code.</flag>
<flag name="judy">Enables Judy array support.</flag>
</use>
<upstream>
<bugs-to>https://github.com/gtkwave/gtkwave/issues</bugs-to>
<remote-id type="sourceforge">gtkwave</remote-id><!-- lts -->
<remote-id type="github">gtkwave/gtkwave</remote-id><!-- dev -->
</upstream>
</pkgmetadata>
|