Search Criteria
Package Details: libhttpserver-git r873.d249ba6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libhttpserver-git.git (read-only, click to copy) |
---|---|
Package Base: | libhttpserver-git |
Description: | C++ library for creating an embedded Rest HTTP server (and more) |
Upstream URL: | https://github.com/etr/libhttpserver |
Licenses: | BSD |
Conflicts: | libhttpserver |
Provides: | libhttpserver |
Submitter: | PhCl |
Maintainer: | PhCl |
Last Packager: | PhCl |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-01-08 00:38 (UTC) |
Last Updated: | 2023-08-27 20:39 (UTC) |
Dependencies (3)
- libmicrohttpd (libmicrohttpd-gitAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- libtool (libtool-gitAUR) (make)
Required by (3)
- lager-git
- libkazv-git (requires libhttpserver) (make)
- libkazv-git (requires libhttpserver) (optional)
Latest Comments
PhCl commented on 2023-08-27 20:40 (UTC)
@dreieck Thanks, added.
dreieck commented on 2023-08-25 13:47 (UTC)
Please add
Thanks for maintaining!
PhCl commented on 2023-07-25 09:33 (UTC)
@eNV25 @Swiftloke Sorry, I missed the comment. The git URL should be fixed now.
Swiftloke commented on 2023-05-14 19:12 (UTC)
This package appears to be broken. It cannot clone the repository.
Replacing
source=('git://github.com/etr/libhttpserver.git')
withsource=('git+https://github.com/etr/libhttpserver.git')
, as the below commenter states, allows the repository to clone successfully.eNV25 commented on 2022-09-16 14:50 (UTC) (edited on 2022-09-16 14:51 (UTC) by eNV25)
Can you use
git+https://
?git://
is restricted in some networks.