File: control

package info (click to toggle)
python-orderedmultidict 1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: python: 1,236; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 748 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
Source: python-orderedmultidict
Maintainer: IƱaki Malerba <inaki@malerba.space>
Section: python
Priority: optional
Standards-Version: 4.1.4
Build-Depends: debhelper-compat (= 12),
 dh-python,
 python3-setuptools,
 python3-all,
Vcs-Git: https://salsa.debian.org/debian/python-orderedmultidict.git
Vcs-Browser: https://salsa.debian.org/debian/python-orderedmultidict

Package: python3-orderedmultidict
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Ordered multivalue dictionary that retains method parity with Python's dict
 a multivalue dictionary is a dictionary that can store multiple values per
 key. An ordered multivalue dictionary is a multivalue dictionary that
 retains the order of insertions and deletions.