spirv-tools 2023.3-1ubuntu1 source package in Ubuntu

Changelog

spirv-tools (2023.3-1ubuntu1) mantic; urgency=medium

  * Rebuild against gcc-13.

 -- Timo Aaltonen <email address hidden>  Fri, 28 Jul 2023 17:19:22 +0300

Upload details

Uploaded by:
Timo Aaltonen
Uploaded to:
Mantic
Original maintainer:
Debian X Strike Force
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libdevel

Downloads

File Size SHA-256 Checksum
spirv-tools_2023.3.orig.tar.gz 2.9 MiB aea58b91e2603981fb08d36949751cb1568c37e033331f58a0e3c81383f2cb79
spirv-tools_2023.3-1ubuntu1.debian.tar.xz 3.7 KiB 91568e9a7d42e9bc8cf0bbeb4a2daa7b88a2624a3d43740f291dcb0b11523cb4
spirv-tools_2023.3-1ubuntu1.dsc 2.0 KiB 221c4084cf07f5d5841d370bd0ee3845b81107e800d1c3d60fe08a98b0defca0

View changes file

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