;;; -*- scheme -*- ((author "John Cowan") (synopsis "This library describes a JavaScript Object Notation (JSON) parser and printer. It supports JSON that may be bigger than memory.") (category parsing) (license "MIT") (version "1.0.0") (dependencies r7rs srfi-60 srfi-145) (components (extension srfi.180.helpers (csc-options "-X" "r7rs" "-R" "r7rs")) (extension srfi.180 (component-dependencies srfi.180.helpers) (csc-options "-X" "r7rs" "-R" "r7rs"))))