hiredis 0.13.3-2.2 source package in Ubuntu

Changelog

hiredis (0.13.3-2.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop -dbg package in favour of -dbgsym package.

 -- Ondřej Surý <email address hidden>  Sun, 14 Jan 2018 07:14:08 +0000

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
Bionic release universe libs

Downloads

File Size SHA-256 Checksum
hiredis_0.13.3-2.2.dsc 2.0 KiB e145c5bed4a2aed8ad80f2a01763fde692b5468a37372cf7ce269159d2a6d290
hiredis_0.13.3.orig.tar.gz 56.9 KiB 717e6fc8dc2819bef522deaca516de9e51b9dfa68fe393b7db5c3b6079196f78
hiredis_0.13.3-2.2.debian.tar.xz 8.6 KiB a4e386118e259fd6f756493aa9f2f08b7b689f292f90c9baa269e0c4691c6eaf

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

No description available for libhiredis0.13 in ubuntu cosmic.

libhiredis0.13-dbgsym: No summary available for libhiredis0.13-dbgsym in ubuntu disco.

No description available for libhiredis0.13-dbgsym in ubuntu disco.