Description
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.
ZPM alternatives and similar libraries
Based on the "Miscellaneous" category.
Alternatively, view ZPM alternatives based on common mentions on social networks and blogs.
-
RE2
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -
UNITS
a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies. -
cxx-prettyprint
A header-only library for C++(0x) that allows automagic pretty-printing of any container. -
#<Sawyer::Resource:0x00007f0922b58ba0>
Modern documentation for modern C++. Configure with YAML, output Markdown, post-process with Material for MkDocs.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of ZPM or a related project?
Popular Comparisons
README
ZPM
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.
PLEASE NOTE: THIS PROJECT IS IN BETA
Status
OS | Status |
---|---|
Linux & OSX | |
Windows |
Documentation
The complete documentation can be found here.
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.
- Assets may be hosted using Git LFS, and from urls.
- 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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
License
This project is licensed under the MIT license by Zefiros Software.
Copyright (c) 2017 Zefiros Software.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*Note that all licence references and agreements mentioned in the ZPM README section above
are relevant to that project's source code only.