| 12
 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.
 |