File: control

package info (click to toggle)
cerealizer 0.6-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 108 kB
  • ctags: 244
  • sloc: python: 635; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 778 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: cerealizer
Section: python
Priority: optional
Maintainer: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support (>= 0.3.2), quilt, patchutils (>= 0.2.25)
Standards-Version: 3.7.3.0
Homepage: http://home.gna.org/oomadness/en/cerealizer/

Package: python-cerealizer
Architecture: all
Depends: ${python:Depends}
Enhances: python-soya
Description: secure pickle-like module for Python
 It support basic types (int, string, unicode, tuple, list,
 dict, set,...), old and new-style classes (you need to
 register the class for security), object cycles, and it can
 be extended to support C-defined type.