[
  {
    "name": "aimol.tensorvia-cpu",
    "description": "CPU backend of Tensorvia, ported to C++23 modules",
    "homepage": "",
    "repo": "https://github.com/Aimol-l/Tensorvia-cpu",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.2.3",
    "all_versions": [
      "0.2.3"
    ],
    "deps": [],
    "install_command": "mcpp add aimol.tensorvia-cpu@0.2.3"
  },
  {
    "name": "boost-ext.ut",
    "description": "[Boost::ext].UT — C++20 single-header unit testing framework, exposed as the C++23 module boost.ut",
    "homepage": "",
    "repo": "https://github.com/boost-ext/ut",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2.3.1",
    "all_versions": [
      "2.3.1"
    ],
    "deps": [],
    "install_command": "mcpp add boost-ext.ut@2.3.1"
  },
  {
    "name": "chriskohlhoff.asio",
    "description": "Standalone asio exposed as the C++23 module `asio` (separate compilation)",
    "homepage": "",
    "repo": "https://github.com/chriskohlhoff/asio",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.38.1",
    "all_versions": [
      "1.38.1"
    ],
    "deps": [],
    "install_command": "mcpp add chriskohlhoff.asio@1.38.1"
  },
  {
    "name": "compat.abseil",
    "description": "Abseil — Google's C++ common libraries (LTS 20250512.1, static)",
    "homepage": "",
    "repo": "https://github.com/abseil/abseil-cpp",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "20250512.1",
    "all_versions": [
      "20250512.1"
    ],
    "deps": [],
    "install_command": "mcpp add compat.abseil@20250512.1"
  },
  {
    "name": "compat.boost-align",
    "description": "Boost.Align 1.92.0 — aligned allocation functions, allocators and traits",
    "homepage": "",
    "repo": "https://github.com/boostorg/align",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-assert",
      "compat.boost-config",
      "compat.boost-core"
    ],
    "install_command": "mcpp add compat.boost-align@1.92.0"
  },
  {
    "name": "compat.boost-asio",
    "description": "Boost.Asio 1.92.0 — networking/async I/O; the boostorg tree consumed by Boost.Beast",
    "homepage": "",
    "repo": "https://github.com/boostorg/asio",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-config",
      "compat.boost-assert",
      "compat.boost-align",
      "compat.boost-throw-exception",
      "compat.boost-system"
    ],
    "install_command": "mcpp add compat.boost-asio@1.92.0"
  },
  {
    "name": "compat.boost-assert",
    "description": "Boost.Assert 1.92.0 — configurable assert macros with source-location support",
    "homepage": "",
    "repo": "https://github.com/boostorg/assert",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-config"
    ],
    "install_command": "mcpp add compat.boost-assert@1.92.0"
  },
  {
    "name": "compat.boost-beast",
    "description": "Boost.Beast 1.92.0 — HTTP and WebSocket networking on Boost.Asio (header-only)",
    "homepage": "",
    "repo": "https://github.com/boostorg/beast",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-winapi",
      "compat.boost-system",
      "compat.boost-mp11",
      "compat.boost-optional",
      "compat.boost-container-hash",
      "compat.boost-bind",
      "compat.boost-container",
      "compat.boost-static-string",
      "compat.boost-config",
      "compat.boost-asio",
      "compat.boost-assert",
      "compat.boost-core",
      "compat.boost-type-traits",
      "compat.boost-type-index",
      "compat.boost-smart-ptr",
      "compat.boost-throw-exception",
      "compat.boost-logic",
      "compat.boost-intrusive",
      "compat.boost-endian"
    ],
    "install_command": "mcpp add compat.boost-beast@1.92.0"
  },
  {
    "name": "compat.boost-bind",
    "description": "Boost.Bind 1.92.0 — bind.hpp expression binders and mem_fn",
    "homepage": "",
    "repo": "https://github.com/boostorg/bind",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-config",
      "compat.boost-core"
    ],
    "install_command": "mcpp add compat.boost-bind@1.92.0"
  },
  {
    "name": "compat.boost-compat",
    "description": "Boost.Compat 1.92.0 — C++11-17 backports of newer standard facilities (invoke, to_chars)",
    "homepage": "",
    "repo": "https://github.com/boostorg/compat",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-assert",
      "compat.boost-throw-exception",
      "compat.boost-config"
    ],
    "install_command": "mcpp add compat.boost-compat@1.92.0"
  },
  {
    "name": "compat.boost-config",
    "description": "Boost.Config 1.92.0 — platform/compiler/stdlib detection macros; root of the modular-boost header family",
    "homepage": "",
    "repo": "https://github.com/boostorg/config",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.boost-config@1.92.0"
  },
  {
    "name": "compat.boost-container",
    "description": "Boost.Container 1.92.0 — STL-compatible containers; Beast consumes allocator_traits",
    "homepage": "",
    "repo": "https://github.com/boostorg/container",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-assert",
      "compat.boost-intrusive",
      "compat.boost-move",
      "compat.boost-config"
    ],
    "install_command": "mcpp add compat.boost-container@1.92.0"
  },
  {
    "name": "compat.boost-container-hash",
    "description": "Boost.ContainerHash 1.92.0 — hash_value and hash range combinators",
    "homepage": "",
    "repo": "https://github.com/boostorg/container_hash",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-config",
      "compat.boost-describe",
      "compat.boost-mp11"
    ],
    "install_command": "mcpp add compat.boost-container-hash@1.92.0"
  },
  {
    "name": "compat.boost-core",
    "description": "Boost.Core 1.92.0 — core utilities: addressof, empty_value, ref, type.hpp shims",
    "homepage": "",
    "repo": "https://github.com/boostorg/core",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-assert",
      "compat.boost-throw-exception",
      "compat.boost-config"
    ],
    "install_command": "mcpp add compat.boost-core@1.92.0"
  },
  {
    "name": "compat.boost-describe",
    "description": "Boost.Describe 1.92.0 — macro-based enum/class descriptions (feeds ContainerHash)",
    "homepage": "",
    "repo": "https://github.com/boostorg/describe",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-mp11"
    ],
    "install_command": "mcpp add compat.boost-describe@1.92.0"
  },
  {
    "name": "compat.boost-endian",
    "description": "Boost.Endian 1.92.0 — byte-order conversion (WebSocket framing)",
    "homepage": "",
    "repo": "https://github.com/boostorg/endian",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-config"
    ],
    "install_command": "mcpp add compat.boost-endian@1.92.0"
  },
  {
    "name": "compat.boost-intrusive",
    "description": "Boost.Intrusive 1.92.0 — intrusive list/set hooks (Beast buffers and http::fields)",
    "homepage": "",
    "repo": "https://github.com/boostorg/intrusive",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-assert",
      "compat.boost-move",
      "compat.boost-config"
    ],
    "install_command": "mcpp add compat.boost-intrusive@1.92.0"
  },
  {
    "name": "compat.boost-io",
    "description": "Boost.IO 1.92.0 — stream flag helpers (ios_state, ostream_put) and boost/io_fwd.hpp",
    "homepage": "",
    "repo": "https://github.com/boostorg/io",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-config"
    ],
    "install_command": "mcpp add compat.boost-io@1.92.0"
  },
  {
    "name": "compat.boost-logic",
    "description": "Boost.Logic 1.92.0 — tribool three-state boolean (Beast detect_ssl)",
    "homepage": "",
    "repo": "https://github.com/boostorg/logic",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-config",
      "compat.boost-core"
    ],
    "install_command": "mcpp add compat.boost-logic@1.92.0"
  },
  {
    "name": "compat.boost-move",
    "description": "Boost.Move 1.92.0 — move-emulation traits and move-aware utilities",
    "homepage": "",
    "repo": "https://github.com/boostorg/move",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-config"
    ],
    "install_command": "mcpp add compat.boost-move@1.92.0"
  },
  {
    "name": "compat.boost-mp11",
    "description": "Boost.Mp11 1.92.0 — C++11 metaprogramming list/combinator library",
    "homepage": "",
    "repo": "https://github.com/boostorg/mp11",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.boost-mp11@1.92.0"
  },
  {
    "name": "compat.boost-optional",
    "description": "Boost.Optional 1.92.0 — optional values (Beast buffers_prefix uses in_place_init)",
    "homepage": "",
    "repo": "https://github.com/boostorg/optional",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-config",
      "compat.boost-assert",
      "compat.boost-throw-exception",
      "compat.boost-type-traits",
      "compat.boost-core"
    ],
    "install_command": "mcpp add compat.boost-optional@1.92.0"
  },
  {
    "name": "compat.boost-predef",
    "description": "Boost.Predef 1.92.0 — compiler/architecture/OS detection macros (feeds WinAPI)",
    "homepage": "",
    "repo": "https://github.com/boostorg/predef",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.boost-predef@1.92.0"
  },
  {
    "name": "compat.boost-preprocessor",
    "description": "Boost.Preprocessor 1.92.0 — preprocessor metaprogramming (feeds Utility/TypeTraits)",
    "homepage": "",
    "repo": "https://github.com/boostorg/preprocessor",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.boost-preprocessor@1.92.0"
  },
  {
    "name": "compat.boost-smart-ptr",
    "description": "Boost.SmartPtr 1.92.0 — shared/weak/scoped pointers plus boost/shared_ptr.hpp shims",
    "homepage": "",
    "repo": "https://github.com/boostorg/smart_ptr",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-assert",
      "compat.boost-throw-exception",
      "compat.boost-config",
      "compat.boost-core"
    ],
    "install_command": "mcpp add compat.boost-smart-ptr@1.92.0"
  },
  {
    "name": "compat.boost-static-string",
    "description": "Boost.StaticString 1.92.0 — fixed-capacity string behind beast::static_string",
    "homepage": "",
    "repo": "https://github.com/boostorg/static_string",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-config",
      "compat.boost-container-hash",
      "compat.boost-assert",
      "compat.boost-utility",
      "compat.boost-throw-exception",
      "compat.boost-core"
    ],
    "install_command": "mcpp add compat.boost-static-string@1.92.0"
  },
  {
    "name": "compat.boost-system",
    "description": "Boost.System 1.92.0 — error_code/system_error and the boost/cerrno.hpp shim",
    "homepage": "",
    "repo": "https://github.com/boostorg/system",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-config",
      "compat.boost-variant2",
      "compat.boost-winapi",
      "compat.boost-assert",
      "compat.boost-mp11",
      "compat.boost-compat",
      "compat.boost-throw-exception"
    ],
    "install_command": "mcpp add compat.boost-system@1.92.0"
  },
  {
    "name": "compat.boost-throw-exception",
    "description": "Boost.ThrowException 1.92.0 — common exception-raising infrastructure for Boost libraries",
    "homepage": "",
    "repo": "https://github.com/boostorg/throw_exception",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-assert",
      "compat.boost-config"
    ],
    "install_command": "mcpp add compat.boost-throw-exception@1.92.0"
  },
  {
    "name": "compat.boost-type-index",
    "description": "Boost.TypeIndex 1.92.0 — runtime type information with RTTI-free fallback",
    "homepage": "",
    "repo": "https://github.com/boostorg/type_index",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-config",
      "compat.boost-container-hash",
      "compat.boost-throw-exception"
    ],
    "install_command": "mcpp add compat.boost-type-index@1.92.0"
  },
  {
    "name": "compat.boost-type-traits",
    "description": "Boost.TypeTraits 1.92.0 — compile-time type introspection traits",
    "homepage": "",
    "repo": "https://github.com/boostorg/type_traits",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-config"
    ],
    "install_command": "mcpp add compat.boost-type-traits@1.92.0"
  },
  {
    "name": "compat.boost-utility",
    "description": "Boost.Utility 1.92.0 — result_of, compressed_pair, call_traits, in_place factories",
    "homepage": "",
    "repo": "https://github.com/boostorg/utility",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-config",
      "compat.boost-preprocessor",
      "compat.boost-io",
      "compat.boost-assert",
      "compat.boost-throw-exception",
      "compat.boost-type-traits",
      "compat.boost-core"
    ],
    "install_command": "mcpp add compat.boost-utility@1.92.0"
  },
  {
    "name": "compat.boost-uuid",
    "description": "Boost.UUID 1.92.0 — RFC 4122/9562 UUID generation and parsing",
    "homepage": "",
    "repo": "https://github.com/boostorg/uuid",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-assert",
      "compat.boost-throw-exception",
      "compat.boost-type-traits",
      "compat.boost-config"
    ],
    "install_command": "mcpp add compat.boost-uuid@1.92.0"
  },
  {
    "name": "compat.boost-variant2",
    "description": "Boost.Variant2 1.92.0 — never-empty variant (feeds Boost.System's result)",
    "homepage": "",
    "repo": "https://github.com/boostorg/variant2",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-assert",
      "compat.boost-mp11",
      "compat.boost-config"
    ],
    "install_command": "mcpp add compat.boost-variant2@1.92.0"
  },
  {
    "name": "compat.boost-winapi",
    "description": "Boost.WinAPI 1.92.0 — WinAPI wrappers; owns boost/detail/winapi/* shims too",
    "homepage": "",
    "repo": "https://github.com/boostorg/winapi",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.0",
    "all_versions": [
      "1.92.0"
    ],
    "deps": [
      "compat.boost-config",
      "compat.boost-predef"
    ],
    "install_command": "mcpp add compat.boost-winapi@1.92.0"
  },
  {
    "name": "compat.brotli",
    "description": "Brotli compression library",
    "homepage": "",
    "repo": "https://github.com/google/brotli",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.2.0",
    "all_versions": [
      "1.2.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.brotli@1.2.0"
  },
  {
    "name": "compat.bzip2",
    "description": "A freely available high-quality data compressor",
    "homepage": "",
    "repo": "https://sourceware.org/bzip2/",
    "docs": "",
    "licenses": [
      "bzip2-1.0.6"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.0.8",
    "all_versions": [
      "1.0.8"
    ],
    "deps": [],
    "install_command": "mcpp add compat.bzip2@1.0.8"
  },
  {
    "name": "compat.c-ares",
    "description": "c-ares — asynchronous DNS resolver library (static)",
    "homepage": "",
    "repo": "https://github.com/c-ares/c-ares",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.34.5",
    "all_versions": [
      "1.34.5"
    ],
    "deps": [],
    "install_command": "mcpp add compat.c-ares@1.34.5"
  },
  {
    "name": "compat.catch2",
    "description": "A modern, C++-native test framework for unit-tests, TDD and BDD",
    "homepage": "",
    "repo": "https://github.com/catchorg/Catch2",
    "docs": "",
    "licenses": [
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "3.15.2",
    "all_versions": [
      "2.13.10",
      "3.15.2"
    ],
    "deps": [],
    "install_command": "mcpp add compat.catch2@3.15.2"
  },
  {
    "name": "compat.cjson",
    "description": "Ultralightweight JSON parser in ANSI C",
    "homepage": "",
    "repo": "https://github.com/DaveGamble/cJSON",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.7.19",
    "all_versions": [
      "1.7.19"
    ],
    "deps": [],
    "install_command": "mcpp add compat.cjson@1.7.19"
  },
  {
    "name": "compat.CLI11",
    "description": "Modern C++ command line parser (header-only)",
    "homepage": "",
    "repo": "https://github.com/CLIUtils/CLI11",
    "docs": "",
    "licenses": [
      "BSD-3-Clause"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2.7.2",
    "all_versions": [
      "2.7.2"
    ],
    "deps": [],
    "install_command": "mcpp add compat.CLI11@2.7.2"
  },
  {
    "name": "compat.concurrentqueue",
    "description": "moodycamel::ConcurrentQueue — lock-free MPMC queue (header-only)",
    "homepage": "",
    "repo": "https://github.com/cameron314/concurrentqueue",
    "docs": "",
    "licenses": [
      "BSD-2-Clause",
      "BSL-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.0.5",
    "all_versions": [
      "1.0.5"
    ],
    "deps": [],
    "install_command": "mcpp add compat.concurrentqueue@1.0.5"
  },
  {
    "name": "compat.cublas",
    "description": "cuBLAS: dense linear algebra on the device (from the xim payload)",
    "homepage": "",
    "repo": "https://developer.download.nvidia.com/compute/cuda/redist",
    "docs": "",
    "licenses": [
      "CUDA Toolkit"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "12.9.1.4",
    "all_versions": [
      "12.9.1.4"
    ],
    "deps": [
      "xim:libcublas@12.9.1.4",
      "compat.cudart"
    ],
    "install_command": "mcpp add compat.cublas@12.9.1.4"
  },
  {
    "name": "compat.cuda-driver",
    "description": "Host NVIDIA driver adapter: reach libcuda.so.1 from an mcpp binary",
    "homepage": "",
    "repo": "https://github.com/NVIDIA/open-gpu-kernel-modules",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "2026.09.05",
    "all_versions": [
      "2026.09.05"
    ],
    "deps": [
      "xim:libcuda-host-link@0.0.1"
    ],
    "install_command": "mcpp add compat.cuda-driver@2026.09.05"
  },
  {
    "name": "compat.cuda-runtime",
    "description": "Host NVIDIA driver runtime adapter for mcpp Linux applications",
    "homepage": "",
    "repo": "https://github.com/openxlings/xim-pkgindex",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "2026.09.05",
    "all_versions": [
      "2026.09.05"
    ],
    "deps": [
      "xim:libcuda-host-link@0.0.1"
    ],
    "install_command": "mcpp add compat.cuda-runtime@2026.09.05"
  },
  {
    "name": "compat.cudart",
    "description": "CUDA Runtime (libcudart) from the xim payload, as an mcpp dependency",
    "homepage": "",
    "repo": "https://developer.download.nvidia.com/compute/cuda/redist",
    "docs": "",
    "licenses": [
      "CUDA Toolkit"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "12.9.79",
    "all_versions": [
      "12.9.79"
    ],
    "deps": [
      "xim:cuda-cudart@12.9.79",
      "xim:cuda-nvcc@12.9.86"
    ],
    "install_command": "mcpp add compat.cudart@12.9.79"
  },
  {
    "name": "compat.cufft",
    "description": "cuFFT: fast Fourier transforms on the device (from the xim payload)",
    "homepage": "",
    "repo": "https://developer.download.nvidia.com/compute/cuda/redist",
    "docs": "",
    "licenses": [
      "CUDA Toolkit"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "11.4.1.4",
    "all_versions": [
      "11.4.1.4"
    ],
    "deps": [
      "xim:libcufft@11.4.1.4",
      "compat.cudart"
    ],
    "install_command": "mcpp add compat.cufft@11.4.1.4"
  },
  {
    "name": "compat.curand",
    "description": "cuRAND: random number generation on the device (from the xim payload)",
    "homepage": "",
    "repo": "https://developer.download.nvidia.com/compute/cuda/redist",
    "docs": "",
    "licenses": [
      "CUDA Toolkit"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "10.3.10.19",
    "all_versions": [
      "10.3.10.19"
    ],
    "deps": [
      "xim:libcurand@10.3.10.19",
      "compat.cudart"
    ],
    "install_command": "mcpp add compat.curand@10.3.10.19"
  },
  {
    "name": "compat.curl",
    "description": "libcurl — client-side URL transfer library (static, OpenSSL/Schannel TLS)",
    "homepage": "",
    "repo": "https://github.com/curl/curl",
    "docs": "",
    "licenses": [
      "curl"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "8.21.0",
    "all_versions": [
      "8.21.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.curl@8.21.0"
  },
  {
    "name": "compat.cusolver",
    "description": "cuSOLVER: dense and sparse direct solvers on the device (from the xim payload)",
    "homepage": "",
    "repo": "https://developer.download.nvidia.com/compute/cuda/redist",
    "docs": "",
    "licenses": [
      "CUDA Toolkit"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "11.7.5.82",
    "all_versions": [
      "11.7.5.82"
    ],
    "deps": [
      "xim:libcusolver@11.7.5.82",
      "compat.cudart"
    ],
    "install_command": "mcpp add compat.cusolver@11.7.5.82"
  },
  {
    "name": "compat.cusparse",
    "description": "cuSPARSE: sparse linear algebra on the device (from the xim payload)",
    "homepage": "",
    "repo": "https://developer.download.nvidia.com/compute/cuda/redist",
    "docs": "",
    "licenses": [
      "CUDA Toolkit"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "12.5.10.65",
    "all_versions": [
      "12.5.10.65"
    ],
    "deps": [
      "xim:libcusparse@12.5.10.65",
      "compat.cudart"
    ],
    "install_command": "mcpp add compat.cusparse@12.5.10.65"
  },
  {
    "name": "compat.eigen",
    "description": "C++ template library for linear algebra (header-only)",
    "homepage": "",
    "repo": "https://gitlab.com/libeigen/eigen",
    "docs": "",
    "licenses": [
      "MPL-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "5.0.1",
    "all_versions": [
      "5.0.1"
    ],
    "deps": [],
    "install_command": "mcpp add compat.eigen@5.0.1"
  },
  {
    "name": "compat.eui-neo",
    "description": "EUI-NEO — declarative retained-mode C++17 UI framework (GLFW + OpenGL)",
    "homepage": "",
    "repo": "https://github.com/sudoevolve/EUI-NEO",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.5.9",
    "all_versions": [
      "0.5.3",
      "0.5.5",
      "0.5.6",
      "0.5.7",
      "0.5.8",
      "0.5.9"
    ],
    "deps": [
      "xim:glib@2.88.3",
      "['xim:zlib', 'xim:pcre2', 'xim:libffi', 'xim:libselinux', 'xim:util-linux']",
      "compat.tray",
      "compat.zlib",
      "compat.glad",
      "compat.opengl",
      "compat.freetype",
      "compat.libpng",
      "compat.glfw",
      "compat.yyjson"
    ],
    "install_command": "mcpp add compat.eui-neo@0.5.9"
  },
  {
    "name": "compat.expat",
    "description": "Expat — stream-oriented XML parser, built from the upstream release",
    "homepage": "",
    "repo": "https://github.com/libexpat/libexpat",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.7.1",
    "all_versions": [
      "2.7.1"
    ],
    "deps": [],
    "install_command": "mcpp add compat.expat@2.7.1"
  },
  {
    "name": "compat.ffmpeg",
    "description": "FFmpeg 8.1.2 multimedia libraries, full source build (LGPL profile, multi-platform)",
    "homepage": "",
    "repo": "https://ffmpeg.org",
    "docs": "",
    "licenses": [
      "LGPL-2.1-or-later"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "8.1.2",
    "all_versions": [
      "8.1.2"
    ],
    "deps": [],
    "install_command": "mcpp add compat.ffmpeg@8.1.2"
  },
  {
    "name": "compat.freetype",
    "description": "FreeType 2 — portable font engine with TrueType/CFF/WOFF/SVG support",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/freetype/freetype",
    "docs": "",
    "licenses": [
      "FreeType"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2.13.3",
    "all_versions": [
      "2.13.3"
    ],
    "deps": [
      "compat.libpng"
    ],
    "install_command": "mcpp add compat.freetype@2.13.3"
  },
  {
    "name": "compat.fribidi",
    "description": "GNU FriBidi 1.0.16 — the Unicode bidirectional algorithm (UAX #9), the dependency pango needs for right-to-left text",
    "homepage": "",
    "repo": "https://github.com/fribidi/fribidi",
    "docs": "",
    "licenses": [
      "LGPL-2.1-or-later"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.0.16",
    "all_versions": [
      "1.0.16"
    ],
    "deps": [],
    "install_command": "mcpp add compat.fribidi@1.0.16"
  },
  {
    "name": "compat.ftxui",
    "description": "C++ Functional Terminal User Interface (screen + dom + component)",
    "homepage": "",
    "repo": "https://github.com/ArthurSonzogni/FTXUI",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "7.0.3",
    "all_versions": [
      "6.1.9",
      "7.0.3"
    ],
    "deps": [],
    "install_command": "mcpp add compat.ftxui@7.0.3"
  },
  {
    "name": "compat.glad",
    "description": "OpenGL 4.1 Core Profile loader (libigl-glad fork)",
    "homepage": "",
    "repo": "https://github.com/libigl/libigl-glad",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.0.0-651a425",
    "all_versions": [
      "0.0.0-651a425"
    ],
    "deps": [],
    "install_command": "mcpp add compat.glad@0.0.0-651a425"
  },
  {
    "name": "compat.glfw",
    "description": "GLFW windowing and input library built from upstream sources",
    "homepage": "",
    "repo": "https://github.com/glfw/glfw",
    "docs": "",
    "licenses": [
      "Zlib"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "3.4",
    "all_versions": [
      "3.4"
    ],
    "deps": [
      "compat.opengl"
    ],
    "install_command": "mcpp add compat.glfw@3.4"
  },
  {
    "name": "compat.glx-headers",
    "description": "GL and GLX API headers (libglvnd) — provides GL/glx.h",
    "homepage": "",
    "repo": "https://github.com/NVIDIA/libglvnd",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.7.0",
    "all_versions": [
      "1.7.0"
    ],
    "deps": [
      "compat.x11",
      "compat.xorgproto"
    ],
    "install_command": "mcpp add compat.glx-headers@1.7.0"
  },
  {
    "name": "compat.glx-runtime",
    "description": "GLVND/GLX/OpenGL runtime for mcpp Linux window applications, from the xlings graphics stack",
    "homepage": "",
    "repo": "https://github.com/KhronosGroup/OpenGL-Registry",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "2026.08.08",
    "all_versions": [
      "2026.06.03",
      "2026.08.08"
    ],
    "deps": [
      "['xim:graphics']",
      "compat.xext"
    ],
    "install_command": "mcpp add compat.glx-runtime@2026.08.08"
  },
  {
    "name": "compat.gmp",
    "description": "GMP -- GNU multiple precision arithmetic library (portable C kernels, built by mcpp)",
    "homepage": "",
    "repo": "https://gmplib.org/",
    "docs": "",
    "licenses": [
      "LGPL-3.0-or-later"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "6.3.0",
    "all_versions": [
      "6.3.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.gmp@6.3.0"
  },
  {
    "name": "compat.godot-cpp",
    "description": "C++ bindings for the Godot GDExtension API (pre-generated bindings, no Python/SCons needed)",
    "homepage": "",
    "repo": "https://github.com/godotengine/godot-cpp",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "10.0.0-rc1",
    "all_versions": [
      "10.0.0-rc1",
      "4.5.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.godot-cpp@10.0.0-rc1"
  },
  {
    "name": "compat.gtest",
    "description": "Google's C++ test framework",
    "homepage": "",
    "repo": "https://github.com/google/googletest",
    "docs": "",
    "licenses": [
      "BSD-3-Clause"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.17.0",
    "all_versions": [
      "1.15.2",
      "1.16.0",
      "1.17.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.gtest@1.17.0"
  },
  {
    "name": "compat.gtl",
    "description": "Greg's Template Library — C++20 hash maps, btrees, bit vectors and utilities (header-only)",
    "homepage": "",
    "repo": "https://github.com/greg7mdp/gtl",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.2.0",
    "all_versions": [
      "1.2.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.gtl@1.2.0"
  },
  {
    "name": "compat.harfbuzz",
    "description": "HarfBuzz — OpenType text shaping engine with the FreeType backend",
    "homepage": "",
    "repo": "https://github.com/harfbuzz/harfbuzz",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "14.3.0",
    "all_versions": [
      "14.3.0"
    ],
    "deps": [
      "compat.freetype"
    ],
    "install_command": "mcpp add compat.harfbuzz@14.3.0"
  },
  {
    "name": "compat.hiredis",
    "description": "Minimalistic C client for Redis (static, upstream 7-TU source build)",
    "homepage": "",
    "repo": "https://github.com/redis/hiredis",
    "docs": "",
    "licenses": [
      "BSD-3-Clause"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.2.0",
    "all_versions": [
      "1.2.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.hiredis@1.2.0"
  },
  {
    "name": "compat.httplib",
    "description": "C++ single-header HTTP/HTTPS server and client library",
    "homepage": "",
    "repo": "https://github.com/yhirose/cpp-httplib",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.53.1",
    "all_versions": [
      "0.53.1"
    ],
    "deps": [],
    "install_command": "mcpp add compat.httplib@0.53.1"
  },
  {
    "name": "compat.imgui",
    "description": "Dear ImGui immediate-mode GUI library core sources",
    "homepage": "",
    "repo": "https://github.com/ocornut/imgui",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.8-docking",
    "all_versions": [
      "1.92.8",
      "1.92.8-docking"
    ],
    "deps": [],
    "install_command": "mcpp add compat.imgui@1.92.8-docking"
  },
  {
    "name": "compat.jwt-cpp",
    "description": "jwt-cpp 0.7.2 — header-only JSON Web Token (JWT) library for C++, backed by OpenSSL",
    "homepage": "",
    "repo": "https://github.com/Thalhammer/jwt-cpp",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.7.2",
    "all_versions": [
      "0.7.2"
    ],
    "deps": [
      "compat.openssl"
    ],
    "install_command": "mcpp add compat.jwt-cpp@0.7.2"
  },
  {
    "name": "compat.khrplatform",
    "description": "Khronos KHR platform header for OpenGL/EGL compat packages",
    "homepage": "",
    "repo": "https://github.com/KhronosGroup/EGL-Registry",
    "docs": "",
    "licenses": [
      "Khronos"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2026.05.31",
    "all_versions": [
      "2026.05.31"
    ],
    "deps": [],
    "install_command": "mcpp add compat.khrplatform@2026.05.31"
  },
  {
    "name": "compat.libaio",
    "description": "Linux-native asynchronous I/O access library (libaio)",
    "homepage": "",
    "repo": "https://pagure.io/libaio",
    "docs": "",
    "licenses": [
      "LGPL-2.1-or-later"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.3.113",
    "all_versions": [
      "0.3.113"
    ],
    "deps": [],
    "install_command": "mcpp add compat.libaio@0.3.113"
  },
  {
    "name": "compat.libarchive",
    "description": "Multi-format archive and compression library",
    "homepage": "",
    "repo": "https://libarchive.org/",
    "docs": "",
    "licenses": [
      "BSD-2-Clause",
      "BSD-3-Clause",
      "BSD-2-Clause-NetBSD",
      "CC0-1.0",
      "OpenSSL",
      "Apache-2.0",
      "public-domain"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "3.8.7",
    "all_versions": [
      "3.8.7"
    ],
    "deps": [
      "compat.bzip2",
      "compat.zlib",
      "compat.lz4",
      "compat.zstd",
      "compat.xz"
    ],
    "install_command": "mcpp add compat.libarchive@3.8.7"
  },
  {
    "name": "compat.libdrm",
    "description": "libdrm — userspace DRM/KMS interface, built from the upstream release",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/mesa/drm",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.4.134",
    "all_versions": [
      "2.4.134"
    ],
    "deps": [],
    "install_command": "mcpp add compat.libdrm@2.4.134"
  },
  {
    "name": "compat.libffi",
    "description": "libffi — portable foreign function interface, built from the upstream release",
    "homepage": "",
    "repo": "https://github.com/libffi/libffi",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "3.4.8",
    "all_versions": [
      "3.4.8"
    ],
    "deps": [],
    "install_command": "mcpp add compat.libffi@3.4.8"
  },
  {
    "name": "compat.libgbm",
    "description": "GBM buffer management API (Mesa), bound to the ecosystem's xim:mesa — zero host dependency",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/mesa/mesa",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "25.0.7",
    "all_versions": [
      "25.0.7"
    ],
    "deps": [
      "['xim:mesa@25.0.7.2']"
    ],
    "install_command": "mcpp add compat.libgbm@25.0.7"
  },
  {
    "name": "compat.libinput",
    "description": "libinput 1.31.3 — touchpad, mouse, tablet and keyboard input handling for compositors",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/libinput/libinput",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.31.3",
    "all_versions": [
      "1.31.3"
    ],
    "deps": [
      "compat.mtdev",
      "freedesktop.libevdev",
      "compat.libudev"
    ],
    "install_command": "mcpp add compat.libinput@1.31.3"
  },
  {
    "name": "compat.libmysqlclient",
    "description": "MySQL C API client library (static, client-only source)",
    "homepage": "",
    "repo": "https://github.com/wellwei/libmysqlclient",
    "docs": "",
    "licenses": [
      "GPL-2.0-only",
      "Universal-FOSS-exception-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "8.4.6",
    "all_versions": [
      "8.4.6"
    ],
    "deps": [
      "compat"
    ],
    "install_command": "mcpp add compat.libmysqlclient@8.4.6"
  },
  {
    "name": "compat.libpng",
    "description": "PNG reference library — portable PNG encode/decode (depends on zlib)",
    "homepage": "",
    "repo": "https://github.com/pnggroup/libpng",
    "docs": "",
    "licenses": [
      "libpng"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.6.43",
    "all_versions": [
      "1.6.43"
    ],
    "deps": [
      "compat.zlib"
    ],
    "install_command": "mcpp add compat.libpng@1.6.43"
  },
  {
    "name": "compat.libseat",
    "description": "libseat 0.9.3 — session and device handover for compositors, with the seatd and builtin backends",
    "homepage": "",
    "repo": "https://git.sr.ht/~kennylevinsen/seatd",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.9.3",
    "all_versions": [
      "0.9.3"
    ],
    "deps": [],
    "install_command": "mcpp add compat.libseat@0.9.3"
  },
  {
    "name": "compat.libudev",
    "description": "libudev-zero 1.0.5 — the libudev ABI without systemd or a daemon, for libinput",
    "homepage": "",
    "repo": "https://github.com/illiliti/libudev-zero",
    "docs": "",
    "licenses": [
      "ISC"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.0.5",
    "all_versions": [
      "1.0.5"
    ],
    "deps": [],
    "install_command": "mcpp add compat.libudev@1.0.5"
  },
  {
    "name": "compat.libuv",
    "description": "Multi-platform asynchronous I/O library (static, upstream per-OS source sets)",
    "homepage": "",
    "repo": "https://github.com/libuv/libuv",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.48.0",
    "all_versions": [
      "1.48.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.libuv@1.48.0"
  },
  {
    "name": "compat.libwebp",
    "description": "WebP image codec: encode + decode + sharpyuv, built from upstream sources",
    "homepage": "",
    "repo": "https://github.com/webmproject/libwebp",
    "docs": "",
    "licenses": [
      "BSD-3-Clause"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.5.0",
    "all_versions": [
      "1.5.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.libwebp@1.5.0"
  },
  {
    "name": "compat.lua",
    "description": "A powerful, efficient, lightweight, embeddable scripting language",
    "homepage": "",
    "repo": "https://www.lua.org",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "5.4.7",
    "all_versions": [
      "5.4.7"
    ],
    "deps": [],
    "install_command": "mcpp add compat.lua@5.4.7"
  },
  {
    "name": "compat.lz4",
    "description": "LZ4 extremely fast compression",
    "homepage": "",
    "repo": "https://github.com/lz4/lz4",
    "docs": "",
    "licenses": [
      "BSD-2-Clause"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.10.0",
    "all_versions": [
      "1.10.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.lz4@1.10.0"
  },
  {
    "name": "compat.mbedtls",
    "description": "An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API",
    "homepage": "",
    "repo": "https://github.com/Mbed-TLS/mbedtls",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "3.6.1",
    "all_versions": [
      "3.6.1"
    ],
    "deps": [],
    "install_command": "mcpp add compat.mbedtls@3.6.1"
  },
  {
    "name": "compat.md4c",
    "description": "MD4C — Markdown parser for C",
    "homepage": "",
    "repo": "https://github.com/mity/md4c",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.5.3",
    "all_versions": [
      "0.5.3"
    ],
    "deps": [],
    "install_command": "mcpp add compat.md4c@0.5.3"
  },
  {
    "name": "compat.mimalloc",
    "description": "mimalloc — compact general-purpose allocator with excellent performance",
    "homepage": "",
    "repo": "https://github.com/microsoft/mimalloc",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "3.4.5",
    "all_versions": [
      "3.4.5"
    ],
    "deps": [],
    "install_command": "mcpp add compat.mimalloc@3.4.5"
  },
  {
    "name": "compat.miniaudio",
    "description": "Single-file audio playback and capture library with native backends and WAV/FLAC/MP3 decoding",
    "homepage": "",
    "repo": "https://github.com/mackron/miniaudio",
    "docs": "",
    "licenses": [
      "MIT-0",
      "Unlicense"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.11.25",
    "all_versions": [
      "0.11.25"
    ],
    "deps": [],
    "install_command": "mcpp add compat.miniaudio@0.11.25"
  },
  {
    "name": "compat.msdfgen",
    "description": "msdfgen — multi-channel signed distance field generator (core + FreeType import)",
    "homepage": "",
    "repo": "https://github.com/Chlumsky/msdfgen",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.13",
    "all_versions": [
      "1.13"
    ],
    "deps": [
      "compat.freetype"
    ],
    "install_command": "mcpp add compat.msdfgen@1.13"
  },
  {
    "name": "compat.mtdev",
    "description": "mtdev 1.1.7 — kernel multitouch protocol A to B translation, for libinput",
    "homepage": "",
    "repo": "https://bitmath.org/code/mtdev/",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.1.7",
    "all_versions": [
      "1.1.7"
    ],
    "deps": [],
    "install_command": "mcpp add compat.mtdev@1.1.7"
  },
  {
    "name": "compat.mysql-connector-cpp",
    "description": "MySQL Connector/C++ X DevAPI and JDBC (static, source-built)",
    "homepage": "",
    "repo": "https://github.com/mysql/mysql-connector-cpp",
    "docs": "",
    "licenses": [
      "GPL-2.0-only",
      "Universal-FOSS-exception-1.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "macosx"
    ],
    "latest_version": "26.7.0",
    "all_versions": [
      "26.7.0"
    ],
    "deps": [
      "compat:libmysqlclient@8.4.6",
      "compat:openssl@3.5.1",
      "xim:cmake@latest",
      "xim:make@latest",
      "compat.openssl",
      "compat.libmysqlclient"
    ],
    "install_command": "mcpp add compat.mysql-connector-cpp@26.7.0"
  },
  {
    "name": "compat.nanodbc",
    "description": "Small C++ wrapper for the native C ODBC API",
    "homepage": "",
    "repo": "https://github.com/nanodbc/nanodbc",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2.14.0",
    "all_versions": [
      "2.14.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.nanodbc@2.14.0"
  },
  {
    "name": "compat.nanosvg",
    "description": "NanoSVG — small SVG parser that flattens paths to beziers, with an optional rasterizer",
    "homepage": "",
    "repo": "https://github.com/memononen/nanosvg",
    "docs": "",
    "licenses": [
      "Zlib"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2026.07.09",
    "all_versions": [
      "2026.07.09"
    ],
    "deps": [],
    "install_command": "mcpp add compat.nanosvg@2026.07.09"
  },
  {
    "name": "compat.openblas",
    "description": "OpenBLAS — optimized BLAS, built from source (BLAS-only, no Fortran/LAPACK)",
    "homepage": "",
    "repo": "https://github.com/OpenMathLib/OpenBLAS",
    "docs": "",
    "licenses": [
      "BSD-3-Clause"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.3.33",
    "all_versions": [
      "0.3.33"
    ],
    "deps": [
      "xim:make@latest"
    ],
    "install_command": "mcpp add compat.openblas@0.3.33"
  },
  {
    "name": "compat.opencl",
    "description": "Khronos OpenCL ICD loader — the library an OpenCL program links",
    "homepage": "",
    "repo": "https://github.com/KhronosGroup/OpenCL-ICD-Loader",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "macosx"
    ],
    "latest_version": "2026.05.29",
    "all_versions": [
      "2026.05.29"
    ],
    "deps": [
      "compat.opencl-headers"
    ],
    "install_command": "mcpp add compat.opencl@2026.05.29"
  },
  {
    "name": "compat.opencl-headers",
    "description": "Khronos OpenCL API headers",
    "homepage": "",
    "repo": "https://github.com/KhronosGroup/OpenCL-Headers",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2026.05.29",
    "all_versions": [
      "2026.05.29"
    ],
    "deps": [],
    "install_command": "mcpp add compat.opencl-headers@2026.05.29"
  },
  {
    "name": "compat.opencl-runtime",
    "description": "Host OpenCL ICD runtime adapter for mcpp Linux applications",
    "homepage": "",
    "repo": "https://github.com/KhronosGroup/OpenCL-ICD-Loader",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "2026.09.05",
    "all_versions": [
      "2026.09.05"
    ],
    "deps": [],
    "install_command": "mcpp add compat.opencl-runtime@2026.09.05"
  },
  {
    "name": "compat.opengl",
    "description": "Khronos OpenGL API headers for mcpp packages",
    "homepage": "",
    "repo": "https://github.com/KhronosGroup/OpenGL-Registry",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2026.05.31",
    "all_versions": [
      "2026.05.31"
    ],
    "deps": [
      "compat.khrplatform"
    ],
    "install_command": "mcpp add compat.opengl@2026.05.31"
  },
  {
    "name": "compat.openssl",
    "description": "OpenSSL — TLS/crypto library (static, install()-driven build)",
    "homepage": "",
    "repo": "https://github.com/openssl/openssl",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "3.5.1",
    "all_versions": [
      "3.5.1"
    ],
    "deps": [
      "xim:make@latest",
      "xim:perl@latest",
      "xim:glibc@>=2.39",
      "xim:linux-headers@5.11.1"
    ],
    "install_command": "mcpp add compat.openssl@3.5.1"
  },
  {
    "name": "compat.pcre2",
    "description": "PCRE2 10.44 — 8-bit Perl-compatible regular expressions with Unicode properties, the dependency glib's GRegex is written against",
    "homepage": "",
    "repo": "https://github.com/PCRE2Project/pcre2",
    "docs": "",
    "licenses": [
      "BSD-3-Clause"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "10.44",
    "all_versions": [
      "10.44"
    ],
    "deps": [],
    "install_command": "mcpp add compat.pcre2@10.44"
  },
  {
    "name": "compat.pixman",
    "description": "pixman 0.46.4 — low-level pixel manipulation, with runtime-dispatched x86 SIMD",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/pixman/pixman",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.46.4",
    "all_versions": [
      "0.46.4"
    ],
    "deps": [],
    "install_command": "mcpp add compat.pixman@0.46.4"
  },
  {
    "name": "compat.plf-hive",
    "description": "plf::hive — reference implementation of the proposed std::hive (header-only)",
    "homepage": "",
    "repo": "https://github.com/mattreecebentley/plf_hive",
    "docs": "",
    "licenses": [
      "Zlib"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2026.07.31",
    "all_versions": [
      "2026.07.31"
    ],
    "deps": [],
    "install_command": "mcpp add compat.plf-hive@2026.07.31"
  },
  {
    "name": "compat.protobuf",
    "description": "Protocol Buffers — Google's data interchange format, C++ runtime (libprotobuf 35.1, static)",
    "homepage": "",
    "repo": "https://github.com/protocolbuffers/protobuf",
    "docs": "",
    "licenses": [
      "BSD-3-Clause"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "35.1",
    "all_versions": [
      "35.1"
    ],
    "deps": [
      "compat.abseil"
    ],
    "install_command": "mcpp add compat.protobuf@35.1"
  },
  {
    "name": "compat.re2",
    "description": "RE2 — fast, safe, thread-friendly regular expression engine (static)",
    "homepage": "",
    "repo": "https://github.com/google/re2",
    "docs": "",
    "licenses": [
      "BSD-3-Clause"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2022-04-01",
    "all_versions": [
      "2022-04-01"
    ],
    "deps": [],
    "install_command": "mcpp add compat.re2@2022-04-01"
  },
  {
    "name": "compat.recastnavigation",
    "description": "Recast Navigation — navmesh generation (Recast) and runtime pathfinding (Detour); optional crowd simulation, tile cache and debug draw",
    "homepage": "",
    "repo": "https://github.com/recastnavigation/recastnavigation",
    "docs": "",
    "licenses": [
      "Zlib"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.6.0",
    "all_versions": [
      "1.6.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.recastnavigation@1.6.0"
  },
  {
    "name": "compat.redis-plus-plus",
    "description": "C++ client for Redis (sync API; built from source, depends on compat.hiredis)",
    "homepage": "",
    "repo": "https://github.com/sewenew/redis-plus-plus",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.3.13",
    "all_versions": [
      "1.3.13",
      "1.3.3"
    ],
    "deps": [
      "compat.hiredis"
    ],
    "install_command": "mcpp add compat.redis-plus-plus@1.3.13"
  },
  {
    "name": "compat.reflectcpp",
    "description": "Compile-time reflection and serialization for C++ structs (core + JSON)",
    "homepage": "",
    "repo": "https://github.com/getml/reflect-cpp",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.25.0",
    "all_versions": [
      "0.25.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.reflectcpp@0.25.0"
  },
  {
    "name": "compat.sdl2",
    "description": "SDL2 — cross-platform window, input and audio layer",
    "homepage": "",
    "repo": "https://github.com/libsdl-org/SDL",
    "docs": "",
    "licenses": [
      "Zlib"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "2.32.10",
    "all_versions": [
      "2.32.10"
    ],
    "deps": [],
    "install_command": "mcpp add compat.sdl2@2.32.10"
  },
  {
    "name": "compat.spdlog",
    "description": "Fast C++ logging library (header-only by default, compiled via the `compiled` feature)",
    "homepage": "",
    "repo": "https://github.com/gabime/spdlog",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.17.0",
    "all_versions": [
      "1.17.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.spdlog@1.17.0"
  },
  {
    "name": "compat.spirv-reflect",
    "description": "Khronos SPIRV-Reflect — reflection of descriptor bindings and interfaces from SPIR-V modules",
    "homepage": "",
    "repo": "https://github.com/KhronosGroup/SPIRV-Reflect",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.4.357.0",
    "all_versions": [
      "1.4.357.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.spirv-reflect@1.4.357.0"
  },
  {
    "name": "compat.sqlite3",
    "description": "SQLite — self-contained SQL database engine (C amalgamation)",
    "homepage": "",
    "repo": "https://sqlite.org/",
    "docs": "",
    "licenses": [
      "LicenseRef-Public-Domain"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "3.45.3",
    "all_versions": [
      "3.45.3"
    ],
    "deps": [],
    "install_command": "mcpp add compat.sqlite3@3.45.3"
  },
  {
    "name": "compat.sqlitecpp",
    "description": "SQLiteCpp: a smart and easy to use C++ SQLite3 wrapper",
    "homepage": "",
    "repo": "https://github.com/SRombauts/SQLiteCpp",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "3.3.3",
    "all_versions": [
      "3.3.3"
    ],
    "deps": [
      "compat.sqlite3"
    ],
    "install_command": "mcpp add compat.sqlitecpp@3.3.3"
  },
  {
    "name": "compat.tray",
    "description": "Cross-platform system tray icon library (header-only)",
    "homepage": "",
    "repo": "https://github.com/zserge/tray",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.0.0-8dd1358",
    "all_versions": [
      "0.0.0-8dd1358"
    ],
    "deps": [],
    "install_command": "mcpp add compat.tray@0.0.0-8dd1358"
  },
  {
    "name": "compat.unixodbc",
    "description": "unixODBC driver manager (libodbc with libodbcinst folded in), full source build",
    "homepage": "",
    "repo": "https://www.unixodbc.org",
    "docs": "",
    "licenses": [
      "LGPL-2.1-or-later"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.3.14",
    "all_versions": [
      "2.3.14"
    ],
    "deps": [],
    "install_command": "mcpp add compat.unixodbc@2.3.14"
  },
  {
    "name": "compat.usockets",
    "description": "uSockets: eventing and networking layer under uWebSockets (libuv backend, no SSL)",
    "homepage": "",
    "repo": "https://github.com/uNetworking/uSockets",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.8.8",
    "all_versions": [
      "0.8.8"
    ],
    "deps": [
      "compat.libuv"
    ],
    "install_command": "mcpp add compat.usockets@0.8.8"
  },
  {
    "name": "compat.uwebsockets",
    "description": "uWebSockets: header-only HTTP/WebSocket server (libuv backend, no SSL, no zlib)",
    "homepage": "",
    "repo": "https://github.com/uNetworking/uWebSockets",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "20.79.0",
    "all_versions": [
      "20.79.0"
    ],
    "deps": [
      "compat.usockets"
    ],
    "install_command": "mcpp add compat.uwebsockets@20.79.0"
  },
  {
    "name": "compat.vulkan",
    "description": "Khronos Vulkan loader — static ICD-dispatch library",
    "homepage": "",
    "repo": "https://github.com/KhronosGroup/Vulkan-Loader",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.4.357.0",
    "all_versions": [
      "1.4.357.0"
    ],
    "deps": [
      "compat.vulkan-headers"
    ],
    "install_command": "mcpp add compat.vulkan@1.4.357.0"
  },
  {
    "name": "compat.vulkan-headers",
    "description": "Khronos Vulkan API headers",
    "homepage": "",
    "repo": "https://github.com/KhronosGroup/Vulkan-Headers",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.4.357.0",
    "all_versions": [
      "1.4.357.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.vulkan-headers@1.4.357.0"
  },
  {
    "name": "compat.vulkan-memory-allocator",
    "description": "AMD Vulkan Memory Allocator — device memory sub-allocation for Vulkan",
    "homepage": "",
    "repo": "https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "3.4.0",
    "all_versions": [
      "3.4.0"
    ],
    "deps": [
      "compat.vulkan-headers"
    ],
    "install_command": "mcpp add compat.vulkan-memory-allocator@3.4.0"
  },
  {
    "name": "compat.vulkan-runtime",
    "description": "Host Vulkan ICD runtime adapter for mcpp Linux applications",
    "homepage": "",
    "repo": "https://github.com/KhronosGroup/Vulkan-Loader",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "2026.09.05",
    "all_versions": [
      "2026.07.29",
      "2026.09.05"
    ],
    "deps": [],
    "install_command": "mcpp add compat.vulkan-runtime@2026.09.05"
  },
  {
    "name": "compat.wamr",
    "description": "WebAssembly Micro Runtime — small-footprint WebAssembly interpreter from the Bytecode Alliance",
    "homepage": "",
    "repo": "https://github.com/bytecodealliance/wasm-micro-runtime",
    "docs": "",
    "licenses": [
      "Apache-2.0 WITH LLVM-exception"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.4.5",
    "all_versions": [
      "2.4.5"
    ],
    "deps": [],
    "install_command": "mcpp add compat.wamr@2.4.5"
  },
  {
    "name": "compat.websocket",
    "description": "IXWebSocket — pure C++ WebSocket client (RFC 6455), client-only, zero deps",
    "homepage": "",
    "repo": "https://github.com/machinezone/IXWebSocket",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "12.0.1",
    "all_versions": [
      "12.0.1"
    ],
    "deps": [],
    "install_command": "mcpp add compat.websocket@12.0.1"
  },
  {
    "name": "compat.wil",
    "description": "Windows Implementation Library: header-only RAII for Win32 handles, COM and HRESULT",
    "homepage": "",
    "repo": "https://github.com/microsoft/wil",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "windows"
    ],
    "latest_version": "1.0.260126.7",
    "all_versions": [
      "1.0.260126.7"
    ],
    "deps": [],
    "install_command": "mcpp add compat.wil@1.0.260126.7"
  },
  {
    "name": "compat.x11",
    "description": "Xlib runtime library and public headers built from upstream sources",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libx11",
    "docs": "",
    "licenses": [
      "BSD-1-Clause",
      "HPND-sell-variant",
      "ISC",
      "MIT",
      "MIT-Open-Group",
      "X11"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.8.13",
    "all_versions": [
      "1.8.13"
    ],
    "deps": [
      "compat.xorgproto",
      "compat.xtrans",
      "compat.xcb"
    ],
    "install_command": "mcpp add compat.x11@1.8.13"
  },
  {
    "name": "compat.xau",
    "description": "X authorization file management library",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libxau",
    "docs": "",
    "licenses": [
      "MIT-Open-Group"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.0.12",
    "all_versions": [
      "1.0.12"
    ],
    "deps": [
      "compat.xorgproto"
    ],
    "install_command": "mcpp add compat.xau@1.0.12"
  },
  {
    "name": "compat.xcb",
    "description": "X C Binding core library built from upstream sources",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libxcb",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.17.0",
    "all_versions": [
      "1.17.0"
    ],
    "deps": [
      "xim:python@latest",
      "compat.xdmcp",
      "compat.xau",
      "compat.xcb-proto"
    ],
    "install_command": "mcpp add compat.xcb@1.17.0"
  },
  {
    "name": "compat.xcb-proto",
    "description": "XCB protocol XML descriptions and xcbgen generator",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/xorg/proto/xcbproto",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.17.0",
    "all_versions": [
      "1.17.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.xcb-proto@1.17.0"
  },
  {
    "name": "compat.xcursor",
    "description": "X cursor management runtime library and public headers",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libxcursor",
    "docs": "",
    "licenses": [
      "HPND-sell-variant"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.2.3",
    "all_versions": [
      "1.2.3"
    ],
    "deps": [
      "compat.x11",
      "compat.xfixes",
      "compat.xorgproto",
      "compat.xrender"
    ],
    "install_command": "mcpp add compat.xcursor@1.2.3"
  },
  {
    "name": "compat.xdmcp",
    "description": "X Display Manager Control Protocol library",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libxdmcp",
    "docs": "",
    "licenses": [
      "MIT-Open-Group"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.1.5",
    "all_versions": [
      "1.1.5"
    ],
    "deps": [
      "compat.xorgproto"
    ],
    "install_command": "mcpp add compat.xdmcp@1.1.5"
  },
  {
    "name": "compat.xext",
    "description": "X11 miscellaneous extensions runtime library and public headers",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libxext",
    "docs": "",
    "licenses": [
      "HPND-sell-variant",
      "ISC",
      "MIT",
      "MIT-Open-Group"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.3.7",
    "all_versions": [
      "1.3.7"
    ],
    "deps": [
      "compat.x11",
      "compat.xorgproto"
    ],
    "install_command": "mcpp add compat.xext@1.3.7"
  },
  {
    "name": "compat.xfixes",
    "description": "X Fixes extension runtime library and public headers",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libxfixes",
    "docs": "",
    "licenses": [
      "HPND-sell-variant"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "6.0.2",
    "all_versions": [
      "6.0.2"
    ],
    "deps": [
      "compat.x11",
      "compat.xext",
      "compat.xorgproto"
    ],
    "install_command": "mcpp add compat.xfixes@6.0.2"
  },
  {
    "name": "compat.xi",
    "description": "X Input extension runtime library and public headers",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libxi",
    "docs": "",
    "licenses": [
      "MIT-Open-Group"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.8.3",
    "all_versions": [
      "1.8.3"
    ],
    "deps": [
      "compat.x11",
      "compat.xfixes",
      "compat.xext",
      "compat.xorgproto"
    ],
    "install_command": "mcpp add compat.xi@1.8.3"
  },
  {
    "name": "compat.xinerama",
    "description": "Xinerama extension runtime library and public headers",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libxinerama",
    "docs": "",
    "licenses": [
      "MIT-Open-Group"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.1.6",
    "all_versions": [
      "1.1.6"
    ],
    "deps": [
      "compat.x11",
      "compat.xext",
      "compat.xorgproto"
    ],
    "install_command": "mcpp add compat.xinerama@1.1.6"
  },
  {
    "name": "compat.xorgproto",
    "description": "X.Org protocol headers for X11-based compat packages",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/xorg/proto/xorgproto",
    "docs": "",
    "licenses": [],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "2025.1",
    "all_versions": [
      "2025.1"
    ],
    "deps": [],
    "install_command": "mcpp add compat.xorgproto@2025.1"
  },
  {
    "name": "compat.xrandr",
    "description": "X Resize, Rotate and Reflect extension runtime library and public headers",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libxrandr",
    "docs": "",
    "licenses": [
      "HPND-sell-variant"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.5.5",
    "all_versions": [
      "1.5.5"
    ],
    "deps": [
      "compat.x11",
      "compat.xorgproto",
      "compat.xext",
      "compat.xrender"
    ],
    "install_command": "mcpp add compat.xrandr@1.5.5"
  },
  {
    "name": "compat.xrender",
    "description": "X Rendering extension runtime library and public headers",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libxrender",
    "docs": "",
    "licenses": [
      "HPND-sell-variant"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.9.12",
    "all_versions": [
      "0.9.12"
    ],
    "deps": [
      "compat.x11",
      "compat.xorgproto"
    ],
    "install_command": "mcpp add compat.xrender@0.9.12"
  },
  {
    "name": "compat.xtrans",
    "description": "X.Org transport layer support headers used by Xlib",
    "homepage": "",
    "repo": "https://gitlab.freedesktop.org/xorg/lib/libxtrans",
    "docs": "",
    "licenses": [
      "HPND-sell-variant",
      "MIT",
      "MIT-Open-Group"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.6.0",
    "all_versions": [
      "1.6.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.xtrans@1.6.0"
  },
  {
    "name": "compat.xxhash",
    "description": "Extremely fast non-cryptographic hash algorithm (XXH32/XXH64/XXH3)",
    "homepage": "",
    "repo": "https://github.com/Cyan4973/xxHash",
    "docs": "",
    "licenses": [
      "BSD-2-Clause"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.8.3",
    "all_versions": [
      "0.8.3"
    ],
    "deps": [],
    "install_command": "mcpp add compat.xxhash@0.8.3"
  },
  {
    "name": "compat.xz",
    "description": "XZ Utils liblzma compression library",
    "homepage": "",
    "repo": "https://github.com/tukaani-project/xz",
    "docs": "",
    "licenses": [
      "0BSD"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "5.8.3",
    "all_versions": [
      "5.8.3"
    ],
    "deps": [],
    "install_command": "mcpp add compat.xz@5.8.3"
  },
  {
    "name": "compat.yyjson",
    "description": "Fastest C JSON library with SIMD — ANSI C, zero dependencies",
    "homepage": "",
    "repo": "https://github.com/ibireme/yyjson",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.12.0",
    "all_versions": [
      "0.12.0"
    ],
    "deps": [],
    "install_command": "mcpp add compat.yyjson@0.12.0"
  },
  {
    "name": "compat.zlib",
    "description": "A compression library",
    "homepage": "",
    "repo": "https://github.com/madler/zlib",
    "docs": "",
    "licenses": [
      "Zlib"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.3.2",
    "all_versions": [
      "1.3.2"
    ],
    "deps": [],
    "install_command": "mcpp add compat.zlib@1.3.2"
  },
  {
    "name": "compat.zstd",
    "description": "Zstandard real-time compression algorithm",
    "homepage": "",
    "repo": "https://github.com/facebook/zstd",
    "docs": "",
    "licenses": [
      "BSD-3-Clause",
      "GPL-2.0-only"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.5.7",
    "all_versions": [
      "1.5.7"
    ],
    "deps": [],
    "install_command": "mcpp add compat.zstd@1.5.7"
  },
  {
    "name": "ffmpeg.ffmpeg",
    "description": "FFmpeg 8.1.2 C++ modules for mcpp (import ffmpeg.av;) on top of the compat.ffmpeg source build",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/ffmpeg-m",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "8.1.2",
    "all_versions": [
      "8.1.2"
    ],
    "deps": [
      "compat"
    ],
    "install_command": "mcpp add ffmpeg.ffmpeg@8.1.2"
  },
  {
    "name": "fmtlib.fmt",
    "description": "A modern formatting library for C++, exposed as C++23 module fmt",
    "homepage": "",
    "repo": "https://github.com/fmtlib/fmt",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "12.2.0",
    "all_versions": [
      "12.2.0"
    ],
    "deps": [],
    "install_command": "mcpp add fmtlib.fmt@12.2.0"
  },
  {
    "name": "freedesktop.cairo",
    "description": "cairo 1.18.2 — 2D vector drawing, backends as features with X11 off by default",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/cairo",
    "docs": "",
    "licenses": [
      "LGPL-2.1-or-later",
      "MPL-1.1"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.18.2",
    "all_versions": [
      "1.18.2"
    ],
    "deps": [
      "compat"
    ],
    "install_command": "mcpp add freedesktop.cairo@1.18.2"
  },
  {
    "name": "freedesktop.egl",
    "description": "libEGL — GLVND's vendor-neutral EGL dispatch, built from source, with a C++23 module",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/libglvnd",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.7.0",
    "all_versions": [
      "1.7.0"
    ],
    "deps": [
      "freedesktop"
    ],
    "install_command": "mcpp add freedesktop.egl@1.7.0"
  },
  {
    "name": "freedesktop.fontconfig",
    "description": "fontconfig 2.15.0 — font discovery and matching, every generated file produced by build.mcpp",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/fontconfig",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.15.0",
    "all_versions": [
      "2.15.0"
    ],
    "deps": [
      "compat"
    ],
    "install_command": "mcpp add freedesktop.fontconfig@2.15.0"
  },
  {
    "name": "freedesktop.glesv1",
    "description": "libGLESv1_CM.so.1 — OpenGL ES 1.x (common profile) through GLVND, built from source, with a C++23 module",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/libglvnd",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.7.0",
    "all_versions": [
      "1.7.0"
    ],
    "deps": [
      "freedesktop"
    ],
    "install_command": "mcpp add freedesktop.glesv1@1.7.0"
  },
  {
    "name": "freedesktop.glesv2",
    "description": "libGLESv2.so.2 — OpenGL ES 2.0/3.x through GLVND, built from source, with a C++23 module",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/libglvnd",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.7.0",
    "all_versions": [
      "1.7.0"
    ],
    "deps": [
      "freedesktop"
    ],
    "install_command": "mcpp add freedesktop.glesv2@1.7.0"
  },
  {
    "name": "freedesktop.libdisplay-info",
    "description": "libdisplay-info 0.2.0 — EDID and DisplayID parsing, with the PNP vendor table pre-generated from a pinned hwdata",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/libdisplay-info",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.2.0",
    "all_versions": [
      "0.2.0"
    ],
    "deps": [],
    "install_command": "mcpp add freedesktop.libdisplay-info@0.2.0"
  },
  {
    "name": "freedesktop.libevdev",
    "description": "libevdev 1.13.7 — a wrapper for the Linux evdev input interface, event-name tables pre-generated",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/libevdev",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.13.7",
    "all_versions": [
      "1.13.7"
    ],
    "deps": [],
    "install_command": "mcpp add freedesktop.libevdev@1.13.7"
  },
  {
    "name": "freedesktop.libxkbcommon",
    "description": "libxkbcommon 1.13.2 — keymap compilation and keyboard state, xkbcomp parser pre-generated",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/libxkbcommon",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.13.2",
    "all_versions": [
      "1.13.2"
    ],
    "deps": [],
    "install_command": "mcpp add freedesktop.libxkbcommon@1.13.2"
  },
  {
    "name": "freedesktop.opengl",
    "description": "libOpenGL.so.0 — version-neutral OpenGL through GLVND, built from source, with a C++23 module",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/libglvnd",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.7.0",
    "all_versions": [
      "1.7.0"
    ],
    "deps": [
      "freedesktop"
    ],
    "install_command": "mcpp add freedesktop.opengl@1.7.0"
  },
  {
    "name": "freedesktop.wayland",
    "description": "libwayland-client — the client side of the Wayland protocol, with a C++23 module wrapper",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/wayland",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.26.0",
    "all_versions": [
      "1.26.0"
    ],
    "deps": [
      "compat"
    ],
    "install_command": "mcpp add freedesktop.wayland@1.26.0"
  },
  {
    "name": "freedesktop.wayland-cursor",
    "description": "libwayland-cursor 1.26.0 — load an XCursor theme into a wl_buffer, for clients that set their own pointer",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/wayland",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.26.0",
    "all_versions": [
      "1.26.0"
    ],
    "deps": [],
    "install_command": "mcpp add freedesktop.wayland-cursor@1.26.0"
  },
  {
    "name": "freedesktop.wayland-egl",
    "description": "libwayland-egl 1.26.0 — wl_egl_window, the bridge from a wl_surface to an EGL window surface",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/wayland",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.26.0",
    "all_versions": [
      "1.26.0"
    ],
    "deps": [],
    "install_command": "mcpp add freedesktop.wayland-egl@1.26.0"
  },
  {
    "name": "freedesktop.wayland-protocols-stable",
    "description": "wayland-protocols stable — xdg-shell, linux-dmabuf-v1, tablet-v2, viewporter, presentation-time",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/wayland-protocols",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.49.1",
    "all_versions": [
      "1.49",
      "1.49.1"
    ],
    "deps": [
      "freedesktop"
    ],
    "install_command": "mcpp add freedesktop.wayland-protocols-stable@1.49.1"
  },
  {
    "name": "freedesktop.wayland-protocols-staging",
    "description": "wayland-protocols staging — the tier upstream expects to stabilise unchanged",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/wayland-protocols",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.49.1",
    "all_versions": [
      "1.49",
      "1.49.1"
    ],
    "deps": [
      "freedesktop"
    ],
    "install_command": "mcpp add freedesktop.wayland-protocols-staging@1.49.1"
  },
  {
    "name": "freedesktop.wayland-protocols-unstable",
    "description": "wayland-protocols unstable — the zwp_*/zxdg_* protocols still in flux",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/wayland-protocols",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.49.1",
    "all_versions": [
      "1.49",
      "1.49.1"
    ],
    "deps": [
      "freedesktop"
    ],
    "install_command": "mcpp add freedesktop.wayland-protocols-unstable@1.49.1"
  },
  {
    "name": "freedesktop.wayland-scanner",
    "description": "wayland-scanner — the Wayland protocol code generator, built from source",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/wayland",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.26.0",
    "all_versions": [
      "1.26.0"
    ],
    "deps": [
      "compat"
    ],
    "install_command": "mcpp add freedesktop.wayland-scanner@1.26.0"
  },
  {
    "name": "freedesktop.wayland-server",
    "description": "libwayland-server — the compositor side of the Wayland protocol, with a C++23 module wrapper",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/wayland",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.26.0",
    "all_versions": [
      "1.26.0"
    ],
    "deps": [
      "compat"
    ],
    "install_command": "mcpp add freedesktop.wayland-server@1.26.0"
  },
  {
    "name": "freedesktop.wayland-util",
    "description": "wayland's macros as a C++23 module — constants, container_of, list/array ranges",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/wayland",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.26.0",
    "all_versions": [
      "1.26.0"
    ],
    "deps": [],
    "install_command": "mcpp add freedesktop.wayland-util@1.26.0"
  },
  {
    "name": "ggml-org.llamacpp",
    "description": "C++23 module package for llama.cpp b10069 (import llamacpp;)",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/llama.cpp-m",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "b10069",
    "all_versions": [
      "b10069"
    ],
    "deps": [],
    "install_command": "mcpp add ggml-org.llamacpp@b10069"
  },
  {
    "name": "gnome.gio",
    "description": "GIO 2.82.5 — files, streams, sockets, D-Bus, GSettings and GListModel",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/glib",
    "docs": "",
    "licenses": [
      "LGPL-2.1-or-later"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.82.5",
    "all_versions": [
      "2.82.5"
    ],
    "deps": [
      "gnome",
      "compat"
    ],
    "install_command": "mcpp add gnome.gio@2.82.5"
  },
  {
    "name": "gnome.glib",
    "description": "GLib 2.82.5 — data structures, the main loop, Unicode, GVariant and GRegex",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/glib",
    "docs": "",
    "licenses": [
      "LGPL-2.1-or-later"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.82.5",
    "all_versions": [
      "2.82.5"
    ],
    "deps": [
      "compat"
    ],
    "install_command": "mcpp add gnome.glib@2.82.5"
  },
  {
    "name": "gnome.gmodule",
    "description": "GModule 2.82.5 — portable dynamic module loading over dlopen",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/glib",
    "docs": "",
    "licenses": [
      "LGPL-2.1-or-later"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.82.5",
    "all_versions": [
      "2.82.5"
    ],
    "deps": [
      "gnome"
    ],
    "install_command": "mcpp add gnome.gmodule@2.82.5"
  },
  {
    "name": "gnome.gobject",
    "description": "GObject 2.82.5 — the GLib type system: GType, signals, properties, closures and GValue",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/glib",
    "docs": "",
    "licenses": [
      "LGPL-2.1-or-later"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "2.82.5",
    "all_versions": [
      "2.82.5"
    ],
    "deps": [
      "gnome",
      "compat"
    ],
    "install_command": "mcpp add gnome.gobject@2.82.5"
  },
  {
    "name": "gnome.pango",
    "description": "Pango 1.56.1 — international text layout: itemisation, shaping, bidi and line breaking",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/pango",
    "docs": "",
    "licenses": [
      "LGPL-2.1-or-later"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.56.1",
    "all_versions": [
      "1.56.1"
    ],
    "deps": [
      "gnome",
      "compat"
    ],
    "install_command": "mcpp add gnome.pango@1.56.1"
  },
  {
    "name": "gnome.pangocairo",
    "description": "PangoCairo 1.56.1 — pango's cairo rendering backend, the usual entry point",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/pango",
    "docs": "",
    "licenses": [
      "LGPL-2.1-or-later"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.56.1",
    "all_versions": [
      "1.56.1"
    ],
    "deps": [
      "gnome",
      "freedesktop"
    ],
    "install_command": "mcpp add gnome.pangocairo@1.56.1"
  },
  {
    "name": "gnome.pangoft2",
    "description": "PangoFT2 1.56.1 — pango's FreeType and fontconfig font backend",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/pango",
    "docs": "",
    "licenses": [
      "LGPL-2.1-or-later"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "1.56.1",
    "all_versions": [
      "1.56.1"
    ],
    "deps": [
      "gnome",
      "freedesktop",
      "compat"
    ],
    "install_command": "mcpp add gnome.pangoft2@1.56.1"
  },
  {
    "name": "godotengine.godot-cpp-m",
    "description": "C++23 module package for godot-cpp (import godot_cpp) — Godot GDExtension API, C++ API unchanged",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/godot-cpp-m",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "10.0.0-rc1",
    "all_versions": [
      "10.0.0-rc1",
      "4.5.0"
    ],
    "deps": [
      "compat"
    ],
    "install_command": "mcpp add godotengine.godot-cpp-m@10.0.0-rc1"
  },
  {
    "name": "grpc.grpc",
    "description": "gRPC 1.83.0 — vendored upstream source build with import grpc; (abseil/protobuf/re2/c-ares/OpenSSL come from this index)",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/grpc-m",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "macosx"
    ],
    "latest_version": "1.83.0",
    "all_versions": [
      "1.83.0"
    ],
    "deps": [
      "compat"
    ],
    "install_command": "mcpp add grpc.grpc@1.83.0"
  },
  {
    "name": "grpc.grpc-plugin",
    "description": "grpc_cpp_plugin 1.83.0 — the gRPC C++ code generator, buildable as an mcpp host tool",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/grpc-m",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.83.0",
    "all_versions": [
      "1.83.0"
    ],
    "deps": [
      "compat"
    ],
    "install_command": "mcpp add grpc.grpc-plugin@1.83.0"
  },
  {
    "name": "gzj-creator.galay",
    "description": "C++23 coroutine networking and protocol framework with named Galay modules",
    "homepage": "",
    "repo": "https://github.com/gzj-creator/galay",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "macosx"
    ],
    "latest_version": "5.0.2",
    "all_versions": [
      "5.0.2"
    ],
    "deps": [],
    "install_command": "mcpp add gzj-creator.galay@5.0.2"
  },
  {
    "name": "llvm.compiler-rt-builtins",
    "description": "The compiler-rt builtins as a source package: LLVM's replacement for libgcc — the routines a compiler emits calls to — compiled with the consuming program's own flags",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/compiler-rt-builtins",
    "docs": "",
    "licenses": [
      "Apache-2.0 WITH LLVM-exception"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "22.1.8.2",
    "all_versions": [
      "22.1.8.2"
    ],
    "deps": [],
    "install_command": "mcpp add llvm.compiler-rt-builtins@22.1.8.2"
  },
  {
    "name": "marzer.tomlplusplus",
    "description": "TOML config file parser and serializer for C++, exposed as C++23 module tomlplusplus",
    "homepage": "",
    "repo": "https://github.com/marzer/tomlplusplus",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "3.4.0",
    "all_versions": [
      "3.4.0"
    ],
    "deps": [],
    "install_command": "mcpp add marzer.tomlplusplus@3.4.0"
  },
  {
    "name": "mcpp.plugins",
    "description": "Official mcpp build plugins: rule packages under mcpp.rules.*, build-time utilities under mcpp.tools.*, each member selected by a feature (host-module)",
    "homepage": "",
    "repo": "https://github.com/mcpp-community/mcpp-plugins",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.1.0",
    "all_versions": [
      "0.1.0"
    ],
    "deps": [],
    "install_command": "mcpp add mcpp.plugins@0.1.0"
  },
  {
    "name": "mcpplibs.aarch64-virt-rt",
    "description": "Board support for QEMU's aarch64 virt machine — memory layout, startup, console and runner, on the zero-libc tier",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/aarch64-virt-rt",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.2.1",
    "all_versions": [
      "0.1.0",
      "0.1.1",
      "0.2.0",
      "0.2.1"
    ],
    "deps": [],
    "install_command": "mcpp add mcpplibs.aarch64-virt-rt@0.2.1"
  },
  {
    "name": "mcpplibs.capi.lua",
    "description": "C++23 module wrapping the Lua 5.4 C API — `import mcpplibs.capi.lua;`",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/lua",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.0.3",
    "all_versions": [
      "0.0.3"
    ],
    "deps": [
      "compat.lua"
    ],
    "install_command": "mcpp add mcpplibs.capi.lua@0.0.3"
  },
  {
    "name": "mcpplibs.clangtidy",
    "description": "clang-tidy as an importable mcpp build rule (role = check, host-module)",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/clangtidy",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.1.0",
    "all_versions": [
      "0.1.0"
    ],
    "deps": [],
    "install_command": "mcpp add mcpplibs.clangtidy@0.1.0"
  },
  {
    "name": "mcpplibs.cmdline",
    "description": "A simple command-line parsing library/framework for modern C++",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/cmdline",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.0.2",
    "all_versions": [
      "0.0.1",
      "0.0.2"
    ],
    "deps": [],
    "install_command": "mcpp add mcpplibs.cmdline@0.0.2"
  },
  {
    "name": "mcpplibs.cmp",
    "description": "A C++23 coroutine runtime project built with mcpp and C++ Modules",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/cmp",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.1.0",
    "all_versions": [
      "0.1.0"
    ],
    "deps": [
      "chriskohlhoff"
    ],
    "install_command": "mcpp add mcpplibs.cmp@0.1.0"
  },
  {
    "name": "mcpplibs.cortex-m-rt",
    "description": "Board support for Cortex-M: startup, memory layout, semihosting console, and the runners that reach an emulator or a debug probe",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/cortex-m-rt",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.2.5",
    "all_versions": [
      "0.2.5"
    ],
    "deps": [],
    "install_command": "mcpp add mcpplibs.cortex-m-rt@0.2.5"
  },
  {
    "name": "mcpplibs.ffmpeg",
    "description": "C++23 module package for FFmpeg (import ffmpeg.av) — full source build via compat.ffmpeg, C API unchanged",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/ffmpeg-m",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.0.3",
    "all_versions": [
      "0.0.3"
    ],
    "deps": [
      "compat"
    ],
    "install_command": "mcpp add mcpplibs.ffmpeg@0.0.3"
  },
  {
    "name": "mcpplibs.grpcgen",
    "description": "protoc + grpc_cpp_plugin codegen as an importable mcpp build rule (host-module)",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/grpc-m",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.83.0",
    "all_versions": [
      "1.83.0"
    ],
    "deps": [],
    "install_command": "mcpp add mcpplibs.grpcgen@1.83.0"
  },
  {
    "name": "mcpplibs.imgui",
    "description": "C++23 module package for Dear ImGui core and GLFW/OpenGL3 backends",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/imgui-m",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.0.6",
    "all_versions": [
      "0.0.1",
      "0.0.2",
      "0.0.3",
      "0.0.4",
      "0.0.5",
      "0.0.6"
    ],
    "deps": [
      "compat"
    ],
    "install_command": "mcpp add mcpplibs.imgui@0.0.6"
  },
  {
    "name": "mcpplibs.llamacpp",
    "description": "C++23 module package for llama.cpp (import llamacpp)",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/llama.cpp-m",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.1.0",
    "all_versions": [
      "0.1.0"
    ],
    "deps": [],
    "install_command": "mcpp add mcpplibs.llamacpp@0.1.0"
  },
  {
    "name": "mcpplibs.llmapi",
    "description": "Modern C++ LLM API client with openai-compatible support",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/llmapi",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.2.8",
    "all_versions": [
      "0.2.4",
      "0.2.5",
      "0.2.6",
      "0.2.8"
    ],
    "deps": [
      "mcpplibs"
    ],
    "install_command": "mcpp add mcpplibs.llmapi@0.2.8"
  },
  {
    "name": "mcpplibs.openarch",
    "description": "openarch: the architecture-mechanism layer — execution contexts, traps and address spaces, as one interface over several instruction sets",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/openarch",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.9.0",
    "all_versions": [
      "0.1.0",
      "0.2.0",
      "0.4.0",
      "0.4.1",
      "0.5.0",
      "0.5.1",
      "0.6.0",
      "0.7.0",
      "0.8.0",
      "0.8.1",
      "0.9.0"
    ],
    "deps": [
      "openarch-abi"
    ],
    "install_command": "mcpp add mcpplibs.openarch@0.9.0"
  },
  {
    "name": "mcpplibs.openkal",
    "description": "openkal: a portable kernel ABI specification, and the C++ modules that declare it",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/openkal",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.12.0",
    "all_versions": [
      "0.10.0",
      "0.11.0",
      "0.12.0",
      "0.4.0",
      "0.5.1",
      "0.5.2",
      "0.6.0",
      "0.7.0",
      "0.8.0",
      "0.9.0"
    ],
    "deps": [],
    "install_command": "mcpp add mcpplibs.openkal@0.12.0"
  },
  {
    "name": "mcpplibs.openkal-kit",
    "description": "Facilities composed from openkal's interfaces, and not part of the specification",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/openkal",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.2.0",
    "all_versions": [
      "0.1.1",
      "0.2.0"
    ],
    "deps": [
      "openkal"
    ],
    "install_command": "mcpp add mcpplibs.openkal-kit@0.2.0"
  },
  {
    "name": "mcpplibs.openkal-libc",
    "description": "A C library above openkal rather than above a kernel, written to test the claim that porting one library suffices",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/openkal-libc",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.2.0",
    "all_versions": [
      "0.2.0"
    ],
    "deps": [
      "openkal"
    ],
    "install_command": "mcpp add mcpplibs.openkal-libc@0.2.0"
  },
  {
    "name": "mcpplibs.openkal-linux",
    "description": "The reference implementation of openkal for Linux, maintained as a worked example",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/openkal-linux",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.12.0",
    "all_versions": [
      "0.10.0",
      "0.11.0",
      "0.12.0",
      "0.4.0",
      "0.5.1",
      "0.5.2",
      "0.5.3",
      "0.5.4",
      "0.6.0",
      "0.7.0",
      "0.7.1",
      "0.9.0"
    ],
    "deps": [
      "openkal"
    ],
    "install_command": "mcpp add mcpplibs.openkal-linux@0.12.0"
  },
  {
    "name": "mcpplibs.openkal-llvm-runtime",
    "description": "LLVM's C++ runtime libraries -- libc++, libc++abi and libunwind -- configured for openkal-musl rather than for a host C library",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/openkal-llvm-runtime",
    "docs": "",
    "licenses": [
      "Apache-2.0 WITH LLVM-exception"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.9.1",
    "all_versions": [
      "0.1.0",
      "0.1.1",
      "0.1.2",
      "0.1.3",
      "0.2.0",
      "0.3.0",
      "0.3.1",
      "0.4.0",
      "0.5.0",
      "0.6.0",
      "0.7.0",
      "0.8.0",
      "0.9.0",
      "0.9.1"
    ],
    "deps": [
      "openkal-musl"
    ],
    "install_command": "mcpp add mcpplibs.openkal-llvm-runtime@0.9.1"
  },
  {
    "name": "mcpplibs.openkal-macos",
    "description": "An implementation of openkal for macOS, which exists as much to test the specification as to be used",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/openkal-macos",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.9.0",
    "all_versions": [
      "0.2.0",
      "0.3.1",
      "0.3.2",
      "0.3.3",
      "0.3.4",
      "0.4.0",
      "0.5.0",
      "0.6.0",
      "0.6.1",
      "0.7.0",
      "0.8.0",
      "0.9.0"
    ],
    "deps": [
      "openkal"
    ],
    "install_command": "mcpp add mcpplibs.openkal-macos@0.9.0"
  },
  {
    "name": "mcpplibs.openkal-musl",
    "description": "musl 1.2.5 redirected onto openkal: one C library, ported once, above every implementation of the specification rather than above one kernel",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/openkal-musl",
    "docs": "",
    "licenses": [
      "Apache-2.0",
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.13.1",
    "all_versions": [
      "0.10.0",
      "0.11.0",
      "0.12.0",
      "0.13.0",
      "0.13.1",
      "0.3.0",
      "0.3.1",
      "0.3.2",
      "0.3.3",
      "0.3.4",
      "0.3.5",
      "0.4.0",
      "0.5.0",
      "0.6.0",
      "0.7.0",
      "0.8.0",
      "0.9.0"
    ],
    "deps": [
      "openkal"
    ],
    "install_command": "mcpp add mcpplibs.openkal-musl@0.13.1"
  },
  {
    "name": "mcpplibs.openkal-opensbi",
    "description": "An implementation of openkal on the RISC-V Supervisor Binary Interface, portable across every machine whose firmware provides one",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/openkal-opensbi",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.6.0",
    "all_versions": [
      "0.1.0",
      "0.1.1",
      "0.1.2",
      "0.1.4",
      "0.1.5",
      "0.2.0",
      "0.3.0",
      "0.4.0",
      "0.5.0",
      "0.6.0"
    ],
    "deps": [
      "openkal"
    ],
    "install_command": "mcpp add mcpplibs.openkal-opensbi@0.6.0"
  },
  {
    "name": "mcpplibs.openkal-uefi",
    "description": "An implementation of openkal on UEFI Boot Services, for applications the firmware loads before an operating system exists",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/openkal-uefi",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.6.0",
    "all_versions": [
      "0.1.0",
      "0.1.1",
      "0.1.2",
      "0.1.3",
      "0.2.0",
      "0.3.0",
      "0.4.0",
      "0.5.0",
      "0.6.0"
    ],
    "deps": [
      "openkal"
    ],
    "install_command": "mcpp add mcpplibs.openkal-uefi@0.6.0"
  },
  {
    "name": "mcpplibs.openkal-windows",
    "description": "An implementation of openkal for Windows, on the Win32 interfaces and the object manager beneath them, using no C runtime symbol",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/openkal-windows",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.7.0",
    "all_versions": [
      "0.1.1",
      "0.1.2",
      "0.1.3",
      "0.1.4",
      "0.1.5",
      "0.2.0",
      "0.3.0",
      "0.4.0",
      "0.5.0",
      "0.6.0",
      "0.7.0"
    ],
    "deps": [
      "openkal"
    ],
    "install_command": "mcpp add mcpplibs.openkal-windows@0.7.0"
  },
  {
    "name": "mcpplibs.riscv-virt-rt",
    "description": "Board support for QEMU's RISC-V virt machine — picolibc, startup, memory layout and the emulator",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/riscv-virt-rt",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.7.1",
    "all_versions": [
      "0.1.0",
      "0.2.0",
      "0.3.0",
      "0.4.0",
      "0.4.1",
      "0.5.1",
      "0.5.2",
      "0.6.0",
      "0.6.1",
      "0.7.0",
      "0.7.1"
    ],
    "deps": [
      "xim:picolibc-riscv@1.8.12"
    ],
    "install_command": "mcpp add mcpplibs.riscv-virt-rt@0.7.1"
  },
  {
    "name": "mcpplibs.rules-cuda",
    "description": "Compile CUDA device translation units as an importable mcpp build rule (host-module)",
    "homepage": "",
    "repo": "https://github.com/mcpp-community/mcpp",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.1.0",
    "all_versions": [
      "0.1.0"
    ],
    "deps": [],
    "install_command": "mcpp add mcpplibs.rules-cuda@0.1.0"
  },
  {
    "name": "mcpplibs.sbase",
    "description": "The suckless base utilities recompiled above openkal-musl: ninety-seven tools, sources unmodified, on Linux, macOS and Windows",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/sbase",
    "docs": "",
    "licenses": [
      "MIT",
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.1.3",
    "all_versions": [
      "0.1.0",
      "0.1.1",
      "0.1.2",
      "0.1.3"
    ],
    "deps": [
      "openkal-musl"
    ],
    "install_command": "mcpp add mcpplibs.sbase@0.1.3"
  },
  {
    "name": "mcpplibs.std-freestanding",
    "description": "The freestanding subset of the C++ standard library as one module — import mcpplibs.std.freestanding",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/std-freestanding",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.5.2",
    "all_versions": [
      "0.2.0",
      "0.3.0",
      "0.3.1",
      "0.3.2",
      "0.4.0",
      "0.5.0",
      "0.5.1",
      "0.5.2"
    ],
    "deps": [
      "xim:libcxx-headers@22.1.8"
    ],
    "install_command": "mcpp add mcpplibs.std-freestanding@0.5.2"
  },
  {
    "name": "mcpplibs.std-freestanding-alloc-kal",
    "description": "The replaceable allocation functions for the freestanding subset, forwarded to openkal",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/std-freestanding-alloc-kal",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "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": [
      "openkal"
    ],
    "install_command": "mcpp add mcpplibs.std-freestanding-alloc-kal@0.1.5"
  },
  {
    "name": "mcpplibs.std-freestanding-alloc-libc",
    "description": "The replaceable allocation functions for the freestanding subset, forwarded to the target's C library",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/std-freestanding-alloc-libc",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.1.0",
    "all_versions": [
      "0.1.0"
    ],
    "deps": [],
    "install_command": "mcpp add mcpplibs.std-freestanding-alloc-libc@0.1.0"
  },
  {
    "name": "mcpplibs.std-freestanding-nolibc",
    "description": "memcpy, memmove, memset, memcmp and strlen for targets with no C library",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/std-freestanding-nolibc",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.2.0",
    "all_versions": [
      "0.1.0",
      "0.1.1",
      "0.2.0"
    ],
    "deps": [],
    "install_command": "mcpp add mcpplibs.std-freestanding-nolibc@0.2.0"
  },
  {
    "name": "mcpplibs.templates",
    "description": "Minimal C++23 modular hello library",
    "homepage": "",
    "repo": "https://github.com/mcpp-community/templates",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.0.1",
    "all_versions": [
      "0.0.1"
    ],
    "deps": [],
    "install_command": "mcpp add mcpplibs.templates@0.0.1"
  },
  {
    "name": "mcpplibs.tinyhttps",
    "description": "Minimal C++23 HTTP/HTTPS client with SSE streaming support",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/tinyhttps",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.2.10",
    "all_versions": [
      "0.2.1",
      "0.2.10",
      "0.2.2",
      "0.2.3",
      "0.2.4",
      "0.2.5",
      "0.2.6",
      "0.2.7",
      "0.2.8",
      "0.2.9"
    ],
    "deps": [
      "compat"
    ],
    "install_command": "mcpp add mcpplibs.tinyhttps@0.2.10"
  },
  {
    "name": "mcpplibs.xpkg",
    "description": "C++23 reference implementation of the xpkg V1 spec — `import mcpplibs.xpkg;`",
    "homepage": "",
    "repo": "https://github.com/openxlings/libxpkg",
    "docs": "",
    "licenses": [
      "Apache-2.0"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.0.57",
    "all_versions": [
      "0.0.39",
      "0.0.40",
      "0.0.41",
      "0.0.42",
      "0.0.44",
      "0.0.45",
      "0.0.46",
      "0.0.47",
      "0.0.48",
      "0.0.49",
      "0.0.50",
      "0.0.51",
      "0.0.52",
      "0.0.53",
      "0.0.54",
      "0.0.55",
      "0.0.56",
      "0.0.57"
    ],
    "deps": [
      "mcpplibs.capi.lua"
    ],
    "install_command": "mcpp add mcpplibs.xpkg@0.0.57"
  },
  {
    "name": "neargye.magic_enum",
    "description": "Header-only C++17 library for static reflection of enums, exposed as C++23 module magic_enum",
    "homepage": "",
    "repo": "https://github.com/Neargye/magic_enum",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "0.9.8",
    "all_versions": [
      "0.9.8"
    ],
    "deps": [],
    "install_command": "mcpp add neargye.magic_enum@0.9.8"
  },
  {
    "name": "nlohmann.json",
    "description": "JSON for Modern C++, exposed as C++23 module nlohmann.json",
    "homepage": "",
    "repo": "https://github.com/nlohmann/json",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "3.12.0",
    "all_versions": [
      "3.12.0"
    ],
    "deps": [],
    "install_command": "mcpp add nlohmann.json@3.12.0"
  },
  {
    "name": "ocornut.imgui",
    "description": "Dear ImGui 1.92.8 core and GLFW/OpenGL3 backend modules for mcpp (import imgui.core;)",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/imgui-m",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.92.8",
    "all_versions": [
      "1.92.8"
    ],
    "deps": [
      "compat"
    ],
    "install_command": "mcpp add ocornut.imgui@1.92.8"
  },
  {
    "name": "opencv.opencv",
    "description": "OpenCV 5.0.0 vendored + C++23 module layer — import opencv.cv; (single repo, no compat.opencv dependency)",
    "homepage": "",
    "repo": "https://github.com/Sunrisepeak/opencv-m",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "5.0.0",
    "all_versions": [
      "5.0.0"
    ],
    "deps": [
      "compat"
    ],
    "install_command": "mcpp add opencv.opencv@5.0.0"
  },
  {
    "name": "picolibc.picolibc",
    "description": "picolibc as a source package: a freestanding C library compiled with the consuming program's own flags, so there is no multilib and no ABI convention to match",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/picolibc",
    "docs": "",
    "licenses": [
      "BSD-3-Clause",
      "BSD-3-Clause-Clear",
      "MIT",
      "BSD-2-Clause-FreeBSD",
      "BSD-2-Clause"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux",
      "windows",
      "macosx"
    ],
    "latest_version": "1.8.12.3",
    "all_versions": [
      "1.8.12.3"
    ],
    "deps": [
      "llvm"
    ],
    "install_command": "mcpp add picolibc.picolibc@1.8.12.3"
  },
  {
    "name": "wlroots.wlroots",
    "description": "wlroots 0.20.2 — modular Wayland compositor library, with DRM/libinput/session/GLES2/pixman/GBM built and X11 left out",
    "homepage": "",
    "repo": "https://github.com/mcpplibs/wlroots",
    "docs": "",
    "licenses": [
      "MIT"
    ],
    "type": "package",
    "status": "",
    "platforms": [
      "linux"
    ],
    "latest_version": "0.20.2",
    "all_versions": [
      "0.20.2"
    ],
    "deps": [
      "freedesktop",
      "compat"
    ],
    "install_command": "mcpp add wlroots.wlroots@0.20.2"
  }
]