corral

Dependency manager for the Pony programming language

brewmacoslinux
Try with needOr install directly
Source

About

Dependency manager for the Pony language

Commands

corral

Examples

Initialize a new Pony project with dependency management$ corral new myproject
Add a dependency from a Git repository$ corral add github.com/ponylang/ponyc.git
Fetch and install all project dependencies$ corral fetch