1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: cajun
Section: devel
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Daniel Pocock <daniel@pocock.pro>
Homepage: https://github.com/cajun-jsonapi/cajun-jsonapi
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/collab-maint/cajun.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/cajun.git
Package: libcajun-dev
Section: libdevel
Architecture: all
Depends: ${misc:Depends}
Description: C++ headers for JSON generation and parsing
CAJUN is a C++ API for the JSON data interchange format with an emphasis
on an intuitive, concise interface. The library provides JSON types
and operations that mimic standard C++ as closely as possible in concept
and design.
|