Source: guile-json
Section: lisp
Priority: optional
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Uploaders: Diane Trout <diane@ghic.org>
Standards-Version: 4.6.0
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:
  - Strictly compiles to the http://json.org specification.
  - Build JSON documents programmatically via macros.
  - Unicode support for strings.
  - Allow JSON pretty printing.
