vala
vala
Programming language commonly used in GNOME applications
- version 0.56.18-1
- is not a group package
Dependencies
- glib
- gobject-introspection
- gmake (build)
Installation
Install it by running either;
kpkg install valaor
kpkg build valaTo see the difference, see The handbook
Dependency Graph
graph TD
N0["glib"]
N1["vala"]
style N1 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N2["gobject-introspection"]
N0 --> N1
N0 --> N2
N2 --> N1