ssg/pack.toml

20 lines
305 B
TOML

[custom.all.SSG]
type = "local"
path = "."
ipkg = "SSG.ipkg"
test = "test/test.ipkg"
[custom.all.Djot]
type = "local"
path = "bin"
ipkg = "Djot.ipkg"
[custom.all.SSG-test]
type = "local"
path = "test"
ipkg = "test.ipkg"
[custom.all.ssg-examples]
type = "local"
path = "examples"
ipkg = "examples.ipkg"