File: control

package info (click to toggle)
gyp 0.16.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,072 kB
  • sloc: python: 24,707; lisp: 258; makefile: 13; sh: 6
file content (40 lines) | stat: -rw-r--r-- 1,258 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: gyp
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Jérémy Lal <kapouer@melix.org>,
 Joseph Nahmias <jello@debian.org>,
Build-Depends: debhelper-compat (= 13)
 , python3-all
 , python3-setuptools
 , dh-sequence-python3
 , pybuild-plugin-pyproject
 , python3-pytest
 , python3-packaging
 , asciidoc <!nodoc>
 , xsltproc
 , docbook-xsl <!nodoc>
 , docbook-xml <!nodoc>
 , ninja-build <!nocheck>
 , python3-distro <!nocheck>
Standards-Version: 4.6.0
Homepage: https://github.com/nodejs/gyp-next/
Vcs-Browser: https://salsa.debian.org/python-team/packages/gyp
Vcs-Git: https://salsa.debian.org/python-team/packages/gyp.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: gyp
Architecture: all
Multi-Arch: foreign
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-packaging,
Description: Cross-platform build script generator
 GYP (Generate Your Projects) is a tool to generate native Visual Studio,
 Xcode, SCons and make build files from a description of a project in a
 simple JSON-inspired format. Its syntax is a universal cross-platform
 build representation that still allows sufficient per-platform flexibility
 to accommodate irreconcilable differences.