File: control

package info (click to toggle)
gnustep-xcode 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,168 kB
  • sloc: objc: 9,258; sh: 61; makefile: 20
file content (37 lines) | stat: -rw-r--r-- 1,247 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
Source: gnustep-xcode
Section: gnustep
Priority: optional
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Uploaders:
 Yavor Doganov <yavor@gnu.org>,
Build-Depends:
 debhelper-compat (= 13),
 dos2unix,
 libgnustep-base-dev,
Standards-Version: 4.7.2
Homepage: https://github.com/gnustep/libs-xcode
Vcs-Browser: https://salsa.debian.org/gnustep-team/gnustep-xcode
Vcs-Git: https://salsa.debian.org/gnustep-team/gnustep-xcode.git

Package: xcode-tools
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 libgnustep-corebase-dev,
 libgnustep-gui-dev,
Description: Tools for parsing/building Xcode projects
 The GNUstep XCode library is a library for building Xcode projects.
 It can be used to parse and provide information regarding an Xcode
 project or used to build an Xcode project directly.
 .
 This package includes command-line utilities that use the library,
 including:
 .
  * buildtool -- a program to build an Xcode project or optionally
    generate files for other build systems (GNUstep Make and CMake)
  * pc2xc -- tool to convert ProjectBuilder/ProjectCenter projects to
    Xcode
  * pcpg -- helper tool to parse an Xcode project and determine the
    missing classes