summaryrefslogtreecommitdiff
path: root/lang/vala/DESCR
AgeCommit message (Collapse)AuthorFilesLines
2012-04-08Mention in COMMENT and DESCR which branch the package provides.wiz1-0/+2
Suggested by Bug Hunting.
2012-04-06Update / sync a bit with the `README' file from Vala's sources.wiz1-3/+2
From patch by Bug Hunting.
2009-03-05Import vala-0.5.7 as lang/vala.ahoka1-0/+10
Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. valac, the Vala compiler, is a self-hosting compiler that translates Vala source code into C source and header files. It uses the GObject type system to create classes and interfaces declared in the Vala source code. It's also planned to generate GIDL files when gobject- introspection is ready.