-
Notifications
You must be signed in to change notification settings - Fork 1
/
pack.toml
49 lines (41 loc) · 1.01 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
[custom.all.posix]
type = "local"
path = "posix"
ipkg = "posix.ipkg"
[custom.all.linux]
type = "local"
path = "linux"
ipkg = "linux.ipkg"
[custom.all.linux-examples]
type = "local"
path = "examples"
ipkg = "linux-examples.ipkg"
[custom.all.linux-profile]
type = "local"
path = "profile"
ipkg = "profile.ipkg"
[custom.all.cptr]
type = "git"
url = "https://github.com/stefan-hoeck/idris2-cptr"
commit = "latest:main"
ipkg = "cptr.ipkg"
[custom.all.struct-gen]
type = "git"
url = "https://github.com/stefan-hoeck/idris2-cptr"
commit = "latest:main"
ipkg = "struct-gen/struct-gen.ipkg"
[custom.all.ref1]
type = "github"
url = "https://github.com/stefan-hoeck/idris2-ref1"
commit = "latest:main"
ipkg = "ref1.ipkg"
[custom.all.array]
type = "github"
url = "https://github.com/stefan-hoeck/idris2-array"
commit = "latest:main"
ipkg = "array.ipkg"
[custom.all.bytestring]
type = "github"
url = "https://github.com/stefan-hoeck/idris2-bytestring"
commit = "latest:main"
ipkg = "bytestring.ipkg"