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: debhelper (>= 10),
               dpkg-dev (>= 1.16.1~),
               cdbs,
               gobjc,
               gnustep-make,
               libgnustep-base-dev
Standards-Version: 3.9.8
Homepage: http://stig.github.com/json-framework
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/sbjson.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/sbjson.git

Package: libsbjson2.3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${gnustep:Depends}
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
Priority: extra
Architecture: any
Depends: libsbjson2.3 (= ${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.
