This is a little module that simulates enumerated types in Lua.

Its API is very similar to the Python 3 Enum API, although much
more limited.

Homepage:
https://stefano-m.github.io/lua-enum/
