vala

Compiler for GObject type system with C interoperability

brewmacoslinux
Try with needOr install directly
Source

About

Compiler for the GObject type system

Commands

valacvala-gen-introspect

Examples

Compile a simple Vala program to C and executable$ valac hello.vala -o hello && ./hello
Compile Vala code with GObject introspection support$ valac --pkg gio-2.0 program.vala -o program
Generate C code from Vala without compiling to binary$ valac -C myapp.vala