Files
guru/dev-python/yaql/metadata.xml
Lucio Sauer 68460592f2 */*: fix MissingRemoteId in metadata.xml
* Manually checked, I hope I caught most errors

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2023-06-27 04:24:02 +02:00

22 lines
891 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
YAQL (Yet Another Query Language) is an embeddable and extensible query
language, that allows performing complex queries against arbitrary objects.
It has a vast and comprehensive standard library of frequently used
querying functions and can be extend even further with user-specified
functions. YAQL is written in python and is distributed via PyPI.
</longdescription>
<upstream>
<remote-id type="pypi">yaql</remote-id>
<remote-id type="github">openstack/yaql</remote-id>
<remote-id type="launchpad">yaql</remote-id>
</upstream>
</pkgmetadata>