Skip to content
p.e.visscher edited this page Feb 11, 2017 · 4 revisions

ZPM is the C++ package manager built for everyone who uses premake!
We designed it to make it easy to use libraries, modules and assets.

Status

OS Status
Linux & OSX Build Status
Windows Build status

Why ZPM?

  • Easy, cross-platform package manager
  • Integrates with premake5
  • Both for using and publishing packages.
  • All Git repositories supported, even private repositories.
  • For packages, premake5 modules, and assets.
  • Optionally separating the ZPM package and build files.
  • Git tags for versioning.

Bugs

When a bug is found, please insert it in the issue tracker, so we can resolve it as quickly as we can.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Authors

Clone this wiki locally