-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpack.toml
59 lines (49 loc) · 1.17 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[custom.all.chem]
type = "local"
path = "."
ipkg = "chem.ipkg"
test = "test/test.ipkg"
[custom.all.chem-generators]
type = "local"
path = "chem-generators"
ipkg = "chem-generators.ipkg"
[custom.all.chem-test]
type = "local"
path = "test"
ipkg = "test.ipkg"
[custom.all.chem-app]
type = "local"
path = "app"
ipkg = "app.ipkg"
[custom.all.chem-data]
type = "local"
path = "chem-data"
ipkg = "chem-data.ipkg"
[custom.all.chem-inchi]
type = "local"
path = "chem-inchi"
ipkg = "chem-inchi.ipkg"
[custom.all.chem-profile]
type = "local"
path = "profile"
ipkg = "profile.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"