libzmq-devel-4.1.3-1.bolo1.x86_64.rpm

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/bolo/bolo/script.rpm.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/bolo/bolo/script.rpm.sh | sudo bash

STEP 2: Install the package
sudo yum install libzmq-devel-4.1.3-1.bolo1.x86_64

Distributed Messaging - Development Files

Full description:
  ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking
library but acts like a concurrency framework. It gives you sockets that carry
atomic messages across various transports like in-process, inter-process, TCP,
and multicast. You can connect sockets N-to-N with patterns like fan-out,
pub-sub, task distribution, and request-reply. It's fast enough to be the
fabric for clustered products. Its asynchronous I/O model gives you scalable
multicore applications, built as asynchronous message-processing tasks. It has
a score of language APIs and runs on most operating systems. ZeroMQ is from
iMatix and is LGPLv3 open source.

This package contains the header files for developing code against libzmq.

Checksums

MD5 8cb39537d46e686abfd73393e03d1bea
SHA1 59b7a435b58b1eefed7834ef126258ca28eeba17
SHA256 595b48ad6011cb60aa6aa0bd91b8667a0e256d187a5faf8d5534fa8186656010
SHA512 56c5d3ed8add2298baf7d524f1c91dc761d717b573470e3e8bc3fb70c3c009023f7b3ad941104a2325cff87cb3929d0fbf87a3497024d6fbd4b69776dd53eb27

Provides

  • libzmq-devel = 4.1.3-1.bolo1

Files

  • /usr/lib64/pkgconfig/libzmq.pc
  • /usr/lib64/libzmq.la
  • /usr/lib64/libzmq.a
  • /usr/include/zmq.h
  • /usr/include/zmq_utils.h

Uploaded

over 8 years ago

Package Size

311 KB

Installed Size

1.35 MB

Downloads

5

wget

wget --content-disposition "https://packagecloud.io/bolo/bolo/packages/el/5/libzmq-devel-4.1.3-1.bolo1.x86_64.rpm/download.rpm?distro_version_id=26"

Homepage

http://github.com/jedisct1/libzmq

License

LGPLv3+