A simple buffer utility that keeps a table with a defined set of numbers. Values are pushed/popped. Once the buffer is full the FIFO (first in -> first out) principle applies.
The package specifications and tests are in the specs folder. Use busted
to run these.