blob: d08ab502d7aeb7dfd5ec7adfba15603f5a91a98a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>robbat2@gentoo.org</email>
</maintainer>
<longdescription> Springgraph will read in a .dot file description of a graph,
which, for each node, specifies its name and which other nodes it is
connected to, and then renders a graph. Each node is drawn as an ellipse,
and each connection is drawn as an arrow. The node placement is a result of
all of the nodes moving away from each other, while all nodes which are
connected move toward each other. This movement is repeated until it
stabilizes.</longdescription>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|