加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://gitlab.gnome.org/GNOME/vala
克隆/下载
vala.doap 2.85 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">vala</name>
<shortdesc xml:lang="en">Compiler for the GObject type system</shortdesc>
<description>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.
The syntax of Vala is similar to C#, modified to better fit the GObject type system.
Vala supports modern language features as the following: Interfaces, Properties,
Signals, Foreach, Lambda expressions, Type inference for local variables, Generics,
Non-null types, Assisted memory management, Exception handling, Type modules (Plugins)
Vala is designed to allow access to existing C libraries, especially GObject-based
libraries, without the need for runtime bindings. All that is needed to use a library
with Vala is an API file, containing the class and method declarations in Vala syntax.
Vala currently comes with bindings for GLib and GTK+ and many others from the GNOME
Platform.
Using classes and methods written in Vala from an application written in C is not
difficult. The Vala library only has to install the generated header files and C
applications may then access the GObject-based API of the Vala library as usual.
It should also be easily possible to write a bindings generator for access to Vala
libraries from applications written in e.g. C# as the Vala parser is written as
a library, so that all compile-time information is available when generating a
binding.</description>
<homepage rdf:resource="https://wiki.gnome.org/Projects/Vala" />
<developer-forum rdf:resource="https://discourse.gnome.org/tag/vala" />
<download-page rdf:resource="https://wiki.gnome.org/Projects/Vala/Release" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/vala/issues" />
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
<programming-language>Vala</programming-language>
<author>
<foaf:Person>
<foaf:name>Jürg Billeter</foaf:name>
<foaf:mbox rdf:resource="mailto:j@bitron.ch" />
<gnome:userid>juergbi</gnome:userid>
</foaf:Person>
</author>
<author>
<foaf:Person>
<foaf:name>Raffaele Sandrini</foaf:name>
<foaf:mbox rdf:resource="mailto:rasa@gmx.ch" />
<gnome:userid></gnome:userid>
</foaf:Person>
</author>
<maintainer>
<foaf:Person>
<foaf:name>Rico Tzschichholz</foaf:name>
<foaf:mbox rdf:resource="mailto:ricotz@ubuntu.com" />
<gnome:userid>ricotz</gnome:userid>
</foaf:Person>
</maintainer>
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化