Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
Pouriya edited this page Sep 10, 2017 · 10 revisions

Download source

Git
~ $ git clone https://github.com/Pouriya-Jahanbakhsh/sockerl.git

Download compiled

For compiled source and its dependencies download lib.tar.gz from Releases

Use as dependency

Rebar3

Put this in deps in rebar.config:

{sockerl, "17.9.10"}
Rebar

Put this in deps in rebar.config:

{sockerl, ".*", {git, "https://github.com/Pouriya-Jahanbakhsh/sockerl.git", {tag, "17.9.10"}}}
Mix

Put this in deps in mix.exs:

{:sockerl, "~> 17.9.10"}

erlang.mk

dep_sockerl = hex 17.9.10