-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpack.toml
45 lines (38 loc) · 1.03 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
[custom.all.cyby-draw]
type = "local"
path = "."
ipkg = "cyby-draw.ipkg"
[custom.all.cyby-draw-app]
type = "local"
path = "app"
ipkg = "cyby-draw-app.ipkg"
[custom.all.chem]
type = "git"
url = "https://github.com/stefan-hoeck/idris2-chem"
commit = "latest:main"
ipkg = "chem.ipkg"
[custom.all.chem-generators]
type = "git"
url = "https://github.com/stefan-hoeck/idris2-chem"
commit = "latest:main"
ipkg = "chem-generators/chem-generators.ipkg"
[custom.all.ref1]
type = "git"
url = "https://github.com/stefan-hoeck/idris2-ref1"
commit = "latest:main"
ipkg = "ref1.ipkg"
[custom.all.array]
type = "git"
url = "https://github.com/stefan-hoeck/idris2-array"
commit = "latest:main"
ipkg = "array.ipkg"
[custom.all.bytestring]
type = "git"
url = "https://github.com/stefan-hoeck/idris2-bytestring"
commit = "latest:main"
ipkg = "bytestring.ipkg"
[custom.all.indexed-graph]
type = "git"
url = "https://github.com/stefan-hoeck/idris2-indexed-graph"
commit = "latest:main"
ipkg = "indexed-graph.ipkg"