-
Notifications
You must be signed in to change notification settings - Fork 1
/
pack.toml
34 lines (29 loc) · 787 Bytes
/
pack.toml
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
30
31
32
33
34
[custom.all.pretty-show]
type = "local"
path = "."
ipkg = "pretty-show.ipkg"
test = "test/test.ipkg"
[custom.all.pretty-show-test]
type = "local"
path = "test"
ipkg = "test.ipkg"
[custom.all.elab-util]
type = "git"
url = "https://github.com/stefan-hoeck/idris2-elab-util"
commit = "latest:main"
ipkg = "elab-util.ipkg"
[custom.all.elab-pretty]
type = "git"
url = "https://github.com/stefan-hoeck/idris2-elab-util"
commit = "latest:main"
ipkg = "elab-pretty.ipkg"
[custom.all.parser]
type = "git"
url = "https://github.com/stefan-hoeck/idris2-parser"
commit = "latest:main"
ipkg = "parser.ipkg"
[custom.all.parser-show]
type = "git"
url = "https://github.com/stefan-hoeck/idris2-parser"
commit = "latest:main"
ipkg = "show/parser-show.ipkg"