Search Criteria
Package Details: drogon 1.9.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/drogon.git (read-only, click to copy) |
---|---|
Package Base: | drogon |
Description: | A C++17 based HTTP web application framework running on Linux/macOS/Unix/Windows |
Upstream URL: | https://github.com/an-tao/drogon |
Licenses: | MIT |
Submitter: | moustafine |
Maintainer: | otreblan |
Last Packager: | otreblan |
Votes: | 1 |
Popularity: | 0.000040 |
First Submitted: | 2021-03-27 20:16 (UTC) |
Last Updated: | 2024-05-31 17:57 (UTC) |
Dependencies (12)
- brotli (brotli-gitAUR)
- c-ares (c-ares-gitAUR)
- hiredis (hiredis-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- mariadb-libs (mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-lts-libs)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR)
- sqlite (sqlite-fossilAUR)
- trantorAUR
- cmake (cmake-gitAUR) (make)
- mariadb (mysql55AUR, mysql56AUR, mytop-gitAUR, mysql81AUR, mysql57AUR, mysql80AUR, mysqlAUR, mariadb-lts, percona-server) (make)
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql-gitAUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR) (make)
- util-linux (busybox-coreutilsAUR, util-linux-selinuxAUR, util-linux-aesAUR) (make)
Latest Comments
otreblan commented on 2023-06-18 20:15 (UTC)
@alxndrklbk A header was missing. I was able to compile it after adding
#include <string>
to RateLimiter.h.alxndrklbk commented on 2023-06-18 19:39 (UTC) (edited on 2023-06-18 20:10 (UTC) by alxndrklbk)
here is some error in executin makepkg after update gcc/g++
drogon/src/drogon-1.8.4/lib/inc/drogon/RateLimiter.h:19:47: error: no match for ‘operator==’ (operand types are ‘const std::string’ {aka ‘const std::__cxx11::basic_string<char>’} and ‘const wchar_t [15]’) 19 | else if (type == L"slidingWindow" || type == "sliding_window") | ~~~~ ^~ ~~~~~~~~~~~~~~~~~ | | | | | const char_t [15] | const std::string {aka const std::__cxx11::basic_string<char>}
(send full log to email)