Loading repository data…
Loading repository data…
nonscalar / repository
A simple, unified build system inspired by Cargo for C, C++, and maybe Rust
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
[!WARNING]
This project is not yet a full build system! It is still in its infancy, and thus it is not recommended to use it for anything important!
Seastar is a fast, extensible build system for C, C++, and maybe soon, Rust and Zig as well.
I believe that it should be easy to make, prototype, and iterate upon designs.
While C is still one of our most widely used languages, it makes it hard to create
programs easily, especially for beginners. Instead, Seastar aims to be more like
Rust's tooling with cargo, but supporting seamless compilation across more languages.
Seastar is very simple to build and run. Assuming you have Cargo and Rust installed,
clone the repository, cd into the example folder, and run cargo run -- build
to run Seastar and build the example project, or cargo run -- run to run the example
project. Check example/Seastar.toml to make sure that you have the compiler
installed and correctly set in that file.
Seastar is still in a very early state, and thus I wouldn't recommend using it currently for anything serious. Below, however, you can see my roadmap, and if you want to get updates, you can watch this repository.
Seastar.toml without needing to change the build/run commands.seastar init --lang cIf you find this project cool and want to see more , please consider leaving a star! It supports the development of this project and is really helpful.