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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: yajl
Section: libs
Priority: optional
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Build-Depends: debhelper (>= 11), cmake, doxygen
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: http://lloyd.github.com/yajl/
Vcs-Browser: https://github.com/jstamp/yajl
Vcs-Git: https://github.com/jstamp/yajl.git
Package: libyajl2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Yet Another JSON Library
A small, fast library for parsing JavaScript Object Notation (JSON). It
supports incremental parsing from a stream and leaves data representation to
higher level code.
Package: libyajl-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libyajl2 (= ${binary:Version}), ${misc:Depends}
Description: Yet Another JSON Library - development files
A small, fast library for parsing JavaScript Object Notation (JSON). It
supports incremental parsing from a stream and leaves data representation to
higher level code.
.
This package contains the header files and static libraries needed for
compiling software that uses the yajl library.
Package: libyajl-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Yet Another JSON Library - library documentation
A small, fast library for parsing JavaScript Object Notation (JSON). It
supports incremental parsing from a stream and leaves data representation to
higher level code.
.
This package contains the API documentation.
Package: yajl-tools
Architecture: any
Section: utils
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Yet Another JSON Library - tools
A small collection of tools that use the yajl library.
.
Current tools are:
json_reformat - beautifies or minimizes format of JSON data
json_verify - validates JSON data
|