spirv-tools 2023.1-2 source package in Ubuntu

Changelog

spirv-tools (2023.1-2) unstable; urgency=medium

  * patches: Add a patch that fixes the ABI again. (Closes: #1031230)

 -- Timo Aaltonen <email address hidden>  Wed, 15 Feb 2023 16:03:51 +0200

Upload details

Uploaded by:
Debian X Strike Force
Uploaded to:
Sid
Original maintainer:
Debian X Strike Force
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe libdevel

Downloads

File Size SHA-256 Checksum
spirv-tools_2023.1-2.dsc 1.9 KiB 783683248a149c8d1cbcc6a21d309ae81a7f16e41819066312899aa5b2e35fb0
spirv-tools_2023.1.orig.tar.gz 2.9 MiB f3d8245aeb89f098c01dddaa566f9c0f2aab4a3d62a9020afaeb676b5e7e64d4
spirv-tools_2023.1-2.debian.tar.xz 4.4 KiB cfe0807ff64353e1417e683a7167f05368cbab55f3135aa691d9a5b6f92c8d18

Available diffs

No changes file available.

Binary packages built by this source

spirv-tools: API and commands for processing SPIR-V modules

 The project includes an assembler, binary module parser, disassembler,
 validator, and optimizer for SPIR-V. Except for the optimizer, all are
 based on a common static library. The library contains all of the
 implementation details, and is used in the standalone tools whilst
 also enabling integration into other code bases directly. The
 optimizer implementation resides in its own library, which depends on
 the core library.

spirv-tools-dbgsym: debug symbols for spirv-tools