summaryrefslogtreecommitdiffstats
path: root/rules/libzmq.in
blob: c272f845d8ed01b927fece00037fb74d89b9022b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=networking

config LIBZMQ
	tristate
	prompt "libzmq"
	help
	  The zeroMQ lightweight messaging kernel is a library which extends the
	  standard socket interfaces with features traditionally provided by
	  specialised messaging middleware products. zeroMQ sockets provide an
	  abstraction of asynchronous message queues, multiple messaging patterns,
	  message filtering (subscriptions), seamless access to multiple transport
	  protocols and more.