Package: duma
Version: 2.5.21-2
Architecture: amd64
Maintainer: Peter Blackman <peter@pblackman.plus.com>
Installed-Size: 285
Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1)
Filename: ./amd64/duma_2.5.21-2_amd64.deb
Size: 67572
MD5sum: 5ec512809334ec7c9430c962f08cf4f5
SHA1: edc898dd1bd2d4521332ae4929bc8c9b14b89c73
SHA256: e7cdb465f1b389b6ba5bce05b79309d6f6d7b533ca03ca3f3624e1effb915922
Section: devel
Priority: optional
Homepage: https://github.com/johnsonjh/duma
Description: Detect Unintended Memory Access - A Red-Zone memory allocator
 Open-source library to detect buffer overruns and under-runs
 in C and C++ programs.
 .
 This library is a fork of Bruce Perens Electric Fence library and adds
 some new features to it. Features of the DUMA library:
   * "overloads" all standard memory allocation functions like
     malloc(), calloc(), memalign(), strdup(), operator new, operator
     new[] and also their counterpart deallocation functions like free(),
     operator delete and operator delete[]
   * utilizes the MMU (memory management unit) of the CPU:
     allocates and protects an extra memory page to detect any illegal
     access beyond the top of the buffer (or bottom, at the user's option)
   * stops the program at exactly that instruction, which does the
     erroneous access to the protected memory page,
     allowing location of the defective source code in a debugger
     detects erroneous writes at the non-protected end of the memory
     block at deallocation of the memory block
   * detects mismatch of allocation/deallocation functions: f.e.
     allocation with malloc() but deallocation with operator delete
   * leak detection: detect memory blocks which were not deallocated
     until program exit
   * preloading of the library
   * allowing tests without necessity of changing source code or recompilation

Package: xbrzscale
Version: 1.8-1
Architecture: amd64
Maintainer: Peter Blackman <peter@pblackman.plus.com>
Installed-Size: 98
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libsdl2-2.0-0 (>= 2.0.12), libsdl2-image-2.0-0 (>= 2.0.2), libstdc++6 (>= 5)
Filename: ./amd64/xbrzscale_1.8-1_amd64.deb
Size: 27876
MD5sum: 56d40b912170d7d13f5bf85a06013357
SHA1: 7b051e3ff6d0dc281afe8cb1628f97253da1c885
SHA256: bc6651a777f16d5d6092a294915e7ce94d1ff2b60f9b3386c9d1bf6e9d239d8d
Section: graphics
Priority: optional
Homepage: https://github.com/atheros/xbrzscale
Description: Intelligent graphics file upscaling tool
 Scale graphics files with the xBRZ algorithm.
 .
 New generation high-quality image upscaling filter.
 Better results than simple filters, especially with pixel art
 such as icons, glyphs, cartoons, game tiles etc.
 .
 Scales by integer factors from x2 up to x6.