Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / vala018 / DESCR
blob7ec80bc11e57fbbc87a0e1061b2be0a8d5a0a13e
1 Vala is a programming language that aims to bring modern programming
2 language features to GNOME developers without imposing any additional
3 runtime requirements and without using a different ABI compared to
4 applications and libraries written in C.
6 valac, the Vala compiler, is a self-hosting compiler that translates
7 Vala source code into C source and header files. It uses the GObject
8 type system to create classes and interfaces declared in the Vala source
9 code.
11 This package contains the 0.16 release.