srfi-180/srfi-180.egg

12 lines
321 B
Scheme

;; -*- Scheme -*-
((author "Daniel Ziltener")
(synopsis "A JSON parser and printer that supports JSON bigger than memory.")
(category parsing)
(license "BSD")
(version "1.5.2")
(dependencies srfi-34 srfi-35 srfi-158)
(test-dependencies test)
(components
(extension srfi-180
(csc-options "-sJ"))))