Package Details: cpp-httplib 0.15.3-1

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: 3
Popularity: 0.31
First Submitted: 2020-05-10 04:07 (UTC)
Last Updated: 2024-02-06 17:57 (UTC)

Dependencies (4)

Sources (1)

Latest Comments

sl1pkn07 commented on 2024-03-17 20:14 (UTC) (edited on 2024-03-17 20:14 (UTC) by sl1pkn07)

please add libhttplib.so as provides

greetings

sum01 commented on 2021-05-24 01:31 (UTC)

It's a side-effect of the main dev not wanting to update the project's version inside of Cmake. I created a workaround in this PKGBUILD to still get MAJOR.MINOR.PATCH versions for when you use find_package(cpp-httplib) in Cmake, but I didn't bother to remove the lines that warn about Git.

It can be ignored.

Spixmaster commented on 2021-05-23 18:00 (UTC)

An error appears during the build process:

==> Beginne build()...
CMake Warning at CMakeLists.txt:78 (message):
  cpp-httplib failed to find the latest Git tag, falling back to using user
  agent as the version.

I see that in the PKGBUILD there is some modification of the version in the "CMakeLists.txt". This may cause an error. Could you inspect it?