[ ソース: ninja-build ]
パッケージ: ninja-build (1.12.1-1)
ninja-build に関するリンク
Debian の資源:
ninja-build ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [ninja-build.org]
類似のパッケージ:
small build system closest in spirit to Make
Ninja is yet another build system. It takes as input the interdependencies of files (typically source code and output executables) and orchestrates building them, quickly.
Ninja joins a sea of other build systems. Its distinguishing goal is to be fast. It is born from the Chromium browser project, which has over 30,000 source files and whose other build systems can take ten seconds to start building after changing one file. Ninja is under a second.
その他の ninja-build 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.3.1)
- GCC 共有ライブラリ
-
- dep: libstdc++6 (>= 13.1)
- GNU 標準 C++ ライブラリ v3
-
- sug: python3
- interactive high-level object-oriented language (default python3 version)