jzxchiang1 / vessel-package-set

The official community package-set for vessel

Home Page:https://dfinity.github.io/vessel-package-set/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package CI

Vessel Package Set

The official community package-set for Motoko libraries to use with vessel.

What is a package set?

A package set is a collection of packages, such that there is only one entry (i.e. version) for a given package in the set.

This means that when you want to install a package:

  • it must be in the package set
  • its dependencies and all the transitive dependencies must be in the package set

Add your package

This repository aims to be a good collection of packages you can depend on. In general we welcome all packages, provided that they follow some guidelines defined in the contributing guide.

The linked document also contains instructions on how to add new packages to the set, and information on versioning and related policies.

How do I use this with vessel?

You should point the package-set.dhall file in your project at a tagged release of this repository like so:

let upstream =
  https://github.com/dfinity/vessel-package-set/releases/download/mo-0.4.2-20200904/package-set.dhall
in upstream

Attribution

Much of this machinery and documentation is adapted from the lovely https://github.com/purescript/package-sets

About

The official community package-set for vessel

https://dfinity.github.io/vessel-package-set/

License:Apache License 2.0


Languages

Language:Dhall 50.8%Language:Handlebars 39.8%Language:JavaScript 5.9%Language:Makefile 3.4%