File: control

package info (click to toggle)
camelbones 0.2.3.cvs20040220-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,308 kB
  • ctags: 1,331
  • sloc: sh: 7,585; ansic: 4,413; asm: 2,021; perl: 1,540; objc: 1,463; makefile: 119
file content (31 lines) | stat: -rw-r--r-- 1,125 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
Source: camelbones
Section: devel
Priority: optional
Maintainer: Wolfgang Sourdeau <was@debian.org>
Build-Depends: debhelper (>= 4.0.0), gnustep-make, libgnustep-gui0.9-dev, libperl-dev (>= 5.8.4)
Standards-Version: 3.6.1.1

Package: libcamelbones0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: an Objective C <-> Perl bridge for GNUstep
 Camelbones is a GNUstep framework designed to bridge Objective C and Perl.
 This makes it possible for applications to have code in both languages, having
 Objective C code invoke Perl code and vice-versa.
 .
 Web: http://camelbones.sf.net/

Package: libcamelbones0-dev
Architecture: any
Section: libdevel
Depends: libcamelbones0 (= ${Source-Version})
Description: the development files for the CamelBones framework
 Camelbones is a GNUstep framework designed to bridge Objective C and Perl.
 This make it possible for applications to have code in both languages, having
 Objective C code invoke Perl code and vice-versa.
 .
 This package provides the development files needed to develop applications
 relying on CamelBones.
 .
 Web: http://camelbones.sf.net/