kiwisolver 1.4.4-2 source package in Ubuntu

Changelog

kiwisolver (1.4.4-2) unstable; urgency=medium

  * orphan

 -- Sandro Tosi <email address hidden>  Sat, 02 Mar 2024 03:00:57 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
kiwisolver_1.4.4-2.dsc 2.0 KiB 633adc8334fd41e880758d7899e39b2126f9fb50060b4da58520f54d2edd7b40
kiwisolver_1.4.4.orig.tar.xz 77.3 KiB 458af4e5421863b20e6e3f209d11ff51e9775f574144d9e358221d6d3e276b13
kiwisolver_1.4.4-2.debian.tar.xz 3.2 KiB 92d17569c5df863a8f88f6f7f9e425d963873233b7fc5255e671df9bc975f3ba

No changes file available.

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