File: control

package info (click to toggle)
python-doubly-py-linked-list 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: python: 310; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 834 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: python-doubly-py-linked-list
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Aryan Karamtoth <aryankmmiv@outlook.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 pybuild-plugin-pyproject,
Standards-Version: 4.7.2
Homepage: https://github.com/k0nze/doubly_py_linked_list
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-doubly-py-linked-list
Vcs-Git: https://salsa.debian.org/python-team/packages/python-doubly-py-linked-list.git

Package: python3-doubly-py-linked-list
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-all,
Description: Implementation of Doubly Linked Lists in python
 A module that implements doubly linked lists in python.