spirv-tools 2022.4-1 source package in Ubuntu

Changelog

spirv-tools (2022.4-1) unstable; urgency=medium

  * New upstream release.
  * control: Bump build-dep on spirv-headers.

 -- Timo Aaltonen <email address hidden>  Tue, 08 Nov 2022 11:15:14 +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

Downloads

File Size SHA-256 Checksum
spirv-tools_2022.4-1.dsc 1.9 KiB 3d3becd69431988fa847b272ee56590ea0f0677a0123616fda50865f713ef5cd
spirv-tools_2022.4.orig.tar.gz 2.9 MiB a156215a2d7c6c5b267933ed691877a9a66f07d75970da33ce9ad627a71389d7
spirv-tools_2022.4-1.debian.tar.xz 3.6 KiB 6d88ad456abf3d41cb9c4c499c72544476afda1289edc28b22994a2216374b9d

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