Posts in 'elixir, mix, erlang, chumak, zeromq'

Compile Elixir Dependency

I wanted to use the zeromq chumak library in Elixir. Since, chumak is an Erlang implementation, one should be able to use it without any modifications. I wasn't able to get it working. So decided to make changes to the mix dependency source code of chumak to find out what …