1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Source: shaderc
Section: libs
Priority: optional
Maintainer: Philippe SWARTVAGHER <phil.swart@gmx.fr>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
spirv-headers,
pkgconf,
cmake,
asciidoctor,
glslang-dev,
ruby-pygments.rb,
Standards-Version: 4.7.0
Homepage: https://github.com/google/shaderc/
Vcs-Browser: https://salsa.debian.org/debian/shaderc
Vcs-Git: https://salsa.debian.org/debian/shaderc.git
Package: glslc
Section: libdevel
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: ${built-using}
Description: Command line compiler for GLSL/HLSL to SPIR-V
glslc wraps around core functionality in glslang and SPIRV-Tools. glslc and
its library aims to provide:
- a command line compiler with GCC- and Clang-like usage, for better
integration with build systems;
- an API where functionality can be added without breaking existing clients;
- an API supporting standard concurrency patterns across multiple operating
systems;
- increased functionality such as file #include support.
.
This package contains the glslc binary.
Package: libshaderc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libshaderc1 (= ${binary:Version}),
${misc:Depends},
glslang-dev,
spirv-headers,
Built-Using: ${built-using}
Description: Library API for accessing glslc functionality - static libraries and headers
glslc wraps around core functionality in glslang and SPIRV-Tools. glslc and
its library aims to provide:
- a command line compiler with GCC- and Clang-like usage, for better
integration with build systems;
- an API where functionality can be added without breaking existing clients;
- an API supporting standard concurrency patterns across multiple operating
systems;
- increased functionality such as file #include support.
.
This package contains static libraries and development headers.
Package: libshaderc1
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Built-Using: ${built-using}
Description: Library API for accessing glslc functionality - shared libraries
glslc wraps around core functionality in glslang and SPIRV-Tools. glslc and
its library aims to provide:
- a command line compiler with GCC- and Clang-like usage, for better
integration with build systems;
- an API where functionality can be added without breaking existing clients;
- an API supporting standard concurrency patterns across multiple operating
systems;
- increased functionality such as file #include support.
.
This package contains shared libraries.
|