-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpolytype-dev-1.rockspec
More file actions
29 lines (25 loc) · 909 Bytes
/
polytype-dev-1.rockspec
File metadata and controls
29 lines (25 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
rockspec_format = "3.0"
package = "polytype"
version = "dev-1"
source = {
url = "git+https://github.com/alerque/polytype.git",
branch = "master",
}
description = {
summary = "A Rosetta stone for modern typesetting engines.",
detailed = [[This project's goal is to provide a chrestomathy for typesetting similar to what Rosetta Code does for programming languages. The samples here are designed to compare and/or contrast the approaches taken to various typesetting situations by different typesetting engines.]],
license = "CC0-1.0",
homepage = "https://github.com/alerque/polytype",
issues_url = "https://github.com/alerque/polytype/issues",
maintainer = "Caleb Maclennan <caleb@alerque.com>",
labels = { "typesetting" },
}
dependencies = {
"lua >= 5.1",
"decasify.sile == 0.11.2-1",
"textsubsuper.sile == 2.1.0-1",
}
build = {
type = "builtin",
modules = {},
}