Automic VaultAutomic Vault

brew

vala を Homebrew, apk, dnf, MacPorts, pacman, zypper, apt でインストール

vala のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install vala

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install vala

MacPorts ports tree · lang/vala/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add vala

Alpine Linux edge package indexes · vala · ソース: dl-cdn.alpinelinux.org

Fedora dnf確認済み · 92%
sudo dnf install vala

Fedora Rawhide package metadata · vala · ソース: dl.fedoraproject.org

Arch Linux pacman確認済み · 92%
sudo pacman -S vala

Arch Linux sync databases · vala · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install vala

openSUSE Tumbleweed package metadata · vala · ソース: download.opensuse.org

Debian apt確認済み · 92%
sudo apt install libvala-0.56-0

Debian stable package indexes · libvala-0.56-0 · ソース: deb.debian.org

概要

パッケージ概要

Compiler for the GObject type system

コマンドとエイリアス

  • vala
  • vala-0.56
  • vala-gen-introspect
  • vala-gen-introspect-0.56
  • valac
  • valac-0.56
  • valadoc
  • valadoc-0.56
  • vapigen
  • vapigen-0.56

履歴

プロジェクトの歴史と使われ方

Vala is a programming language and compiler for the GObject type system. Its package-manager identity is a compiler/toolchain package: it provides `valac`, versioned compiler binaries, `valadoc`, `vapigen`, and related tools used to build GNOME-style native software without adding a separate runtime ABI.

プロジェクトの歴史

Vala appeared publicly in 2006 as a new language for GNOME developers. The August 2006 Vala 0.0.2 announcement called it a compiler for the GObject type system and described `valac` as a self-hosting compiler that translated Vala source into C source and headers.

The early design goal was to bring modern language features to GNOME developers without imposing extra runtime requirements or a different ABI from C applications and libraries. The announcement described syntax similar to C#, modified for GObject, with interfaces, properties, signals, foreach, lambda expressions, type inference, assisted memory management, and planned generics and exception handling.

Modern Vala documentation preserves that identity: Vala uses high-level abstractions while keeping the same ABI as C libraries, uses the GObject type system, and includes code-generation routines that make targeting the GNOME stack simple.

採用の歴史

Vala grew inside GNOME's development world, where the value proposition was native GObject/GLib code with a higher-level syntax and generated C output. The retired GNOME project page calls it a cross-platform development tool and notes third-party distributions for Windows, macOS, Linux, BSDs, and other platforms.

Packaging spread reflects that compiler-toolchain role. The input lists packages across Homebrew, Alpine, Debian, Fedora, MacPorts, Arch, Ubuntu, openSUSE, and zypper-style ecosystems, usually exposing both libraries and command-line tools.

使われ方

The central tool is `valac`, which the official documentation describes as transforming Vala code into compilable C code. The Vala distribution also includes tools such as `valadoc`, `vapigen`, and `vala-gen-introspect` for documentation and bindings work.

`vapigen` is especially important in package workflows because it generates VAPI bindings from GObject Introspection GIR files. The official binding guide explains that Vala bindings are usually small files that let `valac` map Vala code to C APIs and integrate with pkg-config-oriented builds.

パッケージ好きにとっての重要性

Vala matters to package nerds because it is both a language and a source-to-C compiler bound tightly to GLib, GObject, GIR, pkg-config, VAPI files, and distro development packages. Build failures often involve the exact Vala compiler version, generated C, missing VAPI files, or GObject introspection metadata rather than a simple missing binary.

The Homebrew package is useful outside Linux because it brings a GNOME-oriented compiler stack to macOS, including versioned tools like `valac-0.56`, `valadoc-0.56`, and `vapigen-0.56` listed in the input.

タイムライン

  • 2006: Vala 0.0.2 preview release is announced for the GObject type system.
  • 2006: Vala 0.0.3 adds arrays, switch statements, and experimental GTK+ and Cairo bindings.
  • 2021: Vala 0.40.25 is listed as a stable long-term-support release.
  • 2022: Vala 0.48.25 is listed as a stable long-term-support release.
  • 2024: Vala 0.56.17 is listed as a stable long-term-support release.

Related projects

  • GLib and GObject are the runtime and type-system foundations Vala targets.
  • GObject Introspection, GIR files, VAPI files, pkg-config, and `vapigen` are central to Vala library binding workflows.
  • Vala Language Server adds editor code intelligence on top of the Vala compiler stack.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 4 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
valacliグローバル実行可能ファイル
vala-0.56cliグローバル実行可能ファイル
vala-gen-introspectcliグローバル実行可能ファイル
vala-gen-introspect-0.56cliグローバル実行可能ファイル
valaccliグローバル実行可能ファイル
valac-0.56cliグローバル実行可能ファイル
valadoccliグローバル実行可能ファイル
valadoc-0.56cliグローバル実行可能ファイル
vapigencliグローバル実行可能ファイル
vapigen-0.56cliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版0.56.19
マネージャ更新日2026-06-22
ローカルデータOK
上流not checked
検出された最新未検出

https://wiki.gnome.org/Projects/Vala

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:vala
バージョン0.56.19
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/vala
ホームページhttps://wiki.gnome.org/Projects/Vala
リポジトリhttps://gitlab.gnome.org/GNOME/vala
上流ドキュメントhttps://docs.vala.dev/
ライセンスLGPL-2.1-or-later
ソースアーカイブhttps://download.gnome.org/sources/vala/0.56/vala-0.56.19.tar.xz
最終更新2026-06-22T14:06:33-07:00
Pulseupdated
依存関係gettext, glib, graphviz, pkgconf
ビルド依存関係gobject-introspection
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namevala
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

libvala-0.56-0 0.56.18-2

C# like language for the GObject system - library

https://wiki.gnome.org/Projects/Vala/

sudo apt install libvala-0.56-0
  • Section: libs
  • Architecture: amd64
  • Source Package: vala
  • 2 依存関係
  • normalized package name match
  • 一致条件: Vala
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libvala-0.56-0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libvala-0.56-dev 0.56.18-2

C# like language for the GObject system - development headers

https://wiki.gnome.org/Projects/Vala/

sudo apt install libvala-0.56-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: vala
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Vala
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libvala-0.56-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libvalacodegen-0.56-0 0.56.18-2

internal package for C# like language for the GObject system

https://wiki.gnome.org/Projects/Vala/

sudo apt install libvalacodegen-0.56-0
  • Section: devel
  • Architecture: amd64
  • Source Package: vala
  • 3 依存関係
  • normalized package name match
  • 一致条件: Vala
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libvalacodegen-0.56-0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libvaladoc-0.56-0 0.56.18-2

API documentation generator for vala (library)

https://wiki.gnome.org/Projects/Vala/

sudo apt install libvaladoc-0.56-0
  • Section: libs
  • Architecture: amd64
  • Source Package: vala
  • 7 依存関係
  • normalized package name match
  • 一致条件: Vala
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libvaladoc-0.56-0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libvaladoc-0.56-data 0.56.18-2

API documentation generator for vala (data)

https://wiki.gnome.org/Projects/Vala/

sudo apt install libvaladoc-0.56-data
  • Section: misc
  • Architecture: all
  • Source Package: vala
  • normalized package name match
  • 一致条件: Vala
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libvaladoc-0.56-data from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libvaladoc-0.56-dev 0.56.18-2

API documentation generator for vala (devel files)

https://wiki.gnome.org/Projects/Vala/

sudo apt install libvaladoc-0.56-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: vala
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Vala
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libvaladoc-0.56-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

vala-0.56-doc 0.56.18-2

C# like language for the GObject system - documentation

https://wiki.gnome.org/Projects/Vala/

sudo apt install vala-0.56-doc
  • Section: doc
  • Architecture: all
  • Source Package: vala
  • 1 提供
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Vala
Debian stable package indexes · deb.debian.org · Debian stable package indexes: vala-0.56-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

valac 0.56.18-2

C# like language for the GObject system

https://wiki.gnome.org/Projects/Vala/

sudo apt install valac
  • Section: devel
  • Architecture: amd64
  • Source Package: vala
  • 7 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Vala
Debian stable package indexes · deb.debian.org · Debian stable package indexes: valac from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

valac-0.56-vapi 0.56.18-2

C# like language for the GObject system - vapi files

https://wiki.gnome.org/Projects/Vala/

sudo apt install valac-0.56-vapi
  • Section: devel
  • Architecture: all
  • Source Package: vala
  • 1 提供
  • normalized package name match
  • 一致条件: Vala
Debian stable package indexes · deb.debian.org · Debian stable package indexes: valac-0.56-vapi from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

valac-bin 0.56.18-2

internal package for C# like language for the GObject system

https://wiki.gnome.org/Projects/Vala/

sudo apt install valac-bin
  • Section: devel
  • Architecture: amd64
  • Source Package: vala
  • 4 依存関係
  • normalized package name match
  • 一致条件: Vala
Debian stable package indexes · deb.debian.org · Debian stable package indexes: valac-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

valadoc 0.56.18-2

API documentation generator for vala

https://wiki.gnome.org/Projects/Vala/

sudo apt install valadoc
  • Section: devel
  • Architecture: amd64
  • Source Package: vala
  • 6 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Vala
Debian stable package indexes · deb.debian.org · Debian stable package indexes: valadoc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

libvala-0.56-0 0.56.16-3build1

C# like language for the GObject system - library

https://wiki.gnome.org/Projects/Vala/

sudo apt install libvala-0.56-0
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: vala
  • 2 依存関係
  • normalized package name match
  • 一致条件: Vala
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libvala-0.56-0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libvala-0.56-dev 0.56.16-3build1

C# like language for the GObject system - development headers

https://wiki.gnome.org/Projects/Vala/

sudo apt install libvala-0.56-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: vala
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Vala
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libvala-0.56-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libvalacodegen-0.56-0 0.56.16-3build1

internal package for C# like language for the GObject system

https://wiki.gnome.org/Projects/Vala/

sudo apt install libvalacodegen-0.56-0
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: vala
  • 3 依存関係
  • normalized package name match
  • 一致条件: Vala
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libvalacodegen-0.56-0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libvaladoc-0.56-0 0.56.16-3build1

API documentation generator for vala (library)

https://wiki.gnome.org/Projects/Vala/

sudo apt install libvaladoc-0.56-0
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: vala
  • 7 依存関係
  • normalized package name match
  • 一致条件: Vala
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libvaladoc-0.56-0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libvaladoc-0.56-data 0.56.16-3build1

API documentation generator for vala (data)

https://wiki.gnome.org/Projects/Vala/

sudo apt install libvaladoc-0.56-data
  • Section: universe/misc
  • Architecture: all
  • Source Package: vala
  • normalized package name match
  • 一致条件: Vala
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libvaladoc-0.56-data from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment