File: control

package info (click to toggle)
cl-py-configparser 20170830-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 88 kB
  • sloc: lisp: 706; makefile: 13
file content (22 lines) | stat: -rw-r--r-- 900 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: cl-py-configparser
Section: lisp
Priority: optional
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: dh-lisp
Standards-Version: 4.1.3
Homepage: http://common-lisp.net/project/py-configparser/
Vcs-Browser: http://common-lisp.net/websvn/listing.php?repname=py-configparser

Package: cl-py-configparser
Architecture: all
Depends: ${misc:Depends}, cl-parse-number
Description: implements the ConfigParser Python module functionality in Common Lisp
 The py-configparser package implements the ConfigParser Python module
 functionality in Common Lisp.
 .
 In short, it implements reading and writing of .INI-file style
 configuration files with sections containing key/value pairs of
 configuration options. In line with the functionalities in the python
 module, does this package implement basic interpolation of option values in
 other options.