libzmq-devel-4.1.3-1.el7.centos.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.el7.centos.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 c22cc413058079dd537b9fcca323aabe
SHA1 8faac2075b22db2ff3fcc8a09fa7242d8a76f816
SHA256 546b534e9d7b43bcb0c7d20aa0948575e95b29b4fab75805eca5c99642555049
SHA512 0ea04105fbdbb2cc543d5405795947a25cb2d8dfcc1e9a576dc33c62e2688c013b9f6a793e97280145a4dfbe2991438d61f52c4d73065b067c4c08351802ab3e

Requires

  • /usr/bin/pkg-config

Provides

  • libzmq-devel(x86-64) = 4.1.3-1.el7.centos.bolo1
  • libzmq-devel = 4.1.3-1.el7.centos.bolo1
  • pkgconfig(libzmq) = 4.1.3-

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

201 KB

Installed Size

1.24 MB

Downloads

18

wget

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

Homepage

http://github.com/jedisct1/libzmq

License

LGPLv3+