[
  {
    "name": "7zip",
    "description": "7-Zip — a file archiver with a high compression ratio",
    "homepage": "https://www.7-zip.org",
    "repo": "https://github.com/ip7z/7zip",
    "docs": "https://7-zip.org/documentation.html",
    "licenses": [
      "LGPL-2.1-or-later"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "26.02",
    "all_versions": [
      "26.02"
    ],
    "deps": [],
    "install_command": "xlings install 7zip@26.02"
  },
  {
    "name": "aarch64-linux-musl-gcc",
    "description": "Cross GCC toolchain: host -> aarch64-linux-musl (musl, static-capable)",
    "homepage": "",
    "repo": "https://github.com/gcc-mirror/gcc",
    "docs": "https://gcc.gnu.org/wiki",
    "licenses": [
      "GPL"
    ],
    "type": "package",
    "status": "dev",
    "platforms": [
      "linux"
    ],
    "latest_version": "15.1.0",
    "all_versions": [],
    "deps": [],
    "install_command": "xlings install aarch64-linux-musl-gcc@15.1.0"
  },
  {
    "name": "alsa-lib",
    "description": "ALSA userspace library (libasound) — required by the JDK's javax.sound",
    "homepage": "https://www.alsa-project.org",
    "repo": "https://github.com/alsa-project/alsa-lib",
    "docs": "",
    "licenses": [
      "LGPL-2.1"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.2.11",
    "all_versions": [
      "1.2.11",
      "exports"
    ],
    "deps": [
      "xim:glibc@>=2.38"
    ],
    "install_command": "xlings install alsa-lib@1.2.11"
  },
  {
    "name": "aria2-next",
    "description": "Aria2 Next — a maintained aria2 fork with extensive bug fixes and a modernized architecture",
    "homepage": "https://github.com/AnInsomniacy/aria2-next",
    "repo": "https://github.com/AnInsomniacy/aria2-next",
    "docs": "https://github.com/AnInsomniacy/aria2-next#readme",
    "licenses": [
      "GPL-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2.5.5",
    "all_versions": [
      "2.5.5"
    ],
    "deps": [],
    "install_command": "xlings install aria2-next@2.5.5"
  },
  {
    "name": "bat",
    "description": "A cat clone with syntax highlighting and Git integration",
    "homepage": "https://github.com/sharkdp/bat",
    "repo": "https://github.com/sharkdp/bat",
    "docs": "https://github.com/sharkdp/bat#readme",
    "licenses": [
      "MIT",
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.26.1",
    "all_versions": [
      "0.26.1"
    ],
    "deps": [],
    "install_command": "xlings install bat@0.26.1"
  },
  {
    "name": "bazel",
    "description": "Bazel — a fast, scalable, multi-language and extensible build system",
    "homepage": "https://bazel.build",
    "repo": "https://github.com/bazelbuild/bazel",
    "docs": "https://bazel.build/docs",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "9.2.0",
    "all_versions": [
      "9.2.0"
    ],
    "deps": [
      "['xim:glibc', 'xim:gcc-runtime']"
    ],
    "install_command": "xlings install bazel@9.2.0"
  },
  {
    "name": "binutils",
    "description": "The GNU Binutils are a collection of binary tools",
    "homepage": "https://www.gnu.org/software/binutils",
    "repo": "",
    "docs": "https://sourceware.org/binutils/wiki/HomePage",
    "licenses": [
      "GPL"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.42.1",
    "all_versions": [
      "2.42.1"
    ],
    "deps": [
      "xim:glibc@>=2.39",
      "xim:gcc-runtime@>=15"
    ],
    "install_command": "xlings install binutils@2.42.1"
  },
  {
    "name": "brew",
    "description": "Homebrew: The Missing Package Manager for macOS (or Linux)",
    "homepage": "https://brew.sh",
    "repo": "https://github.com/Homebrew/brew",
    "docs": "",
    "licenses": [
      "BSD-2-Clause"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "macosx"
    ],
    "latest_version": "",
    "all_versions": [],
    "deps": [],
    "install_command": "xlings install brew@latest"
  },
  {
    "name": "bun",
    "description": "Bun is an all-in-one toolkit for JavaScript and TypeScript apps",
    "homepage": "https://bun.sh",
    "repo": "https://github.com/oven-sh/bun",
    "docs": "https://bun.sh/docs",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.3.11",
    "all_versions": [
      "1.3.11"
    ],
    "deps": [
      "['xim:node', 'xim:npm']",
      "['xim:glibc@>=2.39']"
    ],
    "install_command": "xlings install bun@1.3.11"
  },
  {
    "name": "busybox",
    "description": "The Swiss Army Knife of Embedded Linux — single static binary providing 400+ POSIX utilities",
    "homepage": "https://busybox.net",
    "repo": "https://git.busybox.net/busybox",
    "docs": "https://busybox.net/about.html",
    "licenses": [
      "GPL-2.0-only"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.35.0",
    "all_versions": [
      "1.35.0"
    ],
    "deps": [],
    "install_command": "xlings install busybox@1.35.0"
  },
  {
    "name": "bwrap",
    "description": "Bubblewrap — namespace-based sandboxing tool (setuid mode for cross-distro compat)",
    "homepage": "https://github.com/containers/bubblewrap",
    "repo": "https://github.com/containers/bubblewrap",
    "docs": "https://github.com/containers/bubblewrap#readme",
    "licenses": [
      "LGPL-2.0-or-later"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.11.2",
    "all_versions": [],
    "deps": [],
    "install_command": "xlings install bwrap@0.11.2"
  },
  {
    "name": "ca-certificates",
    "description": "Mozilla CA root bundle (extracted by curl.se)",
    "homepage": "https://curl.se/docs/caextract.html",
    "repo": "https://curl.se/docs/caextract.html",
    "docs": "",
    "licenses": [
      "MPL-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "2026.03.19",
    "all_versions": [
      "2025.07.15",
      "2026.03.19"
    ],
    "deps": [],
    "install_command": "xlings install ca-certificates@2026.03.19"
  },
  {
    "name": "cairo",
    "description": "2D graphics library (xcb-free / headless build for manim)",
    "homepage": "https://cairographics.org",
    "repo": "https://gitlab.freedesktop.org/cairo/cairo",
    "docs": "",
    "licenses": [
      "LGPL-2.1",
      "MPL-1.1"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.18.0",
    "all_versions": [
      "1.18.0"
    ],
    "deps": [
      "xim:freetype@2.13.2",
      "xim:fontconfig@2.15.0",
      "xim:libpng@1.6.43",
      "xim:pixman@0.42.2"
    ],
    "install_command": "xlings install cairo@1.18.0"
  },
  {
    "name": "cc-connect",
    "description": "Bridge local AI coding agents (Claude Code, Codex, Cursor, Gemini CLI, etc.) to messaging platforms (Feishu, Slack, Telegram, Discord, ...)",
    "homepage": "https://github.com/chenhg5/cc-connect",
    "repo": "https://github.com/chenhg5/cc-connect",
    "docs": "https://github.com/chenhg5/cc-connect#readme",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.3.2",
    "all_versions": [
      "1.3.2",
      "1.3.3-beta.1"
    ],
    "deps": [],
    "install_command": "xlings install cc-connect@1.3.2"
  },
  {
    "name": "cc-switch",
    "description": "Cross-platform desktop tool for switching providers across Claude Code / Codex / OpenCode / Gemini CLI / openclaw",
    "homepage": "https://github.com/farion1231/cc-switch",
    "repo": "https://github.com/farion1231/cc-switch",
    "docs": "https://github.com/farion1231/cc-switch#readme",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "3.19.1",
    "all_versions": [
      "3.14.1",
      "3.19.1"
    ],
    "deps": [],
    "install_command": "xlings install cc-switch@3.19.1"
  },
  {
    "name": "claude",
    "description": "Claude Code CLI from Anthropic",
    "homepage": "https://github.com/anthropics/claude-code",
    "repo": "https://github.com/anthropics/claude-code",
    "docs": "https://docs.anthropic.com/en/docs/claude-code/overview",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2.1.222",
    "all_versions": [
      "2.1.142",
      "2.1.153",
      "2.1.156",
      "2.1.198",
      "2.1.218",
      "2.1.220",
      "2.1.222",
      "2.1.63",
      "2.1.90"
    ],
    "deps": [],
    "install_command": "xlings install claude@2.1.222"
  },
  {
    "name": "claude-llm",
    "description": "Configure Claude Code to use DeepSeek Anthropic-compatible API",
    "homepage": "https://platform.deepseek.com/api_keys",
    "repo": "",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "config",
    "status": "dev",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "deepseek",
    "all_versions": [
      "deepseek",
      "deepseek-v4-flash",
      "deepseek-v4-pro"
    ],
    "deps": [
      "xim:claude@2.1.153"
    ],
    "install_command": "xlings install claude-llm@deepseek"
  },
  {
    "name": "cmake",
    "description": "A Powerful Software Build System",
    "homepage": "",
    "repo": "https://github.com/Kitware/CMake",
    "docs": "https://cmake.org/documentation",
    "licenses": [
      "BSD-3Clause"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "4.4.2",
    "all_versions": [
      "4.4.2"
    ],
    "deps": [
      "['xim:glibc@>=2.39', 'xim:fontconfig@>=2.15', 'xim:freetype@>=2.13', 'xim:libxcb@>=1.17']"
    ],
    "install_command": "xlings install cmake@4.4.2"
  },
  {
    "name": "code",
    "description": "Visual Studio Code",
    "homepage": "https://code.visualstudio.com",
    "repo": "https://github.com/microsoft/vscode",
    "docs": "https://code.visualstudio.com/docs",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.132.0",
    "all_versions": [
      "1.100.1",
      "1.106.1",
      "1.108.0",
      "1.108.1",
      "1.125.1",
      "1.132.0",
      "1.93.1",
      "1.96.2"
    ],
    "deps": [],
    "install_command": "xlings install code@1.132.0"
  },
  {
    "name": "codex",
    "description": "Codex CLI from OpenAI",
    "homepage": "https://github.com/openai/codex",
    "repo": "https://github.com/openai/codex",
    "docs": "https://github.com/openai/codex#readme",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.146.1",
    "all_versions": [
      "0.133.0",
      "0.144.1",
      "0.145.0",
      "0.146.1"
    ],
    "deps": [],
    "install_command": "xlings install codex@0.146.1"
  },
  {
    "name": "configure-project-installer",
    "description": "Build & Install (from source) helper tools for ./configure-based projects",
    "homepage": "",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "script",
    "status": "stable",
    "platforms": [
      "linux",
      "macosx"
    ],
    "latest_version": "0.0.1",
    "all_versions": [
      "0.0.1"
    ],
    "deps": [
      "xim:make",
      "xim:gcc",
      "xim:xpkg-helper"
    ],
    "install_command": "xlings install configure-project-installer@0.0.1"
  },
  {
    "name": "cpp",
    "description": "C++ language toolchain",
    "homepage": "https://github.com/openxlings/xim-pkgindex",
    "repo": "",
    "docs": "",
    "licenses": [],
    "type": "config",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "gnu",
    "all_versions": [
      "gnu",
      "mingw",
      "msvc"
    ],
    "deps": [
      "xim:gcc",
      "xim:mingw-w64@13",
      "xim:brew"
    ],
    "install_command": "xlings install cpp@gnu"
  },
  {
    "name": "d2x",
    "description": "xlings's d2x tool",
    "homepage": "",
    "repo": "https://github.com/d2learn/d2x",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2026.08.02.2",
    "all_versions": [],
    "deps": [
      "xim:glibc@>=2.39",
      "xim:openssl@3.1.5"
    ],
    "install_command": "xlings install d2x@2026.08.02.2"
  },
  {
    "name": "dash",
    "description": "Debian Almquist Shell — small POSIX-compliant shell",
    "homepage": "http://gondor.apana.org.au/~herbert/dash/",
    "repo": "https://git.kernel.org/pub/scm/utils/dash/dash.git",
    "docs": "",
    "licenses": [
      "BSD-3-Clause",
      "GPL-2.0+"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.5.13.3",
    "all_versions": [],
    "deps": [],
    "install_command": "xlings install dash@0.5.13.3"
  },
  {
    "name": "devcpp",
    "description": "Dev-C++: A full-featured Integrated Development Environment (IDE) for the C/C++",
    "homepage": "https://sourceforge.net/projects/orwelldevcpp/",
    "repo": "https://sourceforge.net/projects/orwelldevcpp/",
    "docs": "https://forum.d2learn.org/topic/134",
    "licenses": [
      "GPL"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "windows"
    ],
    "latest_version": "5.11",
    "all_versions": [
      "5.11",
      "chinese"
    ],
    "deps": [
      "xim:shortcut-tool",
      "xim:windows-acp"
    ],
    "install_command": "xlings install devcpp@5.11"
  },
  {
    "name": "directx-headers",
    "description": "D3D12 headers + GUID/format-table archives — build-time input for mesa's d3d12 driver",
    "homepage": "https://github.com/microsoft/DirectX-Headers",
    "repo": "https://github.com/microsoft/DirectX-Headers",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "dev",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.614.1",
    "all_versions": [
      "1.614.1",
      "exports"
    ],
    "deps": [],
    "install_command": "xlings install directx-headers@1.614.1"
  },
  {
    "name": "dotnet",
    "description": ".NET is the free, open-source, cross-platform framework",
    "homepage": "https://dotnet.microsoft.com/",
    "repo": "https://github.com/dotnet/sdk",
    "docs": "https://learn.microsoft.com/dotnet",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows"
    ],
    "latest_version": "9.0",
    "all_versions": [
      "8.0",
      "9.0"
    ],
    "deps": [],
    "install_command": "xlings install dotnet@9.0"
  },
  {
    "name": "dsh",
    "description": "DeepSeek Harness - an everything-is-a-plugin agent harness from DeepSeek AI",
    "homepage": "https://github.com/deepseek-ai/deepseek-harness",
    "repo": "https://github.com/deepseek-ai/deepseek-harness",
    "docs": "https://github.com/deepseek-ai/deepseek-harness/blob/master/docs/user/index.md",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "dev",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.1.0-rc.6",
    "all_versions": [
      "0.1.0-rc.3",
      "0.1.0-rc.6"
    ],
    "deps": [
      "xim:node@>=24",
      "xim:pnpm"
    ],
    "install_command": "xlings install dsh@0.1.0-rc.6"
  },
  {
    "name": "e2fsprogs",
    "description": "ext2/ext3/ext4 filesystem utilities (mke2fs, e2fsck, tune2fs, resize2fs, debugfs)",
    "homepage": "https://e2fsprogs.sourceforge.net/",
    "repo": "https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git",
    "docs": "https://www.man7.org/linux/man-pages/man8/mke2fs.8.html",
    "licenses": [
      "GPL-2.0-only",
      "LGPL-2.0-only",
      "BSD-3-Clause",
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.47.3",
    "all_versions": [],
    "deps": [],
    "install_command": "xlings install e2fsprogs@1.47.3"
  },
  {
    "name": "elfutils",
    "description": "ELF object file access library — libelf, for radeonsi",
    "homepage": "https://sourceware.org/elfutils/",
    "repo": "https://sourceware.org/git/elfutils.git",
    "docs": "",
    "licenses": [
      "GPL-3.0-or-later",
      "LGPL-3.0-or-later"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.191",
    "all_versions": [
      "0.191",
      "exports"
    ],
    "deps": [
      "xim:zlib@>=1.2",
      "xim:glibc@>=2.38"
    ],
    "install_command": "xlings install elfutils@0.191"
  },
  {
    "name": "expat",
    "description": "Fast streaming XML parser library",
    "homepage": "https://libexpat.github.io",
    "repo": "https://github.com/libexpat/libexpat",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.6.2",
    "all_versions": [
      "2.6.2",
      "exports"
    ],
    "deps": [
      "xim:glibc"
    ],
    "install_command": "xlings install expat@2.6.2"
  },
  {
    "name": "fd",
    "description": "Simple, fast, user-friendly alternative to find",
    "homepage": "https://github.com/sharkdp/fd",
    "repo": "https://github.com/sharkdp/fd",
    "docs": "https://github.com/sharkdp/fd#readme",
    "licenses": [
      "MIT",
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "10.4.2",
    "all_versions": [
      "10.4.2"
    ],
    "deps": [],
    "install_command": "xlings install fd@10.4.2"
  },
  {
    "name": "fish",
    "description": "Friendly interactive shell — smart, user-friendly, modern command-line",
    "homepage": "https://fishshell.com",
    "repo": "https://github.com/fish-shell/fish-shell",
    "docs": "https://fishshell.com/docs/current/",
    "licenses": [
      "GPL-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "4.8.0",
    "all_versions": [
      "4.6.0",
      "4.8.0"
    ],
    "deps": [],
    "install_command": "xlings install fish@4.8.0"
  },
  {
    "name": "fontconfig",
    "description": "Library for configuring and customizing font access",
    "homepage": "https://www.freedesktop.org/wiki/Software/fontconfig/",
    "repo": "https://gitlab.freedesktop.org/fontconfig/fontconfig",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.15.0.1",
    "all_versions": [
      "2.15.0",
      "2.15.0.1"
    ],
    "deps": [
      "xim:freetype@2.13.2",
      "xim:expat@2.6.2",
      "xim:glibc"
    ],
    "install_command": "xlings install fontconfig@2.15.0.1"
  },
  {
    "name": "fontconfig-user-moyingji",
    "description": "Basic user configuration for Linux Fontconfig written by MoYingJi",
    "homepage": "",
    "repo": "",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "config",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "",
    "all_versions": [],
    "deps": [],
    "install_command": "xlings install fontconfig-user-moyingji@latest"
  },
  {
    "name": "freetype",
    "description": "A freely available software library to render fonts",
    "homepage": "https://freetype.org",
    "repo": "https://gitlab.freedesktop.org/freetype/freetype",
    "docs": "",
    "licenses": [
      "FTL",
      "GPL-2.0-or-later"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.13.2",
    "all_versions": [
      "2.13.2",
      "exports"
    ],
    "deps": [],
    "install_command": "xlings install freetype@2.13.2"
  },
  {
    "name": "fribidi",
    "description": "Free Implementation of the Unicode Bidirectional Algorithm",
    "homepage": "https://github.com/fribidi/fribidi",
    "repo": "https://github.com/fribidi/fribidi",
    "docs": "",
    "licenses": [
      "LGPL-2.1"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.0.13",
    "all_versions": [
      "1.0.13"
    ],
    "deps": [],
    "install_command": "xlings install fribidi@1.0.13"
  },
  {
    "name": "fzf",
    "description": "A command-line fuzzy finder",
    "homepage": "https://junegunn.github.io/fzf/",
    "repo": "https://github.com/junegunn/fzf",
    "docs": "https://junegunn.github.io/fzf/",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.72.0",
    "all_versions": [
      "0.71.0",
      "0.72.0"
    ],
    "deps": [],
    "install_command": "xlings install fzf@0.72.0"
  },
  {
    "name": "gcc",
    "description": "GCC, the GNU Compiler Collection",
    "homepage": "",
    "repo": "https://github.com/gcc-mirror/gcc",
    "docs": "https://gcc.gnu.org/wiki",
    "licenses": [
      "GPL"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows"
    ],
    "latest_version": "16.1.0",
    "all_versions": [
      "15.1.0"
    ],
    "deps": [
      "xim:glibc@>=2.39",
      "xim:binutils@2.42",
      "xim:linux-headers@5.11.1",
      "xim:gcc-specs-config@0.0.1"
    ],
    "install_command": "xlings install gcc@16.1.0"
  },
  {
    "name": "gcc-runtime",
    "description": "GCC runtime libraries (libstdc++, libgcc_s, libgomp, libatomic, libitm, libquadmath, libssp) — required by virtually every C++ binary on Linux, including Clang-built ones",
    "homepage": "https://gcc.gnu.org",
    "repo": "https://gcc.gnu.org/git/?p=gcc.git",
    "docs": "https://gcc.gnu.org/onlinedocs/libstdc++/",
    "licenses": [
      "GPL-3.0-with-GCC-exception",
      "LGPL-2.1+"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "15.1.0",
    "all_versions": [
      "exports"
    ],
    "deps": [
      "['xim:glibc@>=2.39']"
    ],
    "install_command": "xlings install gcc-runtime@15.1.0"
  },
  {
    "name": "gcc-specs-config",
    "description": "XScript: GCC Specs Config Tool",
    "homepage": "",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "script",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.0.1",
    "all_versions": [
      "0.0.1"
    ],
    "deps": [],
    "install_command": "xlings install gcc-specs-config@0.0.1"
  },
  {
    "name": "git",
    "description": "Git is a free and open source distributed version control system",
    "homepage": "https://git-scm.com",
    "repo": "https://github.com/git/git",
    "docs": "https://git-scm.com/learn",
    "licenses": [
      "GPL"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows"
    ],
    "latest_version": "2.53.0",
    "all_versions": [
      "2.53.0"
    ],
    "deps": [
      "xim:shortcut-tool"
    ],
    "install_command": "xlings install git@2.53.0"
  },
  {
    "name": "git-autosync",
    "description": "XScript: Git AutoSync Tools",
    "homepage": "",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "script",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.0.1",
    "all_versions": [
      "0.0.1"
    ],
    "deps": [],
    "install_command": "xlings install git-autosync@0.0.1"
  },
  {
    "name": "gitcode-hosts",
    "description": "Config gitcode.com ip mapping-groups to hosts file",
    "homepage": "",
    "repo": "",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "config",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "",
    "all_versions": [],
    "deps": [],
    "install_command": "xlings install gitcode-hosts@latest"
  },
  {
    "name": "github-gh",
    "description": "GitHub's official command line tool",
    "homepage": "https://cli.github.com",
    "repo": "https://github.com/cli/cli",
    "docs": "https://cli.github.com/manual",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2.92.0",
    "all_versions": [
      "2.86.0",
      "2.91.0",
      "2.92.0"
    ],
    "deps": [],
    "install_command": "xlings install github-gh@2.92.0"
  },
  {
    "name": "github-notifications-clear",
    "description": "Clear github's notifications (unread)",
    "homepage": "",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "https://github.com/orgs/community/discussions/174283",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "script",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.0.1",
    "all_versions": [
      "0.0.1"
    ],
    "deps": [],
    "install_command": "xlings install github-notifications-clear@0.0.1"
  },
  {
    "name": "glib",
    "description": "Low-level core library (GLib/GObject/GIO)",
    "homepage": "https://gitlab.gnome.org/GNOME/glib",
    "repo": "https://gitlab.gnome.org/GNOME/glib",
    "docs": "",
    "licenses": [
      "LGPL-2.1"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.80.0",
    "all_versions": [
      "2.80.0"
    ],
    "deps": [
      "xim:libffi@3.4.4",
      "xim:zlib@1.3.1",
      "xim:pcre2@10.42"
    ],
    "install_command": "xlings install glib@2.80.0"
  },
  {
    "name": "glibc",
    "description": "The GNU C Library",
    "homepage": "https://www.gnu.org/software/libc",
    "repo": "https://sourceware.org/git/?p=glibc.git;a=summary",
    "docs": "https://www.gnu.org/doc/doc.html",
    "licenses": [
      "GPL"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.44",
    "all_versions": [
      "2.44",
      "exports"
    ],
    "deps": [],
    "install_command": "xlings install glibc@2.44"
  },
  {
    "name": "glslang",
    "description": "Khronos reference GLSL/ESSL front end and validator (build-time)",
    "homepage": "https://github.com/KhronosGroup/glslang",
    "repo": "https://github.com/KhronosGroup/glslang",
    "docs": "",
    "licenses": [
      "BSD-3-Clause",
      "Apache-2.0",
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "15.1.0",
    "all_versions": [
      "15.1.0",
      "exports"
    ],
    "deps": [
      "xim:gcc-runtime@>=15",
      "xim:glibc@>=2.38"
    ],
    "install_command": "xlings install glslang@15.1.0"
  },
  {
    "name": "go",
    "description": "The Go programming language",
    "homepage": "https://go.dev",
    "repo": "https://github.com/golang/go",
    "docs": "https://go.dev/doc",
    "licenses": [
      "BSD-3-Clause"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.26.2",
    "all_versions": [
      "1.26.2"
    ],
    "deps": [],
    "install_command": "xlings install go@1.26.2"
  },
  {
    "name": "godot",
    "description": "Godot Engine - multi-platform 2D and 3D game engine (editor + headless export runner)",
    "homepage": "https://godotengine.org",
    "repo": "https://github.com/godotengine/godot",
    "docs": "https://docs.godotengine.org",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "4.7.1",
    "all_versions": [
      "4.5.2",
      "4.6.3",
      "4.7.1"
    ],
    "deps": [
      "['xim:patchelf@0.18.0']",
      "['xim:glibc@>=2.39', 'xim:freetype@2.13.2', 'xim:expat@2.6.2', 'xim:graphics@>=0.1', 'xim:mesa@>=25']"
    ],
    "install_command": "xlings install godot@4.7.1"
  },
  {
    "name": "graphics",
    "description": "The xlings graphics stack: OpenGL that adapts to whatever GPU this host has",
    "homepage": "https://github.com/openxlings/xim-pkgindex",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.1.5",
    "all_versions": [
      "0.1.0",
      "0.1.1",
      "0.1.2",
      "0.1.3",
      "0.1.4",
      "0.1.5"
    ],
    "deps": [
      "['xim:mesa', 'xim:nvidia-gl-host-link@>=0.1.2', 'xim:wsl-gl-host-link@>=0.1', 'xim:libXcursor@>=1.2', 'xim:libXi@>=1.8', 'xim:libXrandr@>=1.5', 'xim:libXrender@>=0.9', 'xim:libxkbcommon@>=1.7', 'xim:fontconfig@>=2.14', 'xim:libXinerama@>=1.1', 'xim:vulkan-loader@>=1.4', 'xim:libglvnd@>=1.7.0.1']"
    ],
    "install_command": "xlings install graphics@0.1.5"
  },
  {
    "name": "griddycode",
    "description": "A code editor made with Godot. Code has never been more lit!",
    "homepage": "",
    "repo": "https://github.com/face-hh/griddycode",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows"
    ],
    "latest_version": "1.2.2",
    "all_versions": [
      "1.2.2"
    ],
    "deps": [
      "['xim:glibc@>=2.39']"
    ],
    "install_command": "xlings install griddycode@1.2.2"
  },
  {
    "name": "harfbuzz",
    "description": "OpenType text shaping engine",
    "homepage": "https://harfbuzz.github.io",
    "repo": "https://github.com/harfbuzz/harfbuzz",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "8.3.0",
    "all_versions": [
      "8.3.0"
    ],
    "deps": [
      "xim:freetype@2.13.2"
    ],
    "install_command": "xlings install harfbuzz@8.3.0"
  },
  {
    "name": "hermes-agent",
    "description": "The self-improving AI agent from Nous Research — creates skills from experience, improves them during use, and runs anywhere",
    "homepage": "https://hermes-agent.nousresearch.com",
    "repo": "https://github.com/NousResearch/hermes-agent",
    "docs": "https://hermes-agent.nousresearch.com/docs",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "macosx"
    ],
    "latest_version": "2026.4.23",
    "all_versions": [
      "2026.4.16",
      "2026.4.23"
    ],
    "deps": [
      "xim:python"
    ],
    "install_command": "xlings install hermes-agent@2026.4.23"
  },
  {
    "name": "interposer-stub",
    "description": "Prebuilt empty ELF stub that elfpatch.host_link_interposer turns into an interposer",
    "homepage": "https://github.com/xlings-res/interposer-stub",
    "repo": "https://github.com/xlings-res/interposer-stub",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.1.0",
    "all_versions": [
      "0.1.0"
    ],
    "deps": [],
    "install_command": "xlings install interposer-stub@0.1.0"
  },
  {
    "name": "jdk-corretto",
    "description": "Amazon Corretto — a no-cost, production-ready distribution of OpenJDK (LTS)",
    "homepage": "https://aws.amazon.com/corretto/",
    "repo": "https://github.com/corretto/corretto-25",
    "docs": "https://docs.aws.amazon.com/corretto/",
    "licenses": [
      "GPL-2.0-with-classpath-exception"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "25.0.4.7.1",
    "all_versions": [
      "21.0.12",
      "21.0.12.8.1",
      "25.0.4",
      "25.0.4.7.1"
    ],
    "deps": [],
    "install_command": "xlings install jdk-corretto@25.0.4.7.1"
  },
  {
    "name": "jdk-temurin",
    "description": "Eclipse Temurin JDK 25 — a production-ready binary build of OpenJDK (LTS)",
    "homepage": "https://adoptium.net",
    "repo": "https://github.com/adoptium/temurin25-binaries",
    "docs": "https://adoptium.net/docs",
    "licenses": [
      "GPL-2.0-with-classpath-exception"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "25.0.4+7",
    "all_versions": [
      "25.0.4",
      "25.0.4+7"
    ],
    "deps": [],
    "install_command": "xlings install jdk-temurin@25.0.4+7"
  },
  {
    "name": "jdk-zulu",
    "description": "Azul Zulu Community — a TCK-certified, no-cost build of OpenJDK (LTS)",
    "homepage": "https://www.azul.com/downloads/?package=jdk",
    "repo": "https://github.com/zulu-openjdk/zulu-openjdk",
    "docs": "https://docs.azul.com/core/",
    "licenses": [
      "GPL-2.0-with-classpath-exception"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "25.0.4",
    "all_versions": [
      "21.0.12",
      "25.0.4"
    ],
    "deps": [],
    "install_command": "xlings install jdk-zulu@25.0.4"
  },
  {
    "name": "jetbrainsmono-nerd-font",
    "description": "JetBrainsMono Nerd Font patched with terminal icons and glyphs",
    "homepage": "https://www.nerdfonts.com/font-downloads",
    "repo": "https://github.com/ryanoasis/nerd-fonts",
    "docs": "https://github.com/ryanoasis/nerd-fonts#readme",
    "licenses": [
      "OFL-1.1",
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "3.4.0",
    "all_versions": [
      "3.4.0"
    ],
    "deps": [],
    "install_command": "xlings install jetbrainsmono-nerd-font@3.4.0"
  },
  {
    "name": "jq",
    "description": "Command-line JSON processor",
    "homepage": "https://jqlang.org/",
    "repo": "https://github.com/jqlang/jq",
    "docs": "https://jqlang.org/manual/",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.8.1",
    "all_versions": [
      "1.8.1"
    ],
    "deps": [],
    "install_command": "xlings install jq@1.8.1"
  },
  {
    "name": "khistory",
    "description": "An elegant keyboard/gamepad key detection and visualization tool",
    "homepage": "",
    "repo": "https://github.com/Sunrisepeak/KHistory",
    "docs": "",
    "licenses": [
      "GPL-3.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows"
    ],
    "latest_version": "pre-v0.0.5",
    "all_versions": [
      "pre-v0.0.5"
    ],
    "deps": [],
    "install_command": "xlings install khistory@pre-v0.0.5"
  },
  {
    "name": "libcuda-host-link",
    "description": "Sentinel: stable symlink to host's libcuda.so.1 (NVIDIA driver userspace lib)",
    "homepage": "",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.0.1",
    "all_versions": [
      "0.0.1"
    ],
    "deps": [],
    "install_command": "xlings install libcuda-host-link@0.0.1"
  },
  {
    "name": "libdrm",
    "description": "Userspace interface to the kernel DRM services",
    "homepage": "https://dri.freedesktop.org/",
    "repo": "https://gitlab.freedesktop.org/mesa/drm",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.4.123",
    "all_versions": [
      "2.4.123",
      "exports"
    ],
    "deps": [
      "xim:libpciaccess@>=0.18",
      "xim:glibc"
    ],
    "install_command": "xlings install libdrm@2.4.123"
  },
  {
    "name": "libffi",
    "description": "Portable foreign-function interface library",
    "homepage": "https://sourceware.org/libffi",
    "repo": "https://github.com/libffi/libffi",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "3.4.4",
    "all_versions": [
      "3.4.4"
    ],
    "deps": [
      "xim:glibc"
    ],
    "install_command": "xlings install libffi@3.4.4"
  },
  {
    "name": "libglvnd",
    "description": "The GL Vendor-Neutral Dispatch library",
    "homepage": "https://gitlab.freedesktop.org/glvnd/libglvnd",
    "repo": "https://gitlab.freedesktop.org/glvnd/libglvnd",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.7.0.1",
    "all_versions": [
      "1.7.0",
      "1.7.0.1",
      "exports"
    ],
    "deps": [
      "['xim:patchelf@0.18.0']",
      "['xim:libX11@>=1.8', 'xim:libXext@>=1.3', 'xim:glibc']"
    ],
    "install_command": "xlings install libglvnd@1.7.0.1"
  },
  {
    "name": "libllvm",
    "description": "LLVM as a shared library — the code generator mesa's llvmpipe and radeonsi use",
    "homepage": "https://llvm.org",
    "repo": "https://github.com/llvm/llvm-project",
    "docs": "",
    "licenses": [
      "Apache-2.0 WITH LLVM-exception"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "20.1.7",
    "all_versions": [
      "20.1.7",
      "exports"
    ],
    "deps": [
      "xim:gcc-runtime@>=15",
      "xim:glibc@>=2.38"
    ],
    "install_command": "xlings install libllvm@20.1.7"
  },
  {
    "name": "libpciaccess",
    "description": "Generic PCI device access library",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libpciaccess",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.18.1",
    "all_versions": [
      "0.18.1",
      "exports"
    ],
    "deps": [
      "xim:zlib@>=1.2",
      "xim:glibc"
    ],
    "install_command": "xlings install libpciaccess@0.18.1"
  },
  {
    "name": "libpng",
    "description": "Official PNG reference library",
    "homepage": "http://www.libpng.org/pub/png/libpng.html",
    "repo": "https://github.com/glennrp/libpng",
    "docs": "",
    "licenses": [
      "libpng-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.6.43",
    "all_versions": [
      "1.6.43"
    ],
    "deps": [
      "xim:zlib@1.3.1"
    ],
    "install_command": "xlings install libpng@1.6.43"
  },
  {
    "name": "libX11",
    "description": "Core X11 client library",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libX11",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.8.10",
    "all_versions": [
      "1.8.10",
      "exports"
    ],
    "deps": [
      "xim:libxcb@>=1.17",
      "xim:xorgproto@>=2024",
      "xim:glibc"
    ],
    "install_command": "xlings install libX11@1.8.10"
  },
  {
    "name": "libXau",
    "description": "X11 authorisation protocol library",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libXau",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.0.11",
    "all_versions": [
      "1.0.11",
      "exports"
    ],
    "deps": [
      "xim:xorgproto@>=2024",
      "xim:glibc"
    ],
    "install_command": "xlings install libXau@1.0.11"
  },
  {
    "name": "libxcb",
    "description": "X protocol C-language Binding",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libxcb",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.17.0",
    "all_versions": [
      "1.17.0",
      "exports"
    ],
    "deps": [
      "xim:libXau@>=1.0",
      "xim:libXdmcp@>=1.1",
      "xim:glibc"
    ],
    "install_command": "xlings install libxcb@1.17.0"
  },
  {
    "name": "libXcursor",
    "description": "X cursor management library",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libXcursor",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.2.3",
    "all_versions": [
      "1.2.3",
      "exports"
    ],
    "deps": [
      "xim:libXrender@>=0.9",
      "xim:libXfixes@>=6.0",
      "xim:glibc",
      "xim:libX11"
    ],
    "install_command": "xlings install libXcursor@1.2.3"
  },
  {
    "name": "libXdmcp",
    "description": "X Display Manager Control Protocol library",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libXdmcp",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.1.5",
    "all_versions": [
      "1.1.5",
      "exports"
    ],
    "deps": [
      "xim:xorgproto@>=2024",
      "xim:glibc"
    ],
    "install_command": "xlings install libXdmcp@1.1.5"
  },
  {
    "name": "libXext",
    "description": "X11 miscellaneous extensions library",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libXext",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.3.6",
    "all_versions": [
      "1.3.6",
      "exports"
    ],
    "deps": [
      "xim:libX11@>=1.8",
      "xim:glibc"
    ],
    "install_command": "xlings install libXext@1.3.6"
  },
  {
    "name": "libXfixes",
    "description": "X Fixes extension client library",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libXfixes",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "6.0.1",
    "all_versions": [
      "6.0.1",
      "exports"
    ],
    "deps": [
      "xim:libX11@>=1.8"
    ],
    "install_command": "xlings install libXfixes@6.0.1"
  },
  {
    "name": "libXi",
    "description": "X Input Extension client library",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libXi",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.8.2",
    "all_versions": [
      "1.8.2",
      "exports"
    ],
    "deps": [
      "xim:libXext@>=1.3",
      "xim:libXfixes@>=6.0",
      "xim:glibc",
      "xim:libX11"
    ],
    "install_command": "xlings install libXi@1.8.2"
  },
  {
    "name": "libXinerama",
    "description": "X11 Xinerama extension — multi-monitor screen geometry",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libXinerama",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.1.5",
    "all_versions": [
      "1.1.5",
      "exports"
    ],
    "deps": [
      "xim:libX11@>=1.8",
      "xim:libXext@>=1.3",
      "xim:glibc"
    ],
    "install_command": "xlings install libXinerama@1.1.5"
  },
  {
    "name": "libxkbcommon",
    "description": "Keymap handling library for Wayland and X11 clients",
    "homepage": "https://xkbcommon.org",
    "repo": "https://github.com/xkbcommon/libxkbcommon",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.7.0",
    "all_versions": [
      "1.7.0",
      "exports"
    ],
    "deps": [
      "xim:glibc",
      "xim:libxcb"
    ],
    "install_command": "xlings install libxkbcommon@1.7.0"
  },
  {
    "name": "libxml2",
    "description": "XML C parser and toolkit",
    "homepage": "https://gitlab.gnome.org/GNOME/libxml2",
    "repo": "https://gitlab.gnome.org/GNOME/libxml2",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.13.5",
    "all_versions": [
      "2.13.5"
    ],
    "deps": [
      "xim:glibc"
    ],
    "install_command": "xlings install libxml2@2.13.5"
  },
  {
    "name": "libXrandr",
    "description": "X Resize, Rotate and Reflect extension library",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libXrandr",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.5.4",
    "all_versions": [
      "1.5.4",
      "exports"
    ],
    "deps": [
      "xim:libXext@>=1.3",
      "xim:libXrender@>=0.9",
      "xim:glibc",
      "xim:libX11"
    ],
    "install_command": "xlings install libXrandr@1.5.4"
  },
  {
    "name": "libXrender",
    "description": "X Rendering Extension client library",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libXrender",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.9.11",
    "all_versions": [
      "0.9.11",
      "exports"
    ],
    "deps": [
      "xim:libX11@>=1.8",
      "xim:glibc"
    ],
    "install_command": "xlings install libXrender@0.9.11"
  },
  {
    "name": "libxshmfence",
    "description": "Shared-memory fences for DRI3",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libxshmfence",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.3.2",
    "all_versions": [
      "1.3.2",
      "exports"
    ],
    "deps": [],
    "install_command": "xlings install libxshmfence@1.3.2"
  },
  {
    "name": "libXtst",
    "description": "X11 Testing/Record extension client library — required by the JDK's AWT",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libXtst",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.2.5",
    "all_versions": [
      "1.2.5",
      "exports"
    ],
    "deps": [
      "xim:libX11",
      "xim:libXext@>=1.3",
      "xim:libXi@>=1.8",
      "xim:glibc"
    ],
    "install_command": "xlings install libXtst@1.2.5"
  },
  {
    "name": "libXxf86vm",
    "description": "X11 XFree86 video mode extension library",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libXxf86vm",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.1.6",
    "all_versions": [
      "1.1.6",
      "exports"
    ],
    "deps": [
      "xim:libXext@>=1.3"
    ],
    "install_command": "xlings install libXxf86vm@1.1.6"
  },
  {
    "name": "linux-headers",
    "description": "Linux Kernel Headers (prebuilt)",
    "homepage": "",
    "repo": "https://github.com/torvalds/linux",
    "docs": "",
    "licenses": [
      "GPL"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "5.11.1",
    "all_versions": [
      "5.11.1"
    ],
    "deps": [],
    "install_command": "xlings install linux-headers@5.11.1"
  },
  {
    "name": "linux-sysroot-create",
    "description": "XScript: Linux Sysroot Create Tool",
    "homepage": "",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "script",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.0.1",
    "all_versions": [
      "0.0.1"
    ],
    "deps": [],
    "install_command": "xlings install linux-sysroot-create@0.0.1"
  },
  {
    "name": "llvm",
    "description": "LLVM compiler infrastructure and toolchain",
    "homepage": "https://llvm.org",
    "repo": "https://github.com/llvm/llvm-project",
    "docs": "https://llvm.org/docs/",
    "licenses": [
      "Apache-2.0 WITH LLVM-exception"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "22.1.8",
    "all_versions": [
      "20.1.7",
      "22.1.8"
    ],
    "deps": [
      "xim:glibc@>=2.39",
      "xim:linux-headers@5.11.1",
      "xim:zlib@1.3.1",
      "xim:libxml2@2.13.5",
      "xim:gcc-runtime@15.1.0"
    ],
    "install_command": "xlings install llvm@22.1.8"
  },
  {
    "name": "llvm-dev",
    "description": "LLVM build-time inputs for mesa: clang-cpp + SPIRV-LLVM-Translator + libclc",
    "homepage": "https://llvm.org",
    "repo": "https://github.com/llvm/llvm-project",
    "docs": "",
    "licenses": [
      "Apache-2.0 WITH LLVM-exception"
    ],
    "type": "package",
    "status": "dev",
    "platforms": [
      "linux"
    ],
    "latest_version": "20.1.7.1",
    "all_versions": [
      "20.1.7.1",
      "exports"
    ],
    "deps": [
      "xim:gcc-runtime@>=15",
      "xim:glibc@>=2.38"
    ],
    "install_command": "xlings install llvm-dev@20.1.7.1"
  },
  {
    "name": "llvm-tools",
    "description": "LLVM development tools (clang-format, clang-tidy, clangd)",
    "homepage": "https://clang.llvm.org/extra/",
    "repo": "https://github.com/llvm/llvm-project",
    "docs": "",
    "licenses": [
      "Apache-2.0 WITH LLVM-exception"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "22.1.8",
    "all_versions": [
      "20.1.7",
      "22.1.8"
    ],
    "deps": [
      "xim:glibc",
      "xim:gcc-runtime",
      "xim:zlib"
    ],
    "install_command": "xlings install llvm-tools@22.1.8"
  },
  {
    "name": "make",
    "description": "GNU Make — tool which controls the generation of executables from source files",
    "homepage": "https://www.gnu.org/software/make",
    "repo": "https://git.savannah.gnu.org/cgit/make.git",
    "docs": "https://www.gnu.org/software/make/manual",
    "licenses": [
      "GPL-3.0+"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "4.3",
    "all_versions": [],
    "deps": [],
    "install_command": "xlings install make@4.3"
  },
  {
    "name": "mcpp",
    "description": "A modern C++ build tool with module support, dependency/toolchain management, package indexing, and packaging",
    "homepage": "https://github.com/mcpp-community/mcpp",
    "repo": "https://github.com/mcpp-community/mcpp",
    "docs": "https://github.com/mcpp-community/mcpp#readme",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "dev",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2026.8.11.3",
    "all_versions": [
      "0.0.100",
      "0.0.101",
      "0.0.102",
      "0.0.103",
      "0.0.104",
      "0.0.105",
      "0.0.106",
      "0.0.107",
      "0.0.108",
      "0.0.109",
      "0.0.67",
      "0.0.81",
      "0.0.87",
      "0.0.88",
      "0.0.89",
      "0.0.90",
      "0.0.91",
      "0.0.92",
      "0.0.93",
      "0.0.94",
      "0.0.95",
      "0.0.96",
      "0.0.97",
      "0.0.98",
      "0.0.99",
      "2026.7.27.1",
      "2026.7.28.2",
      "2026.7.29.1",
      "2026.7.29.2",
      "2026.7.30.2",
      "2026.7.30.3",
      "2026.7.31.1",
      "2026.8.1.1",
      "2026.8.10.1",
      "2026.8.10.2",
      "2026.8.10.3",
      "2026.8.11.1",
      "2026.8.11.2",
      "2026.8.11.3",
      "2026.8.2.1",
      "2026.8.2.2",
      "2026.8.3.1",
      "2026.8.3.2",
      "2026.8.3.3",
      "2026.8.3.4",
      "2026.8.3.5",
      "2026.8.4.1",
      "2026.8.5.1",
      "2026.8.5.2",
      "2026.8.5.3",
      "2026.8.5.4",
      "2026.8.6.1",
      "2026.8.6.2",
      "2026.8.6.3",
      "2026.8.7.1",
      "2026.8.8.1",
      "2026.8.8.2",
      "2026.8.8.3",
      "2026.8.8.4"
    ],
    "deps": [],
    "install_command": "xlings install mcpp@2026.8.11.3"
  },
  {
    "name": "mcpp-short-cmd",
    "description": "Short command aliases for mcpp (mp/mbuild/mrun/mtest/...)",
    "homepage": "https://github.com/mcpp-community/mcpp",
    "repo": "https://github.com/mcpp-community/mcpp",
    "docs": "https://github.com/mcpp-community/mcpp#readme",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "dev",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.0.1",
    "all_versions": [
      "0.0.1"
    ],
    "deps": [
      "xim:mcpp"
    ],
    "install_command": "xlings install mcpp-short-cmd@0.0.1"
  },
  {
    "name": "mcpp-vscode-clangd",
    "description": "Configure VSCode clangd support for mcpp LLVM projects",
    "homepage": "https://github.com/openxlings/xim-pkgindex",
    "repo": "",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "config",
    "status": "dev",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "auto",
    "all_versions": [
      "20.1.7",
      "22.1.8",
      "auto"
    ],
    "deps": [
      "xim:mcpp"
    ],
    "install_command": "xlings install mcpp-vscode-clangd@auto"
  },
  {
    "name": "mdbook",
    "description": "Create book from markdown files. Like Gitbook but implemented in Rust",
    "homepage": "",
    "repo": "https://github.com/rust-lang/mdBook",
    "docs": "https://rust-lang.github.io/mdBook",
    "licenses": [
      "MPL-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.5.2",
    "all_versions": [
      "0.4.40",
      "0.4.43",
      "0.5.2"
    ],
    "deps": [],
    "install_command": "xlings install mdbook@0.5.2"
  },
  {
    "name": "media-crawler",
    "description": "Multi-platform social media crawler (XHS, Douyin, Kuaishou, Bilibili, Weibo, Tieba, Zhihu) using Playwright",
    "homepage": "https://github.com/NanmiCoder/MediaCrawler",
    "repo": "https://github.com/NanmiCoder/MediaCrawler",
    "docs": "",
    "licenses": [
      "NON-COMMERCIAL LEARNING LICENSE 1.1"
    ],
    "type": "package",
    "status": "dev",
    "platforms": [
      "linux",
      "macosx"
    ],
    "latest_version": "2026.4.30",
    "all_versions": [
      "2026.4.30"
    ],
    "deps": [
      "xim:python",
      "xim:uv"
    ],
    "install_command": "xlings install media-crawler@2026.4.30"
  },
  {
    "name": "mesa",
    "description": "Mesa 3D — OpenGL and Vulkan: llvmpipe, radeonsi, iris, nouveau, zink, d3d12, RADV",
    "homepage": "https://mesa3d.org",
    "repo": "https://gitlab.freedesktop.org/mesa/mesa",
    "docs": "https://docs.mesa3d.org",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "25.0.7.2",
    "all_versions": [
      "25.0.7.1",
      "25.0.7.2",
      "exports"
    ],
    "deps": [
      "xim:libllvm@20.1.7",
      "xim:libglvnd@>=1.7",
      "xim:libdrm@>=2.4",
      "xim:libX11@>=1.8",
      "xim:libxcb@>=1.17",
      "xim:libXext@>=1.3",
      "xim:libXfixes@>=6.0",
      "xim:libXxf86vm@>=1.1",
      "xim:libxshmfence@>=1.3",
      "xim:expat@>=2.6",
      "xim:zlib@>=1.2",
      "xim:elfutils@>=0.19",
      "xim:wayland@>=1.23",
      "xim:gcc-runtime@>=15",
      "xim:glibc@>=2.38"
    ],
    "install_command": "xlings install mesa@25.0.7.2"
  },
  {
    "name": "meson",
    "description": "The Meson build system",
    "homepage": "https://mesonbuild.com",
    "repo": "https://github.com/mesonbuild/meson",
    "docs": "https://mesonbuild.com/Manual.html",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.8.2",
    "all_versions": [
      "1.8.2"
    ],
    "deps": [
      "xim:python@>=3.9"
    ],
    "install_command": "xlings install meson@1.8.2"
  },
  {
    "name": "mingw-cross-gcc",
    "description": "MinGW-w64 GCC cross toolchain (Linux host → Windows x86_64 PE, MSVCRT runtime)",
    "homepage": "https://www.mingw-w64.org",
    "repo": "https://gcc.gnu.org",
    "docs": "https://www.mingw-w64.org",
    "licenses": [
      "GPL-3.0-with-GCC-exception"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "16.1.0",
    "all_versions": [
      "16.1.0"
    ],
    "deps": [],
    "install_command": "xlings install mingw-cross-gcc@16.1.0"
  },
  {
    "name": "mingw-gcc",
    "description": "MinGW-w64 GCC for Windows (winlibs standalone build, UCRT runtime)",
    "homepage": "https://winlibs.com",
    "repo": "https://github.com/brechtsanders/winlibs_mingw",
    "docs": "https://winlibs.com",
    "licenses": [
      "GPL-3.0-with-GCC-exception"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "windows"
    ],
    "latest_version": "16.1.0",
    "all_versions": [
      "16.1.0"
    ],
    "deps": [],
    "install_command": "xlings install mingw-gcc@16.1.0"
  },
  {
    "name": "mingw-w64",
    "description": "A complete runtime environment for GCC & LLVM for Windows",
    "homepage": "https://mingw-w64.org",
    "repo": "https://github.com/mingw-w64/mingw-w64",
    "docs": "https://www.winlibs.com",
    "licenses": [
      "ZPL 2.1"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "windows"
    ],
    "latest_version": "13.0.0",
    "all_versions": [
      "13.0.0"
    ],
    "deps": [],
    "install_command": "xlings install mingw-w64@13.0.0"
  },
  {
    "name": "msvc",
    "description": "Microsoft Visual Studio C++ Compiler",
    "homepage": "",
    "repo": "",
    "docs": "",
    "licenses": [],
    "type": "config",
    "status": "stable",
    "platforms": [
      "windows"
    ],
    "latest_version": "2022",
    "all_versions": [
      "2022"
    ],
    "deps": [
      "xim:vs-buildtools@2022"
    ],
    "install_command": "xlings install msvc@2022"
  },
  {
    "name": "musl",
    "description": "musl - a lightweight, fast, simple, free, standards-conformant C library",
    "homepage": "https://musl.libc.org",
    "repo": "https://git.musl-libc.org/cgit/musl",
    "docs": "https://musl.libc.org/doc/1.2.5/manual.html",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.2.5",
    "all_versions": [
      "1.2.5",
      "1.2.6",
      "exports"
    ],
    "deps": [],
    "install_command": "xlings install musl@1.2.5"
  },
  {
    "name": "musl-cross-make",
    "description": "Simple makefile-based build for musl cross compiler",
    "homepage": "",
    "repo": "https://github.com/richfelker/musl-cross-make",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "script",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.0.1",
    "all_versions": [
      "0.0.1"
    ],
    "deps": [
      "xim:make",
      "xim:gcc"
    ],
    "install_command": "xlings install musl-cross-make@0.0.1"
  },
  {
    "name": "musl-gcc",
    "description": "GCC, the GNU Compiler Collection (prebuilt with musl)",
    "homepage": "",
    "repo": "https://github.com/gcc-mirror/gcc",
    "docs": "https://gcc.gnu.org/wiki",
    "licenses": [
      "GPL"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "15.1.0",
    "all_versions": [],
    "deps": [
      "xim:patchelf@0.18.0"
    ],
    "install_command": "xlings install musl-gcc@15.1.0"
  },
  {
    "name": "nasm",
    "description": "NASM - the Netwide Assembler, an assembler targeting the x86/x86-64 CPU family",
    "homepage": "https://www.nasm.us",
    "repo": "https://github.com/netwide-assembler/nasm",
    "docs": "https://www.nasm.us/docs.php",
    "licenses": [
      "BSD-2-Clause"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "3.02",
    "all_versions": [
      "3.02"
    ],
    "deps": [],
    "install_command": "xlings install nasm@3.02"
  },
  {
    "name": "ncurses",
    "description": "Terminal control libraries — libtinfo + libncurses (SVr4/XSI curses)",
    "homepage": "https://invisible-island.net/ncurses/",
    "repo": "https://github.com/ThomasDickey/ncurses-snapshots",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "6.5",
    "all_versions": [
      "6.5"
    ],
    "deps": [
      "xim:glibc"
    ],
    "install_command": "xlings install ncurses@6.5"
  },
  {
    "name": "ninja",
    "description": "a small build system with a focus on speed",
    "homepage": "",
    "repo": "https://github.com/ninja-build/ninja",
    "docs": "https://ninja-build.org/manual.html",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.12.1",
    "all_versions": [],
    "deps": [],
    "install_command": "xlings install ninja@1.12.1"
  },
  {
    "name": "node",
    "description": "Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine",
    "homepage": "https://nodejs.org",
    "repo": "https://github.com/nodejs/node",
    "docs": "https://nodejs.org/docs",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "24.19.0",
    "all_versions": [
      "18.20.8",
      "20.19.0",
      "22.12.0",
      "22.14.0",
      "22.17.1",
      "23.11.0",
      "23.6.0",
      "24.15.0",
      "24.19.0",
      "24.4.1",
      "25.9.0",
      "26.7.0"
    ],
    "deps": [
      "['xim:glibc@>=2.39', 'xim:gcc-runtime@15.1.0']"
    ],
    "install_command": "xlings install node@24.19.0"
  },
  {
    "name": "npm",
    "description": "The package manager for JavaScript",
    "homepage": "https://www.npmjs.com",
    "repo": "https://github.com/npm/cli",
    "docs": "https://docs.npmjs.com/cli",
    "licenses": [
      "Artistic License 2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "11.2.0",
    "all_versions": [
      "10.9.2",
      "11.0.0",
      "11.2.0",
      "8.19.4",
      "9.9.4"
    ],
    "deps": [
      "xim:node"
    ],
    "install_command": "xlings install npm@11.2.0"
  },
  {
    "name": "nvidia-gl-host-link",
    "description": "Sentinel: stable symlinks to the host's NVIDIA proprietary GL/EGL userspace",
    "homepage": "https://www.nvidia.com/en-us/drivers/",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.1.2",
    "all_versions": [
      "0.1.1",
      "0.1.2",
      "exports"
    ],
    "deps": [
      "['xim:patchelf@0.18.0']",
      "['xim:libglvnd@>=1.7', 'xim:libX11@>=1.8', 'xim:libXext@>=1.3', 'xim:glibc@>=2.39', 'xim:interposer-stub@>=0.1']"
    ],
    "install_command": "xlings install nvidia-gl-host-link@0.1.2"
  },
  {
    "name": "nvim",
    "description": "Vim-fork focused on extensibility and usability",
    "homepage": "",
    "repo": "https://github.com/neovim/neovim",
    "docs": "https://neovim.io/doc",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows"
    ],
    "latest_version": "0.12.4",
    "all_versions": [
      "0.11.5",
      "0.12.4",
      "source"
    ],
    "deps": [
      "['xim:glibc@>=2.39', 'xim:gcc-runtime@15.1.0']"
    ],
    "install_command": "xlings install nvim@0.12.4"
  },
  {
    "name": "nvm",
    "description": "Node Version Manager - POSIX-compliant node.js version manager",
    "homepage": "https://github.com/nvm-sh/nvm",
    "repo": "https://github.com/nvm-sh/nvm",
    "docs": "https://github.com/nvm-sh/nvm#installing-and-updating",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.40.6",
    "all_versions": [
      "0.40.4",
      "0.40.6",
      "1.2.2"
    ],
    "deps": [],
    "install_command": "xlings install nvm@0.40.6"
  },
  {
    "name": "ollama",
    "description": "Get up and running with large language models locally",
    "homepage": "https://ollama.com",
    "repo": "https://github.com/ollama/ollama",
    "docs": "https://github.com/ollama/ollama/blob/main/docs/README.md",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.13.3",
    "all_versions": [
      "0.13.0",
      "0.13.3"
    ],
    "deps": [
      "['xim:glibc@>=2.39', 'xim:gcc-runtime@15.1.0', 'xim:libcuda-host-link@0.0.1']"
    ],
    "install_command": "xlings install ollama@0.13.3"
  },
  {
    "name": "openclaw",
    "description": "OpenClaw CLI",
    "homepage": "https://github.com/openclaw/openclaw",
    "repo": "https://github.com/openclaw/openclaw",
    "docs": "https://github.com/openclaw/openclaw#readme",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2026.5.7",
    "all_versions": [
      "2026.2.26",
      "2026.5.7"
    ],
    "deps": [
      "xim:node",
      "xim:npm",
      "xim:brew"
    ],
    "install_command": "xlings install openclaw@2026.5.7"
  },
  {
    "name": "openssl",
    "description": "TLS/SSL and cryptography toolkit",
    "homepage": "https://www.openssl.org",
    "repo": "https://github.com/openssl/openssl",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "3.1.5",
    "all_versions": [],
    "deps": [
      "xim:glibc@>=2.39"
    ],
    "install_command": "xlings install openssl@3.1.5"
  },
  {
    "name": "pango",
    "description": "Library for layout and rendering of internationalized text",
    "homepage": "https://pango.gnome.org",
    "repo": "https://gitlab.gnome.org/GNOME/pango",
    "docs": "",
    "licenses": [
      "LGPL-2.1"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.52.1",
    "all_versions": [
      "1.52.1"
    ],
    "deps": [
      "xim:glib@2.80.0",
      "xim:harfbuzz@8.3.0",
      "xim:fribidi@1.0.13",
      "xim:cairo@1.18.0",
      "xim:freetype@2.13.2",
      "xim:fontconfig@2.15.0"
    ],
    "install_command": "xlings install pango@1.52.1"
  },
  {
    "name": "patchelf",
    "description": "ELF patch tool for interpreter and RPATH",
    "homepage": "https://github.com/NixOS/patchelf",
    "repo": "https://github.com/NixOS/patchelf",
    "docs": "https://github.com/NixOS/patchelf",
    "licenses": [
      "GPL-3.0-or-later"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.18.0",
    "all_versions": [],
    "deps": [],
    "install_command": "xlings install patchelf@0.18.0"
  },
  {
    "name": "pcre2",
    "description": "Perl Compatible Regular Expressions (v2)",
    "homepage": "https://www.pcre.org",
    "repo": "https://github.com/PCRE2Project/pcre2",
    "docs": "",
    "licenses": [
      "BSD-3-Clause"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "10.42",
    "all_versions": [
      "10.42"
    ],
    "deps": [],
    "install_command": "xlings install pcre2@10.42"
  },
  {
    "name": "perl",
    "description": "Perl — a complete, relocatable Perl 5 interpreter with the full core module set",
    "homepage": "https://www.perl.org",
    "repo": "https://github.com/Perl/perl5",
    "docs": "https://perldoc.perl.org",
    "licenses": [
      "Artistic-1.0-Perl OR GPL-1.0-or-later"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "macosx"
    ],
    "latest_version": "5.44.0",
    "all_versions": [
      "5.44.0"
    ],
    "deps": [],
    "install_command": "xlings install perl@5.44.0"
  },
  {
    "name": "pixman",
    "description": "Low-level pixel manipulation library (cairo backend)",
    "homepage": "https://pixman.org",
    "repo": "https://gitlab.freedesktop.org/pixman/pixman",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.42.2",
    "all_versions": [
      "0.42.2"
    ],
    "deps": [],
    "install_command": "xlings install pixman@0.42.2"
  },
  {
    "name": "pnpm",
    "description": "Fast, disk space efficient package manager",
    "homepage": "https://pnpm.io",
    "repo": "https://github.com/pnpm/pnpm",
    "docs": "https://pnpm.io/motivation",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "11.12.0",
    "all_versions": [
      "11.0.5",
      "11.12.0"
    ],
    "deps": [
      "['xim:glibc@>=2.39', 'xim:gcc-runtime@15.1.0']"
    ],
    "install_command": "xlings install pnpm@11.12.0"
  },
  {
    "name": "powershell-execpolicy",
    "description": "fix execution policy issue when open Powershell(load .ps1 file)",
    "homepage": "",
    "repo": "",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "bugfix",
    "status": "",
    "platforms": [
      "windows"
    ],
    "latest_version": "0.0.1",
    "all_versions": [
      "0.0.1"
    ],
    "deps": [],
    "install_command": "xlings install powershell-execpolicy@0.0.1"
  },
  {
    "name": "project-graph",
    "description": "快速绘制节点图的桌面工具 - 项目进程拓扑图绘制、头脑风暴草稿",
    "homepage": "https://project-graph.top",
    "repo": "https://github.com/LiRenTech/project-graph",
    "docs": "https://project-graph.top/getting-started",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows"
    ],
    "latest_version": "1.7.10",
    "all_versions": [
      "1.0.0",
      "1.1.0",
      "1.2.0",
      "1.2.5",
      "1.2.6",
      "1.2.7",
      "1.4.0",
      "1.5.0",
      "1.5.1",
      "1.6.0",
      "1.7.0",
      "1.7.10",
      "nightly"
    ],
    "deps": [
      "webkit2gtk"
    ],
    "install_command": "xlings install project-graph@1.7.10"
  },
  {
    "name": "proot",
    "description": "Userspace chroot, mount --bind, and binfmt_misc — no root required",
    "homepage": "https://proot-me.github.io",
    "repo": "https://github.com/proot-me/proot",
    "docs": "https://proot-me.github.io",
    "licenses": [
      "GPL-2.0-or-later"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "5.4.0",
    "all_versions": [],
    "deps": [],
    "install_command": "xlings install proot@5.4.0"
  },
  {
    "name": "python",
    "description": "The Python programming language",
    "homepage": "https://www.python.org",
    "repo": "https://github.com/python/cpython",
    "docs": "https://docs.python.org/3",
    "licenses": [
      "PSF-License",
      "GPL-compatible"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows"
    ],
    "latest_version": "3.13.12",
    "all_versions": [
      "3.12.13",
      "3.12.6",
      "3.13.12"
    ],
    "deps": [
      "xim:glibc@>=2.39"
    ],
    "install_command": "xlings install python@3.13.12"
  },
  {
    "name": "ripgrep",
    "description": "Fast, recursive grep that respects .gitignore",
    "homepage": "https://github.com/BurntSushi/ripgrep",
    "repo": "https://github.com/BurntSushi/ripgrep",
    "docs": "https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md",
    "licenses": [
      "MIT",
      "Unlicense"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "15.1.0",
    "all_versions": [
      "15.1.0"
    ],
    "deps": [],
    "install_command": "xlings install ripgrep@15.1.0"
  },
  {
    "name": "riscv64-linux-musl-gcc",
    "description": "Cross GCC toolchain: host -> riscv64-linux-musl (musl, static-capable)",
    "homepage": "",
    "repo": "https://github.com/gcc-mirror/gcc",
    "docs": "https://gcc.gnu.org/wiki",
    "licenses": [
      "GPL"
    ],
    "type": "package",
    "status": "dev",
    "platforms": [
      "linux"
    ],
    "latest_version": "16.1.0",
    "all_versions": [
      "16.1.0"
    ],
    "deps": [],
    "install_command": "xlings install riscv64-linux-musl-gcc@16.1.0"
  },
  {
    "name": "ros2-jazzy-ubnutu",
    "description": "Config: one-click ROS 2 Jazzy Jalisco setup for Ubuntu 24.04",
    "homepage": "https://docs.ros.org/en/jazzy/",
    "repo": "https://github.com/ros2/ros2",
    "docs": "https://docs.ros.org/en/jazzy/Installation/Ubuntu-Install-Debs.html",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "config",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "24.04",
    "all_versions": [
      "24.04"
    ],
    "deps": [],
    "install_command": "xlings install ros2-jazzy-ubnutu@24.04"
  },
  {
    "name": "rosdep",
    "description": "ROS dependency management tool",
    "homepage": "https://docs.ros.org/en/independent/api/rosdep/html/",
    "repo": "https://github.com/ros-infrastructure/rosdep",
    "docs": "https://docs.ros.org/en/independent/api/rosdep/html/",
    "licenses": [
      "BSD"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.26.0",
    "all_versions": [
      "0.26.0"
    ],
    "deps": [
      "xim:python"
    ],
    "install_command": "xlings install rosdep@0.26.0"
  },
  {
    "name": "rust",
    "description": "A language empowering everyone to build reliable and efficient software",
    "homepage": "https://www.rust-lang.org",
    "repo": "https://github.com/rust-lang/rust",
    "docs": "https://prev.rust-lang.org/en-US/documentation.html",
    "licenses": [
      "MIT",
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "",
    "all_versions": [],
    "deps": [
      "xim:rustup",
      "config:rustup-mirror"
    ],
    "install_command": "xlings install rust@latest"
  },
  {
    "name": "rust-crates-mirror",
    "description": "Config Index Mirror for Rust Crates (Cargo)",
    "homepage": "",
    "repo": "",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "config",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "ustc",
    "all_versions": [
      "tsinghua",
      "ustc"
    ],
    "deps": [],
    "install_command": "xlings install rust-crates-mirror@ustc"
  },
  {
    "name": "rustup",
    "description": "An installer init tool for Rustup, the Rust toolchain installer",
    "homepage": "https://rustup.rs",
    "repo": "https://github.com/rust-lang/rustup",
    "docs": "https://rust-lang.github.io/rustup/installation/other.html",
    "licenses": [
      "MIT",
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.28.2",
    "all_versions": [
      "1.28.2"
    ],
    "deps": [],
    "install_command": "xlings install rustup@1.28.2"
  },
  {
    "name": "rustup-mirror",
    "description": "Config Mirror for Rustup",
    "homepage": "",
    "repo": "",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "config",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "ustc",
    "all_versions": [
      "tsinghua",
      "ustc"
    ],
    "deps": [],
    "install_command": "xlings install rustup-mirror@ustc"
  },
  {
    "name": "seeme-report",
    "description": "让别人知道你在干什么 seeme report端",
    "homepage": "",
    "repo": "https://github.com/2412322029/seeme",
    "docs": "https://github.com/2412322029/seeme",
    "licenses": [
      ""
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "windows"
    ],
    "latest_version": "0.0.2",
    "all_versions": [
      "0.0.2"
    ],
    "deps": [
      "xim:python@3"
    ],
    "install_command": "xlings install seeme-report@0.0.2"
  },
  {
    "name": "seeme-server",
    "description": "让别人知道你在干什么 seeme 服务端",
    "homepage": "",
    "repo": "https://github.com/2412322029/seeme",
    "docs": "https://github.com/2412322029/seeme",
    "licenses": [
      ""
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "windows"
    ],
    "latest_version": "0.0.2",
    "all_versions": [
      "0.0.2"
    ],
    "deps": [
      "xim:python@3"
    ],
    "install_command": "xlings install seeme-server@0.0.2"
  },
  {
    "name": "shortcut-tool",
    "description": "Shortcut Tool: Create and manage shortcuts easily",
    "homepage": "",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "script",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.0.1",
    "all_versions": [
      "0.0.1"
    ],
    "deps": [],
    "install_command": "xlings install shortcut-tool@0.0.1"
  },
  {
    "name": "sing-box",
    "description": "The universal proxy platform",
    "homepage": "https://sing-box.sagernet.org/",
    "repo": "https://github.com/SagerNet/sing-box",
    "docs": "https://sing-box.sagernet.org/",
    "licenses": [
      "GPL-3.0-or-later"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.13.11",
    "all_versions": [
      "1.13.11"
    ],
    "deps": [],
    "install_command": "xlings install sing-box@1.13.11"
  },
  {
    "name": "sing-box-helper",
    "description": "Sing-Box Helper Tools - Simple commands for server and client configuration",
    "homepage": "",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "",
    "licenses": [
      "GPL-3.0-or-later"
    ],
    "type": "script",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.0.0",
    "all_versions": [
      "1.0.0"
    ],
    "deps": [
      "xim:sing-box"
    ],
    "install_command": "xlings install sing-box-helper@1.0.0"
  },
  {
    "name": "slang",
    "description": "Slang shading language compiler — HLSL-like source to SPIR-V / DXIL / Metal / WGSL",
    "homepage": "https://shader-slang.org",
    "repo": "https://github.com/shader-slang/slang",
    "docs": "https://shader-slang.org/slang/user-guide/",
    "licenses": [
      "Apache-2.0 WITH LLVM-exception"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2026.14.1",
    "all_versions": [
      "2026.14.1"
    ],
    "deps": [
      "xim:glibc@>=2.38",
      "xim:gcc-runtime@>=13",
      "xim:zlib@>=1.3",
      "xim:libX11@>=1.8"
    ],
    "install_command": "xlings install slang@2026.14.1"
  },
  {
    "name": "sourcetrail",
    "description": "Sourcetrail - free and open-source interactive source explorer",
    "homepage": "",
    "repo": "https://github.com/CoatiSoftware/Sourcetrail",
    "docs": "",
    "licenses": [
      "GPL-3.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows"
    ],
    "latest_version": "2021.4.19",
    "all_versions": [
      "2021.4.19"
    ],
    "deps": [],
    "install_command": "xlings install sourcetrail@2021.4.19"
  },
  {
    "name": "spirv-tools",
    "description": "SPIRV-Headers + SPIRV-Tools — build-time input for mesa's mesa_clc (iris)",
    "homepage": "https://github.com/KhronosGroup/SPIRV-Tools",
    "repo": "https://github.com/KhronosGroup/SPIRV-Tools",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "dev",
    "platforms": [
      "linux"
    ],
    "latest_version": "2025.1",
    "all_versions": [
      "2025.1",
      "exports"
    ],
    "deps": [
      "xim:gcc-runtime@>=15",
      "xim:glibc@>=2.38"
    ],
    "install_command": "xlings install spirv-tools@2025.1"
  },
  {
    "name": "syslinux",
    "description": "SYSLINUX bootloader collection (isolinux, pxelinux, extlinux + EFI loaders)",
    "homepage": "https://www.syslinux.org",
    "repo": "https://git.kernel.org/pub/scm/boot/syslinux/syslinux.git",
    "docs": "https://wiki.syslinux.org",
    "licenses": [
      "GPL-2.0+"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "6.03",
    "all_versions": [
      "6.03"
    ],
    "deps": [],
    "install_command": "xlings install syslinux@6.03"
  },
  {
    "name": "trendradar",
    "description": "AI-driven public opinion and trend monitor with multi-platform aggregation, RSS, and smart alerts",
    "homepage": "https://sansan0.github.io/TrendRadar/",
    "repo": "https://github.com/sansan0/TrendRadar",
    "docs": "https://github.com/sansan0/TrendRadar#readme",
    "licenses": [
      "GPL-3.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "macosx"
    ],
    "latest_version": "6.6.1",
    "all_versions": [
      "6.6.1"
    ],
    "deps": [
      "xim:python"
    ],
    "install_command": "xlings install trendradar@6.6.1"
  },
  {
    "name": "uv",
    "description": "An extremely fast Python package and project manager (Astral)",
    "homepage": "https://docs.astral.sh/uv",
    "repo": "https://github.com/astral-sh/uv",
    "docs": "https://docs.astral.sh/uv",
    "licenses": [
      "MIT",
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.11.28",
    "all_versions": [
      "0.11.28",
      "0.11.7",
      "0.11.8"
    ],
    "deps": [],
    "install_command": "xlings install uv@0.11.28"
  },
  {
    "name": "vc6",
    "description": "Visual C++ 6.0: Classic C/C++ IDE (portable for Windows 10/11)",
    "homepage": "https://en.wikipedia.org/wiki/Visual_C%2B%2B#32-bit_versions",
    "repo": "",
    "docs": "",
    "licenses": [
      "Proprietary"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "windows"
    ],
    "latest_version": "chinese",
    "all_versions": [
      "chinese"
    ],
    "deps": [
      "xim:shortcut-tool"
    ],
    "install_command": "xlings install vc6@chinese"
  },
  {
    "name": "vcstool",
    "description": "Version control system tool for multiple repos (ROS vcstool)",
    "homepage": "https://github.com/dirk-thomas/vcstool",
    "repo": "https://github.com/dirk-thomas/vcstool",
    "docs": "https://github.com/dirk-thomas/vcstool/blob/master/README.rst",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.3.0",
    "all_versions": [
      "0.3.0"
    ],
    "deps": [
      "xim:python"
    ],
    "install_command": "xlings install vcstool@0.3.0"
  },
  {
    "name": "vim",
    "description": "The classic Vi IMproved text editor (statically linked, hermetic)",
    "homepage": "",
    "repo": "https://github.com/vim/vim",
    "docs": "https://www.vim.org/docs.php",
    "licenses": [
      "Vim"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "8.1.1045",
    "all_versions": [
      "8.1.1045"
    ],
    "deps": [],
    "install_command": "xlings install vim@8.1.1045"
  },
  {
    "name": "virtualbox",
    "description": "Oracle VM VirtualBox userspace + VBoxManage CLI (portable, alias: vbox)",
    "homepage": "https://www.virtualbox.org",
    "repo": "https://www.virtualbox.org",
    "docs": "https://docs.oracle.com/en/virtualization/virtualbox/",
    "licenses": [
      "GPL-3.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "7.2.8",
    "all_versions": [
      "7.2.8"
    ],
    "deps": [],
    "install_command": "xlings install virtualbox@7.2.8"
  },
  {
    "name": "virtualbox-ubuntu",
    "description": "Provision a ready-to-use Ubuntu 24.04 VM in VirtualBox (unattended install)",
    "homepage": "https://ubuntu.com",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "https://www.virtualbox.org/manual/topics/vboxmanage.html#vboxmanage-unattended",
    "licenses": [
      "GPL-3.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "24.04.4",
    "all_versions": [
      "24.04.4"
    ],
    "deps": [
      "xim:virtualbox"
    ],
    "install_command": "xlings install virtualbox-ubuntu@24.04.4"
  },
  {
    "name": "vs-buildtools",
    "description": "Visual Studio Build Tools",
    "homepage": "",
    "repo": "",
    "docs": "",
    "licenses": [],
    "type": "config",
    "status": "stable",
    "platforms": [
      "windows"
    ],
    "latest_version": "2022",
    "all_versions": [
      "2022"
    ],
    "deps": [],
    "install_command": "xlings install vs-buildtools@2022"
  },
  {
    "name": "vulkan-headers",
    "description": "Vulkan API headers and registry",
    "homepage": "https://www.khronos.org/vulkan/",
    "repo": "https://github.com/KhronosGroup/Vulkan-Headers",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.4.313",
    "all_versions": [
      "1.4.313",
      "exports"
    ],
    "deps": [
      "xim:glibc@>=2.38"
    ],
    "install_command": "xlings install vulkan-headers@1.4.313"
  },
  {
    "name": "vulkan-loader",
    "description": "Vulkan ICD loader - libvulkan.so.1, without which an ICD manifest is never read",
    "homepage": "https://www.khronos.org/vulkan/",
    "repo": "https://github.com/KhronosGroup/Vulkan-Loader",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.4.313",
    "all_versions": [
      "1.4.313",
      "exports"
    ],
    "deps": [
      "xim:libX11@>=1.8",
      "xim:libxcb@>=1.17",
      "xim:libXrandr@>=1.5",
      "xim:wayland@>=1.23",
      "xim:glibc@>=2.38"
    ],
    "install_command": "xlings install vulkan-loader@1.4.313"
  },
  {
    "name": "wayland",
    "description": "Wayland protocol library and scanner",
    "homepage": "https://wayland.freedesktop.org",
    "repo": "https://gitlab.freedesktop.org/wayland/wayland",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.23.1",
    "all_versions": [
      "1.23.1",
      "exports"
    ],
    "deps": [
      "xim:libffi@>=3.4",
      "xim:libxml2@>=2.12",
      "xim:expat@>=2.6",
      "xim:glibc@>=2.38"
    ],
    "install_command": "xlings install wayland@1.23.1"
  },
  {
    "name": "wayland-protocols",
    "description": "Wayland protocol extension definitions (build-time)",
    "homepage": "https://wayland.freedesktop.org",
    "repo": "https://gitlab.freedesktop.org/wayland/wayland-protocols",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.45",
    "all_versions": [
      "1.38",
      "1.45"
    ],
    "deps": [],
    "install_command": "xlings install wayland-protocols@1.45"
  },
  {
    "name": "windows-acp",
    "description": "ACP: Beta: Use Unicode UTF-8 for worldwide language support",
    "homepage": "",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "dev",
    "platforms": [
      "windows"
    ],
    "latest_version": "",
    "all_versions": [],
    "deps": [],
    "install_command": "xlings install windows-acp@latest"
  },
  {
    "name": "wsl-gl-host-link",
    "description": "Sentinel: links WSL2's host D3D12/DXCore userspace so mesa's d3d12 driver can reach the Windows GPU",
    "homepage": "https://github.com/microsoft/wslg",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.1.0",
    "all_versions": [
      "0.1.0",
      "exports"
    ],
    "deps": [
      "['xim:mesa', 'xim:glibc@>=2.39']"
    ],
    "install_command": "xlings install wsl-gl-host-link@0.1.0"
  },
  {
    "name": "wsl-ubuntu",
    "description": "Windows Subsystem for Linux (WSL) Ubuntu",
    "homepage": "",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "",
    "licenses": [],
    "type": "config",
    "status": "stable",
    "platforms": [
      "windows"
    ],
    "latest_version": "",
    "all_versions": [],
    "deps": [
      "wsl@winget"
    ],
    "install_command": "xlings install wsl-ubuntu@latest"
  },
  {
    "name": "x86_64-linux-musl-gcc",
    "description": "GCC cross toolchain targeting x86_64-linux-musl (musl, fully static ELF)",
    "homepage": "https://gcc.gnu.org",
    "repo": "https://github.com/gcc-mirror/gcc",
    "docs": "https://gcc.gnu.org/wiki",
    "licenses": [
      "GPL-3.0-with-GCC-exception"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "windows"
    ],
    "latest_version": "16.1.0",
    "all_versions": [
      "16.1.0"
    ],
    "deps": [],
    "install_command": "xlings install x86_64-linux-musl-gcc@16.1.0"
  },
  {
    "name": "xcb-proto",
    "description": "XML-XCB protocol descriptions (build-time)",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/proto/xcb-proto",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.17.0",
    "all_versions": [
      "1.17.0"
    ],
    "deps": [],
    "install_command": "xlings install xcb-proto@1.17.0"
  },
  {
    "name": "xlings",
    "description": "Xlings | Highly abstract [ package manager ] - \"Multi-version management + Everything can be a package\"",
    "homepage": "",
    "repo": "https://github.com/openxlings/xlings",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2026.8.13.1",
    "all_versions": [
      "0.4.10",
      "0.4.12",
      "0.4.13",
      "0.4.14",
      "0.4.15",
      "0.4.16",
      "0.4.17",
      "0.4.19",
      "0.4.20",
      "0.4.21",
      "0.4.22",
      "0.4.23",
      "0.4.24",
      "0.4.25",
      "0.4.26",
      "0.4.28",
      "0.4.29",
      "0.4.30",
      "0.4.31",
      "0.4.32",
      "0.4.33",
      "0.4.34",
      "0.4.35",
      "0.4.36",
      "0.4.37",
      "0.4.38",
      "0.4.39",
      "0.4.4",
      "0.4.5",
      "0.4.6",
      "0.4.63",
      "0.4.64",
      "0.4.65",
      "0.4.66",
      "0.4.67",
      "0.4.68",
      "0.4.69",
      "0.4.7",
      "0.4.8",
      "2026.7.27.0",
      "2026.7.27.2",
      "2026.7.27.3",
      "2026.7.27.4",
      "2026.7.28.1",
      "2026.7.28.2",
      "2026.7.28.3",
      "2026.7.28.4",
      "2026.7.29.0",
      "2026.7.29.1",
      "2026.7.29.2",
      "2026.7.30.1",
      "2026.7.30.2",
      "2026.7.31.1",
      "2026.7.31.2",
      "2026.7.31.3",
      "2026.8.1.1",
      "2026.8.1.2",
      "2026.8.10.1",
      "2026.8.10.2",
      "2026.8.10.3",
      "2026.8.10.4",
      "2026.8.11.1",
      "2026.8.11.2",
      "2026.8.13.1",
      "2026.8.2.1",
      "2026.8.3.1",
      "2026.8.4.1",
      "2026.8.4.2",
      "2026.8.5.1",
      "2026.8.5.2",
      "2026.8.5.3",
      "2026.8.6.1",
      "2026.8.6.2",
      "2026.8.6.3",
      "2026.8.7.1",
      "2026.8.8.1",
      "2026.8.8.2",
      "2026.8.8.3",
      "2026.8.9.1",
      "2026.8.9.2"
    ],
    "deps": [],
    "install_command": "xlings install xlings@2026.8.13.1"
  },
  {
    "name": "xlings-project-templates",
    "description": "Xlings - Project Templates",
    "homepage": "",
    "repo": "https://github.com/d2learn/xlings-project-templates",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "template",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "ref",
    "all_versions": [],
    "deps": [],
    "install_command": "xlings install xlings-project-templates@ref"
  },
  {
    "name": "xmake",
    "description": "A cross-platform build utility based on Lua",
    "homepage": "https://xmake.io",
    "repo": "https://github.com/xmake-io/xmake",
    "docs": "https://xmake.io/#/getting_started",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "3.1.0",
    "all_versions": [
      "3.0.7",
      "3.1.0",
      "source"
    ],
    "deps": [
      "ncurses",
      "xim:glibc@>=2.38"
    ],
    "install_command": "xlings install xmake@3.1.0"
  },
  {
    "name": "xorgproto",
    "description": "X Window System protocol headers (build-time)",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/proto/xorgproto",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "2024.1",
    "all_versions": [
      "2024.1"
    ],
    "deps": [],
    "install_command": "xlings install xorgproto@2024.1"
  },
  {
    "name": "xpkg-helper",
    "description": "XPKG: XPackage Helper Tools",
    "homepage": "",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "script",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.0.1",
    "all_versions": [
      "0.0.1"
    ],
    "deps": [],
    "install_command": "xlings install xpkg-helper@0.0.1"
  },
  {
    "name": "xtrans",
    "description": "X transport layer macros and headers (build-time)",
    "homepage": "https://www.x.org",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/xtrans",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.5.2",
    "all_versions": [
      "1.5.2"
    ],
    "deps": [],
    "install_command": "xlings install xtrans@1.5.2"
  },
  {
    "name": "xvm",
    "description": "a simple and generic version management tool",
    "homepage": "",
    "repo": "https://github.com/openxlings/xlings",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.0.5",
    "all_versions": [],
    "deps": [],
    "install_command": "xlings install xvm@0.0.5"
  },
  {
    "name": "xvm-sysdetect",
    "description": "XVM - System Package Detect Tools",
    "homepage": "",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "config",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "",
    "all_versions": [],
    "deps": [],
    "install_command": "xlings install xvm-sysdetect@latest"
  },
  {
    "name": "yazi",
    "description": "Blazing fast terminal file manager written in Rust, based on async I/O",
    "homepage": "https://github.com/sxyazi/yazi",
    "repo": "https://github.com/sxyazi/yazi",
    "docs": "https://yazi-rs.github.io/docs/introduction/",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "26.5.6",
    "all_versions": [
      "26.5.6"
    ],
    "deps": [],
    "install_command": "xlings install yazi@26.5.6"
  },
  {
    "name": "zlib",
    "description": "A massively spiffy yet delicately unobtrusive compression library",
    "homepage": "https://zlib.net",
    "repo": "https://github.com/madler/zlib",
    "docs": "",
    "licenses": [
      "Zlib"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.3.1",
    "all_versions": [
      "1.3.1"
    ],
    "deps": [
      "xim:glibc"
    ],
    "install_command": "xlings install zlib@1.3.1"
  },
  {
    "name": "zoxide",
    "description": "A smarter cd command — jump to your most-used directories",
    "homepage": "https://github.com/ajeetdsouza/zoxide",
    "repo": "https://github.com/ajeetdsouza/zoxide",
    "docs": "https://github.com/ajeetdsouza/zoxide#readme",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "stable",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.9.9",
    "all_versions": [
      "0.9.7",
      "0.9.9"
    ],
    "deps": [],
    "install_command": "xlings install zoxide@0.9.9"
  }
]