Search Criteria
Package Details: drogon-git 1.7.1.c5398b2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/drogon-git.git (read-only, click to copy) |
---|---|
Package Base: | drogon-git |
Description: | A C++14/17 based HTTP web application framework running on Linux/macOS/Unix |
Upstream URL: | https://github.com/an-tao/drogon |
Licenses: | MIT |
Provides: | drogon |
Submitter: | mensinda |
Maintainer: | marty1885 |
Last Packager: | marty1885 |
Votes: | 5 |
Popularity: | 0.000001 |
First Submitted: | 2019-10-05 10:43 (UTC) |
Last Updated: | 2022-11-12 01:47 (UTC) |
Dependencies (11)
- brotli (brotli-gitAUR)
- c-ares (c-ares-gitAUR)
- hiredis (hiredis-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libpqxx (libpqxx-gitAUR)
- mariadb (mysql55AUR, mysql56AUR, mytop-gitAUR, mysql81AUR, mysql57AUR, mysql80AUR, mysqlAUR, mariadb-lts, percona-server)
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql-gitAUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR)
- sqlite (sqlite-fossilAUR)
- util-linux (busybox-coreutilsAUR, util-linux-selinuxAUR, util-linux-aesAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
bLueriVerLHR commented on 2022-11-17 14:53 (UTC) (edited on 2022-11-17 14:55 (UTC) by bLueriVerLHR)
I failed to build the pkg with gcc-12.2.0 because
__builtin_memcpy
rose warnings and gcc-12.2.0's Werror=restrict would take it as an error, but I succeeded after adding-DCMAKE_C_COMPILER=clang
and-DCMAKE_CXX_COMPILER=clang++
to cmake.sleeping commented on 2022-02-09 19:39 (UTC)
Conflicts with drogon.