spirv-tools 2025.1~rc1-ok1 source package in openKylin
Changelog
spirv-tools (2025.1~rc1-ok1) nile.bedrock; urgency=medium * Build for openKylin -- openKylin Developers <email address hidden> Thu, 04 Dec 2025 17:37:14 +0800
spirv-tools (2025.1~rc1-ok1) nile.bedrock; urgency=medium * Build for openKylin -- openKylin Developers <email address hidden> Thu, 04 Dec 2025 17:37:14 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Nile.bedrock | release | main | libdevel |
| File | Size | SHA-256 Checksum |
|---|---|---|
| spirv-tools_2025.1~rc1.orig.tar.gz | 3.2 MiB | b08bfc6bb93b34f1a73c8f96a7686a9ed2f6a93779157831c01a5070965e8a7a |
| spirv-tools_2025.1~rc1-ok1.debian.tar.xz | 2.8 KiB | c1d43330465bce86ea474792947fdbedac6a287dbfe1df3cb1e11e19f4f6cb47 |
| spirv-tools_2025.1~rc1-ok1.dsc | 1.9 KiB | 0c3082fa06daa781107233be9c55e15a5ded2cf87e09a0bda33ba3f5b1a54f5c |
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.