libzmq/packaging
Luca Boccassi 068385c951 Problem: internal reimplementation of strlcpy used by default on Linux
Solution: use libbsd by default when available, and the internal implementation
only as a fallback, to take advantage of Linux distros maintenance of the
string libraries.
2019-12-28 16:21:06 +01:00
..
debian Problem: internal reimplementation of strlcpy used by default on Linux 2019-12-28 16:21:06 +01:00
nuget Problem: generated NuGet files out of date. 2017-12-27 17:31:02 -08:00
obs Problem: Debian packages are missing zmq.hpp 2017-12-01 01:09:28 +00:00
redhat Problem: internal reimplementation of strlcpy used by default on Linux 2019-12-28 16:21:06 +01:00
README Problem: builds directory contains packaging scripts 2016-01-15 10:25:38 +01:00

This directory is for packaging tools. Please do not hardcode version
numbers into your scripts; you can get them at runtime by calling
version.sh, or at configure time if you use autoconf.