spirv-tools 2023.1-1 source package in Ubuntu

Changelog

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

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

 -- Timo Aaltonen <email address hidden>  Mon, 06 Feb 2023 14:15:12 +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.1-1.dsc 1.9 KiB 372a0f922ba5beaf613173a4f2c6fe4241e3f4971cc8d625f399ab75570862ad
spirv-tools_2023.1.orig.tar.gz 2.9 MiB f3d8245aeb89f098c01dddaa566f9c0f2aab4a3d62a9020afaeb676b5e7e64d4
spirv-tools_2023.1-1.debian.tar.xz 3.6 KiB 549f4305efa452676eae85dd9f674aa1df6de45b70c157ac91eeeb8e78ef2890

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