@Spixmaster so cpp-httplib is header-only, and must be compiled in any project you use it in. cpp-httplib-compiled splits the header into an interface (header) and implementation, allowing you to just link against it. Lets you avoid having to compile it every time.
Search Criteria
Package Details: cpp-httplib-compiled 0.50.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cpp-httplib-compiled.git (read-only, click to copy) |
|---|---|
| Package Base: | cpp-httplib-compiled |
| Description: | A C++ HTTP/HTTPS server and client library (compiled version) |
| Upstream URL: | https://github.com/yhirose/cpp-httplib |
| Keywords: | networking requests |
| Licenses: | MIT |
| Conflicts: | cpp-httplib |
| Provides: | cpp-httplib, libcpp-httplib.so |
| Submitter: | sum01 |
| Maintainer: | sum01 |
| Last Packager: | sum01 |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-05-29 03:12 (UTC) |
| Last Updated: | 2026-07-12 18:04 (UTC) |
Dependencies (8)
- brotli (brotli-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- python (make)
- gtest (googletest-gitAUR) (check)
Required by (12)
- data-vantage (requires cpp-httplib) (make)
- dpitunnel (requires cpp-httplib) (make)
- dpitunnel-git (requires cpp-httplib) (make)
- eden-beta (requires cpp-httplib) (make)
- eden-git (requires cpp-httplib)
- eden-mp4fixes (requires cpp-httplib) (make)
- eden-nightly (requires cpp-httplib) (make)
- elfeed2 (requires cpp-httplib) (make)
- falco (requires cpp-httplib) (make)
- falco-git (requires cpp-httplib)
- falco-probe-ebpf (requires cpp-httplib) (make)
- neobox-git (requires cpp-httplib)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3
sum01 commented on 2021-04-23 19:40 (UTC)
Spixmaster commented on 2021-04-23 18:51 (UTC)
@sum01 I looked at both PKGBUILDs and do not exactly know the difference between both. I ask myself what even needs to be compiled as it is header only.
sum01 commented on 2021-04-23 15:24 (UTC)
@Spixmaster I though -bin was only for pre-compiled packages? This is still being compiled when you build it, so I assumed the -bin didn't apply when I was naming it.
Spixmaster commented on 2021-04-23 13:34 (UTC)
The AUR convention for a compiled version would be "cpp-httplib-bin".
Pinned Comments
sum01 commented on 2021-04-23 19:40 (UTC)
@Spixmaster so
cpp-httplibis header-only, and must be compiled in any project you use it in.cpp-httplib-compiledsplits the header into an interface (header) and implementation, allowing you to just link against it. Lets you avoid having to compile it every time.