hiredis 0.13.3-2 source package in Ubuntu

Changelog

hiredis (0.13.3-2) unstable; urgency=medium

  * Ignore /tags
  * Fix kfreebsd FTBFS (closes: #792404)
  * Fix potential race in "invalid timeout" tests
  * DEP-3 headers and forwarding patches uptsream

 -- Tom Lee <email address hidden>  Wed, 18 Nov 2015 00:47:58 -0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe libs

Downloads

File Size SHA-256 Checksum
hiredis_0.13.3-2.dsc 2.0 KiB e17d2478b23eeaa041a04eaf03eeb9022defc5d3486f86f953bde6ac592b9148
hiredis_0.13.3.orig.tar.gz 56.9 KiB 717e6fc8dc2819bef522deaca516de9e51b9dfa68fe393b7db5c3b6079196f78
hiredis_0.13.3-2.debian.tar.xz 8.4 KiB 8a20452638a3513f3ea5b964815fea0bee0f366b586e2778be3d655952089410

Available diffs

No changes file available.

Binary packages built by this source

libhiredis-dbg: No summary available for libhiredis-dbg in ubuntu bionic.

No description available for libhiredis-dbg in ubuntu bionic.

libhiredis-dev: No summary available for libhiredis-dev in ubuntu zesty.

No description available for libhiredis-dev in ubuntu zesty.

libhiredis-dev-dbgsym: debug symbols for package libhiredis-dev

 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.13: No summary available for libhiredis0.13 in ubuntu yakkety.

No description available for libhiredis0.13 in ubuntu yakkety.

libhiredis0.13-dbgsym: debug symbols for package libhiredis0.13

 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.