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: sbjson
Section: libs
Priority: optional
Maintainer: Debian SOGo Maintainers <pkg-sogo-maintainers@lists.alioth.debian.org>
Uploaders: Jeroen Dekkers <jeroen@dekkers.ch>,
Jordi Mallach <jordi@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
debhelper-compat (= 13),
libgnustep-corebase-dev
Standards-Version: 4.7.2
Homepage: https://github.com/SBJson/SBJson
Vcs-Browser: https://salsa.debian.org/debian/sbjson
Vcs-Git: https://salsa.debian.org/debian/sbjson.git
Rules-Requires-Root: no
Package: libsbjson2.3t64
Replaces: libsbjson2.3
Breaks: libsbjson2.3 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, ${gnustep:Depends}
Provides: ${t64:Provides}, libsbjson
Description: Objective-C JSON library
A strict JSON parser and generator for Objective-C. It adds categories
to existing Objective-C objects for a super-simple interface. More
flexible APIs are also provided for added control.
.
This package contains the shared library.
Package: libsbjson-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libsbjson2.3t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${gnustep:Depends}
Description: Objective-C JSON library (development files)
A strict JSON parser and generator for Objective-C. It adds categories
to existing Objective-C objects for a super-simple interface. More
flexible APIs are also provided for added control.
.
This package contains the development files.
|