dev-cpp/drogon: New package.

C++14/17 based HTTP web application framework

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2021-08-16 23:02:34 +02:00
parent 1704eb3345
commit adce6ec38a
4 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>Ronny (tastytea) Gutbrod</name>
</maintainer>
<upstream>
<doc>https://drogon.docsforge.com/</doc>
</upstream>
<use>
<flag name="brotli">Enable support for brotli compression</flag>
<flag name="mariadb">Add support for the mariadb database</flag>
<flag name="redis">Add support for the Redis database via
dev-libs/hiredis</flag>
</use>
</pkgmetadata>