Show HN: Seastar – Build and dependency manager for C/C++ with Cargo's features

Hi hackers!

I'm a self-taught solo teenage dev working on Seastar, a unified build system and dependency manager for C and C++. It is capable of compiling and linking projects, managing recursive dependencies and headers, and even has a template system -- your C++ library is one `seastar new mylib --lang c++ --lib` away! Also, everything is configured in TOML, because TOML is awesome.

C is one of my favorite languages, but I usually end up writing stuff in Rust because I love Cargo. Unlike C, Cargo handles the dependencies, linking, globbing, and so much more for you. So I wrote Seastar to give that function in C and C++.

What's planned? A package registry like crates.io, compatibility with CMake projects, commands to migrate, and so much more. If you have more ideas, please give them!

I am trying to reach 150 stars by the end of summer, and thus a star would be greatly appreciated! This project is still in development, and a star helps out a ton.


Comments URL: https://news.ycombinator.com/item?id=44284493

Points: 9

# Comments: 2

https://github.com/AI314159/Seastar

созданный 1d | 15 июн. 2025 г., 20:40:03


Войдите, чтобы добавить комментарий

Другие сообщения в этой группе

Show HN: Nexus.js - Fabric.js for 3D

I was looking for a tiny library to easily transform both 2D & 3D objects with simple mouse / touch controls and a fixed camera, in the browser.

Like a simple 3D editor but without requiring the

16 июн. 2025 г., 22:10:10 | Hacker news
Show HN: Chawan TUI web browser

A terminal-based web browser in Nim.[1] Has acceptable (YMMV) CSS rendering, some JS support, and inline images (sixel/kitty). It can also use various protocols other than http(s) such as (s)ftp

16 июн. 2025 г., 22:10:09 | Hacker news