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
Autentifică-te pentru a adăuga comentarii
Alte posturi din acest grup

Hi HN,
I built a CLI for uploading documents and querying them with an LLM agent that uses search tools rather than stuffing everything into the context window. I recorded a demo using the Cross

Article URL: https://pubmed.ncbi.nlm.nih.gov/30101594/
Comments URL: https://

Article URL: https://arxiv.org/abs/2505.24363
Comments URL: https://news.ycombinator.c

Article URL: https://www.theguardian.com/society/2025/jun/


Hello HN!
I've been working on Canine for about a year now. It started when I was sick of paying the overhead of using stuff like Heroku, Render, Fly, etc to host some web apps that I've built.