File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff 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
1818dependencies = {
You can’t perform that action at this time.
0 commit comments