-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage-set.dhall
11 lines (11 loc) · 1.19 KB
/
package-set.dhall
1
2
3
4
5
6
7
8
9
10
11
[
{ name = "base", repo = "https://github.com/dfinity/motoko-base.git", version = "moc-0.7.0", dependencies = []: List Text },
{ name = "candy_0_1_9", repo = "https://github.com/aramakme/candy_library.git", version = "v0.1.9", dependencies = ["base"] },
{ name = "candy", repo = "https://github.com/aramakme/candy_library.git", version = "v0.1.9", dependencies = ["base"] },
{ name = "map_4_0_0", repo = "https://github.com/ZhenyaUsenko/motoko-hash-map.git", version = "v4.0.0", dependencies = ["base"] },
{ name = "map_8_0_0_alpha_5", repo = "https://github.com/ZhenyaUsenko/motoko-hash-map.git", version = "v8.0.0-alpha.5", 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", repo = "https://github.com/ZhenyaUsenko/motoko-hash-map.git", version = "v8.0.0-rc.2", dependencies = ["base"] },
{ name = "candy_utils_0_2_0", repo = "https://github.com/ZhenyaUsenko/motoko-candy-utils.git", version = "v0.2.0", dependencies = ["base"] },
{ name = "candy_utils", repo = "https://github.com/ZhenyaUsenko/motoko-candy-utils.git", version = "v0.2.0", dependencies = ["base"] },
]