Source: python-fastrlock
Section: python
Priority: optional
Maintainer: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper (>= 9), dh-python, python3-all-dev, python3-setuptools,
 cython3,
 python3-pytest <!nocheck>,
 lsb-release,
Standards-Version: 4.1.3
Homepage: https://github.com/scoder/fastrlock
X-Python3-Version: >= 3.4

Package: python3-fastrlock
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: Fast RLock implementation for CPython (Python 3)
 This is a C-level implementation of a fast, re-entrant, optimistic lock
 for CPython.
 .
 It is a drop-in replacement for threading.RLock. FastRLock is implemented
 in Cython and also provides a C-API for direct use from Cython code via
 from fastrlock cimport rlock.
 .
 This package installs the library for Python 3.
