clio-lang / clio

Clio is a functional, parallel, distributed programming language.

Home Page:https://clio-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency namespaces

mindrones opened this issue · comments

It would be nice to install dependencies from other git providers like bitbucket and gitlab.

To do this, dependencies could have a namespace:

  • github:user/repo@x.y.z
  • bitbucket:user/repo@x.y.z
  • gitlab:user/repo@x.y.z
  • url:someurl.com/myarchive.zip
  • hub:repo@x.y.z: clio registry

Closed by #107