libstreamvbyte 3.0.0-1
Package Information
| Description | fast integer compression in C using the StreamVByte codec StreamVByte is a new integer compression technique that applies SIMD instructions (vectorization) to Google's Group Varint approach. The net result is faster than other byte-oriented compression techniques. It includes fast differential coding. It assumes a recent Intel processor (e.g., haswell or better) or an ARM processor with NEON instructions (which is almost all of them). |
|---|---|
| Maintainer | Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org> |
| Changed By | Andreas Tille <tille@debian.org> |
| Sponsor | tille@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/med-team/libstreamvbyte.git (browse) |
| Popcon Installs | 112 |
| Binary NEW | Yes (binary-only upload) |
| Tracker | https://tracker.debian.org/pkg/libstreamvbyte |
| Uploaded | 3 hours ago |
Potential Library Transition
This binary NEW upload drops binary packages that currently have reverse dependencies in unstable. A library transition may need to be coordinated with the Release Team before accepting this package.
| Dropped Binary | Rdeps in unstable |
|---|---|
libstreamvbyte1 | 2: nanopolish, python3-slow5 |
Awaiting maintainer confirmation. The uploader set was emailed 2 hours ago.
New Package Report
.changes
| Distribution | unstable |
|---|---|
| Date | Mon, 15 Jun 2026 20:38:15 +0200 |
| Source | libstreamvbyte |
| Version | 3.0.0-1 |
| Changed-By | Andreas Tille |
| Architecture | source amd64 |
Changelog
libstreamvbyte (3.0.0-1) unstable; urgency=medium . * New upstream version (including SONAME bump) * d/watch: version=5 * Standards-Version: 4.7.4 (routine-update) * Reflow Uploaders field (cme) * Remove Priority field (cme) * Drop 'Rules-Requires-Root: no' from d/control (routine-update) * Reformat the Last-Update date as ISO YYYY-MM-DD. * Set upstream metadata fields: Repository-Browse.
.dsc
| Section | libdevel |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | libstreamvbyte-dev deb libdevel optional arch=any libstreamvbyte3 deb libs optional arch=any |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: streamvbyte
Source: https://github.com/lemire/streamvbyte/releases
Files: *
Copyright: 2018-2020 Daniel Lemire, Kendall Willets, Alexander Gallego
@aqrit, Vladimir Kazanov
License: Apache-2.0
Files: src/streamvbyte_isadetection.h
Copyright: 2016 Facebook, Inc
2011-2014 Idiap Research Institute
2012-2014 Deepmind Technologies
2011-2012 NEC Laboratories America
2011-2013 NYU
License: BSD-3-Clause
Files: debian/*
Copyright: 2020 Andreas Tille <tille@debian.org>
License: Apache-2.0
License: Apache-2.0
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.
.
On Debian systems you can find a copy of the Apache license version
2.0 at /usr/share/common-licenses/Apache-2.0.
License: BSD-3-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.
3. Neither the names of Facebook, Deepmind Technologies, NYU, NEC Laboratories
America and IDIAP Research Institute nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.
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.