File: control

package info (click to toggle)
guile-json 4.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 704 kB
  • sloc: sh: 3,566; lisp: 1,096; makefile: 52
file content (26 lines) | stat: -rw-r--r-- 936 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: guile-json
Section: lisp
Priority: optional
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Uploaders: Diane Trout <diane@ghic.org>
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.