kiwisolver 1.4.4-1build1 source package in Ubuntu
Changelog
kiwisolver (1.4.4-1build1) lunar; urgency=medium * Rebuild to drop Python 3.10 extension -- Jeremy Bicha <email address hidden> Tue, 28 Feb 2023 17:22:08 -0500
Upload details
- Uploaded by:
- Jeremy BĂcha
- Uploaded to:
- Lunar
- Original maintainer:
- Sandro Tosi
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
kiwisolver_1.4.4.orig.tar.xz | 77.3 KiB | 458af4e5421863b20e6e3f209d11ff51e9775f574144d9e358221d6d3e276b13 |
kiwisolver_1.4.4-1build1.debian.tar.xz | 3.2 KiB | af150af183660bf91837685fcecfae53627e5944a35643a8029e480fd3fa5da0 |
kiwisolver_1.4.4-1build1.dsc | 2.1 KiB | 79579e8f909410280594ae514d333de8ce9abca48d7c826423b0f060085a2412 |
Available diffs
- diff from 1.4.4-1 (in Debian) to 1.4.4-1build1 (317 bytes)
Binary packages built by this source
- python3-kiwisolver: fast implementation of the Cassowary constraint solver - Python 3.X
Kiwi is an efficient C++ implementation of the Cassowary constraint solving
algorithm. Kiwi is an implementation of the algorithm based on the seminal
Cassowary paper. It is *not* a refactoring of the original C++ solver. Kiwi
has been designed from the ground up to be lightweight and fast. Kiwi ranges
from 10x to 500x faster than the original Cassowary solver with typical use
cases gaining a 40x improvement. Memory savings are consistently > 5x.
.
In addition to the C++ solver, Kiwi ships with hand-rolled Python bindings.
.
This package contains the Python 3 version of kiwisolver.
- python3-kiwisolver-dbgsym: debug symbols for python3-kiwisolver