Source: yajl
Section: libs
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/lloyd/yajl/tags
Vcs-Browser: https://github.com/alvistack/lloyd-yajl
Vcs-Git: https://github.com/alvistack/lloyd-yajl.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 cmake3,
 fdupes,

Package: libyajl2
Architecture: amd64
Multi-Arch: same
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.
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},

Package: libyajl-dev
Section: libdevel
Architecture: amd64
Description: Yet Another JSON Library - development files
 This package contains the header files and static libraries needed for
 compiling software that uses the yajl library.
Depends:
 ${misc:Depends},
 libyajl2 (= ${source:Version}),

Package: yajl-tools
Architecture: amd64
Section: utils
Description: Yet Another JSON Library - tools
 Current tools are:
  json_reformat - beautifies or minimizes format of JSON data
  json_verify - validates JSON data
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 libyajl2 (= ${source:Version}),
