Search Criteria
Package Details: librdkafka-git 2.6.0.r3.88604ca-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/librdkafka-git.git (read-only, click to copy) |
---|---|
Package Base: | librdkafka-git |
Description: | The Apache Kafka C/C++ library |
Upstream URL: | https://github.com/confluentinc/librdkafka |
Keywords: | kafka librdkafka |
Licenses: | BSD-2-Clause |
Conflicts: | librdkafka |
Provides: | librdkafka |
Submitter: | farsaver |
Maintainer: | loacker |
Last Packager: | loacker |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2015-11-25 13:20 (UTC) |
Last Updated: | 2024-10-16 20:33 (UTC) |
Dependencies (11)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libsasl
- lz4 (lz4-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- rapidjson (rapidjson-gitAUR) (make)
Required by (50)
- bgpstream (requires librdkafka)
- ceph (requires librdkafka) (make)
- ceph-base (requires librdkafka) (make)
- ceph-bin (requires librdkafka)
- ceph-cephadm (requires librdkafka) (make)
- ceph-cephfs (requires librdkafka) (make)
- ceph-cli (requires librdkafka) (make)
- ceph-cluster (requires librdkafka) (make)
- ceph-common (requires librdkafka) (make)
- ceph-compressor (requires librdkafka) (make)
- ceph-crypto (requires librdkafka) (make)
- ceph-erasure (requires librdkafka) (make)
- ceph-git (requires librdkafka)
- ceph-git (requires librdkafka) (make)
- ceph-libs (requires librdkafka) (make)
- ceph-libs-bin (requires librdkafka)
- ceph-libs-git (requires librdkafka) (make)
- ceph-mds (requires librdkafka) (make)
- ceph-mgr (requires librdkafka) (make)
- ceph-mgr-git (requires librdkafka) (make)
- Show 30 more...
Latest Comments
MarsSeed commented on 2023-06-28 17:49 (UTC)
Please use an enhanced
pkgver()
implementation (like the one here).Because you need to make sure that a tag with a suffix like
-RC1
won't get converted to something like2.2.0.RC1.r*
, but result in the text suffix get joined directly to the end of the last digit (like2.2.0rc1.r*
).Without this fix, text-suffixed tags like those with
-RC
will always be considered newer by pacman and build tools than the next stable tag.E.g, current
2.2.0.RC1.r*
is newer than the future stable release of2.2.0.r*
.Pacman follows basically the same version comparison logic as Python's packaging tools do (based on the PEP 440 standard).
amos commented on 2019-02-26 13:48 (UTC)
Can you please add provides and conflicts with librdkafka?
zerocewl commented on 2017-11-06 12:01 (UTC)
farsaver commented on 2017-05-06 16:41 (UTC)
galaux commented on 2017-05-06 15:05 (UTC)
farsaver commented on 2017-04-11 19:13 (UTC)
galaux commented on 2017-04-11 10:14 (UTC)
pyr commented on 2015-12-23 08:03 (UTC)