-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-set.dhall
94 lines (90 loc) · 3.05 KB
/
package-set.dhall
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
let aviate_labs = https://github.com/aviate-labs/package-set/releases/download/v0.1.4/package-set.dhall sha256:30b7e5372284933c7394bad62ad742fec4cb09f605ce3c178d892c25a1a9722e
let additions =
[
{ name = "base", repo = "https://github.com/dfinity/motoko-base.git", version = "moc-0.8.1", dependencies = []: List Text },
{ name = "candy_0_1_12", repo = "https://github.com/aramakme/candy_library.git", version = "v0.1.12", dependencies = ["base"] },
{ name = "map_8_0_0_rc_2", repo = "https://github.com/ZhenyaUsenko/motoko-hash-map.git", version = "v8.0.0-rc.2", dependencies = ["base"] },
{ name = "map_7_0_0", repo = "https://github.com/ZhenyaUsenko/motoko-hash-map.git", version = "v7.0.0", dependencies = ["base"] },
{ name = "candy_utils_0_2_1", repo = "https://github.com/ZhenyaUsenko/motoko-candy-utils.git", version = "v0.2.1", dependencies = ["base"] },
{ name = "crypto"
, repo = "https://github.com/aviate-labs/crypto.mo"
, version = "v0.2.0"
, dependencies = [ "base", "encoding" ]
},
{
name="principalmo",
repo = "https://github.com/aviate-labs/principal.mo.git",
version = "v0.2.5",
dependencies = ["base"]
},
{ name = "encoding"
, repo = "https://github.com/aviate-labs/encoding.mo"
, version = "v0.3.2"
, dependencies = [ "array", "base" ]
},
{ name = "array"
, repo = "https://github.com/aviate-labs/array.mo"
, version = "v0.2.0"
, dependencies = [ "base" ]
},
{ name = "hash"
, repo = "https://github.com/aviate-labs/hash.mo"
, version = "v0.1.0"
, dependencies = [ "array", "base" ]
},
{ name = "axon"
, repo = "https://github.com/icdevs/axon"
, version = "v2.1.1"
, dependencies = ["base" ]
},
{ name = "map"
, repo = "https://github.com/ZhenyaUsenko/motoko-hash-map"
, version = "v7.0.0"
, dependencies = [ "base"]
},
{ name = "StableBuffer"
, repo = "https://github.com/skilesare/StableBuffer"
, version = "v0.2.0"
, dependencies = [ "base"]
},
{ name = "stablebuffer_0_2_0"
, repo = "https://github.com/skilesare/StableBuffer"
, version = "v0.2.0"
, dependencies = [ "base"]
},
{ name = "icrc1"
, repo = "https://github.com/NatLabs/icrc1"
, version = "7af28bbfa7d41a20297ff6e349ee0374f9d1b576"
, dependencies = [ "base"]
},
{
name = "httpparser",
repo = "https://github.com/skilesare/http-parser.mo",
version = "v0.1.0",
dependencies = ["base"]
},
{
name = "itertools",
version = "main",
repo = "https://github.com/NatLabs/Itertools.mo",
dependencies = ["base"] : List Text
},{
name = "StableTrieMap",
version = "main",
repo = "https://github.com/NatLabs/StableTrieMap",
dependencies = ["base"] : List Text
},
{
name = "yc",
version = "development",
repo = "https://github.com/CigDao/Your-Coin",
dependencies = ["base"] : List Text
},
{
name = "ogy_nft",
version = "main",
repo = "https://github.com/origyn-sa/origyn_nft",
dependencies = ["base"] : List Text
}
]
in aviate_labs # additions