Source: python3-itree
Section: python
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 ccache,
 clang,
 cmake,
 cython3,
 dh-python,
 g++,
 gcc,
 git,
 graphviz,
 libpython3-dev,
 pkgconf,
 pkg-config,
 python3,
 python3-all,
 python3-dev,
# python3-pybind11,
# python3-itree,
 python3-setuptools,
 python3-unittest2,
Standards-Version: 4.6.2
Homepage: https://github.com/juncongmoo/itree
Vcs-Browser: https://github.com/juncongmoo/itree
Vcs-Git: https://github.com/juncongmoo/itree.git

Package: python3-itree
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
Description: An Interval Tree Library
 In computer science, an interval tree is a tree data structure to hold intervals. Every node in itree has a start and an end value.