vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.8k stars 2.16k forks source link

Build system #2782

Closed Tembocs closed 4 years ago

Tembocs commented 4 years ago

Is there a build system for V? Something in the likes of Cargo for Rust?

medvednikov commented 4 years ago

vpm will take care of that.

For local projects running v . is enough.