File: control

package info (click to toggle)
yajl-tcl 1.8.1-1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 1,764 kB
  • sloc: tcl: 30,189; ansic: 896; sh: 113; makefile: 13
file content (26 lines) | stat: -rw-r--r-- 1,023 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: yajl-tcl
Section: devel
Priority: optional
Maintainer: Massimo Manghi <mxmanghi@apache.org>
Build-Depends: debhelper-compat (= 13), libyajl-dev, tcl-dev, pkg-config, tcllib
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://flightaware.github.io/yajl-tcl/
#Vcs-Browser: https://salsa.debian.org/debian/yajl-tcl
#Vcs-Git: https://salsa.debian.org/debian/yajl-tcl.git

Package: tcl-yajltcl
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tcl binding to libyajl, a JSON parser and generator
 yajl-tcl, a Tcl C extension written to bring the capabilities 
 of the Yet Another JSON Library (YAJL), a C library for parsing
 and generating JSON, available to Tcl coders. JSON stands for
 Javascript Object Notation, a popular data exchange format for
 Javascript.
 .
 Although there is already a package in the tcllib library,
 that can generate JSON, the big advantage in using yajl-tcl
 is performance. Also, yajl-tcl can parse JSON as well as 
 generating it.