Skip to content

Commit

Permalink
chore: Start versioning rocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikhleia authored and Didier Willis committed Aug 5, 2023
1 parent 42462c3 commit d79fa4a
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions silex.sile-0.1.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
rockspec_format = "3.0"
package = "silex.sile"
version = "0.1.0-1"
source = {
url = "git+https://github.com/Omikhleia/silex.sile.git",
tag = "v0.1.0"
}
description = {
summary = "Extension layer for SILE and resilient",
detailed = [[
Some common bricks, compatility features, opinionated hacks,
and eXperimental eXpansions.
]],
homepage = "https://github.com/Omikhleia/silex.sile",
license = "MIT",
}
dependencies = {
"lua >= 5.1",
}
build = {
type = "builtin",
modules = {
["sile.silex"] = "silex/init.lua",
["sile.silex.fork"] = "silex/fork.lua",
["sile.silex.lang"] = "silex/lang.lua",
["sile.silex.fixes"] = "silex/fixes.lua",
["sile.silex.compat"] = "silex/compat.lua",
}
}

0 comments on commit d79fa4a

Please sign in to comment.