package = "argon2" version = "2.0.0-0" source = { url = "git://github.com/thibaultCha/lua-argon2", tag = "2.0.0" } description = { summary = "Lua C binding for the Argon2 password hashing algorithm", homepage = "https://github.com/thibaultCha/lua-argon2", license = "MIT" } build = { type = "builtin", modules = { argon2 = { sources = {"src/argon2.c"}, libraries = {"argon2"}, incdirs = {"$(ARGON2_INCDIR)"}, libdirs = {"$(ARGON2_LIBDIR)"} } } }