Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paulanerus/tram

A straightforward build configuration and dependency management tool for C/C++.
https://github.com/paulanerus/tram

build-configuration build-tool cpp cpp20 dependency-manager package-management package-manager

Last synced: 9 days ago
JSON representation

A straightforward build configuration and dependency management tool for C/C++.

Awesome Lists containing this project

README

        

# Tram - Another simple build configuration tool

> [!CAUTION]
> Tram is still under development. Bugs or config changes are to be expected!

Tram is a compact C/C++ build configuration tool with an integrated dependency manager. Existing solutions are often too complex or impose a specific structure, whereas Tram aims to streamline the process with a minimal code base and concise configuration files.

## Supported platforms
+ GNU/Linux
+ Windows (planned)

## Usage
TODO

## Installing
TODO

## Dependencies
+ [toml11](https://github.com/ToruNiina/toml11)
+ [ArgParser](https://github.com/Paulanerus/ArgParser)