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/
|