mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
<https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin> changed today to allow it. Signed-off-by: tastytea <gentoo@tastytea.de>
19 lines
688 B
XML
19 lines
688 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>gentoo@tastytea.de</email>
|
|
<name>tastytea</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Tweeny is an inbetweening library designed for the creation of complex
|
|
animations for games and other beautiful interactive software. It
|
|
leverages features of modern C++ to empower developers with an intuitive
|
|
API for declaring tweenings of any type of value, as long as they
|
|
support arithmetic operations.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">mobius3/tweeny</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|