Source: guile-json Section: lisp Priority: optional Maintainer: Vagrant Cascadian Uploaders: Diane Trout Standards-Version: 4.7.2 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), guile-3.0-dev, texinfo, Homepage: https://savannah.nongnu.org/projects/guile-json/ Vcs-Git: https://salsa.debian.org/debian/guile-json.git Vcs-Browser: https://salsa.debian.org/debian/guile-json Package: guile-json Architecture: any Depends: guile-3.0, ${misc:Depends} Multi-Arch: same Description: JSON module for Guile Guile-json supports parsing and building JSON documents according to the http://json.org specification. These are the main features: - Complies with http://json.org specification. - Supports JSON Text Sequences (RFC 7464). - Supports parsing concatenated JSON documents. - Builds JSON documents programmatically using scheme data types. - Allows JSON pretty printing.