File: control

package info (click to toggle)
cl-yason 0.7.6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 192 kB
  • sloc: xml: 650; lisp: 607; makefile: 13; sh: 4
file content (19 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: cl-yason
Section: lisp
Priority: optional
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: dh-lisp
Standards-Version: 3.9.5
Homepage: http://common-lisp.net/project/yason/
Vcs-Git: https://github.com/hanshuebner/yason.git
Vcs-Browser: https://github.com/hanshuebner/yason

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.