File: control

package info (click to toggle)
intrusive-shared-ptr 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 412 kB
  • sloc: cpp: 2,852; ansic: 173; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 749 bytes parent folder | download
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.