File: control

package info (click to toggle)
pycson 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 260 kB
  • sloc: python: 581; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 776 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
Source: pycson
Section: python
Priority: optional
Maintainer: Norbert Preining <preining@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               python3-all-dev,
               python3-setuptools,
               python3-pkgconfig,
               python3-speg
Standards-Version: 4.2.1
Homepage: https://github.com/avakar/pycson
Vcs-Browser: https://salsa.debian.org/preining/pycson
Vcs-Git: https://salsa.debian.org/preining/pycson.git

Package: python3-cson
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: python parser for the Coffeescript Object Notation (CSON)
 CoffeeScript-Object-Notation is similar to JSON but used for 
 CoffeeScript objects. This package provides a Python parser for CSON.