./devel/lua-enum, Enumerated Types for Lua

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.2, Package name: lua53-enum-0.1.2, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 13.468 KB

Version history: (Expand)


CVS history: (Expand)


   2022-03-06 10:16:22 by Nia Alarie | Files touched by this commit (4)
Log message:
add devel/lua-enum

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.