Skip to content

Commit

Permalink
chore: Bump rockspec for 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikhleia authored and Didier Willis committed Dec 8, 2023
1 parent 672b1bc commit 4a52568
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions ptable.sile-2.0.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
rockspec_format = "3.0"
package = "ptable.sile"
version = "2.0.1-1"
source = {
url = "git+https://github.com/Omikhleia/ptable.sile.git",
tag = "v2.0.1",
}
description = {
summary = "Paragraph boxes, framed boxes and table packages for the SILE typesetting system.",
detailed = [[
This package for the SILE typesetter provides struts, paragraph boxes
(parbox), framed boxes (framebox) and tables (ptable).
]],
homepage = "https://github.com/Omikhleia/ptable.sile",
license = "MIT",
}
dependencies = {
"lua >= 5.1",
"silex.sile >= 0.1.0",
}
build = {
type = "builtin",
modules = {
["sile.packages.struts"] = "packages/struts/init.lua",
["sile.packages.parbox"] = "packages/parbox/init.lua",
["sile.packages.ptable"] = "packages/ptable/init.lua",
["sile.packages.framebox"] = "packages/framebox/init.lua",
["sile.packages.framebox.graphics.prng"] = "packages/framebox/graphics/prng.lua",
["sile.packages.framebox.graphics.renderer"] = "packages/framebox/graphics/renderer.lua",
["sile.packages.framebox.graphics.rough"] = "packages/framebox/graphics/rough.lua",
["sile.resilient-compat.hboxing"] = "resilient-compat/hboxing.lua",
}
}

0 comments on commit 4a52568

Please sign in to comment.