rockspec_format = "3.0"
package = "nom"
version = "1.2.0-1"
source = {
   url = "git+https://forge.axfive.net/Taylor/lua-nom.git",
   tag = "v1.2.0"
}
description = {
   detailed = "A clone of Rust's nom to Lua.",
   homepage = "https://forge.axfive.net/Taylor/lua-nom",
   license = "MPL-2.0"
}
build = {
   type = "builtin"
}
