hiredis 0.14.0-6 source package in Ubuntu

Changelog

hiredis (0.14.0-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Rely on pre-initialised dpkg-architecture variables.

 -- Chris Lamb <email address hidden>  Fri, 07 Feb 2020 22:50:36 +0000

Upload details

Uploaded by:
lamby
Uploaded to:
Sid
Original maintainer:
lamby
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe libs

Downloads

File Size SHA-256 Checksum
hiredis_0.14.0-6.dsc 2.0 KiB d8c780cce61b0c065bd4ec5f9a086f293bc9ffaa9cd545bd7249a76c0d9b454a
hiredis_0.14.0.orig.tar.gz 61.6 KiB 042f965e182b80693015839a9d0278ae73fae5d5d09d8bf6d0e6a39a8c4393bd
hiredis_0.14.0-6.debian.tar.xz 11.2 KiB d5e3beae7f2293fa1ca8b1a0ac88ff71909ada1d7a10a04fc1ddb32c6b8d2fcd

Available diffs

No changes file available.

Binary packages built by this source

libhiredis-dev: minimalistic C client library for Redis (development files)

 Hiredis is a minimalistic C client library for the Redis database. It is
 minimalistic because it just adds minimal support for the protocol, but
 at the same time it uses an high level printf-alike API in order to make
 it much higher level than otherwise suggested by its minimal code base
 and the lack of explicit bindings for every Redis command.
 .
 Apart from supporting sending commands and receiving replies, it comes
 with a reply parser that is decoupled from the I/O layer. It is a stream
 parser designed for easy reusability, which can for instance be used in
 higher level language bindings for efficient reply parsing.
 .
 Hiredis only supports the binary-safe Redis protocol, so you can use it
 with any Redis version >= 1.2.0.
 .
 The library comes with multiple APIs. There is the synchronous API, the
 asynchronous API and the reply parsing API.
 .
 This package provides the development files for hiredis.

libhiredis0.14: No summary available for libhiredis0.14 in ubuntu groovy.

No description available for libhiredis0.14 in ubuntu groovy.

libhiredis0.14-dbgsym: debug symbols for libhiredis0.14