LoopPerfect / buckaroo

The decentralized package manager for C++ and friends 🏝️
https://buckaroo.pm
MIT License
933 stars 33 forks source link

C support #339

Closed ghost closed 5 years ago

ghost commented 5 years ago

Does this project work with C? If so I think it should be explicitly mentioned here:

https://github.com/LoopPerfect/buckaroo

rather than just saying "and friends".

nikhedonia commented 5 years ago

Buckaroo support any language that Buck supports. This includes: Asm, C, C++, Obj-C++, CUDA, D, Go, Groovy, Halide, Haskell, Java, Kotlin, Swift, Lua, OCaml, Rust, C#

However so far most of our users are using Buckaroo for C/C++ projects and as a result we ended up with more than 350 C/C++ packages.

The Cppslack community recently crowdsourced a comparison of build-systems showing why Buck is an extraordinarily good fit for C/C++ and other languages.

The biggest competitive advantage of Buckaroo is in multi-language projects unfortunately I didn't manage to find the the proper wording that explains this and the first-class C/C++ support we provide

ghost commented 5 years ago

@nikhedonia thanks for great response!