mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
24 lines
911 B
XML
24 lines
911 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>vowstar@gmail.com</email>
|
|
<name>Huang Rui</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">nitroshare/qhttpengine</remote-id>
|
|
</upstream>
|
|
<longdescription lang="en">
|
|
QHttpEngine provides a simple set of classes for developing HTTP server
|
|
applications in Qt. The design goals of QHttpEngine include:
|
|
Reliability - extremely exhaustive test suite ensures that bugs are caught
|
|
as soon as they are introduced.
|
|
Flexibility - classes are designed for easy integration with existing Qt
|
|
code.
|
|
Simplicity - everything is intentionally kept as simple as possible.
|
|
Usability - documentation is provided for all classes.
|
|
All of QHttpEngine's functionality is included in a single monolithic
|
|
library.
|
|
</longdescription>
|
|
</pkgmetadata>
|