Source: cl-yason
Section: lisp
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper-compat (= 13),
 dh-lisp
Standards-Version: 4.7.4
Homepage: https://github.com/phmarek/yason
Vcs-Browser: https://salsa.debian.org/debian/cl-yason
Vcs-Git: https://salsa.debian.org/debian/cl-yason.git

Package: cl-yason
Architecture: all
Depends: ${misc:Depends}
Description: JSON encoder/decoder for Common Lisp
 YASON is a Common Lisp library for encoding and decoding data in the JSON
 interchange format. JSON is used as a lightweight alternative to XML. YASON
 has the sole purpose of encoding and decoding data and does not impose any
 object model on the Common Lisp application that uses it.
