spirv-tools 2023.3+1.3.268.0-1 source package in Ubuntu

Changelog

spirv-tools (2023.3+1.3.268.0-1) unstable; urgency=medium

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

 -- Timo Aaltonen <email address hidden>  Fri, 03 Nov 2023 11:38:41 +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.3+1.3.268.0-1.dsc 2.0 KiB 1fbc89a2e251af3465fbe3e73424dfde4a34dbff1c2e24352294d84804d27b8a
spirv-tools_2023.3+1.3.268.0.orig.tar.gz 2.9 MiB c7c2b972a5babea5c3c705bb27fca6b7c61e47b0f2a6ad166eab1c7ffa1e2b54
spirv-tools_2023.3+1.3.268.0-1.debian.tar.xz 3.7 KiB ceb2df3c6497630c6d84fddac4309eb56605ab39a72a1f1d5490236f16bc5714

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