Skip to content

Commit 8954201

Browse files
author
Geraldo Luiz
committed
Version 1.0-0
1 parent ea9179d commit 8954201

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

rockspec/typst-lua-1.0-0.rockspec

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
package = "typst-lua"
2+
version = "1.0-0"
3+
4+
source = {
5+
url = "git+https://github.com/rousbound/typst-lua.git",
6+
branch = "master"
7+
}
8+
9+
description = {
10+
summary = "Typst compiler bindings for Lua",
11+
detailed = [[
12+
Lua bindings for the Typst compiler
13+
]],
14+
homepage = "https://github.com/rousbound/typst-lua",
15+
license = "APACHE2.0"
16+
}
17+
18+
dependencies = {
19+
"lua >= 5.1, <= 5.5",
20+
"luarocks-build-rust-mlua",
21+
}
22+
23+
build = {
24+
type = "rust-mlua",
25+
modules = {
26+
["typst"] = "typst",
27+
},
28+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = {
1212
Lua bindings for the Typst compiler
1313
]],
1414
homepage = "https://github.com/rousbound/typst-lua",
15-
license = "MIT"
15+
license = "APACHE2.0"
1616
}
1717

1818
dependencies = {

0 commit comments

Comments
 (0)