| 1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> |
2 | <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> |
| 3 | <pkgmetadata> |
3 | <pkgmetadata> |
| 4 | <herd>no-herd</herd> |
4 | <herd>no-herd</herd> |
| 5 | <maintainer> |
5 | <maintainer> |
| 6 | <email>griffon26@gentoo.org</email> |
6 | <email>maintainer-needed@gentoo.org</email> |
| 7 | </maintainer> |
7 | </maintainer> |
| 8 | <longdescription> |
8 | <longdescription> |
| 9 | Valgrind is a GPL'd tool to help you find memory-management problems |
9 | Valgrind is a GPL'd tool to help you find memory-management problems |
| 10 | in your programs. When a program is run under Valgrind's supervision, |
10 | in your programs. When a program is run under Valgrind's supervision, |
| 11 | all reads and writes of memory are checked, and calls to |
11 | all reads and writes of memory are checked, and calls to |