Source: plf-colony Section: devel Priority: optional Maintainer: Adam Borowski Build-Depends: debhelper-compat (= 13) Standards-Version: 4.5.1 Rules-Requires-Root: no Homepage: https://www.plflib.org/colony.htm Vcs-Browser: https://github.com/kilobyte/plf_colony/tree/debian Vcs-Git: https://github.com/kilobyte/plf_colony.git -b debian Package: libplf-colony-dev Architecture: any Multi-Arch: foreign Depends: ${misc:Depends} Description: fast C++ unordered container plf::colony is an unordered data container providing fast iteration/ insertion/erasure while maintaining pointer validity to non-erased elements. It offers no big-O advantages over std::list but its performance is drastically better.