Skip to content

Commit

Permalink
Renamed ezmq to erlzmq2
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Mar 9, 2011
1 parent e3b1d9f commit baa8345
Show file tree
Hide file tree
Showing 17 changed files with 665 additions and 710 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -27,7 +27,7 @@ compile: dependencies
@./rebar compile @./rebar compile


perf: compile perf: compile
@cd perf && erlc ezmq_perf.erl @cd perf && erlc erlzmq_perf.erl


test: compile test: compile
@./rebar eunit @./rebar eunit
Expand Down
14 changes: 7 additions & 7 deletions README.md
@@ -1,4 +1,4 @@
ezmq erlzmq2
==== ====
NIF based Erlang bindings for the ZeroMQ messaging library. NIF based Erlang bindings for the ZeroMQ messaging library.


Expand All @@ -7,23 +7,23 @@ Copyright (c) 2011 Yurii Rashkovskii and Evax Sofware
Overview Overview
======== ========


The ezmq application provides high-performance NIF based Erlang bindings The erlzmq2 application provides high-performance NIF based Erlang bindings
for the ZeroMQ messaging library. for the ZeroMQ messaging library.


Downloading Downloading
=========== ===========


The ezmq source code can be found on [GitHub](https://github.com/yrashk/ezmq) The erlzmq2 source code can be found on [GitHub](https://github.com/yrashk/erlzmq2)


$ git clone http://github.com/yrashk/ezmq.git $ git clone http://github.com/yrashk/erlzmq2.git


It is also available on [Agner](http://erlagner.org/): It is also available on [Agner](http://erlagner.org/):


$ agner build ezmq $ agner build erlzmq


In order to build ezmq against a specific version of ZeroMQ (not `master`), use this: In order to build erlzmq2 against a specific version of ZeroMQ (not `master`), use this:


$ ZEROMQ_VERSION=v<VERSION> agner build ezmq $ ZEROMQ_VERSION=v<VERSION> agner build erlzmq


Building Building
======== ========
Expand Down

0 comments on commit baa8345

Please sign in to comment.