Search Criteria
Package Details: czmq-git 1:4.2.1.r118.g1b5062c3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/czmq-git.git (read-only, click to copy) |
---|---|
Package Base: | czmq-git |
Description: | High-level C binding for ZeroMQ |
Upstream URL: | https://github.com/zeromq/czmq |
Keywords: | czmq zmq zmqlib |
Licenses: | MPL-2.0 |
Conflicts: | czmq |
Provides: | czmq, libczmq.so |
Submitter: | None |
Maintainer: | Integral (lilac) |
Last Packager: | lilac |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2012-04-01 15:36 (UTC) |
Last Updated: | 2024-03-10 20:48 (UTC) |
Dependencies (7)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- lz4 (lz4-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR)
- util-linux-libs (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR)
- zeromq (zeromq-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
Required by (7)
- malamute-git (requires czmq)
- ossec-hids-agent (requires czmq) (make)
- ossec-hids-local (requires czmq) (make)
- ossec-hids-server (requires czmq) (make)
- prime_server (requires czmq)
- tarp (requires czmq)
- zyre-git
Latest Comments
MarsSeed commented on 2023-07-24 13:34 (UTC)
Please add
--with-nss=no
toconfigure
options. Otherwise nss and nspr libraries get linked to but won't be used by the code as per namcap (ldd) analysis.Also please remove the unneeded
gcc-libs
dependency, and declare others that are required:curl
lz4
systemd-libs
util-linux-libs
Also please enhance the
provides
array like this:MarsSeed commented on 2023-07-17 03:59 (UTC)
Thank you. Please also add version to provides.
MarsSeed commented on 2023-07-16 07:36 (UTC)
Please kindly implement a git tag based
pkgver()
.You can use the following code for it.
(Bumping the epoch to 1 is needed to make sure pacman considers the newly generated version higher than the old one.)
dmp1ce commented on 2014-09-23 19:55 (UTC)
bobberb commented on 2014-04-23 06:01 (UTC)