File: control

package info (click to toggle)
generate-ninja 0.0~git20250917.1a7c151-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,640 kB
  • sloc: cpp: 87,856; python: 2,121; sh: 205; objc: 159; lisp: 130; makefile: 23; xml: 7
file content (24 lines) | stat: -rw-r--r-- 949 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: generate-ninja
Section: utils
Priority: optional
Maintainer: qinxialei <xialeiqin@gmail.com>
Uploaders: Ricardo Ribalda Delgado <ribalda@debian.org>
Build-Depends: debhelper-compat (= 13),
               git,
               ninja-build,
               python3-all
Standards-Version: 4.7.0
Homepage: https://gn.googlesource.com/gn/
Vcs-Browser: https://salsa.debian.org/debian/gn
Vcs-Git: https://salsa.debian.org/debian/gn.git
Rules-Requires-Root: no

Package: generate-ninja
Architecture: amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 loong64 mips64el mipsel ppc64 ppc64el riscv64 s390x
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: gn
Description: meta-build system for ninja
 Generate-Ninja, or GN, is a meta-build system that generates Ninja
 build files so that you can build your project with Ninja. GN was,
 originally, part of the Chromium source tree, and has since been
 extracted into its own standalone repo.