Source: guile-json Section: lisp Priority: optional Maintainer: Vagrant Cascadian Uploaders: Diane Trout Standards-Version: 4.5.0 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), guile-2.2-dev, 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 | guile-2.2, ${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: - Strictly compiles to the http://json.org specification. - Build JSON documents programmatically via macros. - Unicode support for strings. - Allow JSON pretty printing.