forked from iclighthouse/ICDex-Trader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-set.dhall
154 lines (150 loc) · 5.23 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
-- let upstream = https://github.com/dfinity/vessel-package-set/releases/download/mo-0.10.0-20230911/package-set.dhall sha256:7bce6afe8b96a8808f66b5b6f7015257d44fc1f3e95add7ced3ccb7ce36e5603
-- mo-0.9.7-20230718
let upstream =
[ { dependencies = [] : List Text
, name = "base"
, repo = "https://github.com/dfinity/motoko-base.git"
, version = "7f9ea59fafbd0a2f12709cdc8b6771a9dea87cbd" -- updated to mo-0.10.3
}
, { dependencies = [ "base" ]
, name = "crud"
, repo = "https://github.com/matthewhammer/motoko-crud.git"
, version = "0367a9a40eb708772df0662232a842c273a263e9"
}
, { dependencies = [ "base" ]
, name = "matchers"
, repo = "https://github.com/kritzcreek/motoko-matchers.git"
, version = "3dac8a071b69e4e651b25a7d9683fe831eb7cffd"
}
, { dependencies = [ "base" ]
, name = "parsec"
, repo = "https://github.com/crusso/mo-parsec.git"
, version = "6d84fe23245dac4c8c6c83f83349d972dd98289c"
}
, { dependencies = [ "base" ]
, name = "scc"
, repo = "https://github.com/nomeata/motoko-scc.git"
, version = "a6ddd4e688f75443674ad8ed24495fbeb103fc7b"
}
, { dependencies = [ "base" ]
, name = "sha256"
, repo = "https://github.com/enzoh/motoko-sha.git"
, version = "9e2468f51ef060ae04fde8d573183191bda30189"
}
, { dependencies = [ "base" ]
, name = "icip"
, repo = "https://github.com/feliciss/icip.git"
, version = "3188b01d7ec5ef354c773c66197869cdce18c4b7"
}
, { dependencies = [ "base" ]
, name = "pretty"
, repo = "https://github.com/kritzcreek/motoko-pretty.git"
, version = "73b81a2df1058396f0395d2d4a38ddcca4531142"
}
, { dependencies = [ "base" ]
, name = "sha224"
, repo = "https://github.com/flyq/motoko-sha224.git"
, version = "95e271a0997c9219afd8e5a418ed487d2db84d3f" -- updated to Dec 23, 2023
}
, { dependencies = [ "base" ]
, name = "splay"
, repo = "https://github.com/chenyan2002/motoko-splay.git"
, version = "f8e50749f9c4d7ccae99694c35310ac68945a225"
}
, { dependencies = [ "base" ]
, name = "sequence"
, repo = "https://github.com/matthewhammer/motoko-sequence.git"
, version = "e57b88cf4aa4852c7f66b9150692e256911c1425"
}
, { dependencies = [ "base" ]
, name = "base32"
, repo = "https://github.com/flyq/motoko-base32.git"
, version = "0d6011a074ad4da7ac6bb95f0dd6f63d08070c89" -- updated to Dec 23, 2023
}
, { dependencies = [ "base" ]
, name = "adapton"
, repo = "https://github.com/matthewhammer/motoko-adapton.git"
, version = "d1b130fd930d8b498b66d2a2c6a45beea3f67c3a"
}
, { dependencies = [ "base" ]
, name = "iterext"
, repo = "https://github.com/timohanke/motoko-iterext"
, version = "6c05ff069e00eabdd2fc700d7457878d72dafaa9"
}
, { dependencies = [ "base", "iterext" ]
, name = "sha2"
, repo = "https://github.com/timohanke/motoko-sha2"
, version = "837682e5a503f200f6829081e41dd6c98b8d6bf9"
}
, { dependencies = [ "base" ]
, name = "easy-random"
, repo = "https://github.com/neokree/easy-random.git"
, version = "87acbe9565cb7fb4397c97d871bc8624a6bfb882"
}
, { dependencies = [ "base" ]
, name = "xtended-numbers"
, repo = "https://github.com/edjcase/motoko_numbers"
, version = "773953141f976ccdfc2e6a2c451b841a53bb39a0"
}
, { dependencies = [ "xtended-numbers" ]
, name = "cbor"
, repo = "https://github.com/gekctek/motoko_cbor"
, version = "5adf22b177d187d076b222e94b3fdf071b7c0b65"
}
, { dependencies = [ "base", "sha256", "cbor", "sha224" ]
, name = "ic-certification"
, repo = "https://github.com/nomeata/ic-certification"
, version = "5556c18ab4e9f751affbebbd60508791a102b57f"
}
]
let Package =
{ name : Text, version : Text, repo : Text, dependencies : List Text }
let
-- This is where you can add your own packages to the package-set
additions =
[
{ dependencies = [ "base", "iterext" ]
, name = "sha3"
, repo = "https://github.com/hanbu97/motoko-sha3"
, version = "db66d478f22720d98cb00fecd8da58533c64f7b4"
}
, { dependencies = [ "base", "sha2" ]
, name = "ecdsa"
, repo = "https://github.com/herumi/ecdsa-motoko"
, version = "63466478d3d2c3dab8481f62d8256a0e75f7cd8b"
}
, { dependencies = [] : List Text
, name = "base-0.7.3"
, repo = "https://github.com/dfinity/motoko-base"
, version = "aafcdee0c8328087aeed506e64aa2ff4ed329b47"
}
, { dependencies = [ "base-0.7.3" ] : List Text
, name = "parser-combinators"
, repo = "https://github.com/aviate-labs/parser-combinators.mo"
, version = "v0.1.2"
}
, { dependencies = [ "base-0.7.3", "parser-combinators" ]
, name = "json"
, repo = "https://github.com/aviate-labs/json.mo"
, version = "afd30ed75095cb339c1ec187d61030bbd2e59ae6"
}
, { dependencies = [ "base", "sha224" ]
, name = "icl"
, repo = "https://github.com/iclighthouse/icl-vessel"
, version = "e5fa9eb9eed94428a96a961a079f01e37e08abe9"
}
] : List Package
let
{- This is where you can override existing packages in the package-set
For example, if you wanted to use version `v2.0.0` of the foo library:
let overrides = [
{ name = "foo"
, version = "v2.0.0"
, repo = "https://github.com/bar/foo"
, dependencies = [] : List Text
}
]
-}
overrides =
[] : List Package
in upstream # additions # overrides