1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: intrusive-shared-ptr
Section: libdevel
Priority: optional
Maintainer: Dylan Aïssi <daissi@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
doctest-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/gershnik/intrusive_shared_ptr
Vcs-Browser: https://salsa.debian.org/debian/isptr
Vcs-Git: https://salsa.debian.org/debian/isptr.git
Package: libisptr-dev
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Description: another implementation of an intrusive reference counting smart
isptr is yet another implementation of an intrusive reference counting smart
pointer, highly configurable reference counted base class and adapters.
|