diff options
author | Jürg Billeter <j@bitron.ch> | 2007-05-02 09:42:00 +0000 |
---|---|---|
committer | Jürg Billeter <juergbi@src.gnome.org> | 2007-05-02 09:42:00 +0000 |
commit | f8387ad143f1884f8f5f89bd5389605624f4c34f (patch) | |
tree | e75e563fc9535200ec146af72962e80778359ae4 /doc/valac.1 | |
parent | 9db973114ee1449c1764404163ecc8294f8e73d2 (diff) | |
download | vala-f8387ad143f1884f8f5f89bd5389605624f4c34f.tar.gz |
Move contents of vala-pkg to trunk
2007-05-02 Jürg Billeter <j@bitron.ch>
* Move contents of vala-pkg to trunk
svn path=/trunk/; revision=300
Diffstat (limited to 'doc/valac.1')
-rw-r--r-- | doc/valac.1 | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/valac.1 b/doc/valac.1 new file mode 100644 index 000000000..628ebe08b --- /dev/null +++ b/doc/valac.1 @@ -0,0 +1,51 @@ +.TH "valac" 1 +.SH NAME +valac \- compiler that translates Vala source code into C source and header files +.SH SYNOPSIS +.B valac +[OPTION...] FILE... +.SH DESCRIPTION +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. +.SH OPTIONS +.TP +.B \---help +Show help options +.TP +.B \---vapidir=DIRECTORY... +Look for package bindings in DIRECTORY +.TP +.B \---pkg=PACKAGE... +Include binding for PACKAGE +.TP +.B \---library=NAME +Library name +.TP +.B \--d, --directory=DIRECTORY +Output directory +.TP +.B \---version +Display version number +.TP +.B \---disable-memory-management +Disable memory management +.SH FEATURES +Interfaces, Properties, Signals, Foreach, Lambda expressions, Type +inference for local variables, Assisted memory management +.SH PLANNED OR PARTIAL +Generics, Non-null types, Exception handling +.SH HOMEPAGE AND BUG REPORT +http://live.gnome.org/Vala +.SH AUTHORS +Jurg Billeter, Raffaele Sandrini. + +Man page written to conform with Debian by Marc-Andre Lureau. + |