aviate-labs / base-package-set

Motoko Package Set for Various Versions of the Base Library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base Package Set

latest version

How to use with vessel?

-- vessel.dhall
{
  dependencies = [ "base-0.9.1" ],
  compiler = Some "0.9.1"
}
-- package-set.dhall
let base = https://github.com/internet-computer/base-package-set/releases/download/moc-0.9.1/package-set.dhall sha256:eb7e8de9987ee129adcfeaf45d1d7d5363f2d206383724df71c0b7fe872eb437
in  base

About

Motoko Package Set for Various Versions of the Base Library.

License:Apache License 2.0


Languages

Language:Dhall 59.8%Language:Go 40.2%