Pakket: ninja-build (1.11.1-1)
Verwijzigingen voor ninja-build
Debian bronnen:
Het bronpakket ninja-build downloaden:
Beheerder:
Externe bronnen:
- Homepage [ninja-build.org]
Vergelijkbare pakketten:
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.
Andere aan ninja-build gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libgcc-s1 (>= 4.2)
- GCC support bibliotheek
-
- dep: libstdc++6 (>= 11)
- GNU Standard C++ Library v3
-
- sug: python3
- interactive high-level object-oriented language (default python3 version)