@svg-toolkit/language-server-linux-s390x-gnu
Prebuilt svg-language-server binary for linux · s390x · glibc (rustc target s390x-unknown-linux-gnu).
The platform-specific package of @svg-toolkit/svg-language-server.
Do I install this?
Usually not. Install the main package and npm picks the matching binary
for your platform automatically:
npm install @svg-toolkit/svg-language-server
This package is listed in @svg-toolkit/svg-language-server's optionalDependencies. npm resolves the one
whose os/cpu/libc matches your machine and skips the rest. Depending on it
directly pins you to a single platform, so prefer @svg-toolkit/svg-language-server for anything portable.
Standalone use
The package is a working CLI in its own right — its bin points straight at the
bundled binary, so on a matching machine it runs without the facade:
npx --package @svg-toolkit/language-server-linux-s390x-gnu svg-language-server --version
Contents
svg-language-server: prebuilt native binary under bin/.
- No dependencies, no install scripts, no network access.
Released under the same license as @svg-toolkit/svg-language-server (see LICENSE).