mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
dev-libs/qhttpengine: new package
QHttpEngine provides a simple set of classes for developing HTTP server applications in Qt. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
23
dev-libs/qhttpengine/metadata.xml
Normal file
23
dev-libs/qhttpengine/metadata.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://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>
|
||||
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>
|
||||
Reference in New Issue
Block a user