An open API service indexing awesome lists of open source software.

https://github.com/rubenvb/ambrosia

Project Ambrosia is a powerful new build system that is easy to use, and quick to do it. The syntax is loosely inspired by that of Qt's qmake. Ambrosia was meant to be cross-platform from the beginning, and is regularly compiled by the latest GCC, MSVC, and Clang compilers. It is written in C++11, using the features these compilers support. It's main goal is to be fast, which is leveraged by the massive parallellism it uses during the build process.
https://github.com/rubenvb/ambrosia

Last synced: over 1 year ago
JSON representation

Project Ambrosia is a powerful new build system that is easy to use, and quick to do it. The syntax is loosely inspired by that of Qt's qmake. Ambrosia was meant to be cross-platform from the beginning, and is regularly compiled by the latest GCC, MSVC, and Clang compilers. It is written in C++11, using the features these compilers support. It's main goal is to be fast, which is leveraged by the massive parallellism it uses during the build process.

Awesome Lists containing this project