DFSG NEW Queue

DFSG, Licensing & New Packages Team

bmagic 7.13.4+dfsg2-1

Package Information

DescriptionC++ template library for efficient platform independent bitsets

BitMagic is a C++ template library designed and developed to implement efficient platform independent bitsets. Key features:

- Several types of on the fly adaptive compression. - Dynamic range of addressable space of 232-1 bits. - Efficient memory management. - Cache optimized bitset distance algorithms. - Serialization in platform independent, compact format suitable for storing in files and databases. - Performance tuning for 32-bit and 64-bit systems. - Optimization for Intel SSE2 128-bit integer SIMD.

MaintainerDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Changed ByBastian Germann <bage@debian.org>
Sponsorbage@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/science-team/bmagic.git (browse)
Closes#1135657
Popcon Installs5
Binary NEWYes (binary-only upload)
Trackerhttps://tracker.debian.org/pkg/bmagic
Uploaded3 hours ago

New Package Report

.changes
Changed-ByBastian Germann
Architecturesource all
Distributionunstable
DateTue, 23 Jun 2026 11:56:20 +0200
Sourcebmagic
Version7.13.4+dfsg2-1
Changelog
bmagic (7.13.4+dfsg2-1) unstable; urgency=medium
 .
   * Team upload
   * Exclude Windows/Mac files with blobs
   * d/copyright: Add missing info (Closes: #1135657)
 .
   [ Andreas Tille ]
   * Remove Athena Capital Research from Uploaders
   * Create separate -doc package
   * Remove unused lintian-overrides
.dsc
Priorityoptional
Componentmain
Package-Listbmagic deb libdevel optional arch=all
bmagic-doc deb doc optional arch=all
Sectionlibdevel
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: bmagic
Source: https://bmagic.sourceforge.net/
Files-Excluded: doc/html
                msvc*
                xcode
                warn.log
                config.guess
                .git*

Files: *
Copyright: (c) 2002-2023, Anatoliy Kuznetsov
License: Apache-2.0

Files: src/bmavx2.h src/bmavx512.h
Copyright: (c) 2002-2017 Anatoliy Kuznetsov(anatoliy_kuznetsov at yahoo.com)
 Copyright (c) 2016 - 2017, Kim Walisch
 Copyright (c) 2016 - 2017, Wojciech Muła
License: Apache-2.0 and BSD-2-clause

Files: lang-maps/libbm/src/try_throw_catch.h
Copyright: (C) 2009-2014 Francesco Nidito
License: Expat

Files: src/sse2neon.h
Copyright:
   John W. Ratcliff <jratcliffscarab@gmail.com>
   Brandon Rowlett <browlett@nvidia.com>
   Ken Fast <kfast@gdeb.com>
   Eric van Beurden <evanbeurden@nvidia.com>
   Alexander Potylitsin <apotylitsin@nvidia.com>
   Hasindu Gamaarachchi <hasindu2008@gmail.com>
   Jim Huang <jserv@biilabs.io>
   Mark Cheng <marktwtn@biilabs.io>
   Malcolm James MacLeod <malcolm@gulden.com>
   Devin Hussey (easyaspi314) <husseydevin@gmail.com>
   Sebastian Pop <spop@amazon.com>
   Developer Ecosystem Engineering <DeveloperEcosystemEngineering@apple.com>
   Danila Kutenin <danilak@google.com>
   François Turban (JishinMaster) <francois.turban@gmail.com>
   Pei-Hsuan Hung <afcidk@gmail.com>
   Yang-Hao Yuan <yanghau@biilabs.io>
   Syoyo Fujita <syoyo@lighttransport.com>
   Brecht Van Lommel <brecht@blender.org>
License: Expat

Files: debian/*
Copyright: 2006, Wes Chow <wes@senortoad.com>
           2008, Andres Salomon <dilinger@debian.org>
           2009, 2019 Roberto C. Sanchez <roberto@connexer.com>
License: Apache-2.0
Comment:
 It is assumed that all contributors release their packaging works under the
 same term as the package itself.

Files: tests/stress/stacktrace_dbg.h
Copyright: (c) 2008, Timo Bingmann from http://idlebox.net/
License: WTFPL-2.0
 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

 0. You just DO WHAT THE FUCK YOU WANT TO.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1. Redistributions of source code must retain the above copyright notice, this
    list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights to
 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
 of the Software, and to permit persons to whom the Software is furnished to do
 so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: Apache-2.0
 BitMagic Library License
 .
 Copyright(c) 2002-2019 Anatoliy Kuznetsov(anatoliy_kuznetsov at yahoo.com)
 .
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 For more information please visit:  http://bitmagic.io
 .
 **Important!** We ask you to explicitly mention BitMagic project in any
 derived work or our published materials. Proper BitMagic reference on your
 product/project page is a REQUIREMENT for using the Library.
 .
 On Debian systems, the complete text of the Apache version 2.0 license
 can be found in "/usr/share/common-licenses/Apache-2.0".

Other Reviews of this Package

VersionHashAllocatedCompletedReviewerStatusDetails
7.13.4+dfsg-2 3cfbeb67… 2026-05-04 00:54 2026-05-04 01:06 siretart rejected VIEW

Back to Dashboard | View all reviews for this package