spirv-tools 2023.6~rc1-1 source package in Ubuntu

Changelog

spirv-tools (2023.6~rc1-1) unstable; urgency=medium

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

 -- Timo Aaltonen <email address hidden>  Thu, 25 Jan 2024 16:39:09 +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_2023.6~rc1-1.dsc 2.0 KiB fd924a178308f42dbc34168ea3c41b97c2f38b7b4e38e5e5d9139b0056fe89d1
spirv-tools_2023.6~rc1.orig.tar.gz 3.0 MiB 8ec5f3d3507a55e43f8fbda4ef61a7674d7aea93a800535f5b9abf9145043908
spirv-tools_2023.6~rc1-1.debian.tar.xz 3.7 KiB 4de8f83885b2927d80b5d9d985f3d1c02b42b905f7eff6ff4e8f3b803678a039

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