Search Criteria
Package Details: cpp-httplib 0.48.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cpp-httplib.git (read-only, click to copy) |
|---|---|
| Package Base: | cpp-httplib |
| Description: | A C++ header-only HTTP/HTTPS server and client library |
| Upstream URL: | https://github.com/yhirose/cpp-httplib |
| Keywords: | networking requests |
| Licenses: | MIT |
| Submitter: | sum01 |
| Maintainer: | sum01 |
| Last Packager: | sum01 |
| Votes: | 5 |
| Popularity: | 1.02 |
| First Submitted: | 2020-05-10 04:07 (UTC) |
| Last Updated: | 2026-06-21 04:26 (UTC) |
Dependencies (8)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gtest (googletest-gitAUR) (check)
- brotli (brotli-gitAUR) (optional) – Brotli compression support
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR) (optional) – HTTPS support
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR) (optional) – HTTPS support
- wolfssl (wolfssl-gitAUR, wolfssl-allAUR, wolfssl-jniAUR) (optional) – HTTPS support
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat) (optional) – ZLIB compression support
- zstd (zstd-gitAUR, zstd-staticAUR) (optional) – Zstandard compression support
Required by (12)
- data-vantage (make)
- dpitunnel (make)
- dpitunnel-git (make)
- eden-beta (make)
- eden-git
- eden-mp4fixes (make)
- eden-nightly (make)
- elfeed2 (make)
- falco (make)
- falco-git
- falco-probe-ebpf (make)
- neobox-git
Latest Comments
1 2 Next › Last »
sum01 commented on 2026-06-30 00:37 (UTC)
Not sure what there is to do about that issue since it's using Meson instead of Cmake.
Does Meson even have a way to create Cmake targets? Either stick to Meson/Cmake or run both processes and bundle whatever file you want from the other.
txtsd commented on 2026-06-28 10:15 (UTC)
I took a look at it, but it seems you understand it way more than I do from the level of detail I saw in your PR. Perhaps upstream can help with it?
Spixmaster commented on 2026-06-28 08:32 (UTC)
The package was adopted to the official repository. The CMake target is not exported. I opened an issue, https://gitlab.archlinux.org/archlinux/packaging/packages/cpp-httplib/-/work_items/1. Support would be appreciated.
Jawzper commented on 2026-04-04 01:23 (UTC)
@txtsd thank you, that worked!
txtsd commented on 2026-04-03 09:15 (UTC)
Y'all, just run
makepkg --nocheckand it will skip tests.Jawzper commented on 2026-04-02 14:04 (UTC)
Can't pass tests on either version... Seems like I lost the old package files when I accidentally did cleanbuild. What do I do :(
Glorious7060 commented on 2026-03-29 19:28 (UTC)
All those test are failing for me too on this package and compiled one. I also rollback to old package to use it.
bonboncat commented on 2026-03-29 18:05 (UTC)
@smartassskeleton I got the same failed test results in my cachyos but 0test fail in my manjaro Tried to install compiled and got the same result. Notests version not working for me either. Thanks to my snapshot i can roll back to 0.38 after uninstall it to try other version
smartassskeleton commented on 2026-03-29 16:06 (UTC)
I'm failing unit tests:
Can't seem to find any info in the upstream git repo either. Any ideas?
sum01 commented on 2026-02-28 05:56 (UTC)
Perhaps they're fixed on the new release? I had 0 test fails myself on v0.35.0
1 2 Next › Last »