hiredict 1.3.1-2 source package in Ubuntu

Changelog

hiredict (1.3.1-2) unstable; urgency=medium

  * Source-only upload
  * Run tests with autopkgtest instead of during build to break cyclical
    dependencies (Closes: #1070915)

 -- Maytham Alsudany <email address hidden>  Sun, 12 May 2024 16:53:31 +0800

Upload details

Uploaded by:
Debian Redict Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Redict Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
hiredict_1.3.1-2.dsc 2.1 KiB d00831238b29a8cc0affe3796c949d3d7174868585e1f98ffc99ff7116c180cd
hiredict_1.3.1.orig.tar.gz 116.0 KiB 377eb938930825a07b5b48c6dd171c59f439cd8c87c33f9c8dff6da3fc11ff5a
hiredict_1.3.1-2.debian.tar.xz 6.4 KiB 4cfa884172a98bb493aede3814e6163205b78ee01db479706c92f2075c22b976

Available diffs

No changes file available.

Binary packages built by this source

libhiredict-dev: minimalistic C client library for Redict (development files)

 hiredict is a minimalistic C client library for the Redict 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 Redict 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.
 .
 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 hiredict.

libhiredict-shims-dev: minimalistic C client library for Redict (hiredis compat shims)

 hiredict is a minimalistic C client library for the Redict 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 Redict 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.
 .
 The library comes with multiple APIs. There is the synchronous API, the
 asynchronous API and the reply parsing API.
 .
 This package provides hiredis compatibility shims for hiredict.

libhiredict1.3.1: minimalistic C client library for Redict

 hiredict is a minimalistic C client library for the Redict 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 Redict 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.
 .
 The library comes with multiple APIs. There is the synchronous API, the
 asynchronous API and the reply parsing API.

libhiredict1.3.1-dbgsym: debug symbols for libhiredict1.3.1