You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2025. It is now read-only.
Compile using rebar. Makefile added for convenience.
Eunit tests:
rebar compile eunit
Common tests:
Add code:add_pathz("/path/to/gaoler/ebin/"). to your ~/.erlang file
rebar compile ct
n.b. This is not production code. Written for a measurement paper, it is missing various important components for situations such as state recovery in case of failure and restart.