This repository was archived by the owner on Aug 20, 2025. It is now read-only.
nruth/gaoler
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Pronounced "jailer".
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.