diff options
| author | Alexander Pickering <alex@cogarr.net> | 2020-07-14 21:32:36 -0400 |
|---|---|---|
| committer | Alexander Pickering <alex@cogarr.net> | 2020-07-14 21:32:36 -0400 |
| commit | a7ff1b815987b0c1b3ded5701845e0eb52f0592c (patch) | |
| tree | e5b199de0b986ab9fd802d68740da2611a524c64 /lua-nng-dev-1.rockspec | |
| parent | 0f782391408321608c4742951df82fb2e714c5ae (diff) | |
| download | lua-nng-a7ff1b815987b0c1b3ded5701845e0eb52f0592c.tar.gz lua-nng-a7ff1b815987b0c1b3ded5701845e0eb52f0592c.tar.bz2 lua-nng-a7ff1b815987b0c1b3ded5701845e0eb52f0592c.zip | |
Added pubsub methods
Add socket:subscribe() and socket:unsubscribe() for the pub/sub
protocol.
Diffstat (limited to 'lua-nng-dev-1.rockspec')
| -rw-r--r-- | lua-nng-dev-1.rockspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua-nng-dev-1.rockspec b/lua-nng-dev-1.rockspec index 0be82f6..3229e99 100644 --- a/lua-nng-dev-1.rockspec +++ b/lua-nng-dev-1.rockspec @@ -3,7 +3,7 @@ rockspec_format="3.0" version = "dev-1"
source = {
url = "git+https://cogarr.net/source/cgit.cgi/lua-nng",
- tag = "v0.1"
+ --tag = "v0.1"
}
description = {
summary = "A simple binding for Nanomessage Next Generation",
|
