Package Details: cpp-httplib 0.18.1-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: 2
Popularity: 0.25
First Submitted: 2020-05-10 04:07 (UTC)
Last Updated: 2024-10-19 02:56 (UTC)

Dependencies (4)

Required by (2)

Sources (1)

Latest Comments

txtsd commented on 2024-10-31 03:40 (UTC)

@sum01 It's a valid question and not rude.

I like to (co-)maintain packages for software that I use and/or am fond of. I also make it a point to keep it up-to-date with current packaging standards.

I can add the provides as requested in an earlier comment too.

sum01 commented on 2024-10-31 00:07 (UTC)

@txtsd not to be rude but is there any need? I don't think I've been slow with any past updates or fixing issues.

txtsd commented on 2024-10-27 19:34 (UTC)

Can I get co-maintainer on this and cpp-httplib-compiled, please? It's a dependency for another package I maintain.

sum01 commented on 2024-03-31 14:30 (UTC)

@sl1pkn07 I don't believe that's appropriate for this package as this is the header-only version. There's technically no library installed when you install this package. If you need the shared library you should install cpp-httplib-compiled instead.

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?