mingw.md 683 KB

1

11zip (mingw)

| Description | Dead simple zipping / unzipping C++ Lib | | -- | -- | | Homepage | https://github.com/Sygmei/11Zip | | License | MIT | | Versions | 2023.05.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | 11zip/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] 11zip
Integration in the project (xmake.lua)
add_requires("11zip")

a

abseil (mingw)

| Description | C++ Common Libraries | | -- | -- | | Homepage | https://abseil.io | | License | Apache-2.0 | | Versions | 20200225.1, 20210324.1, 20210324.2, 20211102.0, 20220623.0, 20230125.2, 20230802.1, 20240116.1, 20240116.2, 20240722.0, 20250127.0, 20250127.1, 20250512.0, 20250512.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | abseil/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] abseil
Integration in the project (xmake.lua)
add_requires("abseil")

access_private (mingw)

| Description | Access private members and statics of a C++ class | | -- | -- | | Homepage | https://github.com/martong/access_private | | License | MIT | | Versions | 2024.02.01 | | Architectures | arm, arm64, i386, x86_64 | | Definition | access_private/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] access_private
Integration in the project (xmake.lua)
add_requires("access_private")

ada (mingw)

| Description | WHATWG-compliant and fast URL parser written in modern C++ | | -- | -- | | Homepage | https://www.ada-url.com | | License | Apache-2.0 | | Versions | v2.3.1, v2.4.0, v2.4.1, v2.7.6, v2.7.7, v2.7.8, v2.8.0, v2.9.0, v2.9.1, v2.9.2, v3.0.1, v3.1.3, v3.2.1, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ada/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ada
Integration in the project (xmake.lua)
add_requires("ada")

ade (mingw)

| Description | ADE Framework is a graph construction, manipulation, and processing framework. | | -- | -- | | Homepage | https://github.com/opencv/ade | | License | Apache-2.0 | | Versions | v0.1.2d, v0.1.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ade/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ade
Integration in the project (xmake.lua)
add_requires("ade")

agg (mingw)

| Description | Anti-Grain Geometry: A High Quality Rendering Engine for C++ | | -- | -- | | Homepage | https://agg.sourceforge.net/antigrain.com/index.html | | License | BSD-3-Clause | | Versions | 2.7.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | agg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] agg
Integration in the project (xmake.lua)
add_requires("agg")

aitoolkit (mingw)

| Description | Give a brain to your game's NPCs | | -- | -- | | Homepage | https://linkdd.github.io/aitoolkit/ | | License | MIT | | Versions | v0.3.0, v0.5.0, v0.5.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | aitoolkit/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] aitoolkit
Integration in the project (xmake.lua)
add_requires("aitoolkit")

aklomp-base64 (mingw)

| Description | Fast Base64 stream encoder/decoder in C99, with SIMD acceleration. | | -- | -- | | Homepage | https://github.com/aklomp/base64 | | License | BSD-2-Clause | | Versions | v0.5.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | aklomp-base64/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] aklomp-base64
Integration in the project (xmake.lua)
add_requires("aklomp-base64")

alembic (mingw)

| Description | Open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications. | | -- | -- | | Homepage | https://alembic.io/ | | License | BSD-3-Clause | | Versions | 1.8.5, 1.8.6, 1.8.7, 1.8.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | alembic/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] alembic
Integration in the project (xmake.lua)
add_requires("alembic")

algo_plus (mingw)

| Description | AlgoPlus is a C++17 library for complex data structures and algorithms | | -- | -- | | Homepage | https://csrt-ntua.github.io/AlgoPlus | | License | Apache-2.0 | | Versions | 2024.07.02 | | Architectures | arm, arm64, i386, x86_64 | | Definition | algo_plus/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] algo_plus
Integration in the project (xmake.lua)
add_requires("algo_plus")

alpaca (mingw)

| Description | Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code | | -- | -- | | Homepage | https://github.com/p-ranav/alpaca | | License | MIT | | Versions | v0.2.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | alpaca/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] alpaca
Integration in the project (xmake.lua)
add_requires("alpaca")

amgcl (mingw)

| Description | C++ library for solving large sparse linear systems with algebraic multigrid method | | -- | -- | | Homepage | https://github.com/ddemidov/amgcl/ | | License | MIT | | Versions | 1.4.0, 1.4.2, 1.4.3, 1.4.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | amgcl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] amgcl
Integration in the project (xmake.lua)
add_requires("amgcl")

amqp-cpp (mingw)

| Description | C++ library for asynchronous non-blocking communication with RabbitMQ | | -- | -- | | Homepage | https://github.com/CopernicaMarketingSoftware/AMQP-CPP | | License | Apache-2.0 | | Versions | v4.3.26, v4.3.27 | | Architectures | arm, arm64, i386, x86_64 | | Definition | amqp-cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] amqp-cpp
Integration in the project (xmake.lua)
add_requires("amqp-cpp")

amrex (mingw)

| Description | AMReX: Software Framework for Block Structured AMR | | -- | -- | | Homepage | https://amrex-codes.github.io/amrex | | Versions | 24.09, 24.12, 25.02, 25.03, 25.04, 25.05, 25.06 | | Architectures | arm, arm64, i386, x86_64 | | Definition | amrex/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] amrex
Integration in the project (xmake.lua)
add_requires("amrex")

anari (mingw)

| Description | ANARI Software Development Kit (SDK) | | -- | -- | | Homepage | https://github.com/KhronosGroup/ANARI-SDK | | License | Apache-2.0 | | Versions | v0.12.1, v0.13.1, v0.14.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | anari/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] anari
Integration in the project (xmake.lua)
add_requires("anari")

angelscript (mingw)

| Description | Extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts | | -- | -- | | Homepage | http://angelcode.com/angelscript/ | | License | zlib | | Versions | 2.34.0, 2.35.0, 2.35.1, 2.36.0, 2.37.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | angelscript/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] angelscript
Integration in the project (xmake.lua)
add_requires("angelscript")

annoy (mingw)

| Description | Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk | | -- | -- | | Homepage | https://github.com/spotify/annoy | | License | Apache-2.0 | | Versions | v1.17.2, v1.17.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | annoy/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] annoy
Integration in the project (xmake.lua)
add_requires("annoy")

antlr4 (mingw)

| Description | powerful parser generator for reading, processing, executing, or translating structured text or binary files. | | -- | -- | | Homepage | https://www.antlr.org | | License | BSD-3-Clause | | Versions | 4.13.1, 4.13.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | antlr4/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] antlr4
Integration in the project (xmake.lua)
add_requires("antlr4")

antlr4-runtime (mingw)

| Description | ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. | | -- | -- | | Homepage | http://antlr.org | | License | BSD-3-Clause | | Versions | 4.13.1, 4.13.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | antlr4-runtime/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] antlr4-runtime
Integration in the project (xmake.lua)
add_requires("antlr4-runtime")

aom (mingw)

| Description | AV1 Codec Library | | -- | -- | | Homepage | https://aomedia.googlesource.com/aom | | License | BSD-2-Clause | | Versions | 3.9.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | aom/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] aom
Integration in the project (xmake.lua)
add_requires("aom")

aqt (mingw)

| Description | aqt: Another (unofficial) Qt CLI Installer on multi-platforms | | -- | -- | | Homepage | https://github.com/miurahr/aqtinstall | | License | MIT | | Versions | | | Architectures | arm, arm64, i386, x86_64 | | Definition | aqt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] aqt
Integration in the project (xmake.lua)
add_requires("aqt")

arduinojson (mingw)

| Description | 📟 JSON library for Arduino and embedded C++. Simple and efficient. | | -- | -- | | Homepage | https://arduinojson.org | | License | MIT | | Versions | v6.21.4, v7.0.3, v7.0.4, v7.1.0, v7.2.0, v7.2.1, v7.3.0, v7.3.1, v7.4.1, v7.4.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | arduinojson/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] arduinojson
Integration in the project (xmake.lua)
add_requires("arduinojson")

argh (mingw)

| Description | Argh! A minimalist argument handler. | | -- | -- | | Homepage | https://github.com/adishavit/argh | | License | BSD-3-Clause | | Versions | v1.3.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | argh/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] argh
Integration in the project (xmake.lua)
add_requires("argh")

argparse (mingw)

| Description | A single header argument parser for C++17 | | -- | -- | | Homepage | https://github.com/p-ranav/argparse | | License | MIT | | Versions | 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | argparse/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] argparse
Integration in the project (xmake.lua)
add_requires("argparse")

argtable3 (mingw)

| Description | A single-file, ANSI C, command-line parsing library that parses GNU-style command-line options. | | -- | -- | | Homepage | http://www.argtable.org | | License | BSD-3-Clause | | Versions | v3.2.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | argtable3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] argtable3
Integration in the project (xmake.lua)
add_requires("argtable3")

argus (mingw)

| Description | Argus is a cross-platform modern feature-rich command-line argument parser for C | | -- | -- | | Homepage | https://argus-lib.com | | License | MIT | | Versions | v0.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | argus/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] argus
Integration in the project (xmake.lua)
add_requires("argus")

argz (mingw)

| Description | A light weight C++ in memory argument parser | | -- | -- | | Homepage | https://github.com/stephenberry/argz | | License | Apache-2.0 | | Versions | v0.2.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | argz/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] argz
Integration in the project (xmake.lua)
add_requires("argz")

asap (mingw)

| Description | A C++ header-only library for creating, displaying, iterating and manipulating dates | | -- | -- | | Homepage | https://github.com/mobius3/asap | | License | MIT | | Versions | 2023.04.21 | | Architectures | arm, arm64, i386, x86_64 | | Definition | asap/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] asap
Integration in the project (xmake.lua)
add_requires("asap")

asbind20 (mingw)

| Description | C++20 AngelScript binding library | | -- | -- | | Homepage | https://asbind20.readthedocs.io/ | | License | MIT | | Versions | 1.6.0, 1.7.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | asbind20/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] asbind20
Integration in the project (xmake.lua)
add_requires("asbind20")

aseprite-tga (mingw)

| Description | C++ library to read/write Truevision TGA/TARGA files | | -- | -- | | Homepage | https://github.com/aseprite/tga | | License | MIT | | Versions | 2023.6.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | aseprite-tga/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] aseprite-tga
Integration in the project (xmake.lua)
add_requires("aseprite-tga")

asio (mingw)

| Description | Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. | | -- | -- | | Homepage | http://think-async.com/Asio/ | | License | BSL-1.0 | | Versions | 1.20.0, 1.21.0, 1.24.0, 1.28.0, 1.29.0, 1.30.2, 1.32.0, 1.34.0, 1.34.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | asio/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] asio
Integration in the project (xmake.lua)
add_requires("asio")

asio2 (mingw)

| Description | Header only c++ network library, based on asio, support tcp,udp,http,websocket,rpc,ssl,icmp,serial_port. | | -- | -- | | Homepage | https://github.com/zhllxt/asio2 | | License | BSL-1.0 | | Versions | v2.9 | | Architectures | arm, arm64, i386, x86_64 | | Definition | asio2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] asio2
Integration in the project (xmake.lua)
add_requires("asio2")

asio3 (mingw)

| Description | Header only c++ network library, based on c++ 20 coroutine and asio | | -- | -- | | Homepage | https://github.com/zhllxt/asio3 | | License | BSL-1.0 | | Versions | 2023.12.03 | | Architectures | arm, arm64, i386, x86_64 | | Definition | asio3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] asio3
Integration in the project (xmake.lua)
add_requires("asio3")

asmjit (mingw)

| Description | AsmJit is a lightweight library for machine code generation written in C++ language. | | -- | -- | | Homepage | https://asmjit.com/ | | License | zlib | | Versions | 2021.06.27, 2022.01.18, 2024.03.09, 2024.05.21 | | Architectures | arm, arm64, i386, x86_64 | | Definition | asmjit/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] asmjit
Integration in the project (xmake.lua)
add_requires("asmjit")

asmtk (mingw)

| Description | Assembler toolkit based on AsmJit | | -- | -- | | Homepage | https://github.com/asmjit/asmtk | | License | zlib | | Versions | 2023.07.18 | | Architectures | arm, arm64, i386, x86_64 | | Definition | asmtk/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] asmtk
Integration in the project (xmake.lua)
add_requires("asmtk")

assimp (mingw)

| Description | Portable Open-Source library to import various well-known 3D model formats in a uniform manner | | -- | -- | | Homepage | https://assimp.org | | License | BSD-3-Clause | | Versions | v5.0.1, v5.1.4, v5.2.1, v5.2.2, v5.2.3, v5.2.4, v5.2.5, v5.3.0, v5.3.1, v5.4.0, v5.4.1, v5.4.2, v5.4.3, v6.0.1, v6.0.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | assimp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] assimp
Integration in the project (xmake.lua)
add_requires("assimp")

astc-encoder (mingw)

| Description | The Arm ASTC Encoder, a compressor for the Adaptive Scalable Texture Compression data format. | | -- | -- | | Homepage | https://developer.arm.com/graphics | | License | Apache-2.0 | | Versions | 4.6.1, 4.7.0, 4.8.0, 5.2.0, 5.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | astc-encoder/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] astc-encoder
Integration in the project (xmake.lua)
add_requires("astc-encoder")

async_simple (mingw)

| Description | Simple, light-weight and easy-to-use asynchronous components | | -- | -- | | Homepage | https://github.com/alibaba/async_simple | | License | Apache-2.0 | | Versions | 1.1, 1.2, 1.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | async_simple/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] async_simple
Integration in the project (xmake.lua)
add_requires("async_simple")

atomic_queue (mingw)

| Description | C++ lockless queue. | | -- | -- | | Homepage | https://github.com/max0x7ba/atomic_queue | | License | MIT | | Versions | v1.5, v1.6.3, v1.6.4, v1.6.5, v1.6.9 | | Architectures | arm, arm64, i386, x86_64 | | Definition | atomic_queue/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] atomic_queue
Integration in the project (xmake.lua)
add_requires("atomic_queue")

audiofile (mingw)

| Description | A simple C++ library for reading and writing audio files. | | -- | -- | | Homepage | https://github.com/adamstark/AudioFile | | License | MIT | | Versions | 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.1.0, 1.1.1, 1.1.2, 1.1.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | audiofile/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] audiofile
Integration in the project (xmake.lua)
add_requires("audiofile")

aurora-au (mingw)

| Description | A C++14-compatible physical units library with no dependencies and a single-file delivery option. Emphasis on safety, accessibility, performance, and developer experience. | | -- | -- | | Homepage | https://aurora-opensource.github.io/au | | License | Apache-2.0 | | Versions | 0.4.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | aurora-au/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] aurora-au
Integration in the project (xmake.lua)
add_requires("aurora-au")

autoconf (mingw)

| Description | An extensible package of M4 macros that produce shell scripts to automatically configure software source code packages. | | -- | -- | | Homepage | https://www.gnu.org/software/autoconf/autoconf.html | | Versions | 2.68, 2.69, 2.71, 2.72 | | Architectures | arm, arm64, i386, x86_64 | | Definition | autoconf/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] autoconf
Integration in the project (xmake.lua)
add_requires("autoconf")

autoconf-archive (mingw)

| Description | A mirror of the GNU Autoconf Archive, a collection of more than 500 macros for GNU Autoconf that have been contributed as free software by friendly supporters of the cause from all over the Internet. | | -- | -- | | Homepage | http://www.gnu.org/software/autoconf-archive/ | | License | GPL-3.0-or-later | | Versions | 2023.02.20 | | Architectures | arm, arm64, i386, x86_64 | | Definition | autoconf-archive/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] autoconf-archive
Integration in the project (xmake.lua)
add_requires("autoconf-archive")

autodiff (mingw)

| Description | automatic differentiation made easier for C++ | | -- | -- | | Homepage | https://autodiff.github.io | | License | MIT | | Versions | v1.0.3, v1.1.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | autodiff/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] autodiff
Integration in the project (xmake.lua)
add_requires("autodiff")

automake (mingw)

| Description | A tool for automatically generating Makefile.in files compliant with the GNU Coding Standards. | | -- | -- | | Homepage | https://www.gnu.org/software/automake/ | | Versions | 1.9.5, 1.9.6, 1.15.1, 1.16.1, 1.16.4, 1.16.5, 1.17 | | Architectures | arm, arm64, i386, x86_64 | | Definition | automake/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] automake
Integration in the project (xmake.lua)
add_requires("automake")

autotools (mingw)

| Description | %s | | -- | -- | | Homepage | %s | | Versions | | | Architectures | arm, arm64, i386, x86_64 | | Definition | autotools/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] autotools
Integration in the project (xmake.lua)
add_requires("autotools")

avir (mingw)

| Description | High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer | | -- | -- | | Homepage | https://github.com/avaneev/avir | | License | MIT | | Versions | 3.0, 3.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | avir/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] avir
Integration in the project (xmake.lua)
add_requires("avir")

aws-c-auth (mingw)

| Description | C99 library implementation of AWS client-side authentication: standard credentials providers and signing. | | -- | -- | | Homepage | https://github.com/awslabs/aws-c-auth | | License | Apache-2.0 | | Versions | v0.7.3, v0.7.17, v0.7.18, v0.7.22, v0.7.25, v0.7.29, v0.7.31, v0.8.0, v0.8.6, v0.8.7, v0.9.0 | | Architectures | arm, arm64, x86_64 | | Definition | aws-c-auth/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] aws-c-auth
Integration in the project (xmake.lua)
add_requires("aws-c-auth")

aws-c-cal (mingw)

| Description | Aws Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives. | | -- | -- | | Homepage | https://github.com/awslabs/aws-c-cal | | License | Apache-2.0 | | Versions | v0.6.2, v0.6.11, v0.6.12, v0.6.14, v0.6.15, v0.7.1, v0.7.2, v0.7.4, v0.8.0, v0.8.1, v0.8.3, v0.8.7, v0.9.0, v0.9.2 | | Architectures | arm, arm64, x86_64 | | Definition | aws-c-cal/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] aws-c-cal
Integration in the project (xmake.lua)
add_requires("aws-c-cal")

aws-c-common (mingw)

| Description | Core c99 package for AWS SDK for C | | -- | -- | | Homepage | https://github.com/awslabs/aws-c-common | | License | Apache-2.0 | | Versions | v0.9.3, v0.9.13, v0.9.14, v0.9.15, v0.9.17, v0.9.19, v0.9.23, v0.9.24, v0.9.25, v0.9.27, v0.9.28, v0.10.0, v0.10.3, v0.10.6, v0.11.1, v0.11.3, v0.12.0, v0.12.2, v0.12.3, v0.12.4 | | Architectures | arm, arm64, x86_64 | | Definition | aws-c-common/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] aws-c-common
Integration in the project (xmake.lua)
add_requires("aws-c-common")

aws-c-compression (mingw)

| Description | C99 implementation of huffman encoding/decoding | | -- | -- | | Homepage | https://github.com/awslabs/aws-c-compression | | License | Apache-2.0 | | Versions | v0.2.17, v0.2.18, v0.2.19, v0.3.0, v0.3.1 | | Architectures | arm, arm64, x86_64 | | Definition | aws-c-compression/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] aws-c-compression
Integration in the project (xmake.lua)
add_requires("aws-c-compression")

aws-c-http (mingw)

| Description | C99 implementation of the HTTP/1.1 and HTTP/2 specifications | | -- | -- | | Homepage | https://github.com/awslabs/aws-c-http | | License | Apache-2.0 | | Versions | v0.7.12, v0.8.1, v0.8.2, v0.8.7, v0.8.10, v0.9.0, v0.9.2, v0.9.3, v0.9.4, v0.9.5, v0.10.0, v0.10.1 | | Architectures | arm, arm64, x86_64 | | Definition | aws-c-http/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] aws-c-http
Integration in the project (xmake.lua)
add_requires("aws-c-http")

aws-c-io (mingw)

| Description | *This is a module for the AWS SDK for C. It handles all IO and TLS work for application protocols. * | | -- | -- | | Homepage | https://github.com/awslabs/aws-c-io | | License | Apache-2.0 | | Versions | v0.13.32, v0.14.5, v0.14.6, v0.14.7, v0.14.8, v0.14.9, v0.14.13, v0.14.14, v0.14.16, v0.14.18, v0.14.19, v0.15.0, v0.15.1, v0.15.3, v0.17.0, v0.18.0, v0.18.1, v0.19.1, v0.20.1, v0.21.0, v0.21.1 | | Architectures | arm, arm64, x86_64 | | Definition | aws-c-io/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] aws-c-io
Integration in the project (xmake.lua)
add_requires("aws-c-io")

aws-c-s3 (mingw)

| Description | C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances. | | -- | -- | | Homepage | https://github.com/awslabs/aws-c-s3 | | License | Apache-2.0 | | Versions | v0.3.17, v0.5.7, v0.5.9, v0.6.0, v0.6.5, v0.7.0, v0.7.1, v0.7.4, v0.7.5, v0.7.7, v0.7.12, v0.7.14, v0.7.15, v0.8.1, v0.8.3 | | Architectures | arm, arm64, x86_64 | | Definition | aws-c-s3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] aws-c-s3
Integration in the project (xmake.lua)
add_requires("aws-c-s3")

aws-c-sdkutils (mingw)

| Description | C99 library implementing AWS SDK specific utilities. Includes utilities for ARN parsing, reading AWS profiles, etc... | | -- | -- | | Homepage | https://github.com/awslabs/aws-c-sdkutils | | License | Apache-2.0 | | Versions | v0.1.12, v0.1.15, v0.1.16, v0.1.19, v0.2.0, v0.2.1, v0.2.2, v0.2.3, v0.2.4 | | Architectures | arm, arm64, x86_64 | | Definition | aws-c-sdkutils/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] aws-c-sdkutils
Integration in the project (xmake.lua)
add_requires("aws-c-sdkutils")

aws-checksums (mingw)

| Description | Cross platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations - C interface with language bindings for AWS SDKs | | -- | -- | | Homepage | https://github.com/awslabs/aws-checksums | | License | Apache-2.0 | | Versions | v0.1.17, v0.1.18, v0.1.19, v0.1.20, v0.2.0, v0.2.2, v0.2.3, v0.2.7 | | Architectures | arm, arm64, x86_64 | | Definition | aws-checksums/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] aws-checksums
Integration in the project (xmake.lua)
add_requires("aws-checksums")

aws-lc (mingw)

| Description | AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project. | | -- | -- | | Homepage | https://github.com/aws/aws-lc | | Versions | v1.32.0, v1.34.2, v1.37.0, v1.39.0, v1.40.0, v1.41.1, v1.45.0, v1.48.1, v1.48.5, v1.49.1, v1.51.2, v1.53.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | aws-lc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] aws-lc
Integration in the project (xmake.lua)
add_requires("aws-lc")

b

b2 (mingw)

| Description | B2 makes it easy to build C++ projects, everywhere. | | -- | -- | | Homepage | https://www.bfgroup.xyz/b2/ | | License | BSL-1.0 | | Versions | 4.9.6, 5.0.0, 5.0.1, 5.1.0, 5.2.1, 5.3.0, 5.3.2, 5.3.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | b2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] b2
Integration in the project (xmake.lua)
add_requires("b2")

babl (mingw)

| Description | A pixel encoding and color space conversion engine. | | -- | -- | | Homepage | https://gegl.org/babl/ | | License | LGPL-3.0-or-later | | Versions | 0.1.110 | | Architectures | arm, arm64, i386, x86_64 | | Definition | babl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] babl
Integration in the project (xmake.lua)
add_requires("babl")

backportcpp (mingw)

| Description | Library of backported modern C++ types to work with C++11 | | -- | -- | | Homepage | https://github.com/bitwizeshift/BackportCpp | | License | MIT | | Versions | v1.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | backportcpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] backportcpp
Integration in the project (xmake.lua)
add_requires("backportcpp")

backward-cpp (mingw)

| Description | Backward is a beautiful stack trace pretty printer for C++. | | -- | -- | | Homepage | https://github.com/bombela/backward-cpp | | License | MIT | | Versions | v1.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | backward-cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] backward-cpp
Integration in the project (xmake.lua)
add_requires("backward-cpp")

bandit (mingw)

| Description | Human-friendly unit testing for C++11 | | -- | -- | | Homepage | https://banditcpp.github.io/bandit/ | | Versions | 2023.08.05 | | Architectures | arm, arm64, i386, x86_64 | | Definition | bandit/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] bandit
Integration in the project (xmake.lua)
add_requires("bandit")

barkeep (mingw)

| Description | Small C++ header to display async animations, counters, and progress bars | | -- | -- | | Homepage | https://oir.github.io/barkeep/ | | License | Apache-2.0 | | Versions | v0.1.3, v0.1.4, v0.1.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | barkeep/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] barkeep
Integration in the project (xmake.lua)
add_requires("barkeep")

base-n (mingw)

| Description | A small, single-header library which provides standard Base16, Base32, Base64, and custom Base-N encoding support. | | -- | -- | | Homepage | https://github.com/azawadzki/base-n | | License | MIT | | Versions | 2020.05.28 | | Architectures | arm, arm64, i386, x86_64 | | Definition | base-n/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] base-n
Integration in the project (xmake.lua)
add_requires("base-n")

base64-terrakuh (mingw)

| Description | Simple, open source, header-only base64 encoder | | -- | -- | | Homepage | https://terrakuh.github.io/base64/classbase64.html | | License | Unlicense | | Versions | v1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | base64-terrakuh/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] base64-terrakuh
Integration in the project (xmake.lua)
add_requires("base64-terrakuh")

basisu (mingw)

| Description | Basis Universal GPU Texture Codec | | -- | -- | | Homepage | https://github.com/BinomialLLC/basis_universal | | License | Apache-2.0 | | Versions | 1.16.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | basisu/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] basisu
Integration in the project (xmake.lua)
add_requires("basisu")

bazel (mingw)

| Description | A fast, scalable, multi-language and extensible build system | | -- | -- | | Homepage | https://bazel.build/ | | Versions | 5.0.0, 7.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | bazel/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] bazel
Integration in the project (xmake.lua)
add_requires("bazel")

bcg729 (mingw)

| Description | Bcg729 is an opensource implementation of both encoder and decoder of the ITU G729 Annex A/B speech codec. | | -- | -- | | Homepage | http://linphone.org | | Versions | 1.0.4, 1.1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | bcg729/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] bcg729
Integration in the project (xmake.lua)
add_requires("bcg729")

bddisasm (mingw)

| Description | bddisasm is a fast, lightweight, x86/x64 instruction decoder. The project also features a fast, basic, x86/x64 instruction emulator, designed specifically to detect shellcode-like behavior. | | -- | -- | | Homepage | https://github.com/bitdefender/bddisasm | | License | Apache-2.0 | | Versions | v2.2.0, v3.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | bddisasm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] bddisasm
Integration in the project (xmake.lua)
add_requires("bddisasm")

bdwgc (mingw)

| Description | The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc) | | -- | -- | | Homepage | https://www.hboehm.info/gc/ | | Versions | v8.2.4, v8.2.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | bdwgc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] bdwgc
Integration in the project (xmake.lua)
add_requires("bdwgc")

benchmark (mingw)

| Description | A microbenchmark support library | | -- | -- | | Homepage | https://github.com/google/benchmark | | License | Apache-2.0 | | Versions | v1.5.2, v1.5.3, v1.5.4, v1.5.5, v1.5.6, v1.6.0, v1.6.1, v1.7.0, v1.7.1, v1.8.0, v1.8.3, v1.8.4, v1.8.5, v1.9.0, v1.9.1, v1.9.2, v1.9.3, v1.9.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | benchmark/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] benchmark
Integration in the project (xmake.lua)
add_requires("benchmark")

bento4 (mingw)

| Description | Full-featured MP4 format, MPEG DASH, HLS, CMAF SDK and tools | | -- | -- | | Homepage | http://www.bento4.com | | Versions | 2023.08.08, 2024.11.15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | bento4/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] bento4
Integration in the project (xmake.lua)
add_requires("bento4")

better-enums (mingw)

| Description | C++ compile-time enum to string, iteration, in a single header file | | -- | -- | | Homepage | http://aantron.github.io/better-enums | | License | BSD-2-Clause | | Versions | 0.11.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | better-enums/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] better-enums
Integration in the project (xmake.lua)
add_requires("better-enums")

bght (mingw)

| Description | BGHT: Better GPU Hash Tables | | -- | -- | | Homepage | https://owensgroup.github.io/BGHT/ | | License | Apache-2.0 | | Versions | 2024.03.06 | | Architectures | arm, arm64, i386, x86_64 | | Definition | bght/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] bght
Integration in the project (xmake.lua)
add_requires("bght")

bin2c (mingw)

| Description | A simple utility for converting a binary file to a c application | | -- | -- | | Homepage | https://github.com/gwilymk/bin2c | | Versions | 0.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | bin2c/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] bin2c
Integration in the project (xmake.lua)
add_requires("bin2c")

binn (mingw)

| Description | Binary Serialization | | -- | -- | | Homepage | https://github.com/liteserver/binn | | License | Apache-2.0 | | Versions | v3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | binn/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] binn
Integration in the project (xmake.lua)
add_requires("binn")

binutils (mingw)

| Description | GNU binary tools for native development | | -- | -- | | Homepage | https://www.gnu.org/software/binutils/binutils.html | | License | GPL-2.0 | | Versions | 2.34, 2.38, 2.41 | | Architectures | arm, arm64, i386, x86_64 | | Definition | binutils/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] binutils
Integration in the project (xmake.lua)
add_requires("binutils")

bitsery (mingw)

| Description | Header only C++ binary serialization library. It is designed around the networking requirements for real-time data delivery, especially for games. | | -- | -- | | Homepage | https://github.com/fraillt/bitsery | | License | MIT | | Versions | v5.2.3, v5.2.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | bitsery/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] bitsery
Integration in the project (xmake.lua)
add_requires("bitsery")

blake2 (mingw)

| Description | BLAKE2 official implementations | | -- | -- | | Homepage | https://blake2.net | | License | CC0-1.0 | | Versions | 2023.02.12 | | Architectures | arm, arm64, i386, x86_64 | | Definition | blake2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] blake2
Integration in the project (xmake.lua)
add_requires("blake2")

blake3 (mingw)

| Description | BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures. | | -- | -- | | Homepage | https://blake3.io/ | | License | CC0-1.0 | | Versions | 1.3.1, 1.3.3, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.6.1, 1.8.1, 1.8.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | blake3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] blake3
Integration in the project (xmake.lua)
add_requires("blake3")

blend2d (mingw)

| Description | 2D Vector Graphics Engine Powered by a JIT Compiler | | -- | -- | | Homepage | https://blend2d.com | | License | zlib | | Versions | 0.11.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | blend2d/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] blend2d
Integration in the project (xmake.lua)
add_requires("blend2d")

blobify (mingw)

| Description | C++17 library for all your binary de-/serialization needs | | -- | -- | | Homepage | https://github.com/neobrain/blobify | | License | BSL-1.0 | | Versions | 2023.12.07 | | Architectures | arm, arm64, i386, x86_64 | | Definition | blobify/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] blobify
Integration in the project (xmake.lua)
add_requires("blobify")

blosc (mingw)

| Description | A blocking, shuffling and loss-less compression library | | -- | -- | | Homepage | https://www.blosc.org/ | | License | BSD-3-Clause | | Versions | v1.5.0, v1.20.1, v1.21.1, v1.21.4, v1.21.5, v1.21.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | blosc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] blosc
Integration in the project (xmake.lua)
add_requires("blosc")

boost (mingw)

| Description | Collection of portable C++ source libraries. | | -- | -- | | Homepage | https://www.boost.org/ | | License | BSL-1.0 | | Versions | 1.70.0, 1.72.0, 1.73.0, 1.74.0, 1.75.0, 1.76.0, 1.77.0, 1.78.0, 1.79.0, 1.80.0, 1.81.0, 1.82.0, 1.83.0, 1.84.0, 1.85.0, 1.86.0, 1.87.0, 1.88.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | boost/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] boost
Integration in the project (xmake.lua)
add_requires("boost")

boost_di (mingw)

| Description | DI: C++14 Dependency Injection Library | | -- | -- | | Homepage | https://boost-ext.github.io/di | | Versions | v1.3.0, v1.3.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | boost_di/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] boost_di
Integration in the project (xmake.lua)
add_requires("boost_di")

boost_pfr (mingw)

| Description | C++14 library for struct reflection | | -- | -- | | Homepage | https://github.com/boostorg/pfr | | License | BSL-1.0 | | Versions | 2.1.0, 2.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | boost_pfr/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] boost_pfr
Integration in the project (xmake.lua)
add_requires("boost_pfr")

boost_reflect (mingw)

| Description | C++20 static reflection library | | -- | -- | | Homepage | https://github.com/boost-ext/reflect | | Versions | v1.1.1, v1.2.3, v1.2.4, v1.2.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | boost_reflect/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] boost_reflect
Integration in the project (xmake.lua)
add_requires("boost_reflect")

boost_sml (mingw)

| Description | SML: C++14 State Machine Library | | -- | -- | | Homepage | https://boost-ext.github.io/sml | | License | BSL-1.0 | | Versions | v1.1.8, v1.1.11, v1.1.12 | | Architectures | arm, arm64, i386, x86_64 | | Definition | boost_sml/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] boost_sml
Integration in the project (xmake.lua)
add_requires("boost_sml")

boostdep (mingw)

| Description | A tool to create Boost module dependency reports | | -- | -- | | Homepage | https://boost.org/tools/boostdep | | License | BSL-1.0 | | Versions | 2024.10.07 | | Architectures | arm, arm64, i386, x86_64 | | Definition | boostdep/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] boostdep
Integration in the project (xmake.lua)
add_requires("boostdep")

box2d (mingw)

| Description | A 2D Physics Engine for Games | | -- | -- | | Homepage | https://box2d.org | | License | MIT | | Versions | v2.4.2, v3.0.0, v3.1.0, v3.1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | box2d/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] box2d
Integration in the project (xmake.lua)
add_requires("box2d")

boxfort (mingw)

| Description | Convenient & cross-platform sandboxing C library | | -- | -- | | Homepage | https://github.com/Snaipe/BoxFort | | License | MIT | | Versions | 2024.05.02 | | Architectures | arm, arm64, i386, x86_64 | | Definition | boxfort/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] boxfort
Integration in the project (xmake.lua)
add_requires("boxfort")

branchless-utf8 (mingw)

| Description | Branchless UTF-8 decoder | | -- | -- | | Homepage | https://github.com/skeeto/branchless-utf8 | | Versions | 2022.08.30 | | Architectures | arm, arm64, i386, x86_64 | | Definition | branchless-utf8/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] branchless-utf8
Integration in the project (xmake.lua)
add_requires("branchless-utf8")

bredis (mingw)

| Description | Boost::ASIO low-level redis client (connector) | | -- | -- | | Homepage | https://github.com/basiliscos/cpp-bredis | | License | MIT | | Versions | v0.12 | | Architectures | arm, arm64, i386, x86_64 | | Definition | bredis/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] bredis
Integration in the project (xmake.lua)
add_requires("bredis")

brotli (mingw)

| Description | Brotli compression format. | | -- | -- | | Homepage | https://github.com/google/brotli | | License | MIT | | Versions | v1.0.9, v1.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | brotli/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] brotli
Integration in the project (xmake.lua)
add_requires("brotli")

brynet (mingw)

| Description | A Header-Only cross-platform C++ TCP network library | | -- | -- | | Homepage | https://github.com/IronsDu/brynet | | License | MIT | | Versions | 2024.06.03 | | Architectures | arm, arm64, i386, x86_64 | | Definition | brynet/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] brynet
Integration in the project (xmake.lua)
add_requires("brynet")

bullet3 (mingw)

| Description | Bullet Physics SDK. | | -- | -- | | Homepage | http://bulletphysics.org | | License | zlib | | Versions | 2.88, 3.05, 3.09, 3.24, 3.25 | | Architectures | arm, arm64, i386, x86_64 | | Definition | bullet3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] bullet3
Integration in the project (xmake.lua)
add_requires("bullet3")

bvh (mingw)

| Description | A modern C++ BVH construction and traversal library | | -- | -- | | Homepage | https://github.com/madmann91/bvh | | License | MIT | | Versions | 2023.6.30, 2024.7.8, 2025.06.16 | | Architectures | arm, arm64, i386, x86_64 | | Definition | bvh/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] bvh
Integration in the project (xmake.lua)
add_requires("bvh")

bytepack (mingw)

| Description | C++ Binary Serialization Made Easy: Header-only, configurable endianness, cross-platform, no IDL, no exceptions, and no macros | | -- | -- | | Homepage | https://github.com/farukeryilmaz/bytepack | | License | MIT | | Versions | v0.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | bytepack/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] bytepack
Integration in the project (xmake.lua)
add_requires("bytepack")

bzip2 (mingw)

| Description | Freely available, patent free, high-quality data compressor. | | -- | -- | | Homepage | https://sourceware.org/bzip2/ | | Versions | 1.0.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | bzip2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] bzip2
Integration in the project (xmake.lua)
add_requires("bzip2")

bzip3 (mingw)

| Description | A better and stronger spiritual successor to BZip2. | | -- | -- | | Homepage | https://github.com/kspalaiologos/bzip3 | | License | LGPL-3.0 | | Versions | 1.4.0, 1.5.1, 1.5.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | bzip3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] bzip3
Integration in the project (xmake.lua)
add_requires("bzip3")

c

c-ares (mingw)

| Description | A C library for asynchronous DNS requests | | -- | -- | | Homepage | https://c-ares.org/ | | License | MIT | | Versions | 1.16.1, 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.18.1, 1.19.0, 1.27.0, 1.28.1, 1.29.0, 1.30.0, 1.31.0, 1.32.2, 1.32.3, 1.33.0, 1.33.1, 1.34.1, 1.34.3, 1.34.4, 1.34.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | c-ares/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] c-ares
Integration in the project (xmake.lua)
add_requires("c-ares")

c-blosc2 (mingw)

| Description | A fast, compressed, persistent binary data store library for C. | | -- | -- | | Homepage | https://www.blosc.org | | License | BSD-3-Clause | | Versions | v2.10.2, v2.13.2, v2.14.3, v2.14.4, v2.15.0, v2.15.1, v2.15.2, v2.16.0, v2.17.0, v2.17.1, v2.18.0, v2.19.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | c-blosc2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] c-blosc2
Integration in the project (xmake.lua)
add_requires("c-blosc2")

c-vector (mingw)

| Description | A simple vector library for C that can store any type. | | -- | -- | | Homepage | https://github.com/Mashpoe/c-vector | | License | BSD-3-Clause | | Versions | v1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | c-vector/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] c-vector
Integration in the project (xmake.lua)
add_requires("c-vector")

c4core (mingw)

| Description | C++ utilities | | -- | -- | | Homepage | https://github.com/biojppm/c4core | | License | MIT | | Versions | 0.2.1, 0.2.2, 0.2.5, 0.2.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | c4core/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] c4core
Integration in the project (xmake.lua)
add_requires("c4core")

ca-certificates (mingw)

| Description | Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. | | -- | -- | | Homepage | https://mkcert.org/ | | Versions | 20211118, 20220604, 20230306, 20240207, 20250131 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ca-certificates/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ca-certificates
Integration in the project (xmake.lua)
add_requires("ca-certificates")

capstone (mingw)

| Description | Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86. | | -- | -- | | Homepage | http://www.capstone-engine.org | | License | BSD-3-Clause | | Versions | 5.0.3, 5.0.5, 5.0.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | capstone/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] capstone
Integration in the project (xmake.lua)
add_requires("capstone")

cargs (mingw)

| Description | A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters. | | -- | -- | | Homepage | https://likle.github.io/cargs/ | | License | MIT | | Versions | v1.0.3, v1.1.0, v1.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cargs/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cargs
Integration in the project (xmake.lua)
add_requires("cargs")

catch2 (mingw)

| Description | *Catch2 is a multi-paradigm test framework for C++. which also supports Objective-C (and maybe C). * | | -- | -- | | Homepage | https://github.com/catchorg/Catch2 | | License | BSL-1.0 | | Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1, v3.8.0, v3.8.1, v3.9.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | catch2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] catch2
Integration in the project (xmake.lua)
add_requires("catch2")

cdt (mingw)

| Description | Constrained Delaunay Triangulation (C++) | | -- | -- | | Homepage | https://artem-ogre.github.io/CDT/ | | License | MPL-2.0 | | Versions | 1.4.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cdt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cdt
Integration in the project (xmake.lua)
add_requires("cdt")

celero (mingw)

| Description | C++ Benchmarking Library | | -- | -- | | Homepage | https://github.com/DigitalInBlue/Celero | | License | Apache-2.0 | | Versions | v2.8.2, v2.8.5, v2.9.0, v2.9.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | celero/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] celero
Integration in the project (xmake.lua)
add_requires("celero")

cello (mingw)

| Description | Higher level programming in C | | -- | -- | | Homepage | http://libcello.org/ | | Versions | 2.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cello/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cello
Integration in the project (xmake.lua)
add_requires("cello")

centurion (mingw)

| Description | A modern C++ wrapper library for SDL2 in order to improve type-safety, memory safety and overall ease-of-use. | | -- | -- | | Homepage | https://github.com/albin-johansson/centurion | | License | MIT | | Versions | v7.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | centurion/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] centurion
Integration in the project (xmake.lua)
add_requires("centurion")

cereal (mingw)

| Description | cereal is a header-only C++11 serialization library. | | -- | -- | | Homepage | https://uscilab.github.io/cereal/index.html | | License | BSD-3-Clause | | Versions | v1.3.0, v1.3.1, v1.3.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cereal/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cereal
Integration in the project (xmake.lua)
add_requires("cereal")

ceval (mingw)

| Description | A C/C++ library for parsing and evaluation of arithmetic expressions. | | -- | -- | | Homepage | https://github.com/erstan/ceval | | License | MIT | | Versions | 1.0.0, 1.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ceval/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ceval
Integration in the project (xmake.lua)
add_requires("ceval")

cgal (mingw)

| Description | CGAL is a software project that provides easy access to efficient and reliable geometric algorithms in the form of a C++ library. | | -- | -- | | Homepage | https://www.cgal.org/ | | License | LGPL-3.0 | | Versions | 5.1.1, 5.2.1, 5.3, 5.4, 5.5.2, 5.6.1, 6.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cgal/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cgal
Integration in the project (xmake.lua)
add_requires("cgal")

cgetopt (mingw)

| Description | A GNU getopt() implementation written in pure C. | | -- | -- | | Homepage | https://github.com/xq114/cgetopt/ | | License | zlib | | Versions | 1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cgetopt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cgetopt
Integration in the project (xmake.lua)
add_requires("cgetopt")

cgif (mingw)

| Description | GIF encoder written in C | | -- | -- | | Homepage | https://github.com/dloebl/cgif | | License | MIT | | Versions | v0.4.0, v0.4.1, v0.5.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cgif/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cgif
Integration in the project (xmake.lua)
add_requires("cgif")

cglm (mingw)

| Description | 📽 Highly Optimized Graphics Math (glm) for C | | -- | -- | | Homepage | https://github.com/recp/cglm | | License | MIT | | Versions | v0.9.0, v0.9.2, v0.9.3, v0.9.4, v0.9.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cglm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cglm
Integration in the project (xmake.lua)
add_requires("cglm")

cgltf (mingw)

| Description | Single-file glTF 2.0 loader and writer written in C99 | | -- | -- | | Homepage | https://github.com/jkuhlmann/cgltf | | License | MIT | | Versions | v1.13, v1.14, v1.15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cgltf/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cgltf
Integration in the project (xmake.lua)
add_requires("cgltf")

cgraph (mingw)

| Description | A common used C++ DAG framework | | -- | -- | | Homepage | http://www.chunel.cn | | License | MIT | | Versions | v2.5.4, v2.6.0, v2.6.1, v2.6.2, v3.1.0, v3.1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cgraph/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cgraph
Integration in the project (xmake.lua)
add_requires("cgraph")

charls (mingw)

| Description | CharLS, a C++ JPEG-LS library implementation | | -- | -- | | Homepage | https://github.com/team-charls/charls | | License | BSD-3-Clause | | Versions | 2.4.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | charls/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] charls
Integration in the project (xmake.lua)
add_requires("charls")

chipmunk2d (mingw)

| Description | A fast and lightweight 2D game physics library. | | -- | -- | | Homepage | https://chipmunk-physics.net/ | | License | MIT | | Versions | 7.0.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | chipmunk2d/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] chipmunk2d
Integration in the project (xmake.lua)
add_requires("chipmunk2d")

choc (mingw)

| Description | A collection of header only classes, permissively licensed, to provide basic useful tasks with the bare-minimum of dependencies. | | -- | -- | | Homepage | https://github.com/Tracktion/choc | | License | ISC | | Versions | 2025.01.27 | | Architectures | arm, arm64, i386, x86_64 | | Definition | choc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] choc
Integration in the project (xmake.lua)
add_requires("choc")

chromium_zlib (mingw)

| Description | zlib from chromium | | -- | -- | | Homepage | https://chromium.googlesource.com/chromium/src/third_party/zlib/ | | License | zlib | | Versions | 2022.02.22, 2023.03.14, 2024.01.29 | | Architectures | arm, arm64, i386, x86_64 | | Definition | chromium_zlib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] chromium_zlib
Integration in the project (xmake.lua)
add_requires("chromium_zlib")

cimg (mingw)

| Description | Small and open-source C++ toolkit for image processing | | -- | -- | | Homepage | https://cimg.eu/ | | License | CeCILL-C | | Versions | v3.2.6, v3.3.6, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.5.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cimg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cimg
Integration in the project (xmake.lua)
add_requires("cimg")

civetweb (mingw)

| Description | Embedded C/C++ web server | | -- | -- | | Homepage | https://github.com/civetweb/civetweb | | License | MIT | | Versions | v1.15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | civetweb/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] civetweb
Integration in the project (xmake.lua)
add_requires("civetweb")

cjson (mingw)

| Description | Ultralightweight JSON parser in ANSI C. | | -- | -- | | Homepage | https://github.com/DaveGamble/cJSON | | License | MIT | | Versions | v1.7.15, v1.7.18 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cjson/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cjson
Integration in the project (xmake.lua)
add_requires("cjson")

clara (mingw)

| Description | A simple to use, composable, command line parser for C++ 11 and beyond. | | -- | -- | | Homepage | https://github.com/catchorg/Clara | | License | BSL-1.0 | | Versions | 1.1.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | clara/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] clara
Integration in the project (xmake.lua)
add_requires("clara")

clay (mingw)

| Description | High performance UI layout library in C. | | -- | -- | | Homepage | https://nicbarker.com/clay | | License | zlib | | Versions | v0.12, v0.13, v0.14 | | Architectures | arm, arm64, i386, x86_64 | | Definition | clay/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] clay
Integration in the project (xmake.lua)
add_requires("clay")

clean-test (mingw)

| Description | A modern C++-20 testing framework. | | -- | -- | | Homepage | https://clean-test.dev | | License | BSL-1.0 | | Versions | 2023.05.15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | clean-test/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] clean-test
Integration in the project (xmake.lua)
add_requires("clean-test")

cli (mingw)

| Description | A library for interactive command line interfaces in modern C++ | | -- | -- | | Homepage | https://github.com/daniele77/cli | | License | BSL-1.0 | | Versions | v2.0.0, v2.1.0, v2.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cli/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cli
Integration in the project (xmake.lua)
add_requires("cli")

clib (mingw)

| Description | Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString. | | -- | -- | | Homepage | https://github.com/aheck/clib | | License | MIT | | Versions | 2022.12.25 | | Architectures | arm, arm64, i386, x86_64 | | Definition | clib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] clib
Integration in the project (xmake.lua)
add_requires("clib")

clipboard_lite (mingw)

| Description | cross platform clipboard library | | -- | -- | | Homepage | https://github.com/smasherprog/clipboard_lite | | License | MIT | | Versions | 2023.10.16 | | Architectures | arm, arm64, i386, x86_64 | | Definition | clipboard_lite/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] clipboard_lite
Integration in the project (xmake.lua)
add_requires("clipboard_lite")

clipper2 (mingw)

| Description | Polygon Clipping and Offsetting - C++, C# and Delphi | | -- | -- | | Homepage | https://github.com/AngusJohnson/Clipper2 | | License | BSL-1.0 | | Versions | 1.2.2, 1.2.3, 1.2.4, 1.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | clipper2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] clipper2
Integration in the project (xmake.lua)
add_requires("clipper2")

clove-unit (mingw)

| Description | Single-Header Unit Testing framework for C (interoperable with C++) with test autodiscovery feature | | -- | -- | | Homepage | https://github.com/fdefelici/clove-unit | | License | MIT | | Versions | v2.4.4, v2.4.5, v2.4.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | clove-unit/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] clove-unit
Integration in the project (xmake.lua)
add_requires("clove-unit")

cmake (mingw)

| Description | A cross-platform family of tool designed to build, test and package software | | -- | -- | | Homepage | https://cmake.org | | Versions | 3.11.4, 3.15.4, 3.18.4, 3.21.0, 3.22.1, 3.24.1, 3.24.2, 3.26.4, 3.28.1, 3.28.3, 3.29.2, 3.30.1, 3.30.2, 4.0.0, 4.0.1, 4.0.2, 4.0.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cmake/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cmake
Integration in the project (xmake.lua)
add_requires("cmake")

cmark (mingw)

| Description | CommonMark parsing and rendering library and program in C | | -- | -- | | Homepage | https://github.com/commonmark/cmark | | Versions | 0.31.0, 0.31.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cmark/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cmark
Integration in the project (xmake.lua)
add_requires("cmark")

cmdline (mingw)

| Description | A Command Line Parser | | -- | -- | | Homepage | https://github.com/tanakh/cmdline | | License | BSD-3-Clause | | Versions | 2014.2.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cmdline/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cmdline
Integration in the project (xmake.lua)
add_requires("cmdline")

cmdparser (mingw)

| Description | A simple and lightweight command line parser using C++11. | | -- | -- | | Homepage | https://github.com/FlorianRappl/CmdParser | | License | MIT | | Versions | 2024.02.13 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cmdparser/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cmdparser
Integration in the project (xmake.lua)
add_requires("cmdparser")

cmidi2 (mingw)

| Description | header-only MIDI 2.0 UMP and MIDI-CI binary processor library | | -- | -- | | Homepage | https://github.com/atsushieno/cmidi2 | | License | MIT | | Versions | 2023.08.07, 2025.06.25 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cmidi2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cmidi2
Integration in the project (xmake.lua)
add_requires("cmidi2")

cminpack (mingw)

| Description | A C/C++ rewrite of the MINPACK software (originally in FORTRAN) for solving nonlinear equations and nonlinear least squares problems | | -- | -- | | Homepage | https://devernay.github.io/cminpack/ | | Versions | v1.3.9, v1.3.11 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cminpack/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cminpack
Integration in the project (xmake.lua)
add_requires("cminpack")

cmocka (mingw)

| Description | cmocka is an elegant unit testing framework for C with support for mock objects. | | -- | -- | | Homepage | https://cmocka.org/ | | License | Apache-2.0 | | Versions | 1.1.5, 1.1.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cmocka/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cmocka
Integration in the project (xmake.lua)
add_requires("cmocka")

cnats (mingw)

| Description | A C client for NATS | | -- | -- | | Homepage | https://github.com/nats-io/nats.c | | License | Apache-2.0 | | Versions | v3.8.2, v3.9.2, v3.10.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cnats/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cnats
Integration in the project (xmake.lua)
add_requires("cnats")

cnl (mingw)

| Description | A Compositional Numeric Library for C++ | | -- | -- | | Homepage | https://github.com/johnmcfarlane/cnl | | License | BSL-1.0 | | Versions | 2023.12.23 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cnl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cnl
Integration in the project (xmake.lua)
add_requires("cnl")

cnpy (mingw)

| Description | library to read/write .npy and .npz files in C/C++ | | -- | -- | | Homepage | https://github.com/rogersce/cnpy | | License | MIT | | Versions | 2018.06.01 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cnpy/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cnpy
Integration in the project (xmake.lua)
add_requires("cnpy")

coin-or-clp (mingw)

| Description | COIN-OR Linear Programming Solver | | -- | -- | | Homepage | https://github.com/coin-or/Clp | | License | EPL-2.0 | | Versions | 1.17.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | coin-or-clp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] coin-or-clp
Integration in the project (xmake.lua)
add_requires("coin-or-clp")

coin-or-coinutils (mingw)

| Description | COIN-OR Utilities | | -- | -- | | Homepage | https://github.com/coin-or/CoinUtils | | License | EPL-2.0 | | Versions | 2.11.12 | | Architectures | arm, arm64, i386, x86_64 | | Definition | coin-or-coinutils/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] coin-or-coinutils
Integration in the project (xmake.lua)
add_requires("coin-or-coinutils")

coin-or-osi (mingw)

| Description | Open Solver Interface | | -- | -- | | Homepage | https://github.com/coin-or/Osi | | Versions | 0.108.11 | | Architectures | arm, arm64, i386, x86_64 | | Definition | coin-or-osi/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] coin-or-osi
Integration in the project (xmake.lua)
add_requires("coin-or-osi")

commata (mingw)

| Description | Just another header-only C++17 CSV parser | | -- | -- | | Homepage | https://furfurylic.github.io/commata/CommataSpecification.xml | | License | Unlicense | | Versions | v1.0.0, v1.0.1, v1.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | commata/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] commata
Integration in the project (xmake.lua)
add_requires("commata")

concurrentqueue (mingw)

| Description | A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 | | -- | -- | | Homepage | https://github.com/cameron314/concurrentqueue | | License | BSD | | Versions | v1.0.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | concurrentqueue/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] concurrentqueue
Integration in the project (xmake.lua)
add_requires("concurrentqueue")

console-bridge (mingw)

| Description | A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages. | | -- | -- | | Homepage | https://github.com/ros/console_bridge | | License | BSD-3-Clause | | Versions | 1.0.1, 1.0.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | console-bridge/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] console-bridge
Integration in the project (xmake.lua)
add_requires("console-bridge")

continuable (mingw)

| Description | C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections) | | -- | -- | | Homepage | https://naios.github.io/continuable/ | | License | MIT | | Versions | 4.2.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | continuable/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] continuable
Integration in the project (xmake.lua)
add_requires("continuable")

convertutf (mingw)

| Description | Conversions between UTF-32, UTF-16, and UTF-8. Circa 2004. | | -- | -- | | Homepage | https://home.unicode.org/ | | Versions | v1.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | convertutf/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] convertutf
Integration in the project (xmake.lua)
add_requires("convertutf")

cosmocc (mingw)

| Description | build-once run-anywhere c library | | -- | -- | | Homepage | https://github.com/jart/cosmopolitan | | License | ISC | | Versions | 3.2.4, 3.3.2, 3.3.4, 3.3.5, 3.3.6, 3.3.7, 3.3.8, 3.3.9, 3.3.10, 3.4.0, 3.5.0, 3.5.1, 3.5.2, 3.5.3, 3.5.4, 3.5.5, 3.5.6, 3.5.7, 3.5.8, 3.5.9, 3.6.0, 3.6.1, 3.6.2, 3.7.0, 3.7.1, 3.8.0, 3.9.0, 3.9.1, 3.9.2, 3.9.3, 3.9.4, 3.9.5, 3.9.6, 3.9.7, 4.0.0, 4.0.1, 4.0.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cosmocc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cosmocc
Integration in the project (xmake.lua)
add_requires("cosmocc")

cpp-async (mingw)

| Description | Support types and functions for C++20 coroutines | | -- | -- | | Homepage | https://github.com/microsoft/cpp-async | | License | MIT | | Versions | v1.1.0, v1.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpp-async/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpp-async
Integration in the project (xmake.lua)
add_requires("cpp-async")

cpp-channel (mingw)

| Description | Thread-safe container for sharing data between threads | | -- | -- | | Homepage | https://github.com/andreiavrammsd/cpp-channel | | License | MIT | | Versions | v0.8.2, v0.8.3, v1.3.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpp-channel/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpp-channel
Integration in the project (xmake.lua)
add_requires("cpp-channel")

cpp-dump (mingw)

| Description | A C++ library for debugging purposes that can print any variable, even user-defined types. | | -- | -- | | Homepage | https://github.com/philip82148/cpp-dump | | License | MIT | | Versions | v0.5.0, v0.6.0, v0.7.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpp-dump/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpp-dump
Integration in the project (xmake.lua)
add_requires("cpp-dump")

cpp-httplib (mingw)

| Description | A C++11 single-file header-only cross platform HTTP/HTTPS library. | | -- | -- | | Homepage | https://github.com/yhirose/cpp-httplib | | License | MIT | | Versions | v0.8.5, v0.9.2, v0.12.1, v0.12.6, v0.14.0, v0.14.1, v0.14.2, v0.14.3, v0.15.0, v0.15.1, v0.15.2, v0.15.3, v0.16.2, v0.16.3, v0.17.0, v0.17.3, v0.18.1, v0.18.3, v0.18.5, v0.18.6, v0.18.7, v0.19.0, v0.20.0, v0.20.1, v0.21.0, v0.22.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpp-httplib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpp-httplib
Integration in the project (xmake.lua)
add_requires("cpp-httplib")

cpp-ipc (mingw)

| Description | A high-performance inter-process communication using shared memory on Linux/Windows | | -- | -- | | Homepage | https://github.com/mutouyun/cpp-ipc | | License | MIT | | Versions | v1.2.0, v1.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpp-ipc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpp-ipc
Integration in the project (xmake.lua)
add_requires("cpp-ipc")

cpp-jwt (mingw)

| Description | JSON Web Token library for C++ | | -- | -- | | Homepage | https://github.com/arun11299/cpp-jwt | | License | MIT | | Versions | v1.4, v1.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpp-jwt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpp-jwt
Integration in the project (xmake.lua)
add_requires("cpp-jwt")

cpp-linenoise (mingw)

| Description | A single file multi-platform (Unix, Windows) C++ header-only linenoise-based readline library. | | -- | -- | | Homepage | https://github.com/yhirose/cpp-linenoise | | License | BSD-2-Clause | | Versions | 2021.11.05 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpp-linenoise/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpp-linenoise
Integration in the project (xmake.lua)
add_requires("cpp-linenoise")

cpp-mcp (mingw)

| Description | Lightweight C++ MCP (Model Context Protocol) SDK | | -- | -- | | Homepage | https://github.com/hkr04/cpp-mcp | | License | MIT | | Versions | 2025.05.24 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpp-mcp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpp-mcp
Integration in the project (xmake.lua)
add_requires("cpp-mcp")

cpp-peglib (mingw)

| Description | A single file C++ header-only PEG (Parsing Expression Grammars) library | | -- | -- | | Homepage | https://yhirose.github.io/cpp-peglib | | License | MIT | | Versions | 1.8.3, 1.8.8, 1.9.0, 1.9.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpp-peglib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpp-peglib
Integration in the project (xmake.lua)
add_requires("cpp-peglib")

cpp-rotor (mingw)

| Description | Event loop friendly C++ actor micro-framework, supervisable | | -- | -- | | Homepage | https://github.com/basiliscos/cpp-rotor | | License | MIT | | Versions | v0.30, v0.31, v0.32, v0.33, v0.34 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpp-rotor/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpp-rotor
Integration in the project (xmake.lua)
add_requires("cpp-rotor")

cpp-semver (mingw)

| Description | Semantic Versioning library for modern C++. | | -- | -- | | Homepage | https://github.com/z4kn4fein/cpp-semver | | License | MIT | | Versions | v0.3.1, v0.3.3, v0.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpp-semver/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpp-semver
Integration in the project (xmake.lua)
add_requires("cpp-semver")

cpp-semver-easz (mingw)

| Description | cpp-semver - Semantic Versioning in C++ header-only C++11 | | -- | -- | | Homepage | https://github.com/easz/cpp-semver | | License | MIT | | Versions | 2021.12.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpp-semver-easz/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpp-semver-easz
Integration in the project (xmake.lua)
add_requires("cpp-semver-easz")

cpp-sort (mingw)

| Description | Sorting algorithms & related tools for C++14 | | -- | -- | | Homepage | https://github.com/Morwenn/cpp-sort | | License | MIT | | Versions | 1.10.0, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 1.13.2, 1.14.0, 1.15.0, 1.16.0, 1.17.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpp-sort/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpp-sort
Integration in the project (xmake.lua)
add_requires("cpp-sort")

cppcodec (mingw)

| Description | Header-only C++11 library to encode/decode base64, base64url, base32, base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus Crockford's base32. MIT licensed with consistent, flexible API. | | -- | -- | | Homepage | https://github.com/tplgy/cppcodec | | License | MIT | | Versions | 2022.09.07 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cppcodec/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cppcodec
Integration in the project (xmake.lua)
add_requires("cppcodec")

cppitertools (mingw)

| Description | Implementation of python itertools and builtin iteration functions for C++17 | | -- | -- | | Homepage | https://twitter.com/cppitertools | | License | BSD-2-Clause | | Versions | 2023.07.04, 2024.10.19 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cppitertools/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cppitertools
Integration in the project (xmake.lua)
add_requires("cppitertools")

cppjieba (mingw)

| Description | "结巴"中文分词的C++版本 | | -- | -- | | Homepage | https://github.com/yanyiwu/cppjieba | | License | MIT | | Versions | v5.2.0, v5.4.0, v5.4.1, v5.5.0, v5.6.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cppjieba/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cppjieba
Integration in the project (xmake.lua)
add_requires("cppjieba")

cppp-reiconv (mingw)

| Description | A character set conversion library based on GNU LIBICONV. | | -- | -- | | Homepage | https://github.com/cppp-project/cppp-reiconv | | License | LGPL-3.0 | | Versions | v2.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cppp-reiconv/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cppp-reiconv
Integration in the project (xmake.lua)
add_requires("cppp-reiconv")

cpptrace (mingw)

| Description | Lightweight, zero-configuration-required, and cross-platform stacktrace library for C++ | | -- | -- | | Homepage | https://github.com/jeremy-rifkin/cpptrace | | License | MIT | | Versions | v0.1, v0.3.1, v0.4.0, v0.5.1, v0.5.2, v0.5.4, v0.6.0, v0.6.1, v0.6.2, v0.6.3, v0.7.0, v0.7.1, v0.7.3, v0.7.4, v0.7.5, v0.8.2, v0.8.3, v1.0.0, v1.0.1, v1.0.2, v1.0.3, v1.0.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpptrace/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpptrace
Integration in the project (xmake.lua)
add_requires("cpptrace")

cppunit (mingw)

| Description | CppUnit is the C++ port of the famous JUnit framework for unit testing | | -- | -- | | Homepage | https://freedesktop.org/wiki/Software/cppunit | | License | LGPL-2.1-or-later | | Versions | 1.15.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cppunit/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cppunit
Integration in the project (xmake.lua)
add_requires("cppunit")

cppzmq (mingw)

| Description | Header-only C++ binding for libzmq | | -- | -- | | Homepage | http://www.zeromq.org/ | | License | MIT | | Versions | v4.8.1, v4.9.0, v4.10.0, v4.11.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cppzmq/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cppzmq
Integration in the project (xmake.lua)
add_requires("cppzmq")

cpr (mingw)

| Description | C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project. | | -- | -- | | Homepage | https://docs.libcpr.org/ | | License | MIT | | Versions | 1.6.2, 1.7.2, 1.8.3, 1.9.4, 1.10.2, 1.10.3, 1.10.5, 1.11.1, 1.11.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpr/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpr
Integration in the project (xmake.lua)
add_requires("cpr")

cpu-features (mingw)

| Description | A cross platform C99 library to get cpu features at runtime. | | -- | -- | | Homepage | https://github.com/google/cpu_features | | License | Apache-2.0 | | Versions | v0.6.0, v0.7.0, v0.9.0, v0.10.0, v0.10.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpu-features/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpu-features
Integration in the project (xmake.lua)
add_requires("cpu-features")

cpuinfo (mingw)

| Description | CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS) | | -- | -- | | Homepage | https://github.com/pytorch/cpuinfo | | License | BSD-2-Clause | | Versions | 2023.07.21, 2024.09.26, 2025.03.28 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cpuinfo/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cpuinfo
Integration in the project (xmake.lua)
add_requires("cpuinfo")

cr (mingw)

| Description | cr.h: A Simple C Hot Reload Header-only Library | | -- | -- | | Homepage | https://fungos.github.io/cr-simple-c-hot-reload/ | | License | MIT | | Versions | 2022.11.06 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cr/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cr
Integration in the project (xmake.lua)
add_requires("cr")

crc32c (mingw)

| Description | CRC32C implementation with support for CPU-specific acceleration instructions | | -- | -- | | Homepage | https://github.com/google/crc32c | | License | BSD-3-Clause | | Versions | 1.1.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | crc32c/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] crc32c
Integration in the project (xmake.lua)
add_requires("crc32c")

croaring (mingw)

| Description | Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, and StarRocks | | -- | -- | | Homepage | http://roaringbitmap.org/ | | License | Apache-2.0 | | Versions | v2.0.4, v3.0.1, v4.0.0, v4.1.0, v4.1.1, v4.1.5, v4.1.7, v4.3.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | croaring/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] croaring
Integration in the project (xmake.lua)
add_requires("croaring")

croncpp (mingw)

| Description | A C++11/14/17 header-only cross-platform library for handling CRON expressions | | -- | -- | | Homepage | https://github.com/mariusbancila/croncpp | | License | MIT | | Versions | v2023.03.30 | | Architectures | arm, arm64, i386, x86_64 | | Definition | croncpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] croncpp
Integration in the project (xmake.lua)
add_requires("croncpp")

crossguid (mingw)

| Description | Lightweight cross platform C++ GUID/UUID library | | -- | -- | | Homepage | https://github.com/graeme-hill/crossguid | | License | MIT | | Versions | 2019.3.29 | | Architectures | arm, arm64, i386, x86_64 | | Definition | crossguid/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] crossguid
Integration in the project (xmake.lua)
add_requires("crossguid")

crow (mingw)

| Description | A Fast and Easy to use microframework for the web. | | -- | -- | | Homepage | https://github.com/CrowCpp/Crow | | License | BSD 3-Clause | | Versions | v1.2.1+2, v1.2.1+1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | crow/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] crow
Integration in the project (xmake.lua)
add_requires("crow")

crstl (mingw)

| Description | STL whose aim is to compile fast, run fast, and be clear to read | | -- | -- | | Homepage | https://github.com/redorav/crstl | | Versions | 2024.06.04 | | Architectures | arm, arm64, i386, x86_64 | | Definition | crstl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] crstl
Integration in the project (xmake.lua)
add_requires("crstl")

crypto-algorithms (mingw)

| Description | Basic implementations of standard cryptography algorithms, like AES and SHA-1. | | -- | -- | | Homepage | https://github.com/KorewaWatchful/crypto-algorithms | | Versions | 2020.4.20 | | Architectures | arm, arm64, i386, x86_64 | | Definition | crypto-algorithms/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] crypto-algorithms
Integration in the project (xmake.lua)
add_requires("crypto-algorithms")

cryptopp (mingw)

| Description | free C++ class library of cryptographic schemes | | -- | -- | | Homepage | https://cryptopp.com/ | | Versions | 8.4.0, 8.5.0, 8.6.0, 8.7.0, 8.9.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cryptopp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cryptopp
Integration in the project (xmake.lua)
add_requires("cryptopp")

cs_libguarded (mingw)

| Description | Header-only library for multithreaded programming | | -- | -- | | Homepage | https://www.copperspice.com/ | | License | BSD-2-Clause | | Versions | 2023.08.02 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cs_libguarded/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cs_libguarded
Integration in the project (xmake.lua)
add_requires("cs_libguarded")

cserialport (mingw)

| Description | CSerialPort is a lightweight cross-platform serial port library based on C++, which can easy to read and write serial port on multiple operating system. | | -- | -- | | Homepage | https://github.com/itas109/CSerialPort | | License | LGPL-3.0 | | Versions | v4.3.1, v4.3.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cserialport/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cserialport
Integration in the project (xmake.lua)
add_requires("cserialport")

csv2 (mingw)

| Description | A CSV parser library | | -- | -- | | Homepage | https://github.com/p-ranav/csv2 | | License | MIT | | Versions | v0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | csv2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] csv2
Integration in the project (xmake.lua)
add_requires("csv2")

csvparser (mingw)

| Description | A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb) | | -- | -- | | Homepage | https://github.com/vincentlaucsb/csv-parser | | License | MIT | | Versions | 2.1.1, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | csvparser/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] csvparser
Integration in the project (xmake.lua)
add_requires("csvparser")

cthash (mingw)

| Description | constexpr implementation of SHA-2 and SHA-3 family of hashes | | -- | -- | | Homepage | https://github.com/hanickadot/cthash | | License | Apache-2.0 | | Versions | 2023.10.24 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cthash/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cthash
Integration in the project (xmake.lua)
add_requires("cthash")

ctpg (mingw)

| Description | Compile Time Parser Generator. | | -- | -- | | Homepage | https://github.com/peter-winter/ctpg | | License | MIT | | Versions | v1.3.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ctpg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ctpg
Integration in the project (xmake.lua)
add_requires("ctpg")

ctrack (mingw)

| Description | A lightweight, high-performance C++ benchmarking and tracking library for effortless function profiling in both development and production environments. | | -- | -- | | Homepage | https://github.com/Compaile/ctrack | | License | MIT | | Versions | v1.0.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ctrack/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ctrack
Integration in the project (xmake.lua)
add_requires("ctrack")

ctre (mingw)

| Description | ctre is a Compile time PCRE (almost) compatible regular expression matcher. | | -- | -- | | Homepage | https://github.com/hanickadot/compile-time-regular-expressions/ | | License | Apache-2.0 | | Versions | v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ctre/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ctre
Integration in the project (xmake.lua)
add_requires("ctre")

ctrl-c (mingw)

| Description | Crossplatform code to handle Ctrl+C signal | | -- | -- | | Homepage | https://github.com/evgenykislov/ctrl-c | | License | MIT | | Versions | v1.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ctrl-c/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ctrl-c
Integration in the project (xmake.lua)
add_requires("ctrl-c")

cubeb (mingw)

| Description | Cross platform audio library | | -- | -- | | Homepage | https://github.com/mozilla/cubeb | | License | ISC | | Versions | 2023.7.31 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cubeb/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cubeb
Integration in the project (xmake.lua)
add_requires("cubeb")

cuda-samples (mingw)

| Description | CUDA Sample Utility Code | | -- | -- | | Homepage | https://github.com/NVIDIA/cuda-samples | | License | BSD-3-Clause | | Versions | v11.8, v12.3, v12.4.1, v12.5, v12.8, v12.9 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cuda-samples/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cuda-samples
Integration in the project (xmake.lua)
add_requires("cuda-samples")

cunit (mingw)

| Description | CUnit is a lightweight system for writing, administering, and running unit tests in C. | | -- | -- | | Homepage | https://gitlab.com/cunity/cunit | | License | LGPL-2.1 | | Versions | 3.4.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cunit/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cunit
Integration in the project (xmake.lua)
add_requires("cunit")

curl (mingw)

| Description | The multiprotocol file transfer library. | | -- | -- | | Homepage | https://curl.haxx.se/ | | License | MIT | | Versions | 7.31.0, 7.32.0, 7.33.0, 7.34.0, 7.35.0, 7.36.0, 7.37.1, 7.38.0, 7.39.0, 7.40.0, 7.41.0, 7.42.1, 7.43.0, 7.44.0, 7.45.0, 7.46.0, 7.47.1, 7.48.0, 7.49.1, 7.50.3, 7.51.0, 7.52.1, 7.53.1, 7.54.1, 7.55.1, 7.56.1, 7.57.0, 7.58.0, 7.59.0, 7.60.0, 7.61.0, 7.61.1, 7.62.0, 7.63.0, 7.64.0, 7.64.1, 7.65.3, 7.66.0, 7.67.0, 7.68.0, 7.69.1, 7.70.0, 7.71.1, 7.72.0, 7.73.0, 7.74.0, 7.75.0, 7.76.1, 7.77.0, 7.78.0, 7.80.0, 7.81.0, 7.82.0, 7.84.0, 7.85.0, 7.86.0, 7.87.0, 8.0.1, 8.4.0, 8.5.0, 8.6.0, 8.7.1, 8.8.0, 8.9.0, 8.9.1, 8.10.0, 8.10.1, 8.11.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | curl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] curl
Integration in the project (xmake.lua)
add_requires("curl")

curlpp (mingw)

| Description | C++ wrapper around libcURL | | -- | -- | | Homepage | http://www.curlpp.org | | License | MIT | | Versions | 2023.07.27 | | Architectures | arm, arm64, i386, x86_64 | | Definition | curlpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] curlpp
Integration in the project (xmake.lua)
add_requires("curlpp")

cute_headers (mingw)

| Description | Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games | | -- | -- | | Homepage | https://github.com/RandyGaul/cute_headers | | License | Public Domain | | Versions | 2024.07.22 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cute_headers/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cute_headers
Integration in the project (xmake.lua)
add_requires("cute_headers")

cutlass (mingw)

| Description | CUDA Templates for Linear Algebra Subroutines | | -- | -- | | Homepage | https://github.com/NVIDIA/cutlass | | License | BSD-3-Clause | | Versions | v3.2.0, v3.4.1, v3.5.0, v3.5.1, v3.6.0, v3.7.0, v3.8.0, v3.9.0, v4.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cutlass/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cutlass
Integration in the project (xmake.lua)
add_requires("cutlass")

cwt-cucumber (mingw)

| Description | A C++ Cucumber interpreter | | -- | -- | | Homepage | https://github.com/ThoSe1990/cwt-cucumber | | License | MIT | | Versions | 2.5, 2.6, 2.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cwt-cucumber/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cwt-cucumber
Integration in the project (xmake.lua)
add_requires("cwt-cucumber")

cxxgraph (mingw)

| Description | Header-Only C++ Library for Graph Representation and Algorithms | | -- | -- | | Homepage | https://zigrazor.github.io/CXXGraph | | License | AGPL-3.0 | | Versions | v3.1.0, v4.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cxxgraph/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cxxgraph
Integration in the project (xmake.lua)
add_requires("cxxgraph")

cxxopts (mingw)

| Description | Lightweight C++ command line option parser | | -- | -- | | Homepage | https://github.com/jarro2783/cxxopts | | License | MIT | | Versions | v2.2.0, v3.0.0, v3.1.1, v3.2.0, v3.2.1, v3.3.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | cxxopts/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] cxxopts
Integration in the project (xmake.lua)
add_requires("cxxopts")

d

dataframe (mingw)

| Description | This is a C++ analytical library that provides interface and functionality similar to packages/libraries in Python and R. | | -- | -- | | Homepage | https://github.com/hosseinmoein/DataFrame | | License | MIT | | Versions | 1.21.0, 1.22.0, 3.0.0, 3.1.0, 3.2.0, 3.3.0, 3.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dataframe/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dataframe
Integration in the project (xmake.lua)
add_requires("dataframe")

datatype99 (mingw)

| Description | Algebraic data types for C99 | | -- | -- | | Homepage | https://github.com/Hirrolot/datatype99 | | License | MIT | | Versions | 1.6.3, 1.6.4, 1.6.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | datatype99/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] datatype99
Integration in the project (xmake.lua)
add_requires("datatype99")

date (mingw)

| Description | A date and time library for use with C++11 and C++14. | | -- | -- | | Homepage | https://github.com/HowardHinnant/date | | License | MIT | | Versions | v3.0.1, v3.0.3, v3.0.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | date/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] date
Integration in the project (xmake.lua)
add_requires("date")

dav1d (mingw)

| Description | dav1d is a new AV1 cross-platform decoder, open-source, and focused on speed, size and correctness. | | -- | -- | | Homepage | https://www.videolan.org/projects/dav1d.html | | License | BSD-2-Clause | | Versions | 0.9.0, 1.1.0, 1.4.3, 1.5.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dav1d/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dav1d
Integration in the project (xmake.lua)
add_requires("dav1d")

daw_header_libraries (mingw)

| Description | *Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc * | | -- | -- | | Homepage | https://beached.github.io/header_libraries/ | | License | BSL-1.0 | | Versions | v2.96.1, v2.102.0, v2.106.0, v2.106.1, v2.110.0, v2.114.0, v2.114.1, v2.118.0, v2.123.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | daw_header_libraries/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] daw_header_libraries
Integration in the project (xmake.lua)
add_requires("daw_header_libraries")

daw_json_link (mingw)

| Description | Fast, convenient JSON serialization and parsing in C++ | | -- | -- | | Homepage | https://beached.github.io/daw_json_link/ | | License | BSL-1.0 | | Versions | v3.20.1, v3.23.2, v3.24.0, v3.24.1, v3.26.0, v3.28.3, v3.29.2, v3.30.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | daw_json_link/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] daw_json_link
Integration in the project (xmake.lua)
add_requires("daw_json_link")

dbg-macro (mingw)

| Description | A dbg(…) macro for C++ | | -- | -- | | Homepage | https://github.com/sharkdp/dbg-macro | | License | MIT | | Versions | v0.4.0, v0.5.0, v0.5.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dbg-macro/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dbg-macro
Integration in the project (xmake.lua)
add_requires("dbg-macro")

debug-hpp (mingw)

| Description | printing everything including STL containers without pain | | -- | -- | | Homepage | https://github.com/archibate/debug-hpp | | License | Unlicense | | Versions | 2024.09.06 | | Architectures | arm, arm64, i386, x86_64 | | Definition | debug-hpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] debug-hpp
Integration in the project (xmake.lua)
add_requires("debug-hpp")

debug_assert (mingw)

| Description | Simple, flexible and modular assertion macro. | | -- | -- | | Homepage | http://foonathan.net/blog/2016/09/16/assertions.html | | License | zlib | | Versions | v1.3.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | debug_assert/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] debug_assert
Integration in the project (xmake.lua)
add_requires("debug_assert")

debugbreak (mingw)

| Description | break into the debugger programmatically | | -- | -- | | Homepage | https://github.com/scottt/debugbreak | | License | BSD-2-Clause | | Versions | v1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | debugbreak/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] debugbreak
Integration in the project (xmake.lua)
add_requires("debugbreak")

decimal_for_cpp (mingw)

| Description | Decimal data type support, for COBOL-like fixed-point operations on currency/money values. | | -- | -- | | Homepage | https://github.com/vpiotr/decimal_for_cpp | | License | BSD-3-Clause | | Versions | 1.19, 1.20, 1.21 | | Architectures | arm, arm64, i386, x86_64 | | Definition | decimal_for_cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] decimal_for_cpp
Integration in the project (xmake.lua)
add_requires("decimal_for_cpp")

demumble (mingw)

| Description | A better c++filt and a better undname.exe, in one binary. | | -- | -- | | Homepage | https://github.com/nico/demumble | | License | Apache-2.0 | | Versions | 2022.3.23 | | Architectures | arm, arm64, i386, x86_64 | | Definition | demumble/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] demumble
Integration in the project (xmake.lua)
add_requires("demumble")

dfdutils (mingw)

| Description | Utilities for working with Khronos data format descriptors | | -- | -- | | Homepage | https://github.com/KhronosGroup/dfdutils | | License | Apache-2.0 | | Versions | 2023.10.27 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dfdutils/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dfdutils
Integration in the project (xmake.lua)
add_requires("dfdutils")

digestpp (mingw)

| Description | C++11 header-only message digest library | | -- | -- | | Homepage | https://github.com/kerukuro/digestpp | | License | MIT | | Versions | 2023.11.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | digestpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] digestpp
Integration in the project (xmake.lua)
add_requires("digestpp")

dipp (mingw)

| Description | C++ Dependency injection inspired inspired by .NET's Microsoft.Extensions.DependencyInjection | | -- | -- | | Homepage | https://github.com/01Pollux/dipp | | License | MIT | | Versions | 2024.01.12 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dipp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dipp
Integration in the project (xmake.lua)
add_requires("dipp")

directx-headers (mingw)

| Description | Official DirectX headers | | -- | -- | | Homepage | https://github.com/microsoft/DirectX-Headers | | License | MIT | | Versions | v1.610.0, v1.613.0, v1.613.1, v1.614.0, v1.614.1, v1.615.0, v1.616.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | directx-headers/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] directx-headers
Integration in the project (xmake.lua)
add_requires("directx-headers")

directxmath (mingw)

| Description | DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps. | | -- | -- | | Homepage | https://github.com/microsoft/DirectXMath | | License | MIT | | Versions | 2022.12, 2024.02 | | Architectures | x86_64 | | Definition | directxmath/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] directxmath
Integration in the project (xmake.lua)
add_requires("directxmath")

dirent (mingw)

| Description | C/C++ library for retrieving information on files and directories | | -- | -- | | Homepage | https://github.com/tronkko/dirent | | License | MIT | | Versions | 1.24, 1.25 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dirent/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dirent
Integration in the project (xmake.lua)
add_requires("dirent")

dispenso (mingw)

| Description | The project provides high-performance concurrency, enabling highly parallel computation. | | -- | -- | | Homepage | https://github.com/facebookincubator/dispenso | | License | MIT | | Versions | v1.1.0, v1.2.0, v1.3.0, v1.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dispenso/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dispenso
Integration in the project (xmake.lua)
add_requires("dispenso")

distorm (mingw)

| Description | Powerful Disassembler Library For x86/AMD64 | | -- | -- | | Homepage | https://github.com/gdabah/distorm | | Versions | 2021.12.18 | | Architectures | arm, arm64, i386, x86_64 | | Definition | distorm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] distorm
Integration in the project (xmake.lua)
add_requires("distorm")

dlfcn-win32 (mingw)

| Description | Official dlfcn-win32 repo | | -- | -- | | Homepage | https://github.com/dlfcn-win32/dlfcn-win32 | | License | MIT | | Versions | v1.4.1, v1.4.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dlfcn-win32/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dlfcn-win32
Integration in the project (xmake.lua)
add_requires("dlfcn-win32")

dlib (mingw)

| Description | A toolkit for making real world machine learning and data analysis applications in C++ | | -- | -- | | Homepage | https://dlib.net | | License | Boost | | Versions | v19.22, v19.24.4, v19.24.5, v19.24.6, v19.24.8, v19.24.9, v20.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dlib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dlib
Integration in the project (xmake.lua)
add_requires("dlib")

dlpack (mingw)

| Description | *common in-memory tensor structure * | | -- | -- | | Homepage | https://dmlc.github.io/dlpack/latest | | License | Apache-2.0 | | Versions | v0.8, v1.0, v1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dlpack/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dlpack
Integration in the project (xmake.lua)
add_requires("dlpack")

docopt (mingw)

| Description | Pythonic command line arguments parser (C++11 port) | | -- | -- | | Homepage | https://github.com/docopt/docopt.cpp | | License | BSL-1.0 | | Versions | v0.6.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | docopt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] docopt
Integration in the project (xmake.lua)
add_requires("docopt")

doctest (mingw)

| Description | The fastest feature-rich C++11/14/17/20 single-header testing framework for unit tests and TDD | | -- | -- | | Homepage | http://bit.ly/doctest-docs | | License | MIT | | Versions | 2.3.1, 2.3.6, 2.4.8, 2.4.9, 2.4.10, 2.4.11, 2.4.12 | | Architectures | arm, arm64, i386, x86_64 | | Definition | doctest/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] doctest
Integration in the project (xmake.lua)
add_requires("doctest")

double-conversion (mingw)

| Description | Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles. | | -- | -- | | Homepage | https://github.com/google/double-conversion | | License | BSD-3-Clause | | Versions | v3.1.5, v3.3.0, v3.3.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | double-conversion/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] double-conversion
Integration in the project (xmake.lua)
add_requires("double-conversion")

doxygen (mingw)

| Description | %s | | -- | -- | | Homepage | https://www.doxygen.nl/ | | License | GPL-2.0 | | Versions | 1.9.1, 1.9.2, 1.9.3, 1.9.5, 1.9.6, 1.10.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | doxygen/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] doxygen
Integration in the project (xmake.lua)
add_requires("doxygen")

dr_flac (mingw)

| Description | Single file audio decoding libraries for C/C++. | | -- | -- | | Homepage | https://github.com/mackron/dr_libs | | License | MIT | | Versions | 0.12.29, 0.12.39, 0.12.41, 0.12.42, 0.12.43 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dr_flac/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dr_flac
Integration in the project (xmake.lua)
add_requires("dr_flac")

dr_mp3 (mingw)

| Description | Single file audio decoding libraries for C/C++. | | -- | -- | | Homepage | https://github.com/mackron/dr_libs | | License | MIT | | Versions | 0.6.27, 0.6.34, 0.6.36, 0.6.37, 0.6.38, 0.6.39, 0.6.40 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dr_mp3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dr_mp3
Integration in the project (xmake.lua)
add_requires("dr_mp3")

dr_wav (mingw)

| Description | Single file audio decoding libraries for C/C++. | | -- | -- | | Homepage | https://github.com/mackron/dr_libs | | License | MIT | | Versions | 0.12.19, 0.13.8, 0.13.10, 0.13.11, 0.13.12, 0.13.13, 0.13.16, 0.13.17 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dr_wav/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dr_wav
Integration in the project (xmake.lua)
add_requires("dr_wav")

dragonbox (mingw)

| Description | Reference implementation of Dragonbox in C++ | | -- | -- | | Homepage | https://github.com/jk-jeon/dragonbox | | License | Apache-2.0 | | Versions | 1.1.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dragonbox/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dragonbox
Integration in the project (xmake.lua)
add_requires("dragonbox")

drogon (mingw)

| Description | Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows | | -- | -- | | Homepage | https://github.com/an-tao/drogon/ | | License | MIT | | Versions | v1.4.1, v1.6.0, v1.7.1, v1.7.3, v1.7.5, v1.8.0, v1.8.1, v1.8.2, v1.9.1, v1.9.3, v1.9.4, v1.9.5, v1.9.6, v1.9.8, v1.9.9, v1.9.10, v1.9.11 | | Architectures | arm, arm64, i386, x86_64 | | Definition | drogon/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] drogon
Integration in the project (xmake.lua)
add_requires("drogon")

duckx (mingw)

| Description | C++ library for creating and modifying Microsoft Word (.docx) files | | -- | -- | | Homepage | https://github.com/amiremohamadi/DuckX | | License | MIT | | Versions | 2021.08.05 | | Architectures | arm, arm64, i386, x86_64 | | Definition | duckx/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] duckx
Integration in the project (xmake.lua)
add_requires("duckx")

duktape (mingw)

| Description | Duktape - embeddable Javascript engine with a focus on portability and compact footprint | | -- | -- | | Homepage | https://github.com/svaarala/duktape | | License | MIT | | Versions | 2.7.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | duktape/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] duktape
Integration in the project (xmake.lua)
add_requires("duktape")

dylib (mingw)

| Description | C++ cross-platform wrapper around dynamic loading of shared libraries (dll, so, dylib) | | -- | -- | | Homepage | https://conan.io/center/recipes/dylib | | License | MIT | | Versions | v2.2.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dylib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dylib
Integration in the project (xmake.lua)
add_requires("dylib")

dynareadout (mingw)

| Description | High-Performance C/C++ library for parsing binary output files and key files of LS Dyna (d3plot, binout, input deck) | | -- | -- | | Homepage | https://github.com/PucklaJ/dynareadout | | License | zlib | | Versions | 22.12, 23.01, 23.02, 23.04, 23.05, 23.06, 23.07, 23.08, 23.09, 23.10, 23.10.1, 23.11, 23.12, 24.01, 24.02, 24.03, 24.05, 24.07 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dynareadout/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dynareadout
Integration in the project (xmake.lua)
add_requires("dynareadout")

dyncall (mingw)

| Description | dyncall library provides a clean and portable C interface to dynamically issue calls to foreign code using small call kernels written in assembly. | | -- | -- | | Homepage | https://www.dyncall.org | | Versions | 1.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | dyncall/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] dyncall
Integration in the project (xmake.lua)
add_requires("dyncall")

e

eabase (mingw)

| Description | EABase is a small set of header files that define platform-independent data types and platform feature macros. | | -- | -- | | Homepage | https://github.com/electronicarts/EABase | | License | BSD-3-Clause | | Versions | 2.09.05 | | Architectures | arm, arm64, i386, x86_64 | | Definition | eabase/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] eabase
Integration in the project (xmake.lua)
add_requires("eabase")

easy_profiler (mingw)

| Description | Lightweight profiler library for c++ | | -- | -- | | Homepage | https://github.com/yse/easy_profiler | | License | MIT | | Versions | v2.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | easy_profiler/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] easy_profiler
Integration in the project (xmake.lua)
add_requires("easy_profiler")

easyloggingpp (mingw)

| Description | Single header C++ logging library. | | -- | -- | | Homepage | https://github.com/amrayn/easyloggingpp | | License | MIT | | Versions | v9.97.0, v9.97.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | easyloggingpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] easyloggingpp
Integration in the project (xmake.lua)
add_requires("easyloggingpp")

easywsclient (mingw)

| Description | A short and sweet WebSocket client for C++ | | -- | -- | | Homepage | https://github.com/dhbaird/easywsclient | | License | MIT | | Versions | 2021.01.12 | | Architectures | arm, arm64, i386, x86_64 | | Definition | easywsclient/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] easywsclient
Integration in the project (xmake.lua)
add_requires("easywsclient")

edlib (mingw)

| Description | Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance. | | -- | -- | | Homepage | http://martinsos.github.io/edlib | | License | MIT | | Versions | v1.2.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | edlib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] edlib
Integration in the project (xmake.lua)
add_requires("edlib")

effolkronium-random (mingw)

| Description | Random for modern C++ with convenient API | | -- | -- | | Homepage | https://github.com/effolkronium/random | | License | MIT | | Versions | v1.4.1, v1.5.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | effolkronium-random/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] effolkronium-random
Integration in the project (xmake.lua)
add_requires("effolkronium-random")

efsw (mingw)

| Description | efsw is a C++ cross-platform file system watcher and notifier. | | -- | -- | | Homepage | https://github.com/SpartanJ/efsw | | License | MIT | | Versions | 1.1.0, 1.2.0, 1.3.0, 1.3.1, 1.4.0, 1.4.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | efsw/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] efsw
Integration in the project (xmake.lua)
add_requires("efsw")

egl-headers (mingw)

| Description | EGL API and Extension Registry | | -- | -- | | Homepage | https://github.com/KhronosGroup/EGL-Registry | | License | MIT | | Versions | 2023.12.16 | | Architectures | arm, arm64, i386, x86_64 | | Definition | egl-headers/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] egl-headers
Integration in the project (xmake.lua)
add_requires("egl-headers")

eigen (mingw)

| Description | C++ template library for linear algebra | | -- | -- | | Homepage | https://eigen.tuxfamily.org/ | | License | MPL-2.0 | | Versions | 3.3.7, 3.3.8, 3.3.9, 3.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | eigen/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] eigen
Integration in the project (xmake.lua)
add_requires("eigen")

elfio (mingw)

| Description | ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library | | -- | -- | | Homepage | http://serge1.github.io/ELFIO | | License | MIT | | Versions | 3.11 | | Architectures | arm, arm64, i386, x86_64 | | Definition | elfio/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] elfio
Integration in the project (xmake.lua)
add_requires("elfio")

emhash (mingw)

| Description | Fast and memory efficient c++ flat hash map/set | | -- | -- | | Homepage | https://github.com/ktprime/emhash | | License | MIT | | Versions | 2024.06.01, 2025.03.19, 2025.03.24 | | Architectures | arm, arm64, i386, x86_64 | | Definition | emhash/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] emhash
Integration in the project (xmake.lua)
add_requires("emhash")

emio (mingw)

| Description | A safe and fast high-level and low-level character input/output library for bare-metal and RTOS based embedded systems with a very small binary footprint. | | -- | -- | | Homepage | https://viatorus.github.io/emio/ | | Versions | 0.4.0, 0.7.0, 0.8.0, 0.9.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | emio/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] emio
Integration in the project (xmake.lua)
add_requires("emio")

enet (mingw)

| Description | Reliable UDP networking library. | | -- | -- | | Homepage | http://enet.bespin.org | | License | MIT | | Versions | v1.3.17, v1.3.18 | | Architectures | arm, arm64, i386, x86_64 | | Definition | enet/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] enet
Integration in the project (xmake.lua)
add_requires("enet")

enet6 (mingw)

| Description | A fork of ENet (reliable UDP networking library) in order to add IPv6 support. | | -- | -- | | Homepage | https://github.com/SirLynix/enet6 | | License | MIT | | Versions | v6.0.0, v6.0.1, v6.0.2, v6.1.0, v6.1.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | enet6/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] enet6
Integration in the project (xmake.lua)
add_requires("enet6")

enkits (mingw)

| Description | A permissively licensed C and C++ Task Scheduler for creating parallel programs. | | -- | -- | | Homepage | https://github.com/dougbinks/enkiTS | | License | zlib | | Versions | v1.10, v1.11 | | Architectures | arm, arm64, i386, x86_64 | | Definition | enkits/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] enkits
Integration in the project (xmake.lua)
add_requires("enkits")

enoki (mingw)

| Description | Enoki: structured vectorization and differentiation on modern processor architectures | | -- | -- | | Homepage | https://github.com/mitsuba-renderer/enoki | | License | BSD-3-Clause | | Versions | 2024.04.19 | | Architectures | arm, arm64, i386, x86_64 | | Definition | enoki/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] enoki
Integration in the project (xmake.lua)
add_requires("enoki")

entt (mingw)

| Description | Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more. | | -- | -- | | Homepage | https://github.com/skypjack/entt | | License | MIT | | Versions | v3.6.0, v3.7.0, v3.7.1, v3.8.0, v3.8.1, v3.9.0, v3.10.0, v3.10.1, v3.10.3, v3.11.0, v3.11.1, v3.12.1, v3.12.2, v3.13.0, v3.13.1, v3.13.2, v3.14.0, v3.15.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | entt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] entt
Integration in the project (xmake.lua)
add_requires("entt")

etl (mingw)

| Description | Embedded Template Library | | -- | -- | | Homepage | https://www.etlcpp.com | | License | MIT | | Versions | 20.38.0, 20.38.10, 20.38.11, 20.38.13, 20.38.16, 20.38.17, 20.39.1, 20.39.2, 20.39.3, 20.39.4, 20.40.0, 20.40.1, 20.41.0, 20.41.1, 20.41.2, 20.41.3, 20.41.4, 20.41.5, 20.41.6, 20.41.7, 20.42.0, 20.42.1, 20.42.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | etl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] etl
Integration in the project (xmake.lua)
add_requires("etl")

eve (mingw)

| Description | Expressive Vector Engine - SIMD in C++ Goes Brrrr | | -- | -- | | Homepage | https://jfalcou.github.io/eve/ | | License | BSL-1.0 | | Versions | 2023.02.15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | eve/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] eve
Integration in the project (xmake.lua)
add_requires("eve")

eventpp (mingw)

| Description | Event Dispatcher and callback list for C++ | | -- | -- | | Homepage | https://github.com/wqking/eventpp | | License | Apache-2.0 | | Versions | v0.1.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | eventpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] eventpp
Integration in the project (xmake.lua)
add_requires("eventpp")

expat (mingw)

| Description | XML 1.0 parser | | -- | -- | | Homepage | https://libexpat.github.io | | License | MIT | | Versions | 2.2.6, 2.2.10, 2.3.0, 2.4.1, 2.4.5, 2.4.7, 2.4.8, 2.5.0, 2.6.2, 2.6.3, 2.6.4, 2.7.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | expat/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] expat
Integration in the project (xmake.lua)
add_requires("expat")

expected-lite (mingw)

| Description | expected lite - Expected objects in C++11 and later in a single-file header-only library | | -- | -- | | Homepage | https://github.com/martinmoene/expected-lite | | License | BSL-1.0 | | Versions | v0.6.3, v0.8.0, v0.9.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | expected-lite/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] expected-lite
Integration in the project (xmake.lua)
add_requires("expected-lite")

expresscpp (mingw)

| Description | Fast, unopinionated, minimalist web framework for C++ Perfect for building REST APIs. | | -- | -- | | Homepage | https://github.com/expresscpp/expresscpp.git | | License | MIT | | Versions | v0.20.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | expresscpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] expresscpp
Integration in the project (xmake.lua)
add_requires("expresscpp")

extra-cmake-modules (mingw)

| Description | Extra CMake Modules (ECM) extends CMake with additional modules and scripts. | | -- | -- | | Homepage | https://invent.kde.org/frameworks/extra-cmake-modules | | Versions | v6.10.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | extra-cmake-modules/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] extra-cmake-modules
Integration in the project (xmake.lua)
add_requires("extra-cmake-modules")

f

fakeit (mingw)

| Description | C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking. | | -- | -- | | Homepage | https://github.com/eranpeer/FakeIt | | License | MIT | | Versions | 2.4.0, 2.4.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fakeit/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fakeit
Integration in the project (xmake.lua)
add_requires("fakeit")

faker-cxx (mingw)

| Description | C++ Faker library for generating fake (but realistic) data. | | -- | -- | | Homepage | https://cieslarmichal.github.io/faker-cxx/ | | License | MIT | | Versions | v2.0.0, v3.0.0, v4.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | faker-cxx/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] faker-cxx
Integration in the project (xmake.lua)
add_requires("faker-cxx")

fann (mingw)

| Description | Official github repository for Fast Artificial Neural Network Library (FANN) | | -- | -- | | Homepage | https://github.com/libfann/fann | | License | LGPL-2.1 | | Versions | 2021.03.14, 2024.04.16 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fann/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fann
Integration in the project (xmake.lua)
add_requires("fann")

farmhash (mingw)

| Description | FarmHash, a family of hash functions. | | -- | -- | | Homepage | https://github.com/google/farmhash | | License | MIT | | Versions | 2019.05.14 | | Architectures | arm, arm64, i386, x86_64 | | Definition | farmhash/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] farmhash
Integration in the project (xmake.lua)
add_requires("farmhash")

fast-lzma2 (mingw)

| Description | Fast LZMA2 Library | | -- | -- | | Homepage | https://github.com/conor42/fast-lzma2 | | License | BSD-3-Clause | | Versions | v1.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fast-lzma2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fast-lzma2
Integration in the project (xmake.lua)
add_requires("fast-lzma2")

fast_double_parser (mingw)

| Description | Fast function to parse strings containing decimal numbers into double-precision (binary64) floating-point values. | | -- | -- | | Homepage | https://github.com/lemire/fast_double_parser | | License | Apache-2.0 | | Versions | v0.5.0, v0.7.0, v0.8.0, v0.8.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fast_double_parser/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fast_double_parser
Integration in the project (xmake.lua)
add_requires("fast_double_parser")

fast_float (mingw)

| Description | Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod | | -- | -- | | Homepage | https://github.com/fastfloat/fast_float | | License | Apache-2.0 | | Versions | v3.4.0, v3.5.1, v3.10.1, v5.2.0, v5.3.0, v6.0.0, v6.1.0, v6.1.1, v6.1.3, v6.1.4, v6.1.5, v6.1.6, v7.0.0, v8.0.0, v8.0.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fast_float/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fast_float
Integration in the project (xmake.lua)
add_requires("fast_float")

fast_io (mingw)

| Description | Significantly faster input/output for C++20 | | -- | -- | | Homepage | https://github.com/cppfastio/fast_io | | License | MIT | | Versions | 2023.1.28, 2024.3.31, 2025.06.13 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fast_io/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fast_io
Integration in the project (xmake.lua)
add_requires("fast_io")

fast_obj (mingw)

| Description | Fast C OBJ parser | | -- | -- | | Homepage | https://github.com/thisistherk/fast_obj | | License | MIT | | Versions | v1.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fast_obj/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fast_obj
Integration in the project (xmake.lua)
add_requires("fast_obj")

fastcppcsvparser (mingw)

| Description | This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser) | | -- | -- | | Homepage | https://github.com/ben-strasser/fast-cpp-csv-parser | | Versions | 2021.01.03 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fastcppcsvparser/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fastcppcsvparser
Integration in the project (xmake.lua)
add_requires("fastcppcsvparser")

fastgltf (mingw)

| Description | A modern C++17 glTF 2.0 library focused on speed, correctness, and usability | | -- | -- | | Homepage | https://fastgltf.readthedocs.io/v0.7.x/ | | License | MIT | | Versions | v0.7.1, v0.7.2, v0.8.0, v0.9.0 | | Architectures | x86_64 | | Definition | fastgltf/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fastgltf
Integration in the project (xmake.lua)
add_requires("fastgltf")

fastmod (mingw)

| Description | A header file for fast 32-bit division remainders on 64-bit hardware. | | -- | -- | | Homepage | https://github.com/lemire/fastmod | | License | Apache-2.0 | | Versions | v0.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fastmod/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fastmod
Integration in the project (xmake.lua)
add_requires("fastmod")

fastor (mingw)

| Description | A lightweight high performance tensor algebra framework for modern C++ | | -- | -- | | Homepage | https://github.com/romeric/Fastor | | License | MIT | | Versions | 0.6.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fastor/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fastor
Integration in the project (xmake.lua)
add_requires("fastor")

fatal (mingw)

| Description | Fatal is a library for fast prototyping software in modern C++. | | -- | -- | | Homepage | https://github.com/facebook/fatal | | License | BSD | | Versions | 2024.06.24 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fatal/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fatal
Integration in the project (xmake.lua)
add_requires("fatal")

fcpw (mingw)

| Description | FCPW: Fastest Closest Points in the West | | -- | -- | | Homepage | https://github.com/rohan-sawhney/fcpw | | License | MIT | | Versions | v1.0.5, v1.1.2, v1.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fcpw/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fcpw
Integration in the project (xmake.lua)
add_requires("fcpw")

fdk-aac (mingw)

| Description | A standalone library of the Fraunhofer FDK AAC code from Android. | | -- | -- | | Homepage | https://sourceforge.net/projects/opencore-amr/ | | License | Apache-2.0 | | Versions | 2.0.0, 2.0.1, 2.0.2, 2.0.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fdk-aac/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fdk-aac
Integration in the project (xmake.lua)
add_requires("fdk-aac")

ffmpeg (mingw)

| Description | A collection of libraries to process multimedia content such as audio, video, subtitles and related metadata. | | -- | -- | | Homepage | https://www.ffmpeg.org | | License | GPL-3.0 | | Versions | 4.0.2, 4.4.4, 5.0.1, 5.1.1, 5.1.2, 6.0.1, 6.1, 7.0, 7.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ffmpeg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ffmpeg
Integration in the project (xmake.lua)
add_requires("ffmpeg")

ffts (mingw)

| Description | The Fastest Fourier Transform in the South | | -- | -- | | Homepage | http://anthonix.com/ffts | | Versions | 2019.03.19 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ffts/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ffts
Integration in the project (xmake.lua)
add_requires("ffts")

fftw (mingw)

| Description | A C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions. | | -- | -- | | Homepage | http://fftw.org/ | | License | GPL-2.0 | | Versions | 3.3.8, 3.3.9, 3.3.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fftw/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fftw
Integration in the project (xmake.lua)
add_requires("fftw")

fgt (mingw)

| Description | C++ library for fast Gauss transforms. | | -- | -- | | Homepage | http://gadomski.github.io/fgt | | License | LGPL-2.1 | | Versions | v0.4.11 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fgt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fgt
Integration in the project (xmake.lua)
add_requires("fgt")

fixed-containers (mingw)

| Description | C++ Fixed Containers | | -- | -- | | Homepage | https://github.com/teslamotors/fixed-containers | | License | MIT | | Versions | 2025.01.03 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fixed-containers/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fixed-containers
Integration in the project (xmake.lua)
add_requires("fixed-containers")

flann (mingw)

| Description | Fast Library for Approximate Nearest Neighbors | | -- | -- | | Homepage | https://github.com/flann-lib/flann/ | | License | BSD-3-Clause | | Versions | 1.9.1, 1.9.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | flann/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] flann
Integration in the project (xmake.lua)
add_requires("flann")

flatbuffers (mingw)

| Description | FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. | | -- | -- | | Homepage | http://google.github.io/flatbuffers/ | | License | Apache-2.0 | | Versions | v1.12.0, v2.0.0, v23.1.21, v23.5.26, v24.3.25, v24.12.23, v25.2.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | flatbuffers/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] flatbuffers
Integration in the project (xmake.lua)
add_requires("flatbuffers")

flatcc (mingw)

| Description | FlatBuffers Compiler and Library in C for C | | -- | -- | | Homepage | https://github.com/dvidelabs/flatcc | | License | Apache-2.0 | | Versions | v0.6.1, 2025.04.08 | | Architectures | arm, arm64, i386, x86_64 | | Definition | flatcc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] flatcc
Integration in the project (xmake.lua)
add_requires("flatcc")

flecs (mingw)

| Description | A fast entity component system (ECS) for C & C++ | | -- | -- | | Homepage | https://github.com/SanderMertens/flecs | | License | MIT | | Versions | v2.4.8, v3.0.0, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.2.10, v3.2.11, v3.2.12, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4, v4.0.5, v4.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | flecs/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] flecs
Integration in the project (xmake.lua)
add_requires("flecs")

fltk (mingw)

| Description | Fast Light Toolkit | | -- | -- | | Homepage | https://www.fltk.org | | Versions | 1.3.9 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fltk/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fltk
Integration in the project (xmake.lua)
add_requires("fltk")

flux (mingw)

| Description | A C++20 library for sequence-orientated programming | | -- | -- | | Homepage | https://tristanbrindle.com/flux/ | | License | BSL-1.0 | | Versions | v0.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | flux/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] flux
Integration in the project (xmake.lua)
add_requires("flux")

fluxsort (mingw)

| Description | A branchless stable quicksort / mergesort hybrid. | | -- | -- | | Homepage | https://github.com/scandum/fluxsort | | License | MIT | | Versions | 2023.02.05 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fluxsort/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fluxsort
Integration in the project (xmake.lua)
add_requires("fluxsort")

fmi (mingw)

| Description | Specification of the Functional Mock-Up Interface (FMI) | | -- | -- | | Homepage | https://fmi-standard.org/ | | Versions | v3.0.1, v3.0.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fmi/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fmi
Integration in the project (xmake.lua)
add_requires("fmi")

fmt (mingw)

| Description | fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams. | | -- | -- | | Homepage | https://fmt.dev | | License | MIT | | Versions | 5.3.0, 6.0.0, 6.2.0, 7.1.3, 8.0.0, 8.0.1, 8.1.1, 9.0.0, 9.1.0, 10.0.0, 10.1.0, 10.1.1, 10.2.0, 10.2.1, 11.0.0, 11.0.1, 11.0.2, 11.1.0, 11.1.1, 11.1.2, 11.1.3, 11.1.4, 11.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fmt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fmt
Integration in the project (xmake.lua)
add_requires("fmt")

fpm (mingw)

| Description | C++ header-only fixed-point math library | | -- | -- | | Homepage | https://mikelankamp.github.io/fpm | | License | MIT | | Versions | 2024.09.06 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fpm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fpm
Integration in the project (xmake.lua)
add_requires("fpm")

freeglut (mingw)

| Description | Free implementation of the OpenGL Utility Toolkit (GLUT) | | -- | -- | | Homepage | http://freeglut.sourceforge.net | | License | MIT | | Versions | 3.4.0, 3.6.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | freeglut/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] freeglut
Integration in the project (xmake.lua)
add_requires("freeglut")

freerdp (mingw)

| Description | *FreeRDP is a free remote desktop protocol library and clients * | | -- | -- | | Homepage | http://www.freerdp.com | | License | Apache-2.0 | | Versions | 3.15.0, 3.16.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | freerdp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] freerdp
Integration in the project (xmake.lua)
add_requires("freerdp")

freetype (mingw)

| Description | A freely available software library to render fonts. | | -- | -- | | Homepage | https://www.freetype.org | | License | BSD | | Versions | 2.9.1, 2.10.4, 2.11.0, 2.11.1, 2.12.0, 2.12.1, 2.13.0, 2.13.1, 2.13.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | freetype/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] freetype
Integration in the project (xmake.lua)
add_requires("freetype")

fribidi (mingw)

| Description | The Free Implementation of the Unicode Bidirectional Algorithm. | | -- | -- | | Homepage | https://github.com/fribidi/fribidi | | License | LGPL-2.1 | | Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fribidi/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fribidi
Integration in the project (xmake.lua)
add_requires("fribidi")

frozen (mingw)

| Description | A header-only, constexpr alternative to gperf for C++14 users | | -- | -- | | Homepage | https://github.com/serge-sans-paille/frozen | | License | Apache-2.0 | | Versions | 1.1.1, 1.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | frozen/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] frozen
Integration in the project (xmake.lua)
add_requires("frozen")

frugally-deep (mingw)

| Description | Header-only library for using Keras (TensorFlow) models in C++. | | -- | -- | | Homepage | https://github.com/Dobiasd/frugally-deep | | License | MIT | | Versions | v0.15.29, v0.15.31, v0.16.0, v0.16.2, v0.17.1, v0.18.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | frugally-deep/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] frugally-deep
Integration in the project (xmake.lua)
add_requires("frugally-deep")

fruit (mingw)

| Description | Fruit, a dependency injection framework for C++ | | -- | -- | | Homepage | https://github.com/google/fruit/wiki | | License | Apache-2.0 | | Versions | v3.7.0, v3.7.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fruit/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fruit
Integration in the project (xmake.lua)
add_requires("fruit")

ftxui (mingw)

| Description | :computer: C++ Functional Terminal User Interface. :heart: | | -- | -- | | Homepage | https://github.com/ArthurSonzogni/FTXUI | | License | MIT | | Versions | v3.0.0, v4.1.1, v5.0.0, v6.0.2, v6.1.1, v6.1.9 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ftxui/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ftxui
Integration in the project (xmake.lua)
add_requires("ftxui")

funchook (mingw)

| Description | Hook function calls by inserting jump instructions at runtime. | | -- | -- | | Homepage | https://github.com/kubo/funchook | | License | GPL-2.0-or-later | | Versions | v1.1.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | funchook/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] funchook
Integration in the project (xmake.lua)
add_requires("funchook")

function2 (mingw)

| Description | Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more | | -- | -- | | Homepage | http://naios.github.io/function2 | | License | BSL-1.0 | | Versions | 4.1.0, 4.2.0, 4.2.1, 4.2.2, 4.2.3, 4.2.4, 4.2.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | function2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] function2
Integration in the project (xmake.lua)
add_requires("function2")

functionalplus (mingw)

| Description | Functional Programming Library for C++. Write concise and readable C++ code. | | -- | -- | | Homepage | http://www.editgym.com/fplus-api-search/ | | License | BSL-1.0 | | Versions | v0.2.22, v0.2.23, v0.2.24, v0.2.25 | | Architectures | arm, arm64, i386, x86_64 | | Definition | functionalplus/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] functionalplus
Integration in the project (xmake.lua)
add_requires("functionalplus")

fx-gltf (mingw)

| Description | A C++14/C++17 header-only library for simple, efficient, and robust serialization/deserialization of glTF 2.0 | | -- | -- | | Homepage | https://github.com/jessey-git/fx-gltf | | License | MIT | | Versions | v1.2.0, v2.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | fx-gltf/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] fx-gltf
Integration in the project (xmake.lua)
add_requires("fx-gltf")

g

gcem (mingw)

| Description | A C++ compile-time math library using generalized constant expressions | | -- | -- | | Homepage | https://www.kthohr.com/gcem.html | | License | Apache-2.0 | | Versions | v1.13.1, v1.16.0, v1.17.0, v1.18.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gcem/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gcem
Integration in the project (xmake.lua)
add_requires("gcem")

gelldur-eventbus (mingw)

| Description | *A lightweight and very fast event bus / event framework for C++17 * | | -- | -- | | Homepage | https://github.com/gelldur/EventBus | | License | Apache-2.0 | | Versions | v3.1.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gelldur-eventbus/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gelldur-eventbus
Integration in the project (xmake.lua)
add_requires("gelldur-eventbus")

genie (mingw)

| Description | GENie - Project generator tool | | -- | -- | | Homepage | https://github.com/bkaradzic/GENie | | License | BSD-3-Clause | | Versions | 1160, 1165, 1170 | | Architectures | arm, arm64, i386, x86_64 | | Definition | genie/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] genie
Integration in the project (xmake.lua)
add_requires("genie")

gflags (mingw)

| Description | The gflags package contains a C++ library that implements commandline flags processing. | | -- | -- | | Homepage | https://github.com/gflags/gflags/ | | License | BSD-3-Clause | | Versions | v2.2.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gflags/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gflags
Integration in the project (xmake.lua)
add_requires("gflags")

gfortran (mingw)

| Description | The GNU Fortran compiler | | -- | -- | | Homepage | https://gcc.gnu.org/fortran/ | | Versions | | | Architectures | arm, arm64, i386, x86_64 | | Definition | gfortran/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gfortran
Integration in the project (xmake.lua)
add_requires("gfortran")

gfx-timsort (mingw)

| Description | A C++ implementation of timsort | | -- | -- | | Homepage | https://github.com/timsort/cpp-TimSort | | License | MIT | | Versions | v3.0.0, v3.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gfx-timsort/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gfx-timsort
Integration in the project (xmake.lua)
add_requires("gfx-timsort")

ggml (mingw)

| Description | Tensor library for machine learning | | -- | -- | | Homepage | https://github.com/ggml-org/ggml | | License | MIT | | Versions | 2025.03.05 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ggml/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ggml
Integration in the project (xmake.lua)
add_requires("ggml")

ghc_filesystem (mingw)

| Description | An implementation of C++17 std::filesystem for C++11/C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD. | | -- | -- | | Homepage | https://github.com/gulrak/filesystem | | License | MIT | | Versions | v1.5.10, v1.5.12, v1.5.14 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ghc_filesystem/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ghc_filesystem
Integration in the project (xmake.lua)
add_requires("ghc_filesystem")

gifdec (mingw)

| Description | small C GIF decoder | | -- | -- | | Homepage | https://github.com/lecram/gifdec | | Versions | 2021.12.04 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gifdec/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gifdec
Integration in the project (xmake.lua)
add_requires("gifdec")

giflib (mingw)

| Description | A library for reading and writing gif images. | | -- | -- | | Homepage | https://sourceforge.net/projects/giflib/ | | License | MIT | | Versions | 5.2.1, 5.2.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | giflib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] giflib
Integration in the project (xmake.lua)
add_requires("giflib")

gklib (mingw)

| Description | A library of various helper routines and frameworks used by many of the lab's software | | -- | -- | | Homepage | https://github.com/KarypisLab/GKlib | | License | Apache-2.0 | | Versions | 2023.03.26 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gklib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gklib
Integration in the project (xmake.lua)
add_requires("gklib")

gl2ps (mingw)

| Description | OpenGL to PostScript printing library | | -- | -- | | Homepage | https://gitlab.onelab.info/gl2ps/gl2ps | | License | LGPL | | Versions | 1.4.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gl2ps/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gl2ps
Integration in the project (xmake.lua)
add_requires("gl2ps")

glad (mingw)

| Description | Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs. | | -- | -- | | Homepage | https://glad.dav1d.de/ | | License | MIT | | Versions | v0.1.34, v0.1.36 | | Architectures | arm, arm64, i386, x86_64 | | Definition | glad/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] glad
Integration in the project (xmake.lua)
add_requires("glad")

glaze (mingw)

| Description | Extremely fast, in memory, JSON and interface library for modern C++ | | -- | -- | | Homepage | https://github.com/stephenberry/glaze | | License | MIT | | Versions | v1.3.5, v2.2.0, v2.3.1, v2.4.2, v2.4.4, v2.5.3, v2.6.4, v2.7.0, v2.9.5, v3.1.7, v3.3.2, v3.6.0, v3.6.2, v4.0.1, v4.2.2, v4.4.2, v4.4.3, v5.0.2, v5.1.0, v5.1.2, v5.2.0, v5.2.1, v5.3.0, v5.3.1, v5.4.0, v5.4.1, v5.5.0, v5.5.1, v5.5.2, v5.5.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | glaze/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] glaze
Integration in the project (xmake.lua)
add_requires("glaze")

glbinding (mingw)

| Description | *A C++ binding for the OpenGL API, generated using the gl.xml specification. * | | -- | -- | | Homepage | https://glbinding.org | | License | MIT | | Versions | v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0, v3.4.0, v3.5.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | glbinding/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] glbinding
Integration in the project (xmake.lua)
add_requires("glbinding")

glew (mingw)

| Description | A cross-platform open-source C/C++ extension loading library. | | -- | -- | | Homepage | http://glew.sourceforge.net/ | | Versions | 2.1.0, 2.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | glew/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] glew
Integration in the project (xmake.lua)
add_requires("glew")

glfw (mingw)

| Description | GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. | | -- | -- | | Homepage | https://www.glfw.org/ | | License | zlib | | Versions | 3.3.2, 3.3.4, 3.3.5, 3.3.6, 3.3.7, 3.3.8, 3.3.9, 3.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | glfw/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] glfw
Integration in the project (xmake.lua)
add_requires("glfw")

gli (mingw)

| Description | OpenGL Image (GLI) | | -- | -- | | Homepage | https://gli.g-truc.net/ | | Versions | 0.8.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gli/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gli
Integration in the project (xmake.lua)
add_requires("gli")

glib (mingw)

| Description | Low-level core library that forms the basis for projects such as GTK+ and GNOME. | | -- | -- | | Homepage | https://docs.gtk.org/glib/ | | License | LGPL-2.1 | | Versions | 2.71.0, 2.78.1, 2.85.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | glib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] glib
Integration in the project (xmake.lua)
add_requires("glib")

glm (mingw)

| Description | OpenGL Mathematics (GLM) | | -- | -- | | Homepage | https://glm.g-truc.net/ | | License | MIT | | Versions | 0.9.9+8, 1.0.0, 1.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | glm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] glm
Integration in the project (xmake.lua)
add_requires("glm")

glob (mingw)

| Description | Glob for C++17 | | -- | -- | | Homepage | https://github.com/p-ranav/glob | | License | MIT | | Versions | 2024.04.18 | | Architectures | arm, arm64, i386, x86_64 | | Definition | glob/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] glob
Integration in the project (xmake.lua)
add_requires("glob")

glog (mingw)

| Description | C++ implementation of the Google logging module | | -- | -- | | Homepage | https://github.com/google/glog/ | | License | BSD-3-Clause | | Versions | v0.4.0, v0.5.0, v0.6.0, v0.7.0, v0.7.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | glog/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] glog
Integration in the project (xmake.lua)
add_requires("glog")

glpk (mingw)

| Description | The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. | | -- | -- | | Homepage | https://www.gnu.org/software/glpk/ | | License | GPL-3.0 | | Versions | 5.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | glpk/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] glpk
Integration in the project (xmake.lua)
add_requires("glpk")

glshaderpp (mingw)

| Description | A lightweight header-only library to compile and link OpenGL GLSL shaders. | | -- | -- | | Homepage | https://gitlab-lepuy.iut.uca.fr/opengl/glshaderpp | | License | LGPL-3.0-or-later | | Versions | v1.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | glshaderpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] glshaderpp
Integration in the project (xmake.lua)
add_requires("glshaderpp")

glslang (mingw)

| Description | Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator. | | -- | -- | | Homepage | https://github.com/KhronosGroup/glslang/ | | License | Apache-2.0 | | Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0, 1.3.246+1, 1.3.250+1, 1.3.261+1, 1.3.268+0, 1.3.275+0, 1.3.280+0, 1.3.283+0, 1.3.290+0, 1.4.309+0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | glslang/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] glslang
Integration in the project (xmake.lua)
add_requires("glslang")

glu (mingw)

| Description | OpenGL utility library | | -- | -- | | Homepage | https://gitlab.freedesktop.org/mesa/glu | | Versions | | | Architectures | arm, arm64, i386, x86_64 | | Definition | glu/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] glu
Integration in the project (xmake.lua)
add_requires("glu")

glut (mingw)

| Description | OpenGL utility toolkit | | -- | -- | | Homepage | https://www.opengl.org/resources/libraries/glut/ | | Versions | | | Architectures | arm, arm64, i386, x86_64 | | Definition | glut/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] glut
Integration in the project (xmake.lua)
add_requires("glut")

glx (mingw)

| Description | an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System | | -- | -- | | Homepage | https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml | | Versions | | | Architectures | arm, arm64, i386, x86_64 | | Definition | glx/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] glx
Integration in the project (xmake.lua)
add_requires("glx")

gmm (mingw)

| Description | Gmm++ provides some basic types of sparse and dense matrices and vectors. | | -- | -- | | Homepage | http://getfem.org/gmm/index.html | | Versions | 5.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gmm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gmm
Integration in the project (xmake.lua)
add_requires("gmm")

gmp (mingw)

| Description | GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. | | -- | -- | | Homepage | https://gmplib.org/ | | License | LGPL-3.0 | | Versions | 6.2.1, 6.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gmp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gmp
Integration in the project (xmake.lua)
add_requires("gmp")

gmssl (mingw)

| Description | Password Toolkit supporting National secret chip SM2/SM3/SM4/SM9/SSL | | -- | -- | | Homepage | https://github.com/guanzhi/GmSSL | | License | Apache-2.0 | | Versions | v3.1.0, v3.1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gmssl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gmssl
Integration in the project (xmake.lua)
add_requires("gmssl")

gn (mingw)

| Description | GN is a meta-build system that generates build files for Ninja. | | -- | -- | | Homepage | https://gn.googlesource.com/gn | | Versions | 20211117 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gn/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gn
Integration in the project (xmake.lua)
add_requires("gn")

gnu-rm (mingw)

| Description | GNU Arm Embedded Toolchain | | -- | -- | | Homepage | https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm | | Versions | 2020.10, 2021.10, 2024.12 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gnu-rm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gnu-rm
Integration in the project (xmake.lua)
add_requires("gnu-rm")

godotcpp (mingw)

| Description | C++ bindings for the Godot script API | | -- | -- | | Homepage | https://godotengine.org/ | | Versions | 3.2, 3.3, 3.4.0, 3.4.3, 3.4.4, 3.4.5, 3.5, 3.5.1, 3.5.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | godotcpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] godotcpp
Integration in the project (xmake.lua)
add_requires("godotcpp")

google-cloud-cpp (mingw)

| Description | C++ Client Libraries for Google Cloud Services | | -- | -- | | Homepage | https://github.com/googleapis/google-cloud-cpp | | License | Apache-2.0 | | Versions | v2.33.0, v2.34.0, v2.36.0, v2.37.0, v2.38.0, v2.39.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | google-cloud-cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] google-cloud-cpp
Integration in the project (xmake.lua)
add_requires("google-cloud-cpp")

gperf (mingw)

| Description | Perfect hash function generator. | | -- | -- | | Homepage | https://www.gnu.org/software/gperf | | License | GPL-3.0-or-later | | Versions | 3.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gperf/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gperf
Integration in the project (xmake.lua)
add_requires("gperf")

gperftools (mingw)

| Description | gperftools is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools. | | -- | -- | | Homepage | https://github.com/gperftools/gperftools | | License | BSD-3-Clause | | Versions | 2.10, 2.11, 2.12, 2.13, 2.14, 2.15, 2.16 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gperftools/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gperftools
Integration in the project (xmake.lua)
add_requires("gperftools")

graaf (mingw)

| Description | A general-purpose lightweight C++ graph library | | -- | -- | | Homepage | https://bobluppes.github.io/graaf/ | | License | MIT | | Versions | v1.1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | graaf/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] graaf
Integration in the project (xmake.lua)
add_requires("graaf")

grpc (mingw)

| Description | The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) | | -- | -- | | Homepage | https://grpc.io | | License | Apache-2.0 | | Versions | v1.51.3, v1.62.1, v1.68.2, v1.69.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | grpc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] grpc
Integration in the project (xmake.lua)
add_requires("grpc")

gsl (mingw)

| Description | Guidelines Support Library | | -- | -- | | Homepage | https://github.com/microsoft/GSL | | License | MIT | | Versions | v3.1.0, v4.0.0, v4.1.0, v4.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gsl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gsl
Integration in the project (xmake.lua)
add_requires("gsl")

gsl-lite (mingw)

| Description | gsl-lite – A single-file header-only version of ISO C++ Guidelines Support Library (GSL) for C++98, C++11, and later | | -- | -- | | Homepage | https://github.com/gsl-lite/gsl-lite | | License | MIT | | Versions | v0.41.0, v0.42.0, v0.43.0, v1.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gsl-lite/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gsl-lite
Integration in the project (xmake.lua)
add_requires("gsl-lite")

gtest (mingw)

| Description | Google Testing and Mocking Framework. | | -- | -- | | Homepage | https://github.com/google/googletest | | License | BSD-3 | | Versions | v1.8.1, v1.10.0, v1.11.0, v1.12.0, v1.12.1, v1.13.0, v1.14.0, v1.15.2, v1.16.0, v1.17.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gtest/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gtest
Integration in the project (xmake.lua)
add_requires("gtest")

guetzli (mingw)

| Description | Perceptual JPEG encoder | | -- | -- | | Homepage | https://github.com/google/guetzli | | Versions | v1.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | guetzli/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] guetzli
Integration in the project (xmake.lua)
add_requires("guetzli")

guilite (mingw)

| Description | The smallest header-only GUI library (4 KLOC) for all platforms. | | -- | -- | | Homepage | https://github.com/idea4good/GuiLite | | License | Apache-2.0 | | Versions | v2.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | guilite/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] guilite
Integration in the project (xmake.lua)
add_requires("guilite")

gumbo-parser (mingw)

| Description | An HTML5 parsing library in pure C99 | | -- | -- | | Homepage | https://github.com/google/gumbo-parser | | License | Apache-2.0 | | Versions | v0.10.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gumbo-parser/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gumbo-parser
Integration in the project (xmake.lua)
add_requires("gumbo-parser")

gyp-next (mingw)

| Description | A fork of the GYP build system for use in the Node.js projects | | -- | -- | | Homepage | https://github.com/nodejs/gyp-next | | License | BSD-3-Clause | | Versions | v0.11.0, v0.16.1, v0.16.2, v0.18.0, v0.18.1, v0.18.2, v0.18.3, v0.19.1, v0.20.0, v0.20.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gyp-next/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gyp-next
Integration in the project (xmake.lua)
add_requires("gyp-next")

gzip-hpp (mingw)

| Description | Gzip header-only C++ library | | -- | -- | | Homepage | https://github.com/mapbox/gzip-hpp | | License | MIT | | Versions | v0.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | gzip-hpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] gzip-hpp
Integration in the project (xmake.lua)
add_requires("gzip-hpp")

h

h3 (mingw)

| Description | Hexagonal hierarchical geospatial indexing system | | -- | -- | | Homepage | https://h3geo.org | | License | Apache-2.0 | | Versions | v4.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | h3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] h3
Integration in the project (xmake.lua)
add_requires("h3")

happly (mingw)

| Description | A C++ header-only parser for the PLY file format. | | -- | -- | | Homepage | https://github.com/nmwsharp/happly | | License | MIT | | Versions | 2022.01.07 | | Architectures | arm, arm64, i386, x86_64 | | Definition | happly/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] happly
Integration in the project (xmake.lua)
add_requires("happly")

harfbuzz (mingw)

| Description | HarfBuzz is a text shaping library. | | -- | -- | | Homepage | https://harfbuzz.github.io/ | | License | MIT | | Versions | 2.8.1, 2.9.0, 3.0.0, 3.1.1, 4.4.1, 5.3.1, 6.0.0, 7.3.0, 8.0.0, 8.0.1, 8.1.0, 8.1.1, 8.3.0, 8.4.0, 8.5.0, 9.0.0, 10.0.1, 10.1.0, 10.2.0, 10.3.0, 10.4.0, 11.2.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | harfbuzz/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] harfbuzz
Integration in the project (xmake.lua)
add_requires("harfbuzz")

hash-library (mingw)

| Description | Portable C++ hashing library | | -- | -- | | Homepage | https://create.stephan-brumme.com/hash-library/ | | License | zlib | | Versions | 2021.09.29 | | Architectures | arm, arm64, i386, x86_64 | | Definition | hash-library/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] hash-library
Integration in the project (xmake.lua)
add_requires("hash-library")

hedley (mingw)

| Description | A C/C++ header to help move #ifdefs out of your code | | -- | -- | | Homepage | https://nemequ.github.io/hedley/ | | License | CC0-1.0 | | Versions | v15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | hedley/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] hedley
Integration in the project (xmake.lua)
add_requires("hedley")

hexl (mingw)

| Description | Intel:registered: Homomorphic Encryption Acceleration Library accelerates modular arithmetic operations used in homomorphic encryption | | -- | -- | | Homepage | https://intel.github.io/hexl | | License | Apache-2.0 | | Versions | v1.2.5, v1.2.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | hexl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] hexl
Integration in the project (xmake.lua)
add_requires("hexl")

hidapi (mingw)

| Description | A Simple cross-platform library for communicating with HID devices | | -- | -- | | Homepage | https://libusb.info/hidapi/ | | License | BSD-3-Clause | | Versions | 0.14.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | hidapi/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] hidapi
Integration in the project (xmake.lua)
add_requires("hidapi")

highs (mingw)

| Description | Linear optimization software | | -- | -- | | Homepage | https://github.com/ERGO-Code/HiGHS | | License | MIT | | Versions | v1.5.3, v1.7.0, v1.7.1, v1.7.2, v1.8.0, v1.8.1, v1.9.0, v1.10.0, v1.11.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | highs/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] highs
Integration in the project (xmake.lua)
add_requires("highs")

highway (mingw)

| Description | Performance-portable, length-agnostic SIMD with runtime dispatch | | -- | -- | | Homepage | https://github.com/google/highway | | License | Apache-2.0 | | Versions | 1.1.0, 1.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | highway/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] highway
Integration in the project (xmake.lua)
add_requires("highway")

hiredis (mingw)

| Description | Minimalistic C client for Redis >= 1.2 | | -- | -- | | Homepage | https://github.com/redis/hiredis | | License | BSD-3-Clause | | Versions | v1.0.2, v1.1.0, v1.2.0, v1.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | hiredis/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] hiredis
Integration in the project (xmake.lua)
add_requires("hiredis")

hopscotch-map (mingw)

| Description | A C++ implementation of a fast hash map and hash set using hopscotch hashing | | -- | -- | | Homepage | https://github.com/Tessil/hopscotch-map | | License | MIT | | Versions | v2.3.0, v2.3.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | hopscotch-map/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] hopscotch-map
Integration in the project (xmake.lua)
add_requires("hopscotch-map")

houdini (mingw)

| Description | Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues. | | -- | -- | | Homepage | https://www.sidefx.com/ | | Versions | | | Architectures | arm, arm64, i386, x86_64 | | Definition | houdini/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] houdini
Integration in the project (xmake.lua)
add_requires("houdini")

http_parser (mingw)

| Description | Parser for HTTP messages written in C. | | -- | -- | | Homepage | https://github.com/nodejs/http-parser | | License | MIT | | Versions | v2.9.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | http_parser/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] http_parser
Integration in the project (xmake.lua)
add_requires("http_parser")

hyprwayland-scanner (mingw)

| Description | A Hyprland implementation of wayland-scanner, in and for C++. | | -- | -- | | Homepage | https://github.com/hyprwm/hyprwayland-scanner | | License | BSD-3-Clause | | Versions | v0.4.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | hyprwayland-scanner/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] hyprwayland-scanner
Integration in the project (xmake.lua)
add_requires("hyprwayland-scanner")

i

icu4c (mingw)

| Description | C/C++ libraries for Unicode and globalization. | | -- | -- | | Homepage | http://site.icu-project.org/ | | Versions | 64.2, 68.1, 68.2, 69.1, 70.1, 71.1, 72.1, 73.1, 73.2, 75.1, 76.1, 77.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | icu4c/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] icu4c
Integration in the project (xmake.lua)
add_requires("icu4c")

idna (mingw)

| Description | C++ library implementing the to_ascii and to_unicode functions from the Unicode Technical Standard. | | -- | -- | | Homepage | https://github.com/ada-url/idna | | License | Apache-2.0 | | Versions | 0.2.0, 0.3.2, 0.3.3, 0.3.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | idna/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] idna
Integration in the project (xmake.lua)
add_requires("idna")

ifort (mingw)

| Description | The Fortran Compiler provided by Intel® | | -- | -- | | Homepage | https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html | | Versions | 2021.4.0+3224 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ifort/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ifort
Integration in the project (xmake.lua)
add_requires("ifort")

ignite3 (mingw)

| Description | Apache Ignite 3 C++ client library | | -- | -- | | Homepage | https://ignite.apache.org | | License | Apache-2.0 | | Versions | 3.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ignite3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ignite3
Integration in the project (xmake.lua)
add_requires("ignite3")

igraph (mingw)

| Description | Library for the analysis of networks | | -- | -- | | Homepage | https://igraph.org | | License | GPL-2.0 | | Versions | 0.10.15, 0.10.16 | | Architectures | arm, arm64, i386, x86_64 | | Definition | igraph/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] igraph
Integration in the project (xmake.lua)
add_requires("igraph")

iguana (mingw)

| Description | universal serialization engine | | -- | -- | | Homepage | https://github.com/qicosmos/iguana | | License | Apache-2.0 | | Versions | v1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9 | | Architectures | arm, arm64, i386, x86_64 | | Definition | iguana/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] iguana
Integration in the project (xmake.lua)
add_requires("iguana")

im3d (mingw)

| Description | File Dialog for Dear ImGui | | -- | -- | | Homepage | https://github.com/john-chapman/im3d | | License | MIT | | Versions | 2023.06.09 | | Architectures | arm, arm64, i386, x86_64 | | Definition | im3d/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] im3d
Integration in the project (xmake.lua)
add_requires("im3d")

imath (mingw)

| Description | Imath is a C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics | | -- | -- | | Homepage | https://github.com/AcademySoftwareFoundation/Imath/ | | License | BSD-3-Clause | | Versions | v3.1.0, v3.1.1, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.9, v3.1.10, v3.1.11, v3.1.12 | | Architectures | arm, arm64, i386, x86_64 | | Definition | imath/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] imath
Integration in the project (xmake.lua)
add_requires("imath")

imcoolbar (mingw)

| Description | A Cool bar for Dear ImGui | | -- | -- | | Homepage | https://github.com/aiekick/ImCoolBar | | License | MIT | | Versions | 2023.07.05 | | Architectures | arm, arm64, i386, x86_64 | | Definition | imcoolbar/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] imcoolbar
Integration in the project (xmake.lua)
add_requires("imcoolbar")

imgui (mingw)

| Description | Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies | | -- | -- | | Homepage | https://github.com/ocornut/imgui | | License | MIT | | Versions | v1.75, v1.76, v1.77, v1.78, v1.79, v1.80, v1.81, v1.82, v1.83-docking, v1.83, v1.84.1, v1.84.2, v1.85-docking, v1.85, v1.86, v1.87-docking, v1.87, v1.88-docking, v1.88, v1.89-docking, v1.89, v1.89.3-docking, v1.89.3, v1.89.4-docking, v1.89.4, v1.89.5-docking, v1.89.5, v1.89.6-docking, v1.89.6, v1.89.7-docking, v1.89.7, v1.89.8-docking, v1.89.8, v1.89.9-docking, v1.89.9, v1.90-docking, v1.90, v1.90.1-docking, v1.90.1, v1.90.2-docking, v1.90.2, v1.90.3-docking, v1.90.3, v1.90.4-docking, v1.90.4, v1.90.5-docking, v1.90.5, v1.90.6-docking, v1.90.6, v1.90.7-docking, v1.90.7, v1.90.8-docking, v1.90.8, v1.90.9-docking, v1.90.9, v1.91.0-docking, v1.91.0, v1.91.1-docking, v1.91.1, v1.91.2-docking, v1.91.2, v1.91.3-docking, v1.91.3, v1.91.4-docking, v1.91.4, v1.91.5-docking, v1.91.5, v1.91.6-docking, v1.91.6, v1.91.7-docking, v1.91.7, v1.91.8-docking, v1.91.8, v1.91.9-docking, v1.91.9, v1.92.0-docking, v1.92.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | imgui/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] imgui
Integration in the project (xmake.lua)
add_requires("imgui")

imgui-color-text-edit (mingw)

| Description | Colorizing text editor for ImGui | | -- | -- | | Homepage | https://github.com/BalazsJako/ImGuiColorTextEdit | | License | MIT | | Versions | 2019.06.15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | imgui-color-text-edit/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] imgui-color-text-edit
Integration in the project (xmake.lua)
add_requires("imgui-color-text-edit")

imgui-file-dialog (mingw)

| Description | File Dialog for Dear ImGui | | -- | -- | | Homepage | https://github.com/aiekick/ImGuiFileDialog | | License | MIT | | Versions | v0.6.5, v0.6.6, v0.6.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | imgui-file-dialog/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] imgui-file-dialog
Integration in the project (xmake.lua)
add_requires("imgui-file-dialog")

imgui-filebrowser (mingw)

| Description | File browser implementation for dear-imgui. C++17 is required. | | -- | -- | | Homepage | https://github.com/AirGuanZ/imgui-filebrowser | | License | MIT | | Versions | 2024.10.07 | | Architectures | arm, arm64, i386, x86_64 | | Definition | imgui-filebrowser/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] imgui-filebrowser
Integration in the project (xmake.lua)
add_requires("imgui-filebrowser")

imgui-sfml (mingw)

| Description | Dear ImGui binding for use with SFML | | -- | -- | | Homepage | https://github.com/eliasdaler/imgui-sfml | | License | MIT | | Versions | v2.5, v2.6, v3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | imgui-sfml/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] imgui-sfml
Integration in the project (xmake.lua)
add_requires("imgui-sfml")

imguitextselect (mingw)

| Description | Text selection implementation for Dear ImGui | | -- | -- | | Homepage | https://github.com/AidanSun05/ImGuiTextSelect | | License | MIT | | Versions | 1.0.0, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | imguitextselect/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] imguitextselect
Integration in the project (xmake.lua)
add_requires("imguitextselect")

imguizmo (mingw)

| Description | Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui | | -- | -- | | Homepage | https://github.com/CedricGuillemet/ImGuizmo | | License | MIT | | Versions | 1.83, 1.89+wip, 1.91.3+wip | | Architectures | arm, arm64, i386, x86_64 | | Definition | imguizmo/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] imguizmo
Integration in the project (xmake.lua)
add_requires("imguizmo")

imnodes (mingw)

| Description | A small, dependency-free node editor for dear imgui | | -- | -- | | Homepage | https://github.com/Nelarius/imnodes | | License | MIT | | Versions | v0.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | imnodes/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] imnodes
Integration in the project (xmake.lua)
add_requires("imnodes")

implot (mingw)

| Description | Immediate Mode Plotting | | -- | -- | | Homepage | https://github.com/epezent/implot | | License | MIT | | Versions | v0.15, v0.16 | | Architectures | arm, arm64, i386, x86_64 | | Definition | implot/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] implot
Integration in the project (xmake.lua)
add_requires("implot")

implot3d (mingw)

| Description | Immediate Mode 3D Plotting | | -- | -- | | Homepage | https://github.com/brenocq/implot3d | | License | MIT | | Versions | v0.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | implot3d/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] implot3d
Integration in the project (xmake.lua)
add_requires("implot3d")

indicators (mingw)

| Description | Activity Indicators for Modern C++ | | -- | -- | | Homepage | https://github.com/p-ranav/indicators | | License | MIT | | Versions | 2.2, 2.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | indicators/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] indicators
Integration in the project (xmake.lua)
add_requires("indicators")

infoware (mingw)

| Description | C++ Library for pulling system and hardware information, without hitting the command line. | | -- | -- | | Homepage | https://github.com/ThePhD/infoware | | License | CC0-1.0 | | Versions | 2023.04.12 | | Architectures | x86_64 | | Definition | infoware/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] infoware
Integration in the project (xmake.lua)
add_requires("infoware")

inifile-cpp (mingw)

| Description | A header-only and easy to use Ini file parser for C++. | | -- | -- | | Homepage | https://github.com/Rookfighter/inifile-cpp | | License | MIT | | Versions | 2022.06.25 | | Architectures | arm, arm64, i386, x86_64 | | Definition | inifile-cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] inifile-cpp
Integration in the project (xmake.lua)
add_requires("inifile-cpp")

inih (mingw)

| Description | Simple .INI file parser in C, good for embedded systems | | -- | -- | | Homepage | https://github.com/benhoyt/inih | | Versions | 58, 59, 60 | | Architectures | arm, arm64, i386, x86_64 | | Definition | inih/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] inih
Integration in the project (xmake.lua)
add_requires("inih")

iniparser (mingw)

| Description | ini file parser | | -- | -- | | Homepage | http://ndevilla.free.fr/iniparser | | License | MIT | | Versions | v4.2.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | iniparser/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] iniparser
Integration in the project (xmake.lua)
add_requires("iniparser")

inipp (mingw)

| Description | Simple C++ ini parser. | | -- | -- | | Homepage | https://github.com/mcmtroffaes/inipp | | License | MIT | | Versions | 2022.02.03, 2025.06.17 | | Architectures | arm, arm64, i386, x86_64 | | Definition | inipp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] inipp
Integration in the project (xmake.lua)
add_requires("inipp")

inja (mingw)

| Description | A Template Engine for Modern C++ | | -- | -- | | Homepage | https://pantor.github.io/inja/ | | License | MIT | | Versions | v2.1.0, v3.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | inja/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] inja
Integration in the project (xmake.lua)
add_requires("inja")

injector (mingw)

| Description | Library for injecting a shared library into a Linux or Windows process | | -- | -- | | Homepage | https://github.com/kubo/injector | | License | LGPL-2.1 | | Versions | 2024.02.18 | | Architectures | arm, arm64, i386, x86_64 | | Definition | injector/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] injector
Integration in the project (xmake.lua)
add_requires("injector")

interface99 (mingw)

| Description | Full-featured interfaces for C99 | | -- | -- | | Homepage | https://github.com/Hirrolot/interface99 | | License | MIT | | Versions | 1.0.0, 1.0.1, 1.0.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | interface99/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] interface99
Integration in the project (xmake.lua)
add_requires("interface99")

intx (mingw)

| Description | Extended precision integer C++ library | | -- | -- | | Homepage | https://github.com/chfast/intx | | License | Apache-2.0 | | Versions | v0.11.0, v0.12.0, v0.12.1, v0.13.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | intx/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] intx
Integration in the project (xmake.lua)
add_requires("intx")

ip2region (mingw)

| Description | IP address region search library. | | -- | -- | | Homepage | https://github.com/lionsoul2014/ip2region | | License | Apache-2.0 | | Versions | v2020.10.31 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ip2region/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ip2region
Integration in the project (xmake.lua)
add_requires("ip2region")

irrxml (mingw)

| Description | High speed and easy-to-use XML Parser for C++ | | -- | -- | | Homepage | https://sourceforge.net/projects/irrlicht/ | | Versions | 1.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | irrxml/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] irrxml
Integration in the project (xmake.lua)
add_requires("irrxml")

isocline (mingw)

| Description | *Isocline is a portable GNU readline alternative * | | -- | -- | | Homepage | https://github.com/daanx/isocline | | License | MIT | | Versions | 2022.01.16 | | Architectures | arm, arm64, i386, x86_64 | | Definition | isocline/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] isocline
Integration in the project (xmake.lua)
add_requires("isocline")

ispc (mingw)

| Description | Intel® Implicit SPMD Program Compiler | | -- | -- | | Homepage | https://ispc.github.io/ | | License | BSD-3-Clause | | Versions | 1.17.0, 1.25.3, 1.26.0, 1.27.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ispc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ispc
Integration in the project (xmake.lua)
add_requires("ispc")

itlib (mingw)

| Description | A collection of std-like single-header C++ libraries | | -- | -- | | Homepage | https://github.com/iboB/itlib | | License | MIT | | Versions | v1.10.3, v1.11.0, v1.11.1, v1.11.4, v1.11.5, v1.11.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | itlib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] itlib
Integration in the project (xmake.lua)
add_requires("itlib")

ittapi (mingw)

| Description | Intel® Instrumentation and Tracing Technology (ITT) and Just-In-Time (JIT) API | | -- | -- | | Homepage | https://github.com/intel/ittapi | | License | BSD-3-Clause | | Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3, v3.25.4, v3.25.5, v3.26.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ittapi/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ittapi
Integration in the project (xmake.lua)
add_requires("ittapi")

ixwebsocket (mingw)

| Description | websocket and http client and server library, with TLS support and very few dependencies | | -- | -- | | Homepage | https://github.com/machinezone/IXWebSocket | | License | BSD-3-Clause | | Versions | v11.4.4, v11.4.5, v11.4.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ixwebsocket/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ixwebsocket
Integration in the project (xmake.lua)
add_requires("ixwebsocket")

j

jack2 (mingw)

| Description | Cross-platform API that enables device sharing and inter-application audio routing | | -- | -- | | Homepage | https://jackaudio.org/ | | License | GPL-2.0 | | Versions | v1.9.22 | | Architectures | arm, arm64, i386, x86_64 | | Definition | jack2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] jack2
Integration in the project (xmake.lua)
add_requires("jack2")

jansson (mingw)

| Description | C library for encoding, decoding and manipulating JSON data | | -- | -- | | Homepage | https://github.com/akheron/jansson | | License | MIT | | Versions | 2.14, 2.14.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | jansson/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] jansson
Integration in the project (xmake.lua)
add_requires("jansson")

joltphysics (mingw)

| Description | A multi core friendly rigid body physics and collision detection library suitable for games and VR applications. | | -- | -- | | Homepage | https://github.com/jrouwe/JoltPhysics | | License | MIT | | Versions | v2.0.1, v3.0.0, v3.0.1, v4.0.0, v4.0.1, v4.0.2, v5.0.0, v5.1.0, v5.2.0, v5.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | joltphysics/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] joltphysics
Integration in the project (xmake.lua)
add_requires("joltphysics")

jpcre2 (mingw)

| Description | C++ wrapper for PCRE2 Library | | -- | -- | | Homepage | https://docs.neurobin.org/jpcre2/latest/ | | License | BSD-3-Clause | | Versions | 2021.06.15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | jpcre2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] jpcre2
Integration in the project (xmake.lua)
add_requires("jpcre2")

jrtplib (mingw)

| Description | JRTPLIB is an object-oriented RTP library written in C++ | | -- | -- | | Homepage | https://research.edm.uhasselt.be/jori/page/CS/Jrtplib.html | | License | MIT | | Versions | 2023.11.23 | | Architectures | arm, arm64, i386, x86_64 | | Definition | jrtplib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] jrtplib
Integration in the project (xmake.lua)
add_requires("jrtplib")

jsbsim (mingw)

| Description | An open source flight dynamics & control software library | | -- | -- | | Homepage | https://github.com/JSBSim-Team/jsbsim | | License | LGPL-2.1 | | Versions | v1.2.0, v1.2.1, v1.2.2, v1.2.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | jsbsim/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] jsbsim
Integration in the project (xmake.lua)
add_requires("jsbsim")

jsmn (mingw)

| Description | Jsmn is a world fastest JSON parser/tokenizer | | -- | -- | | Homepage | https://github.com/zserge/jsmn | | License | MIT | | Versions | v1.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | jsmn/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] jsmn
Integration in the project (xmake.lua)
add_requires("jsmn")

json-c (mingw)

| Description | JSON parser for C | | -- | -- | | Homepage | https://github.com/json-c/json-c/wiki | | License | MIT | | Versions | 0.17 | | Architectures | arm, arm64, i386, x86_64 | | Definition | json-c/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] json-c
Integration in the project (xmake.lua)
add_requires("json-c")

json-schema-validator (mingw)

| Description | JSON schema validator for JSON for Modern C++ | | -- | -- | | Homepage | https://github.com/pboettch/json-schema-validator | | Versions | 2.1.0, 2.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | json-schema-validator/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] json-schema-validator
Integration in the project (xmake.lua)
add_requires("json-schema-validator")

json.h (mingw)

| Description | single header json parser for C and C++ | | -- | -- | | Homepage | https://github.com/sheredom/json.h | | Versions | 2022.11.27, 2024.07.19 | | Architectures | arm, arm64, i386, x86_64 | | Definition | json.h/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] json.h
Integration in the project (xmake.lua)
add_requires("json.h")

jsoncons (mingw)

| Description | A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON | | -- | -- | | Homepage | https://danielaparker.github.io/jsoncons/ | | License | BSL-1.0 | | Versions | v0.170.2, v0.176.0, v0.177.0, v0.178.0, v1.0.0, v1.1.0, v1.2.0, v1.3.0, v1.3.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | jsoncons/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] jsoncons
Integration in the project (xmake.lua)
add_requires("jsoncons")

jsoncpp (mingw)

| Description | A C++ library for interacting with JSON. | | -- | -- | | Homepage | https://github.com/open-source-parsers/jsoncpp/wiki | | License | MIT | | Versions | 1.9.4, 1.9.5, 1.9.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | jsoncpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] jsoncpp
Integration in the project (xmake.lua)
add_requires("jsoncpp")

jthread (mingw)

| Description | The JThread package provides some classes to make use of threads easy on different platforms | | -- | -- | | Homepage | https://github.com/j0r1/JThread | | License | MIT | | Versions | 2023.08.18 | | Architectures | arm, arm64, i386, x86_64 | | Definition | jthread/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] jthread
Integration in the project (xmake.lua)
add_requires("jthread")

jwasm (mingw)

| Description | JWasm continuation | | -- | -- | | Homepage | https://github.com/JWasm/JWasm | | License | JWasm | | Versions | 2025.01.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | jwasm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] jwasm
Integration in the project (xmake.lua)
add_requires("jwasm")

jwt-cpp (mingw)

| Description | A header only library for creating and validating json web tokens in c++ | | -- | -- | | Homepage | https://thalhammer.github.io/jwt-cpp/ | | License | MIT | | Versions | v0.6.0, v0.7.0, v0.7.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | jwt-cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] jwt-cpp
Integration in the project (xmake.lua)
add_requires("jwt-cpp")

jxrlib (mingw)

| Description | jxrlib is JPEG XR Image Codec reference implementation library released by Microsoft under BSD-2-Clause License. This repo is a clone of jxrlib as released by Microsoft from it's original Codeplex location https://jxrlib.codeplex.com. The only changes comprise addition of LICENSE and README.md in repo root. | | -- | -- | | Homepage | https://github.com/4creators/jxrlib | | License | BSD-2-Clause | | Versions | v2019.10.9 | | Architectures | arm, arm64, i386, x86_64 | | Definition | jxrlib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] jxrlib
Integration in the project (xmake.lua)
add_requires("jxrlib")

k

kangaru (mingw)

| Description | 🦘 A dependency injection container for C++11, C++14 and later | | -- | -- | | Homepage | https://github.com/gracicot/kangaru | | License | MIT | | Versions | v4.3.1, v4.3.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | kangaru/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] kangaru
Integration in the project (xmake.lua)
add_requires("kangaru")

kcp (mingw)

| Description | A Fast and Reliable ARQ Protocol. | | -- | -- | | Homepage | https://github.com/skywind3000/kcp | | License | MIT | | Versions | 1.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | kcp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] kcp
Integration in the project (xmake.lua)
add_requires("kcp")

kdbindings (mingw)

| Description | Reactive programming & data binding in C++ | | -- | -- | | Homepage | https://github.com/KDAB/KDBindings | | License | MIT | | Versions | v1.0.5, v1.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | kdbindings/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] kdbindings
Integration in the project (xmake.lua)
add_requires("kdbindings")

keystone (mingw)

| Description | Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings | | -- | -- | | Homepage | http://www.keystone-engine.org | | License | GPL-2.0 | | Versions | 0.9.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | keystone/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] keystone
Integration in the project (xmake.lua)
add_requires("keystone")

khrplatform (mingw)

| Description | Khronos Shared Platform Header () | | -- | -- | | Homepage | https://registry.khronos.org/EGL | | Versions | latest | | Architectures | arm, arm64, i386, x86_64 | | Definition | khrplatform/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] khrplatform
Integration in the project (xmake.lua)
add_requires("khrplatform")

kiwisolver (mingw)

| Description | Efficient C++ implementation of the Cassowary constraint solving algorithm | | -- | -- | | Homepage | https://kiwisolver.readthedocs.io/en/latest/ | | Versions | 1.3.1, 1.3.2, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | kiwisolver/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] kiwisolver
Integration in the project (xmake.lua)
add_requires("kiwisolver")

klib (mingw)

| Description | A standalone and lightweight C library | | -- | -- | | Homepage | http://attractivechaos.github.io/klib/ | | License | MIT | | Versions | 2024.06.03 | | Architectures | arm, arm64, i386, x86_64 | | Definition | klib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] klib
Integration in the project (xmake.lua)
add_requires("klib")

kotlin-native (mingw)

| Description | *The Kotlin Programming Language. * | | -- | -- | | Homepage | https://kotlinlang.org | | Versions | 2.1.10, 2.1.21 | | Architectures | arm, arm64, i386, x86_64 | | Definition | kotlin-native/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] kotlin-native
Integration in the project (xmake.lua)
add_requires("kotlin-native")

ktx (mingw)

| Description | KTX (Khronos Texture) Library and Tools | | -- | -- | | Homepage | https://github.com/KhronosGroup/KTX-Software | | License | Apache-2.0 | | Versions | v4.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ktx/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ktx
Integration in the project (xmake.lua)
add_requires("ktx")

kuba-zip (mingw)

| Description | A portable, simple zip library written in C | | -- | -- | | Homepage | https://github.com/kuba--/zip | | License | Unlicense | | Versions | v0.2.2, v0.2.5, v0.2.6, v0.3.1, v0.3.2, v0.3.3, v0.3.4, v0.3.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | kuba-zip/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] kuba-zip
Integration in the project (xmake.lua)
add_requires("kuba-zip")

kvazaar (mingw)

| Description | An open-source HEVC encoder | | -- | -- | | Homepage | https://github.com/ultravideo/kvazaar | | License | BSD-3-Clause | | Versions | v2.3.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | kvazaar/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] kvazaar
Integration in the project (xmake.lua)
add_requires("kvazaar")

l

lastools (mingw)

| Description | efficient tools for LiDAR processing | | -- | -- | | Homepage | https://github.com/LAStools/LAStools | | License | LGPL-2.0 | | Versions | v2.0.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lastools/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lastools
Integration in the project (xmake.lua)
add_requires("lastools")

lazy_importer (mingw)

| Description | library for importing functions from dlls in a hidden, reverse engineer unfriendly way | | -- | -- | | Homepage | https://github.com/JustasMasiulis/lazy_importer | | License | Apache-2.0 | | Versions | 2023.08.02 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lazy_importer/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lazy_importer
Integration in the project (xmake.lua)
add_requires("lazy_importer")

lcms (mingw)

| Description | A free, open source, CMM engine. It provides fast transforms between ICC profiles. | | -- | -- | | Homepage | https://www.littlecms.com/ | | License | MIT | | Versions | 2.17 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lcms/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lcms
Integration in the project (xmake.lua)
add_requires("lcms")

leancrypto (mingw)

| Description | Lean cryptographic library usable for bare-metal environments | | -- | -- | | Homepage | https://leancrypto.org | | Versions | v1.2.0, v1.3.0, v1.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | leancrypto/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] leancrypto
Integration in the project (xmake.lua)
add_requires("leancrypto")

lemon (mingw)

| Description | Library for Efficient Modeling and Optimization in Networks. | | -- | -- | | Homepage | https://lemon.cs.elte.hu/trac/lemon | | License | BSL-1.0 | | Versions | 1.3.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lemon/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lemon
Integration in the project (xmake.lua)
add_requires("lemon")

lerc (mingw)

| Description | Limited Error Raster Compression | | -- | -- | | Homepage | https://github.com/esri/lerc | | License | Apache-2.0 | | Versions | v4.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lerc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lerc
Integration in the project (xmake.lua)
add_requires("lerc")

leveldb (mingw)

| Description | LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. | | -- | -- | | Homepage | https://github.com/google/leveldb | | License | BSD-3-Clause | | Versions | 1.22, 1.23 | | Architectures | arm, arm64, i386, x86_64 | | Definition | leveldb/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] leveldb
Integration in the project (xmake.lua)
add_requires("leveldb")

lexbor (mingw)

| Description | Lexbor is development of an open source HTML Renderer library. https://lexbor.com | | -- | -- | | Homepage | https://github.com/lexbor/lexbor | | License | Apache-2.0 | | Versions | v2.2.0, v2.3.0, v2.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lexbor/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lexbor
Integration in the project (xmake.lua)
add_requires("lexbor")

lexy (mingw)

| Description | C++ parsing DSL | | -- | -- | | Homepage | https://lexy.foonathan.net | | License | BSL-1.0 | | Versions | 2022.03.21, 2022.12.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lexy/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lexy
Integration in the project (xmake.lua)
add_requires("lexy")

liba52 (mingw)

| Description | Library for decoding ATSC A/52 (AC-3) audio streams | | -- | -- | | Homepage | https://liba52.sourceforge.io | | License | GPL-2.0-or-later | | Versions | v0.8.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | liba52/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] liba52
Integration in the project (xmake.lua)
add_requires("liba52")

libaesgm (mingw)

| Description | https://repology.org/project/libaesgm/packages | | -- | -- | | Homepage | https://github.com/xmake-mirror/libaesgm | | Versions | 2013.1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libaesgm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libaesgm
Integration in the project (xmake.lua)
add_requires("libaesgm")

libargon2 (mingw)

| Description | The password hash Argon2, winner of PHC | | -- | -- | | Homepage | https://github.com/P-H-C/phc-winner-argon2 | | Versions | 20190702 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libargon2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libargon2
Integration in the project (xmake.lua)
add_requires("libargon2")

libass (mingw)

| Description | libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. | | -- | -- | | Homepage | https://github.com/libass/libass | | License | ISC | | Versions | 0.15.2, 0.16.0, 0.17.0, 0.17.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libass/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libass
Integration in the project (xmake.lua)
add_requires("libass")

libatomic_ops (mingw)

| Description | The atomic_ops project (Atomic memory update operations portable implementation) | | -- | -- | | Homepage | https://github.com/bdwgc/libatomic_ops/wiki/Download | | License | GPL-2.0 | | Versions | v7.8.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libatomic_ops/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libatomic_ops
Integration in the project (xmake.lua)
add_requires("libatomic_ops")

libavif (mingw)

| Description | libavif - Library for encoding and decoding .avif files | | -- | -- | | Homepage | https://github.com/AOMediaCodec/libavif | | License | BSD-2-Clause | | Versions | v0.9.1, v1.0.4, v1.1.0, v1.1.1, v1.2.1, v1.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libavif/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libavif
Integration in the project (xmake.lua)
add_requires("libavif")

libb2 (mingw)

| Description | C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp | | -- | -- | | Homepage | https://blake2.net | | License | CC0-1.0 | | Versions | v0.98.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libb2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libb2
Integration in the project (xmake.lua)
add_requires("libb2")

libbacktrace (mingw)

| Description | A C library that may be linked into a C/C++ program to produce symbolic backtraces | | -- | -- | | Homepage | https://github.com/ianlancetaylor/libbacktrace | | License | BSD-3-Clause | | Versions | 2025.04.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libbacktrace/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libbacktrace
Integration in the project (xmake.lua)
add_requires("libbacktrace")

libbigwig (mingw)

| Description | A C library for handling bigWig files | | -- | -- | | Homepage | https://github.com/dpryan79/libBigWig | | License | MIT | | Versions | 0.4.7, 0.4.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libbigwig/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libbigwig
Integration in the project (xmake.lua)
add_requires("libbigwig")

libc++ (mingw)

| Description | libc++ is a new implementation of the C++ standard library, targeting C++11 and above. | | -- | -- | | Homepage | https://libcxx.llvm.org/ | | Versions | | | Architectures | arm, arm64, i386, x86_64 | | Definition | libc++/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libc++
Integration in the project (xmake.lua)
add_requires("libc++")

libcbor (mingw)

| Description | CBOR protocol implementation for C | | -- | -- | | Homepage | https://github.com/PJK/libcbor | | License | MIT | | Versions | v0.11.0, v0.12.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libcbor/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libcbor
Integration in the project (xmake.lua)
add_requires("libcbor")

libccd (mingw)

| Description | libccd is library for a collision detection between two convex shapes. | | -- | -- | | Homepage | https://github.com/danfis/libccd/ | | License | BSD-3-Clause | | Versions | v2.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libccd/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libccd
Integration in the project (xmake.lua)
add_requires("libccd")

libcoro (mingw)

| Description | C++20 coroutine library | | -- | -- | | Homepage | https://github.com/jbaldwin/libcoro | | License | Apache-2.0 | | Versions | v0.12.1, v0.13.0, v0.14.0, v0.14.1, v0.15.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libcoro/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libcoro
Integration in the project (xmake.lua)
add_requires("libcoro")

libcpuid (mingw)

| Description | a small C library for x86 CPU detection and feature extraction | | -- | -- | | Homepage | https://github.com/anrieff/libcpuid | | License | BSD-2-Clause | | Versions | v0.5.1, v0.6.3, v0.6.4, v0.6.5, v0.7.0, v0.7.1, v0.8.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libcpuid/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libcpuid
Integration in the project (xmake.lua)
add_requires("libcpuid")

libcron (mingw)

| Description | A C++ scheduling library using cron formatting. | | -- | -- | | Homepage | https://github.com/PerMalmberg/libcron | | License | MIT | | Versions | v1.3.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libcron/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libcron
Integration in the project (xmake.lua)
add_requires("libcron")

libcurl (mingw)

| Description | The multiprotocol file transfer library. | | -- | -- | | Homepage | https://curl.haxx.se/ | | License | MIT | | Versions | 7.31.0, 7.32.0, 7.33.0, 7.34.0, 7.35.0, 7.36.0, 7.37.1, 7.38.0, 7.39.0, 7.40.0, 7.41.0, 7.42.1, 7.43.0, 7.44.0, 7.45.0, 7.46.0, 7.47.1, 7.48.0, 7.49.1, 7.50.3, 7.51.0, 7.52.1, 7.53.1, 7.54.1, 7.55.1, 7.56.1, 7.57.0, 7.58.0, 7.59.0, 7.60.0, 7.61.0, 7.61.1, 7.62.0, 7.63.0, 7.64.0, 7.64.1, 7.65.3, 7.66.0, 7.67.0, 7.68.0, 7.69.1, 7.70.0, 7.71.1, 7.72.0, 7.73.0, 7.74.0, 7.75.0, 7.76.1, 7.77.0, 7.78.0, 7.80.0, 7.81.0, 7.82.0, 7.84.0, 7.85.0, 7.86.0, 7.87.0, 8.0.1, 8.4.0, 8.5.0, 8.6.0, 8.7.1, 8.8.0, 8.9.0, 8.9.1, 8.10.0, 8.10.1, 8.11.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libcurl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libcurl
Integration in the project (xmake.lua)
add_requires("libcurl")

libde265 (mingw)

| Description | Open h.265 video codec implementation. | | -- | -- | | Homepage | https://www.libde265.org/ | | License | LGPL-3.0 | | Versions | 1.0.8, 1.0.15, 1.0.16 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libde265/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libde265
Integration in the project (xmake.lua)
add_requires("libde265")

libdeflate (mingw)

| Description | libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. | | -- | -- | | Homepage | https://github.com/ebiggers/libdeflate | | License | MIT | | Versions | v1.8, v1.10, v1.13, v1.15, v1.17, v1.19, v1.20, v1.21, v1.22, v1.23, v1.24 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libdeflate/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libdeflate
Integration in the project (xmake.lua)
add_requires("libdeflate")

libdicom (mingw)

| Description | C library for reading DICOM files | | -- | -- | | Homepage | https://libdicom.readthedocs.io | | License | MIT | | Versions | v1.1.0, v1.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libdicom/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libdicom
Integration in the project (xmake.lua)
add_requires("libdicom")

libdisasm (mingw)

| Description | The libdisasm library provides basic disassembly of Intel x86 instructions from a binary stream. | | -- | -- | | Homepage | https://bastard.sourceforge.net/libdisasm.html | | License | MIT | | Versions | 0.23 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libdisasm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libdisasm
Integration in the project (xmake.lua)
add_requires("libdisasm")

libdivide (mingw)

| Description | Official git repository for libdivide: optimized integer division | | -- | -- | | Homepage | https://libdivide.com | | License | BSL-1.0 | | Versions | 5.0, v5.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libdivide/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libdivide
Integration in the project (xmake.lua)
add_requires("libdivide")

libdivsufsort (mingw)

| Description | A lightweight suffix array sorting library | | -- | -- | | Homepage | https://android.googlesource.com/platform/external/libdivsufsort/ | | Versions | 2021.2.18 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libdivsufsort/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libdivsufsort
Integration in the project (xmake.lua)
add_requires("libdivsufsort")

libdom (mingw)

| Description | LibDOM is an implementation of the W3C DOM | | -- | -- | | Homepage | https://www.netsurf-browser.org/projects/libdom | | License | MIT | | Versions | 0.4.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libdom/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libdom
Integration in the project (xmake.lua)
add_requires("libdom")

libdwarf (mingw)

| Description | Libdwarf is a C library intended to simplify reading (and writing) applications using DWARF2, DWARF3, DWARF4 and DWARF5 | | -- | -- | | Homepage | https://www.prevanders.net/dwarf.html | | License | LGPL-2.1 | | Versions | 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.10.1, 0.11.0, 0.11.1, 0.12.0, 2.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libdwarf/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libdwarf
Integration in the project (xmake.lua)
add_requires("libdwarf")

libebur128 (mingw)

| Description | A library implementing the EBU R128 loudness standard. | | -- | -- | | Homepage | https://github.com/jiixyj/libebur128 | | License | MIT | | Versions | v1.2.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libebur128/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libebur128
Integration in the project (xmake.lua)
add_requires("libebur128")

libenvpp (mingw)

| Description | A modern C++ library for type-safe environment variable parsing | | -- | -- | | Homepage | https://github.com/ph3at/libenvpp | | License | Apache-2.0 | | Versions | v1.1.0, v1.4.0, v1.4.1, v1.4.2, v1.4.3, v1.4.4, v1.5.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libenvpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libenvpp
Integration in the project (xmake.lua)
add_requires("libenvpp")

libevent (mingw)

| Description | Event notification library | | -- | -- | | Homepage | https://libevent.org/ | | License | BSD-3-Clause | | Versions | 2.1.12 | | Architectures | arm, arm64, x86_64 | | Definition | libevent/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libevent
Integration in the project (xmake.lua)
add_requires("libevent")

libfacedetection (mingw)

| Description | *An open source library for face detection in images. The face detection speed can reach 1000FPS. * | | -- | -- | | Homepage | https://github.com/ShiqiYu/libfacedetection | | License | BSD-3-Clause | | Versions | v3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libfacedetection/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libfacedetection
Integration in the project (xmake.lua)
add_requires("libfacedetection")

libffi (mingw)

| Description | Portable Foreign Function Interface library. | | -- | -- | | Homepage | https://sourceware.org/libffi/ | | License | MIT | | Versions | 3.2.1, 3.3, 3.4.2, 3.4.4, 3.4.6, 3.4.7, 3.4.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libffi/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libffi
Integration in the project (xmake.lua)
add_requires("libffi")

libfido2 (mingw)

| Description | Provides library functionality for FIDO2, including communication with a device over USB or NFC. | | -- | -- | | Homepage | https://github.com/Yubico/libfido2 | | License | BSD-2-Clause | | Versions | 1.15.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libfido2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libfido2
Integration in the project (xmake.lua)
add_requires("libfido2")

libfixmath (mingw)

| Description | Cross Platform Fixed Point Maths Library | | -- | -- | | Homepage | https://code.google.com/p/libfixmath/ | | License | MIT | | Versions | 2023.08.06 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libfixmath/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libfixmath
Integration in the project (xmake.lua)
add_requires("libfixmath")

libfixmatrix (mingw)

| Description | C library for fixed point matrix, quaternion and vector calculations | | -- | -- | | Homepage | https://github.com/PetteriAimonen/libfixmatrix | | License | MIT | | Versions | 2014.01.17 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libfixmatrix/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libfixmatrix
Integration in the project (xmake.lua)
add_requires("libfixmatrix")

libflac (mingw)

| Description | Free Lossless Audio Codec | | -- | -- | | Homepage | https://xiph.org/flac | | License | BSD | | Versions | 1.3.3, 1.4.2, 1.4.3, 1.5.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libflac/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libflac
Integration in the project (xmake.lua)
add_requires("libflac")

libfork (mingw)

| Description | A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines | | -- | -- | | Homepage | https://conorwilliams.github.io/libfork/ | | License | MPL-2.0 | | Versions | v3.8.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libfork/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libfork
Integration in the project (xmake.lua)
add_requires("libfork")

libgd (mingw)

| Description | GD is an open source code library for the dynamic creation of images by programmers. | | -- | -- | | Homepage | http://libgd.org/ | | Versions | 2.3.2, 2023.12.04 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libgd/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libgd
Integration in the project (xmake.lua)
add_requires("libgd")

libgit2 (mingw)

| Description | A cross-platform, linkable library implementation of Git that you can use in your application. | | -- | -- | | Homepage | https://libgit2.org/ | | License | GPL-2.0-only | | Versions | v1.3.0, v1.7.1, v1.8.0, v1.8.1, v1.8.2, v1.8.4, v1.9.0, v1.9.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libgit2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libgit2
Integration in the project (xmake.lua)
add_requires("libgit2")

libgit2cpp (mingw)

| Description | C++ wrapper for libgit2 | | -- | -- | | Homepage | https://github.com/AndreyG/libgit2cpp | | Versions | 2024.06.09 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libgit2cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libgit2cpp
Integration in the project (xmake.lua)
add_requires("libgit2cpp")

libharu (mingw)

| Description | libHaru is a free, cross platform, open source library for generating PDF files. | | -- | -- | | Homepage | http://libharu.org/ | | License | zlib | | Versions | 2.3.0, v2.4.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libharu/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libharu
Integration in the project (xmake.lua)
add_requires("libharu")

libhat (mingw)

| Description | A high-performance, modern, C++20 library designed around game hacking | | -- | -- | | Homepage | https://github.com/BasedInc/libhat | | License | MIT | | Versions | v0.5.0, v0.6.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libhat/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libhat
Integration in the project (xmake.lua)
add_requires("libhat")

libhubbub (mingw)

| Description | Hubbub is an HTML5 compliant parsing library | | -- | -- | | Homepage | https://www.netsurf-browser.org/projects/libhubbub | | License | MIT | | Versions | 0.3.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libhubbub/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libhubbub
Integration in the project (xmake.lua)
add_requires("libhubbub")

libiconv (mingw)

| Description | Character set conversion library. | | -- | -- | | Homepage | https://www.gnu.org/software/libiconv | | License | LGPL-2.0 | | Versions | 1.15, 1.16, 1.17, 1.18 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libiconv/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libiconv
Integration in the project (xmake.lua)
add_requires("libiconv")

libid3tag (mingw)

| Description | ID3 tag manipulation library | | -- | -- | | Homepage | https://www.underbit.com/products/mad/ | | License | GPL-2.0-or-later | | Versions | 0.16.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libid3tag/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libid3tag
Integration in the project (xmake.lua)
add_requires("libid3tag")

libidn2 (mingw)

| Description | Libidn2 is an implementation of the IDNA2008 + TR46 specifications. | | -- | -- | | Homepage | https://www.gnu.org/software/libidn/ | | License | LGPL-3.0 | | Versions | 2.3.2, 2.3.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libidn2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libidn2
Integration in the project (xmake.lua)
add_requires("libidn2")

libigl (mingw)

| Description | Simple C++ geometry processing library. | | -- | -- | | Homepage | https://libigl.github.io/ | | License | MPL-2.0 | | Versions | v2.2.0, v2.3.0, v2.4.0, v2.5.0, v2.6.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libigl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libigl
Integration in the project (xmake.lua)
add_requires("libigl")

libinterpolate (mingw)

| Description | A C++ library for interpolation. | | -- | -- | | Homepage | https://github.com/CD3/libInterpolate | | License | MIT | | Versions | 2024.04.29 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libinterpolate/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libinterpolate
Integration in the project (xmake.lua)
add_requires("libinterpolate")

libintl (mingw)

| Description | GNU gettext runtime | | -- | -- | | Homepage | https://www.gnu.org/software/gettext/ | | Versions | 0.21, 0.22.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libintl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libintl
Integration in the project (xmake.lua)
add_requires("libintl")

libjpeg (mingw)

| Description | A widely used C library for reading and writing JPEG image files. | | -- | -- | | Homepage | http://ijg.org/ | | Versions | v9b, v9c, v9d, v9e, v9f | | Architectures | arm, arm64, i386, x86_64 | | Definition | libjpeg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libjpeg
Integration in the project (xmake.lua)
add_requires("libjpeg")

libjpeg-turbo (mingw)

| Description | A JPEG image codec that uses SIMD instructions (MMX, SSE2, AVX2, Neon, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, Arm, and PowerPC systems. | | -- | -- | | Homepage | https://libjpeg-turbo.org/ | | License | BSD-3-Clause | | Versions | 2.0.5, 2.0.6, 2.0.90, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 3.0.1, 3.0.3, 3.0.4, 3.1.0, 3.1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libjpeg-turbo/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libjpeg-turbo
Integration in the project (xmake.lua)
add_requires("libjpeg-turbo")

libjq (mingw)

| Description | Command-line JSON processor | | -- | -- | | Homepage | https://jqlang.org | | License | MIT | | Versions | 1.7.1, 1.8.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libjq/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libjq
Integration in the project (xmake.lua)
add_requires("libjq")

libjxl (mingw)

| Description | JPEG XL image format reference implementation | | -- | -- | | Homepage | https://jpeg.org/jpegxl | | License | BSD-3-Clause | | Versions | v0.8.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libjxl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libjxl
Integration in the project (xmake.lua)
add_requires("libjxl")

libkdtree (mingw)

| Description | libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree. It sports a theoretically unlimited number of dimensions, and can store any data structure | | -- | -- | | Homepage | https://github.com/nvmd/libkdtree | | Versions | 0.7.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libkdtree/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libkdtree
Integration in the project (xmake.lua)
add_requires("libkdtree")

libkeyfinder (mingw)

| Description | Musical key detection for digital audio, GPL v3 | | -- | -- | | Homepage | https://mixxxdj.github.io/libkeyfinder/ | | License | GPL-3.0 | | Versions | 2.2.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libkeyfinder/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libkeyfinder
Integration in the project (xmake.lua)
add_requires("libkeyfinder")

libmaxminddb (mingw)

| Description | C library for the MaxMind DB file format | | -- | -- | | Homepage | https://maxmind.github.io/libmaxminddb/ | | License | Apache-2.0 | | Versions | 1.10.0, 1.11.0, 1.12.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libmaxminddb/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libmaxminddb
Integration in the project (xmake.lua)
add_requires("libmaxminddb")

libmd (mingw)

| Description | Message Digest functions from BSD systems | | -- | -- | | Homepage | https://www.hadrons.org/software/libmd/ | | License | BSD-3-Clause | | Versions | 1.0.4, 1.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libmd/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libmd
Integration in the project (xmake.lua)
add_requires("libmd")

libmem (mingw)

| Description | Cross-platform game hacking library for C, C++, Rust, and Python, supporting process/memory hacking, hooking, detouring, and DLL/SO injection. | | -- | -- | | Homepage | https://github.com/rdbo/libmem | | License | AGPL-3.0 | | Versions | 5.0.2, 5.0.3, 5.0.4, 5.0.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libmem/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libmem
Integration in the project (xmake.lua)
add_requires("libmem")

libmetalink (mingw)

| Description | C library to read Metalink XML download description format | | -- | -- | | Homepage | https://github.com/metalink-dev/libmetalink | | License | MIT | | Versions | 2015.07.07 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libmetalink/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libmetalink
Integration in the project (xmake.lua)
add_requires("libmetalink")

libmobi (mingw)

| Description | C library for handling Kindle (MOBI) formats of ebook documents | | -- | -- | | Homepage | https://github.com/bfabiszewski/libmobi | | License | MIT | | Versions | v0.12 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libmobi/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libmobi
Integration in the project (xmake.lua)
add_requires("libmobi")

libmodbus (mingw)

| Description | A Modbus library for Linux, Mac OS, FreeBSD and Windows | | -- | -- | | Homepage | https://libmodbus.org | | License | LGPL-2.1 | | Versions | v3.1.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libmodbus/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libmodbus
Integration in the project (xmake.lua)
add_requires("libmodbus")

libmodplug (mingw)

| Description | libmodplug GitHub repository | | -- | -- | | Homepage | http://modplug-xmms.sf.net | | License | Public Domain | | Versions | 2022.1.31 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libmodplug/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libmodplug
Integration in the project (xmake.lua)
add_requires("libmodplug")

libmorton (mingw)

| Description | C++ header-only library with methods to efficiently encode/decode Morton codes in/from 2D/3D coordinates | | -- | -- | | Homepage | https://github.com/Forceflow/libmorton | | License | MIT | | Versions | v0.2.12 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libmorton/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libmorton
Integration in the project (xmake.lua)
add_requires("libmorton")

libmspack (mingw)

| Description | libmspack is a portable library for some loosely related Microsoft compression formats. | | -- | -- | | Homepage | https://www.cabextract.org.uk/libmspack/ | | License | LGPL-2.0 | | Versions | v0.10.1alpha, v1.11 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libmspack/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libmspack
Integration in the project (xmake.lua)
add_requires("libmspack")

libmysofa (mingw)

| Description | Reader for AES SOFA files to get better HRTFs | | -- | -- | | Homepage | https://github.com/hoene/libmysofa | | License | BSD-3-Clause | | Versions | v1.3.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libmysofa/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libmysofa
Integration in the project (xmake.lua)
add_requires("libmysofa")

libnpy (mingw)

| Description | C++ library for reading and writing of numpy's .npy files | | -- | -- | | Homepage | https://github.com/llohse/libnpy | | License | MIT | | Versions | v1.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libnpy/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libnpy
Integration in the project (xmake.lua)
add_requires("libnpy")

libnpy-matajoh (mingw)

| Description | C++ library for reading and writing of numpy's .npy files | | -- | -- | | Homepage | https://github.com/matajoh/libnpy | | License | MIT | | Versions | v1.5.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libnpy-matajoh/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libnpy-matajoh
Integration in the project (xmake.lua)
add_requires("libnpy-matajoh")

libogg (mingw)

| Description | Ogg Bitstream Library | | -- | -- | | Homepage | https://www.xiph.org/ogg/ | | Versions | v1.3.4, v1.3.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libogg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libogg
Integration in the project (xmake.lua)
add_requires("libogg")

libomp (mingw)

| Description | LLVM's OpenMP runtime library. | | -- | -- | | Homepage | https://openmp.llvm.org/ | | Versions | 10.0.1, 11.1.0, 12.0.1, 19.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libomp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libomp
Integration in the project (xmake.lua)
add_requires("libomp")

libopus (mingw)

| Description | Modern audio compression for the internet. | | -- | -- | | Homepage | https://opus-codec.org | | Versions | 1.3.1, 1.4, 1.5, 1.5.1, 1.5.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libopus/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libopus
Integration in the project (xmake.lua)
add_requires("libopus")

liboqs (mingw)

| Description | C library for prototyping and experimenting with quantum-resistant cryptography | | -- | -- | | Homepage | https://openquantumsafe.org | | License | MIT | | Versions | 0.10.1, 0.11.0, 0.12.0, 0.13.0, 0.14.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | liboqs/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] liboqs
Integration in the project (xmake.lua)
add_requires("liboqs")

libp11 (mingw)

| Description | PKCS#11 wrapper library | | -- | -- | | Homepage | https://github.com/OpenSC/libp11 | | License | LGPL-2.1 | | Versions | 0.4.13 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libp11/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libp11
Integration in the project (xmake.lua)
add_requires("libp11")

libparserutils (mingw)

| Description | LibParserUtils is a library for building efficient parsers | | -- | -- | | Homepage | https://www.netsurf-browser.org/projects/libparserutils | | License | MIT | | Versions | 0.2.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libparserutils/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libparserutils
Integration in the project (xmake.lua)
add_requires("libparserutils")

libpcap (mingw)

| Description | the LIBpcap interface to various kernel packet capture mechanism | | -- | -- | | Homepage | https://www.tcpdump.org/ | | License | BSD-3-Clause | | Versions | 1.10.1, 1.10.2, 1.10.3, 1.10.4, 1.10.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libpcap/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libpcap
Integration in the project (xmake.lua)
add_requires("libpcap")

libpeconv (mingw)

| Description | A library to load, manipulate, dump PE files. See also: https://github.com/hasherezade/libpeconv_tpl | | -- | -- | | Homepage | https://hasherezade.github.io/libpeconv | | License | BSD-2-Clause | | Versions | 2023.05.31, 2024.09.06 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libpeconv/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libpeconv
Integration in the project (xmake.lua)
add_requires("libpeconv")

libplist (mingw)

| Description | Library for Apple Binary- and XML-Property Lists | | -- | -- | | Homepage | https://www.libimobiledevice.org/ | | License | LGPL-2.1 | | Versions | 2.2.0, 2.6.0, 2.7.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libplist/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libplist
Integration in the project (xmake.lua)
add_requires("libplist")

libpng (mingw)

| Description | The official PNG reference library | | -- | -- | | Homepage | http://www.libpng.org/pub/png/libpng.html | | License | libpng-2.0 | | Versions | v1.2.56, v1.6.34, v1.6.35, v1.6.36, v1.6.37, v1.6.40, v1.6.42, v1.6.43, v1.6.44, v1.6.46, v1.6.47, v1.6.48, v1.6.49, v1.6.50 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libpng/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libpng
Integration in the project (xmake.lua)
add_requires("libpng")

libpopcnt (mingw)

| Description | 🚀 Fast C/C++ bit population count library | | -- | -- | | Homepage | https://github.com/kimwalisch/libpopcnt | | License | BSD-2-Clause | | Versions | v3.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libpopcnt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libpopcnt
Integration in the project (xmake.lua)
add_requires("libpopcnt")

libpsl (mingw)

| Description | C library to handle the Public Suffix List | | -- | -- | | Homepage | https://github.com/rockdaboot/libpsl | | License | MIT | | Versions | 0.21.1, 0.21.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libpsl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libpsl
Integration in the project (xmake.lua)
add_requires("libpsl")

libqrencode (mingw)

| Description | A fast and compact QR Code encoding library | | -- | -- | | Homepage | https://github.com/fukuchi/libqrencode | | License | LGPL-2.1 | | Versions | 4.1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libqrencode/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libqrencode
Integration in the project (xmake.lua)
add_requires("libqrencode")

librdkafka (mingw)

| Description | The Apache Kafka C/C++ library | | -- | -- | | Homepage | https://github.com/edenhill/librdkafka | | Versions | v1.6.2, v1.8.2-POST2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | librdkafka/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] librdkafka
Integration in the project (xmake.lua)
add_requires("librdkafka")

libremidi (mingw)

| Description | A modern C++ MIDI real-time & file I/O library. Supports Windows, macOS, Linux and WebMIDI. | | -- | -- | | Homepage | https://github.com/jcelerier/libremidi | | License | BSD-2-Clause | | Versions | v3.0, v4.5.0, v5.1.0, v5.2.0, v5.3.0, v5.3.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libremidi/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libremidi
Integration in the project (xmake.lua)
add_requires("libremidi")

libsais (mingw)

| Description | libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm. | | -- | -- | | Homepage | https://github.com/IlyaGrebnov/libsais | | License | Apache-2.0 | | Versions | v2.7.1, v2.7.3, v2.7.5, v2.8.0, v2.8.1, v2.8.2, v2.8.3, v2.8.4, v2.8.7, v2.10.0, v2.10.1, v2.10.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsais/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsais
Integration in the project (xmake.lua)
add_requires("libsais")

libsamplerate (mingw)

| Description | An audio Sample Rate Conversion library | | -- | -- | | Homepage | http://libsndfile.github.io/libsamplerate/ | | License | BSD-2-Clause | | Versions | 0.2.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsamplerate/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsamplerate
Integration in the project (xmake.lua)
add_requires("libsamplerate")

libsdl (mingw)

| Description | Simple DirectMedia Layer | | -- | -- | | Homepage | https://www.libsdl.org/ | | License | zlib | | Versions | 2.0.8, 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3, 2.26.4, 2.26.5, 2.28.0, 2.28.1, 2.28.2, 2.28.3, 2.28.4, 2.28.5, 2.30.0, 2.30.1, 2.30.2, 2.30.3, 2.30.4, 2.30.5, 2.30.6, 2.30.7, 2.30.8, 2.30.9, 2.30.10, 2.32.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsdl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsdl
Integration in the project (xmake.lua)
add_requires("libsdl")

libsdl2 (mingw)

| Description | Simple DirectMedia Layer | | -- | -- | | Homepage | https://www.libsdl.org/ | | License | zlib | | Versions | 2.0.8, 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3, 2.26.4, 2.26.5, 2.28.0, 2.28.1, 2.28.2, 2.28.3, 2.28.4, 2.28.5, 2.30.0, 2.30.1, 2.30.2, 2.30.3, 2.30.4, 2.30.5, 2.30.6, 2.30.7, 2.30.8, 2.30.9, 2.30.10, 2.32.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsdl2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsdl2
Integration in the project (xmake.lua)
add_requires("libsdl2")

libsdl2_image (mingw)

| Description | Simple DirectMedia Layer image loading library | | -- | -- | | Homepage | https://github.com/libsdl-org/SDL_image | | License | zlib | | Versions | 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.8.5, 2.8.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsdl2_image/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsdl2_image
Integration in the project (xmake.lua)
add_requires("libsdl2_image")

libsdl2_mixer (mingw)

| Description | Simple DirectMedia Layer mixer audio library | | -- | -- | | Homepage | https://www.libsdl.org/projects/SDL_mixer/ | | License | zlib | | Versions | 2.0.4, 2.6.0, 2.6.1, 2.6.2, 2.8.0, 2.8.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsdl2_mixer/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsdl2_mixer
Integration in the project (xmake.lua)
add_requires("libsdl2_mixer")

libsdl2_net (mingw)

| Description | Simple DirectMedia Layer networking library | | -- | -- | | Homepage | https://www.libsdl.org/projects/SDL_net/ | | License | zlib | | Versions | 2.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsdl2_net/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsdl2_net
Integration in the project (xmake.lua)
add_requires("libsdl2_net")

libsdl2_ttf (mingw)

| Description | Simple DirectMedia Layer text rendering library | | -- | -- | | Homepage | https://github.com/libsdl-org/SDL_ttf/ | | License | zlib | | Versions | 2.20.0, 2.20.1, 2.20.2, 2.22.0, 2.24.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsdl2_ttf/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsdl2_ttf
Integration in the project (xmake.lua)
add_requires("libsdl2_ttf")

libsdl3 (mingw)

| Description | Simple DirectMedia Layer | | -- | -- | | Homepage | https://www.libsdl.org/ | | License | zlib | | Versions | 3.2.0, 3.2.2, 3.2.6, 3.2.8, 3.2.10, 3.2.14, 3.2.16 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsdl3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsdl3
Integration in the project (xmake.lua)
add_requires("libsdl3")

libsdl3_image (mingw)

| Description | Image decoding for many popular formats for Simple Directmedia Layer. | | -- | -- | | Homepage | https://github.com/libsdl-org/SDL_image | | License | zlib | | Versions | 3.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsdl3_image/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsdl3_image
Integration in the project (xmake.lua)
add_requires("libsdl3_image")

libsdl3_ttf (mingw)

| Description | Simple DirectMedia Layer text rendering library | | -- | -- | | Homepage | https://github.com/libsdl-org/SDL_ttf/ | | License | zlib | | Versions | 3.2.0, 3.2.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsdl3_ttf/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsdl3_ttf
Integration in the project (xmake.lua)
add_requires("libsdl3_ttf")

libsdl_image (mingw)

| Description | Simple DirectMedia Layer image loading library | | -- | -- | | Homepage | https://github.com/libsdl-org/SDL_image | | License | zlib | | Versions | 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.8.5, 2.8.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsdl_image/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsdl_image
Integration in the project (xmake.lua)
add_requires("libsdl_image")

libsdl_mixer (mingw)

| Description | Simple DirectMedia Layer mixer audio library | | -- | -- | | Homepage | https://www.libsdl.org/projects/SDL_mixer/ | | License | zlib | | Versions | 2.0.4, 2.6.0, 2.6.1, 2.6.2, 2.8.0, 2.8.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsdl_mixer/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsdl_mixer
Integration in the project (xmake.lua)
add_requires("libsdl_mixer")

libsdl_net (mingw)

| Description | Simple DirectMedia Layer networking library | | -- | -- | | Homepage | https://www.libsdl.org/projects/SDL_net/ | | License | zlib | | Versions | 2.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsdl_net/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsdl_net
Integration in the project (xmake.lua)
add_requires("libsdl_net")

libsdl_ttf (mingw)

| Description | Simple DirectMedia Layer text rendering library | | -- | -- | | Homepage | https://github.com/libsdl-org/SDL_ttf/ | | License | zlib | | Versions | 2.20.0, 2.20.1, 2.20.2, 2.22.0, 2.24.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsdl_ttf/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsdl_ttf
Integration in the project (xmake.lua)
add_requires("libsdl_ttf")

libsigcplusplus (mingw)

| Description | libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual. | | -- | -- | | Homepage | https://libsigcplusplus.github.io/libsigcplusplus/ | | License | LGPL-3.0 | | Versions | 3.4.0, 3.6.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsigcplusplus/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsigcplusplus
Integration in the project (xmake.lua)
add_requires("libsigcplusplus")

libsmb2 (mingw)

| Description | SMB2/3 userspace client | | -- | -- | | Homepage | https://github.com/sahlberg/libsmb2 | | License | LGPL-2.1 | | Versions | 2024.07.16 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsmb2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsmb2
Integration in the project (xmake.lua)
add_requires("libsmb2")

libsndfile (mingw)

| Description | A C library for reading and writing sound files containing sampled audio data. | | -- | -- | | Homepage | https://libsndfile.github.io/libsndfile/ | | License | LGPL-2.1 | | Versions | 1.0.31, 1.2.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsndfile/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsndfile
Integration in the project (xmake.lua)
add_requires("libsndfile")

libsodium (mingw)

| Description | Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more. | | -- | -- | | Homepage | https://libsodium.org | | License | ISC | | Versions | 1.0.18, 1.0.19, 1.0.20 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsodium/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsodium
Integration in the project (xmake.lua)
add_requires("libsodium")

libsoundio (mingw)

| Description | C library for cross-platform real-time audio input and output. | | -- | -- | | Homepage | http://libsound.io/ | | License | MIT | | Versions | 2.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsoundio/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsoundio
Integration in the project (xmake.lua)
add_requires("libsoundio")

libspng (mingw)

| Description | Simple, modern libpng alternative | | -- | -- | | Homepage | https://libspng.org | | License | BSD-2-Clause | | Versions | v0.7.1, v0.7.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libspng/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libspng
Integration in the project (xmake.lua)
add_requires("libspng")

libsquish (mingw)

| Description | The libSquish library compresses images with the DXT standard (also known as S3TC). | | -- | -- | | Homepage | https://sourceforge.net/projects/libsquish/ | | License | MIT | | Versions | 1.15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsquish/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsquish
Integration in the project (xmake.lua)
add_requires("libsquish")

libssh (mingw)

| Description | C library implementing the SSH2 protocol | | -- | -- | | Homepage | https://www.libssh2.org/ | | License | BSD-3-Clause | | Versions | 0.11.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libssh/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libssh
Integration in the project (xmake.lua)
add_requires("libssh")

libssh2 (mingw)

| Description | C library implementing the SSH2 protocol | | -- | -- | | Homepage | https://www.libssh2.org/ | | License | BSD-3-Clause | | Versions | 1.10.0, 1.11.0, 1.11.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libssh2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libssh2
Integration in the project (xmake.lua)
add_requires("libssh2")

libsv (mingw)

| Description | libsv - Public domain cross-platform semantic versioning in c99 | | -- | -- | | Homepage | https://github.com/uael/sv | | Versions | 2021.11.27 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsv/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsv
Integration in the project (xmake.lua)
add_requires("libsv")

libsvgtiny (mingw)

| Description | Libsvgtiny is a library for parsing SVG files for display. | | -- | -- | | Homepage | https://www.netsurf-browser.org/projects/libsvgtiny | | License | MIT | | Versions | 0.1.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsvgtiny/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsvgtiny
Integration in the project (xmake.lua)
add_requires("libsvgtiny")

libsvm (mingw)

| Description | A simple, easy-to-use, and efficient software for SVM classification and regression | | -- | -- | | Homepage | https://github.com/cjlin1/libsvm | | License | BSD-3-Clause | | Versions | v325, v332, v333, v334, v335, v336 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libsvm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libsvm
Integration in the project (xmake.lua)
add_requires("libsvm")

libtasn1 (mingw)

| Description | Libtasn1 is the ASN.1 library used by GnuTLS, p11-kit and some other packages. | | -- | -- | | Homepage | https://www.gnu.org/software/libtasn1/ | | License | LGPL-2.1 | | Versions | 4.15.0, 4.19.0, 4.20.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libtasn1/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libtasn1
Integration in the project (xmake.lua)
add_requires("libtasn1")

libtcod (mingw)

| Description | A collection of tools and algorithms for developing traditional roguelikes. Such as field-of-view, pathfinding, and a tile-based terminal emulator. | | -- | -- | | Homepage | https://github.com/libtcod/libtcod | | License | BSD-3-Clause | | Versions | 2.1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libtcod/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libtcod
Integration in the project (xmake.lua)
add_requires("libtcod")

libtiff (mingw)

| Description | TIFF Library and Utilities. | | -- | -- | | Homepage | http://www.simplesystems.org/libtiff/ | | Versions | v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.6.0, v4.7.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libtiff/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libtiff
Integration in the project (xmake.lua)
add_requires("libtiff")

libtomcrypt (mingw)

| Description | A fairly comprehensive, modular and portable cryptographic toolkit. | | -- | -- | | Homepage | https://www.libtom.net | | License | Unlicense | | Versions | 2024.06.26 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libtomcrypt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libtomcrypt
Integration in the project (xmake.lua)
add_requires("libtomcrypt")

libtommath (mingw)

| Description | LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C. | | -- | -- | | Homepage | https://www.libtom.net | | License | Unlicense | | Versions | 1.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libtommath/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libtommath
Integration in the project (xmake.lua)
add_requires("libtommath")

libtool (mingw)

| Description | A generic library support script. | | -- | -- | | Homepage | https://www.gnu.org/software/libtool/ | | Versions | 2.4.5, 2.4.6, 2.4.7, 2.5.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libtool/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libtool
Integration in the project (xmake.lua)
add_requires("libtool")

libudis86 (mingw)

| Description | Disassembler Library for x86 and x86-64 | | -- | -- | | Homepage | http://udis86.sourceforge.net | | License | BSD-2-Clause | | Versions | 2014.12.25 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libudis86/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libudis86
Integration in the project (xmake.lua)
add_requires("libudis86")

libunifex (mingw)

| Description | The 'libunifex' project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation. | | -- | -- | | Homepage | https://github.com/facebookexperimental/libunifex | | License | Apache-2.0 | | Versions | v0.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libunifex/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libunifex
Integration in the project (xmake.lua)
add_requires("libunifex")

libunistring (mingw)

| Description | This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. | | -- | -- | | Homepage | https://www.gnu.org/software/libunistring/ | | License | GPL-3.0 | | Versions | 0.9.10, 1.1, 1.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libunistring/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libunistring
Integration in the project (xmake.lua)
add_requires("libunistring")

libusb (mingw)

| Description | *A cross-platform library to access USB devices * | | -- | -- | | Homepage | https://libusb.info | | License | LGPL-2.1 | | Versions | v1.0.26, v1.0.27, v1.0.28, v1.0.29 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libusb/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libusb
Integration in the project (xmake.lua)
add_requires("libusb")

libuv (mingw)

| Description | A multi-platform support library with a focus on asynchronous I/O. | | -- | -- | | Homepage | http://libuv.org/ | | License | MIT | | Versions | v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0, v1.42.0, v1.43.0, v1.44.1, v1.45.0, v1.46.0, v1.47.0, v1.48.0, v1.49.0, v1.49.1, v1.49.2, v1.50.0, v1.51.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libuv/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libuv
Integration in the project (xmake.lua)
add_requires("libuv")

libva (mingw)

| Description | Libva is an implementation for VA-API (Video Acceleration API) | | -- | -- | | Homepage | https://01.org/linuxmedia | | Versions | 2.21.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libva/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libva
Integration in the project (xmake.lua)
add_requires("libva")

libvorbis (mingw)

| Description | Reference implementation of the Ogg Vorbis audio format. | | -- | -- | | Homepage | https://xiph.org/vorbis | | License | BSD-3 | | Versions | 1.3.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libvorbis/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libvorbis
Integration in the project (xmake.lua)
add_requires("libvorbis")

libwapcaplet (mingw)

| Description | LibWapcaplet is a string internment library | | -- | -- | | Homepage | https://www.netsurf-browser.org/projects/libwapcaplet | | License | MIT | | Versions | 0.4.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libwapcaplet/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libwapcaplet
Integration in the project (xmake.lua)
add_requires("libwapcaplet")

libwebm (mingw)

| Description | Library for muxing and demuxing WebM media container files | | -- | -- | | Homepage | https://chromium.googlesource.com/webm/libwebm | | License | BSD-3-Clause | | Versions | 1.0.0+31 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libwebm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libwebm
Integration in the project (xmake.lua)
add_requires("libwebm")

libwebp (mingw)

| Description | Library to encode and decode images in WebP format. | | -- | -- | | Homepage | https://chromium.googlesource.com/webm/libwebp/ | | License | BSD-3-Clause | | Versions | v1.1.0, v1.2.0, v1.2.1, v1.2.2, v1.2.3, v1.2.4, v1.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libwebp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libwebp
Integration in the project (xmake.lua)
add_requires("libwebp")

libwebsockets (mingw)

| Description | canonical libwebsockets.org websocket library | | -- | -- | | Homepage | https://github.com/warmcat/libwebsockets | | License | MIT | | Versions | v4.3.3, v4.3.4, v4.3.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libwebsockets/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libwebsockets
Integration in the project (xmake.lua)
add_requires("libwebsockets")

libxlsxwriter (mingw)

| Description | A C library for creating Excel XLSX files. | | -- | -- | | Homepage | https://libxlsxwriter.github.io | | License | BSD-2-Clause | | Versions | 1.1.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libxlsxwriter/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libxlsxwriter
Integration in the project (xmake.lua)
add_requires("libxlsxwriter")

libxml2 (mingw)

| Description | The XML C parser and toolkit of Gnome. | | -- | -- | | Homepage | http://xmlsoft.org/ | | License | MIT | | Versions | v2.11.9, v2.12.9, v2.13.2, v2.13.4, v2.14.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libxml2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libxml2
Integration in the project (xmake.lua)
add_requires("libxml2")

libxslt (mingw)

| Description | Libxslt is the XSLT C library developed for the GNOME project. | | -- | -- | | Homepage | http://xmlsoft.org/XSLT/ | | License | MIT | | Versions | v1.1.42, v1.1.43 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libxslt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libxslt
Integration in the project (xmake.lua)
add_requires("libxslt")

libyaml (mingw)

| Description | Canonical source repository for LibYAML. | | -- | -- | | Homepage | http://pyyaml.org/wiki/LibYAML | | License | MIT | | Versions | 0.2.2, 0.2.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libyaml/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libyaml
Integration in the project (xmake.lua)
add_requires("libyaml")

libyuv (mingw)

| Description | libyuv is an open source project that includes YUV scaling and conversion functionality. | | -- | -- | | Homepage | https://chromium.googlesource.com/libyuv/libyuv/ | | License | BSD-3-Clause | | Versions | 1891, 1913 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libyuv/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libyuv
Integration in the project (xmake.lua)
add_requires("libyuv")

libzen (mingw)

| Description | Small C++ derivate classes to have an easier life | | -- | -- | | Homepage | https://mediaarea.net | | License | zlib | | Versions | v0.4.41 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libzen/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libzen
Integration in the project (xmake.lua)
add_requires("libzen")

libzip (mingw)

| Description | A C library for reading, creating, and modifying zip archives. | | -- | -- | | Homepage | https://libzip.org/ | | License | BSD-3-Clause | | Versions | v1.8.0, v1.9.2, v1.10.1, v1.11.1, v1.11.2, v1.11.3, v1.11.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libzip/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libzip
Integration in the project (xmake.lua)
add_requires("libzip")

libzippp (mingw)

| Description | C++ wrapper for libzip | | -- | -- | | Homepage | https://github.com/ctabin/libzippp | | Versions | 7.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | libzippp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] libzippp
Integration in the project (xmake.lua)
add_requires("libzippp")

lief (mingw)

| Description | Library to Instrument Executable Formats. | | -- | -- | | Homepage | https://lief.quarkslab.com | | License | Apache-2.0 | | Versions | 0.10.1, 0.11.5, 0.14.0, 0.14.1, 0.15.1, 0.16.0, 0.16.1, 0.16.2, 0.16.3, 0.16.4, 0.16.5, 0.16.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lief/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lief
Integration in the project (xmake.lua)
add_requires("lief")

lightmapper (mingw)

| Description | A C/C++ single-file library for drop-in lightmap baking. Just use your existing OpenGL renderer to bounce light! | | -- | -- | | Homepage | https://github.com/ands/lightmapper | | Versions | 2022.01.03 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lightmapper/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lightmapper
Integration in the project (xmake.lua)
add_requires("lightmapper")

limonp (mingw)

| Description | C++ headers(hpp) library with Python style. | | -- | -- | | Homepage | https://github.com/yanyiwu/limonp | | License | MIT | | Versions | v0.9.0, v1.0.0, v1.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | limonp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] limonp
Integration in the project (xmake.lua)
add_requires("limonp")

linalg (mingw)

| Description | linalg.h is a single header, public domain, short vector math library for C++. | | -- | -- | | Homepage | https://github.com/sgorsten/linalg | | License | Unlicense license | | Versions | v2.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | linalg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] linalg
Integration in the project (xmake.lua)
add_requires("linalg")

linmath.h (mingw)

| Description | a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions | | -- | -- | | Homepage | https://github.com/datenwolf/linmath.h | | License | WTFPL | | Versions | 2022.06.19 | | Architectures | arm, arm64, i386, x86_64 | | Definition | linmath.h/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] linmath.h
Integration in the project (xmake.lua)
add_requires("linmath.h")

liquid-dsp (mingw)

| Description | digital signal processing library for software-defined radios | | -- | -- | | Homepage | http://liquidsdr.org | | License | MIT | | Versions | v1.7.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | liquid-dsp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] liquid-dsp
Integration in the project (xmake.lua)
add_requires("liquid-dsp")

litehtml (mingw)

| Description | Fast and lightweight HTML/CSS rendering engine | | -- | -- | | Homepage | http://www.litehtml.com/ | | License | BSD-3-Clause | | Versions | v0.9 | | Architectures | arm, arm64, i386, x86_64 | | Definition | litehtml/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] litehtml
Integration in the project (xmake.lua)
add_requires("litehtml")

littlefs (mingw)

| Description | A little fail-safe filesystem designed for microcontrollers | | -- | -- | | Homepage | https://github.com/littlefs-project/littlefs | | License | BSD-3-Clause | | Versions | v2.5.0, v2.8.2, v2.9.2, v2.9.3, v2.10.1, v2.11.0, v2.11.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | littlefs/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] littlefs
Integration in the project (xmake.lua)
add_requires("littlefs")

llama.cpp (mingw)

| Description | Port of Facebook's LLaMA model in C/C++ | | -- | -- | | Homepage | https://github.com/ggerganov/llama.cpp | | License | MIT | | Versions | 3775 | | Architectures | arm, arm64, i386, x86_64 | | Definition | llama.cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] llama.cpp
Integration in the project (xmake.lua)
add_requires("llama.cpp")

llhttp (mingw)

| Description | Port of http_parser to llparse | | -- | -- | | Homepage | https://github.com/nodejs/llhttp | | License | MIT | | Versions | v3.0.0, v8.1.0, v9.2.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | llhttp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] llhttp
Integration in the project (xmake.lua)
add_requires("llhttp")

llvm-arm (mingw)

| Description | A project dedicated to building LLVM toolchain for 32-bit Arm embedded targets. | | -- | -- | | Homepage | https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm | | Versions | 17.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | llvm-arm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] llvm-arm
Integration in the project (xmake.lua)
add_requires("llvm-arm")

llvm-mingw (mingw)

| Description | An LLVM/Clang/LLD based mingw-w64 toolchain | | -- | -- | | Homepage | https://github.com/mstorsjo/llvm-mingw | | Versions | 20211002, 20220323, 20240417 | | Architectures | arm, arm64, i386, x86_64 | | Definition | llvm-mingw/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] llvm-mingw
Integration in the project (xmake.lua)
add_requires("llvm-mingw")

lmdb (mingw)

| Description | Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues. | | -- | -- | | Homepage | http://www.openldap.org/software/repo.html | | Versions | 0.9.31 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lmdb/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lmdb
Integration in the project (xmake.lua)
add_requires("lmdb")

lockfree (mingw)

| Description | A collection of lock-free data structures written in standard C++11 | | -- | -- | | Homepage | https://github.com/DNedic/lockfree | | License | MIT | | Versions | 2.0.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lockfree/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lockfree
Integration in the project (xmake.lua)
add_requires("lockfree")

lodepng (mingw)

| Description | PNG encoder and decoder in C and C++. | | -- | -- | | Homepage | https://lodev.org/lodepng/ | | License | zlib | | Versions | 2025.05.06 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lodepng/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lodepng
Integration in the project (xmake.lua)
add_requires("lodepng")

log4cplus (mingw)

| Description | log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. | | -- | -- | | Homepage | https://sourceforge.net/projects/log4cplus/ | | License | BSD-2-Clause | | Versions | 2.0.6, 2.0.7, 2.1.1, 2.1.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | log4cplus/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] log4cplus
Integration in the project (xmake.lua)
add_requires("log4cplus")

loguru (mingw)

| Description | A lightweight C++ logging library | | -- | -- | | Homepage | https://github.com/emilk/loguru | | Versions | v2.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | loguru/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] loguru
Integration in the project (xmake.lua)
add_requires("loguru")

lolly (mingw)

| Description | Lolly is an alternative to the C++ Standard Library. | | -- | -- | | Homepage | https://github.com/XmacsLabs/lolly | | Versions | v1.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lolly/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lolly
Integration in the project (xmake.lua)
add_requires("lolly")

ls-hpack (mingw)

| Description | LiteSpeed HPACK (RFC7541) Library | | -- | -- | | Homepage | https://github.com/litespeedtech/ls-hpack | | License | MIT | | Versions | v2.3.3, v2.3.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ls-hpack/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ls-hpack
Integration in the project (xmake.lua)
add_requires("ls-hpack")

ls-qpack (mingw)

| Description | QPACK compression library for use with HTTP/3 | | -- | -- | | Homepage | https://github.com/litespeedtech/ls-qpack | | License | MIT | | Versions | v2.5.3, v2.5.4, v2.5.5, v2.6.0, v2.6.1, v2.6.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ls-qpack/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ls-qpack
Integration in the project (xmake.lua)
add_requires("ls-qpack")

lua (mingw)

| Description | A powerful, efficient, lightweight, embeddable scripting language. | | -- | -- | | Homepage | http://lua.org | | Versions | v5.1.1, v5.1.5, v5.2.3, v5.2.4, v5.3.6, v5.4.1, v5.4.2, v5.4.3, v5.4.4, v5.4.6, v5.4.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lua/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lua
Integration in the project (xmake.lua)
add_requires("lua")

lua-format (mingw)

| Description | Code formatter for Lua | | -- | -- | | Homepage | https://github.com/Koihik/LuaFormatter | | Versions | 1.3.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lua-format/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lua-format
Integration in the project (xmake.lua)
add_requires("lua-format")

luabridge3 (mingw)

| Description | LuaBridge3 is a lightweight and dependency-free library for mapping data, functions, and classes back and forth between C++ and Lua. | | -- | -- | | Homepage | https://kunitoki.github.io/LuaBridge3 | | License | MIT | | Versions | 3.0-rc3, 3.0-rc4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | luabridge3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] luabridge3
Integration in the project (xmake.lua)
add_requires("luabridge3")

luau (mingw)

| Description | A fast, small, safe, gradually typed embeddable scripting language derived from Lua. | | -- | -- | | Homepage | https://www.luau.org/ | | License | MIT | | Versions | 0.538, 0.623, 0.624, 0.638, 0.640, 0.642, 0.643, 0.683 | | Architectures | arm, arm64, i386, x86_64 | | Definition | luau/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] luau
Integration in the project (xmake.lua)
add_requires("luau")

lunasvg (mingw)

| Description | LunaSVG - SVG rendering library in C++ | | -- | -- | | Homepage | https://github.com/sammycage/lunasvg | | License | MIT | | Versions | v2.3.5, v2.3.9, v2.4.0, v2.4.1, v3.0.1, v3.1.0, v3.2.0, v3.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lunasvg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lunasvg
Integration in the project (xmake.lua)
add_requires("lunasvg")

lunzip (mingw)

| Description | Lunzip is a decompressor for the lzip format written in C. | | -- | -- | | Homepage | https://www.nongnu.org/lzip/lunzip.html | | License | GPL-2.0-or-later | | Versions | 1.15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lunzip/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lunzip
Integration in the project (xmake.lua)
add_requires("lunzip")

lvgl (mingw)

| Description | Light and Versatile Graphics Library | | -- | -- | | Homepage | https://lvgl.io | | License | MIT | | Versions | v8.0.2, v8.2.0, v9.0.0, v9.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lvgl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lvgl
Integration in the project (xmake.lua)
add_requires("lvgl")

lwlog (mingw)

| Description | Very fast synchronous and asynchronous C++17 logging library | | -- | -- | | Homepage | https://github.com/ChristianPanov/lwlog | | License | MIT | | Versions | v1.3.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lwlog/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lwlog
Integration in the project (xmake.lua)
add_requires("lwlog")

lyra (mingw)

| Description | A simple to use, composable, command line parser for C++ 11 and beyond | | -- | -- | | Homepage | https://www.bfgroup.xyz/Lyra/ | | License | BSL-1.0 | | Versions | 1.5.1, 1.6, 1.6.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lyra/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lyra
Integration in the project (xmake.lua)
add_requires("lyra")

lz4 (mingw)

| Description | LZ4 - Extremely fast compression | | -- | -- | | Homepage | https://www.lz4.org/ | | Versions | v1.9.3, v1.9.4, v1.10.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lz4/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lz4
Integration in the project (xmake.lua)
add_requires("lz4")

lzav (mingw)

| Description | Fast In-Memory Data Compression Algorithm (safe, inline C/C++) 460+MB/s compress, 2500+MB/s decompress, ratio better than LZ4 | | -- | -- | | Homepage | https://github.com/avaneev/lzav | | License | MIT | | Versions | 2.14, 4.0, 4.3, 4.4, 4.5, 4.7, 4.9, 4.19 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lzav/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lzav
Integration in the project (xmake.lua)
add_requires("lzav")

lzham_codec (mingw)

| Description | Lossless data compression codec with LZMA-like ratios but 1.5x-8x faster decompression speed, C/C++ | | -- | -- | | Homepage | https://github.com/richgel999/lzham_codec | | Versions | 2023.01.03 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lzham_codec/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lzham_codec
Integration in the project (xmake.lua)
add_requires("lzham_codec")

lzma (mingw)

| Description | LZMA SDK | | -- | -- | | Homepage | https://www.7-zip.org/sdk.html | | Versions | 19.00, 21.07, 22.01, 23.01, 24.09 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lzma/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lzma
Integration in the project (xmake.lua)
add_requires("lzma")

lzo (mingw)

| Description | LZO is a portable lossless data compression library written in ANSI C. | | -- | -- | | Homepage | http://www.oberhumer.com/opensource/lzo | | License | GPL-2.0 | | Versions | 2.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | lzo/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] lzo
Integration in the project (xmake.lua)
add_requires("lzo")

m

m4 (mingw)

| Description | Macro processing language | | -- | -- | | Homepage | https://www.gnu.org/software/m4 | | Versions | 1.4.18, 1.4.19 | | Architectures | arm, arm64, i386, x86_64 | | Definition | m4/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] m4
Integration in the project (xmake.lua)
add_requires("m4")

maddy (mingw)

| Description | C++ Markdown to HTML header-only parser library | | -- | -- | | Homepage | https://github.com/progsource/maddy | | License | MIT | | Versions | 1.2.1, 1.3.0, 1.5.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | maddy/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] maddy
Integration in the project (xmake.lua)
add_requires("maddy")

magic_enum (mingw)

| Description | Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code | | -- | -- | | Homepage | https://github.com/Neargye/magic_enum | | License | MIT | | Versions | v0.7.3, v0.8.0, v0.8.1, v0.8.2, v0.9.0, v0.9.5, v0.9.6, v0.9.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | magic_enum/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] magic_enum
Integration in the project (xmake.lua)
add_requires("magic_enum")

mailio (mingw)

| Description | mailio is a cross platform C++ library for MIME format and SMTP, POP3 and IMAP protocols. It is based on standard C++ 17 and Boost library. | | -- | -- | | Homepage | https://github.com/karastojko/mailio | | License | BSD | | Versions | 0.23.0, 0.24.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mailio/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mailio
Integration in the project (xmake.lua)
add_requires("mailio")

make (mingw)

| Description | GNU make tool. | | -- | -- | | Homepage | https://www.gnu.org/software/make/ | | Versions | 4.2.1, 4.3, 4.4.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | make/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] make
Integration in the project (xmake.lua)
add_requires("make")

mallocvis (mingw)

| Description | allocation visualization in svg graph | | -- | -- | | Homepage | https://github.com/archibate/mallocvis | | Versions | 2024.07.17 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mallocvis/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mallocvis
Integration in the project (xmake.lua)
add_requires("mallocvis")

manif (mingw)

| Description | A small C++11 header-only library for Lie theory. | | -- | -- | | Homepage | https://artivis.github.io/manif | | License | MIT | | Versions | 0.0.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | manif/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] manif
Integration in the project (xmake.lua)
add_requires("manif")

mapbox_earcut (mingw)

| Description | A C++ port of earcut.js, a fast, header-only polygon triangulation library. | | -- | -- | | Homepage | https://github.com/mapbox/earcut.hpp | | License | ISC | | Versions | 2.2.3, 2.2.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mapbox_earcut/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mapbox_earcut
Integration in the project (xmake.lua)
add_requires("mapbox_earcut")

mapbox_eternal (mingw)

| Description | A C++14 compile-time/constexpr map and hash map with minimal binary footprint | | -- | -- | | Homepage | https://github.com/mapbox/eternal | | License | ISC | | Versions | v1.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mapbox_eternal/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mapbox_eternal
Integration in the project (xmake.lua)
add_requires("mapbox_eternal")

mapbox_geometry (mingw)

| Description | Provides header-only, generic C++ interfaces for geometry types, geometry collections, and features. | | -- | -- | | Homepage | https://github.com/mapbox/geometry.hpp | | License | ISC | | Versions | 1.1.0, 2.0.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mapbox_geometry/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mapbox_geometry
Integration in the project (xmake.lua)
add_requires("mapbox_geometry")

mapbox_polylabel (mingw)

| Description | A fast algorithm for finding the pole of inaccessibility of a polygon (in JavaScript and C++) | | -- | -- | | Homepage | https://github.com/mapbox/polylabel | | License | ISC | | Versions | v2.0.0, v2.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mapbox_polylabel/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mapbox_polylabel
Integration in the project (xmake.lua)
add_requires("mapbox_polylabel")

mapbox_variant (mingw)

| Description | C++11/C++14 Variant | | -- | -- | | Homepage | https://github.com/mapbox/variant | | License | BSD | | Versions | v1.2.0, 2020.12.02 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mapbox_variant/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mapbox_variant
Integration in the project (xmake.lua)
add_requires("mapbox_variant")

marisa (mingw)

| Description | Matching Algorithm with Recursively Implemented StorAge. | | -- | -- | | Homepage | https://github.com/s-yata/marisa-trie | | Versions | v0.2.6, v0.3.0, v0.3.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | marisa/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] marisa
Integration in the project (xmake.lua)
add_requires("marisa")

matchit (mingw)

| Description | A lightweight single-header pattern-matching library for C++17 with macro-free APIs. | | -- | -- | | Homepage | https://bowenfu.github.io/matchit.cpp/ | | License | Apache-2.0 | | Versions | v1.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | matchit/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] matchit
Integration in the project (xmake.lua)
add_requires("matchit")

materialx (mingw)

| Description | MaterialX is an open standard for the exchange of rich material and look-development content across applications and renderers. | | -- | -- | | Homepage | http://www.materialx.org/ | | License | Apache-2.0 | | Versions | v1.38.10, v1.39.0, v1.39.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | materialx/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] materialx
Integration in the project (xmake.lua)
add_requires("materialx")

mathfu (mingw)

| Description | C++ math library developed primarily for games focused on simplicity and efficiency. | | -- | -- | | Homepage | http://google.github.io/mathfu | | License | Apache-2.0 | | Versions | 2022.5.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mathfu/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mathfu
Integration in the project (xmake.lua)
add_requires("mathfu")

mathter (mingw)

| Description | A flexible and fast matrix, transform and geometry library. | | -- | -- | | Homepage | https://github.com/petiaccja/Mathter | | License | MIT | | Versions | v1.1.1, v1.1.2, v2.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mathter/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mathter
Integration in the project (xmake.lua)
add_requires("mathter")

matlab (mingw)

| Description | Build MEX function or engine application in matlab | | -- | -- | | Homepage | https://www.mathworks.com/help/matlab/ref/mex.html | | Versions | | | Architectures | arm, arm64, i386, x86_64 | | Definition | matlab/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] matlab
Integration in the project (xmake.lua)
add_requires("matlab")

mbedtls (mingw)

| Description | An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API | | -- | -- | | Homepage | https://tls.mbed.org | | License | Apache-2.0 | | Versions | v2.7.6, v2.13.0, v2.25.0, v2.28.3, v3.4.0, v3.5.1, v3.6.0, v3.6.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mbedtls/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mbedtls
Integration in the project (xmake.lua)
add_requires("mbedtls")

mcfgthread (mingw)

| Description | Cornerstone of the MOST efficient std::thread on Windows for mingw-w64 | | -- | -- | | Homepage | https://gcc-mcf.lhmouse.com/ | | License | GPL-3.0 | | Versions | 1.8.4, 1.9.1, 2.1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mcfgthread/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mcfgthread
Integration in the project (xmake.lua)
add_requires("mcfgthread")

mcut (mingw)

| Description | Fast & robust mesh boolean library in C++ | | -- | -- | | Homepage | https://cutdigital.github.io/mcut.site/ | | License | GPL-3.0 | | Versions | v1.1.0, v1.2.0, v1.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mcut/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mcut
Integration in the project (xmake.lua)
add_requires("mcut")

md4c (mingw)

| Description | C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification. | | -- | -- | | Homepage | https://github.com/mity/md4c | | License | MIT | | Versions | 2024.02.25 | | Architectures | arm, arm64, i386, x86_64 | | Definition | md4c/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] md4c
Integration in the project (xmake.lua)
add_requires("md4c")

md4qt (mingw)

| Description | Markdown parser for Qt6 or ICU | | -- | -- | | Homepage | https://github.com/igormironchik/md4qt | | License | MIT | | Versions | 2.1.0, 2.4.2, 2.8.0, 2.8.1, 3.0.0 | | Architectures | x86_64 | | Definition | md4qt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] md4qt
Integration in the project (xmake.lua)
add_requires("md4qt")

mdns (mingw)

| Description | Public domain mDNS/DNS-SD library in C | | -- | -- | | Homepage | https://github.com/mjansson/mdns | | License | Unlicense | | Versions | 1.4.2, 1.4.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mdns/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mdns
Integration in the project (xmake.lua)
add_requires("mdns")

melon (mingw)

| Description | A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter. It currently supports C99 and Aspect-Oriented Programming (AOP). | | -- | -- | | Homepage | http://doc.melonc.io | | License | BSD-3-Clause | | Versions | 2025.01.18 | | Architectures | arm, arm64, i386, x86_64 | | Definition | melon/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] melon
Integration in the project (xmake.lua)
add_requires("melon")

memplumber (mingw)

| Description | MemPlumber is a library that helps developers with debugging of memory allocations and detection of memory leaks in C++ applications | | -- | -- | | Homepage | https://github.com/seladb/MemPlumber | | License | MIT | | Versions | 2022.01.27 | | Architectures | arm, arm64, i386, x86_64 | | Definition | memplumber/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] memplumber
Integration in the project (xmake.lua)
add_requires("memplumber")

meson (mingw)

| Description | Fast and user friendly build system. | | -- | -- | | Homepage | https://mesonbuild.com/ | | License | Apache-2.0 | | Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1, 0.61.2, 0.62.1, 1.0.0, 1.1.0, 1.1.1, 1.3.0, 1.3.1, 1.3.2, 1.4.0, 1.4.1, 1.4.2, 1.5.1, 1.5.2, 1.6.0, 1.6.1, 1.7.0, 1.7.2, 1.8.0, 1.8.1, 1.8.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | meson/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] meson
Integration in the project (xmake.lua)
add_requires("meson")

metalang99 (mingw)

| Description | Full-blown preprocessor metaprogramming | | -- | -- | | Homepage | https://github.com/Hirrolot/metalang99 | | License | MIT | | Versions | 1.13.2, 1.13.3, 1.13.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | metalang99/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] metalang99
Integration in the project (xmake.lua)
add_requires("metalang99")

metis (mingw)

| Description | Serial Graph Partitioning and Fill-reducing Matrix Ordering | | -- | -- | | Homepage | http://glaros.dtc.umn.edu/gkhome/metis/metis/overview | | License | Apache-2.0 | | Versions | v5.2.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | metis/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] metis
Integration in the project (xmake.lua)
add_requires("metis")

mhook (mingw)

| Description | *A Windows API hooking library * | | -- | -- | | Homepage | https://github.com/martona/mhook | | License | MIT | | Versions | 2022.04.12 | | Architectures | i386, x86_64 | | Definition | mhook/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mhook
Integration in the project (xmake.lua)
add_requires("mhook")

micro-gl (mingw)

| Description | Realtime, Embeddable, Modular, Headers Only C++11 CPU vector graphics. no STD lib, no FPU and no GPU required ! | | -- | -- | | Homepage | http://micro-gl.github.io/docs/microgl | | Versions | 2023.08.30 | | Architectures | arm, arm64, i386, x86_64 | | Definition | micro-gl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] micro-gl
Integration in the project (xmake.lua)
add_requires("micro-gl")

microsoft-detours (mingw)

| Description | Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form. | | -- | -- | | Homepage | https://github.com/microsoft/Detours | | License | MIT | | Versions | 2023.6.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | microsoft-detours/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] microsoft-detours
Integration in the project (xmake.lua)
add_requires("microsoft-detours")

microsoft-gsl (mingw)

| Description | Guidelines Support Library | | -- | -- | | Homepage | https://github.com/microsoft/GSL | | License | MIT | | Versions | v3.1.0, v4.0.0, v4.1.0, v4.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | microsoft-gsl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] microsoft-gsl
Integration in the project (xmake.lua)
add_requires("microsoft-gsl")

microsoft-kuku (mingw)

| Description | Kuku is a compact and convenient cuckoo hashing library written in C++. | | -- | -- | | Homepage | https://github.com/microsoft/Kuku | | License | MIT | | Versions | v2.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | microsoft-kuku/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] microsoft-kuku
Integration in the project (xmake.lua)
add_requires("microsoft-kuku")

microsoft-proxy (mingw)

| Description | Proxy: Easy Polymorphism in C++ | | -- | -- | | Homepage | https://github.com/microsoft/proxy | | License | MIT | | Versions | 1.1.1, 2.2.1, 2.3.0, 2.4.0, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.3.0, 3.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | microsoft-proxy/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] microsoft-proxy
Integration in the project (xmake.lua)
add_requires("microsoft-proxy")

microsoft-seal (mingw)

| Description | Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library. | | -- | -- | | Homepage | https://www.microsoft.com/en-us/research/group/cryptography-research/ | | License | MIT | | Versions | v4.1.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | microsoft-seal/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] microsoft-seal
Integration in the project (xmake.lua)
add_requires("microsoft-seal")

mikktspace (mingw)

| Description | A common standard for tangent space used in baking tools to produce normal maps. | | -- | -- | | Homepage | http://www.mikktspace.com/ | | Versions | 2020.03.26 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mikktspace/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mikktspace
Integration in the project (xmake.lua)
add_requires("mikktspace")

mimalloc (mingw)

| Description | mimalloc (pronounced 'me-malloc') is a general purpose allocator with excellent performance characteristics. | | -- | -- | | Homepage | https://github.com/microsoft/mimalloc | | License | MIT | | Versions | v1.6.7, v1.7.0, v1.7.1, v1.7.2, v1.7.3, v1.7.6, v1.7.7, v1.8.7, v2.0.1, v2.0.2, v2.0.3, v2.0.5, v2.0.6, v2.0.7, v2.1.2, v2.1.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mimalloc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mimalloc
Integration in the project (xmake.lua)
add_requires("mimalloc")

minhook (mingw)

| Description | The Minimalistic x86/x64 API Hooking Library for Windows. | | -- | -- | | Homepage | https://github.com/TsudaKageyu/minhook | | License | BSD-2-Clause | | Versions | v1.3.3, v1.3.4 | | Architectures | i386, x86_64 | | Definition | minhook/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] minhook
Integration in the project (xmake.lua)
add_requires("minhook")

mini (mingw)

| Description | INI file reader and writer | | -- | -- | | Homepage | https://github.com/metayeti/mINI | | License | MIT | | Versions | 0.9.15, 0.9.16, 0.9.17, 0.9.18 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mini/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mini
Integration in the project (xmake.lua)
add_requires("mini")

miniaudio (mingw)

| Description | Single file audio playback and capture library written in C. | | -- | -- | | Homepage | https://miniaud.io | | License | MIT | | Versions | 0.11.15, 0.11.16, 0.11.17, 0.11.18, 0.11.21, 0.11.22 | | Architectures | arm, arm64, i386, x86_64 | | Definition | miniaudio/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] miniaudio
Integration in the project (xmake.lua)
add_requires("miniaudio")

miniball (mingw)

| Description | For computing the smallest enclosing balls of points in arbitrary dimensions | | -- | -- | | Homepage | https://people.inf.ethz.ch/gaertner/subdir/software/miniball.html | | License | GPL-3.0 | | Versions | v3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | miniball/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] miniball
Integration in the project (xmake.lua)
add_requires("miniball")

minifb (mingw)

| Description | MiniFB is a small cross platform library to create a frame buffer that you can draw pixels in | | -- | -- | | Homepage | https://github.com/emoon/minifb | | License | MIT | | Versions | 2023.09.21 | | Architectures | arm, arm64, i386, x86_64 | | Definition | minifb/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] minifb
Integration in the project (xmake.lua)
add_requires("minifb")

minilzo (mingw)

| Description | A very lightweight subset of the LZO library intended for easy inclusion with your application | | -- | -- | | Homepage | http://www.oberhumer.com/opensource/lzo/#minilzo | | Versions | 2.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | minilzo/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] minilzo
Integration in the project (xmake.lua)
add_requires("minilzo")

minimp3 (mingw)

| Description | Minimalistic MP3 decoder single header library | | -- | -- | | Homepage | https://github.com/lieff/minimp3 | | License | CC0 | | Versions | 2021.05.29 | | Architectures | arm, arm64, i386, x86_64 | | Definition | minimp3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] minimp3
Integration in the project (xmake.lua)
add_requires("minimp3")

minio-cpp (mingw)

| Description | MinIO C++ Client SDK for Amazon S3 Compatible Cloud Storage | | -- | -- | | Homepage | https://minio-cpp.min.io/ | | License | Apache-2.0 | | Versions | v0.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | minio-cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] minio-cpp
Integration in the project (xmake.lua)
add_requires("minio-cpp")

minitrace (mingw)

| Description | Simple C/C++ library for producing JSON traces suitable for Chrome's built-in trace viewer (about:tracing). | | -- | -- | | Homepage | https://github.com/hrydgard/minitrace | | License | MIT | | Versions | 2023.09.04 | | Architectures | arm, arm64, i386, x86_64 | | Definition | minitrace/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] minitrace
Integration in the project (xmake.lua)
add_requires("minitrace")

miniz (mingw)

| Description | miniz: Single C source file zlib-replacement library | | -- | -- | | Homepage | https://github.com/richgel999/miniz/ | | License | MIT | | Versions | 2.1.0, 2.2.0, 3.0.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | miniz/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] miniz
Integration in the project (xmake.lua)
add_requires("miniz")

minizip (mingw)

| Description | Mini zip and unzip based on zlib | | -- | -- | | Homepage | https://www.zlib.net/ | | License | zlib | | Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13 | | Architectures | arm, arm64, i386, x86_64 | | Definition | minizip/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] minizip
Integration in the project (xmake.lua)
add_requires("minizip")

minizip-ng (mingw)

| Description | Fork of the popular zip manipulation library found in the zlib distribution. | | -- | -- | | Homepage | https://github.com/zlib-ng/minizip-ng | | License | zlib | | Versions | 3.0.3, 3.0.5, 4.0.4, 4.0.5, 4.0.6, 4.0.7, 4.0.8, 4.0.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | minizip-ng/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] minizip-ng
Integration in the project (xmake.lua)
add_requires("minizip-ng")

minja (mingw)

| Description | A minimalistic C++ Jinja templating engine for LLM chat templates | | -- | -- | | Homepage | https://github.com/google/minja | | License | MIT | | Versions | 2025.01.31 | | Architectures | arm, arm64, i386, x86_64 | | Definition | minja/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] minja
Integration in the project (xmake.lua)
add_requires("minja")

mjson (mingw)

| Description | C/C++ JSON parser, emitter, JSON-RPC engine for embedded systems | | -- | -- | | Homepage | https://github.com/cesanta/mjson | | License | MIT | | Versions | 1.2.6, 1.2.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mjson/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mjson
Integration in the project (xmake.lua)
add_requires("mjson")

mma (mingw)

| Description | A self-contained C++ implementation of MMA and GCMMA. | | -- | -- | | Homepage | https://github.com/jdumas/mma | | License | MIT | | Versions | 2018.08.01 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mma/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mma
Integration in the project (xmake.lua)
add_requires("mma")

mman_win32 (mingw)

| Description | mman library for Windows. mirror of https://code.google.com/p/mman-win32/ | | -- | -- | | Homepage | https://github.com/alitrack/mman-win32 | | License | MIT | | Versions | 2019.10.11 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mman_win32/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mman_win32
Integration in the project (xmake.lua)
add_requires("mman_win32")

mmeter (mingw)

| Description | A simple WIP profiler library for c++. Include the 2 files and you're ready to go. | | -- | -- | | Homepage | https://github.com/LMauricius/MMeter | | License | MIT | | Versions | 2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mmeter/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mmeter
Integration in the project (xmake.lua)
add_requires("mmeter")

mongoose (mingw)

| Description | Embedded Web Server | | -- | -- | | Homepage | https://mongoose.ws | | License | GPL-2.0 | | Versions | 7.11, 7.13, 7.14, 7.15, 7.16, 7.17, 7.18 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mongoose/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mongoose
Integration in the project (xmake.lua)
add_requires("mongoose")

morton-nd (mingw)

| Description | A header-only compile-time Morton encoding / decoding library for N dimensions. | | -- | -- | | Homepage | https://github.com/morton-nd/morton-nd | | License | MIT | | Versions | v4.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | morton-nd/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] morton-nd
Integration in the project (xmake.lua)
add_requires("morton-nd")

mpfr (mingw)

| Description | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. | | -- | -- | | Homepage | https://www.mpfr.org/ | | License | LGPL-3.0 | | Versions | 4.1.0, 4.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mpfr/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mpfr
Integration in the project (xmake.lua)
add_requires("mpfr")

mpmcqueue (mingw)

| Description | A bounded multi-producer multi-consumer concurrent queue written in C++11 | | -- | -- | | Homepage | https://github.com/rigtorp/MPMCQueue | | License | MIT | | Versions | v1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mpmcqueue/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mpmcqueue
Integration in the project (xmake.lua)
add_requires("mpmcqueue")

mscharconv (mingw)

| Description | * from Microsoft STL, but multi-platform * | | -- | -- | | Homepage | https://github.com/iboB/mscharconv | | Versions | latest | | Architectures | arm, arm64, i386, x86_64 | | Definition | mscharconv/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mscharconv
Integration in the project (xmake.lua)
add_requires("mscharconv")

msdf-atlas-gen (mingw)

| Description | Multi-channel signed distance field atlas generator | | -- | -- | | Homepage | https://github.com/Chlumsky/msdf-atlas-gen | | License | MIT | | Versions | v1.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | msdf-atlas-gen/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] msdf-atlas-gen
Integration in the project (xmake.lua)
add_requires("msdf-atlas-gen")

msdfgen (mingw)

| Description | Multi-channel signed distance field generator | | -- | -- | | Homepage | https://github.com/Chlumsky/msdfgen | | License | MIT | | Versions | v1.10, v1.11, v1.12, v1.12.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | msdfgen/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] msdfgen
Integration in the project (xmake.lua)
add_requires("msdfgen")

msgpack-c (mingw)

| Description | MessagePack implementation for C | | -- | -- | | Homepage | https://msgpack.org/ | | License | BSL-1.0 | | Versions | 4.0.0, 6.0.1, 6.0.2, 6.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | msgpack-c/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] msgpack-c
Integration in the project (xmake.lua)
add_requires("msgpack-c")

msgpack-cxx (mingw)

| Description | MessagePack implementation for C++ | | -- | -- | | Homepage | https://msgpack.org/ | | License | BSL-1.0 | | Versions | 4.1.1, 6.1.0, 6.1.1, 7.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | msgpack-cxx/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] msgpack-cxx
Integration in the project (xmake.lua)
add_requires("msgpack-cxx")

msgpack23 (mingw)

| Description | A modern, header-only C++ library for MessagePack serialization and deserialization. msgpack.org[c++23] | | -- | -- | | Homepage | https://github.com/rwindegger/msgpack23 | | License | MIT | | Versions | v2.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | msgpack23/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] msgpack23
Integration in the project (xmake.lua)
add_requires("msgpack23")

msvc (mingw)

| Description | Microsoft Visual C/C++ Compiler | | -- | -- | | Homepage | https://visualstudio.microsoft.com/zh-hans/visual-cpp-build-tools/ | | Versions | 14.29.16+11, 14.30.17+0, 14.31.17+1, 14.32.17+2, 14.33.17+3, 14.34.17+4, 14.35.17+5, 14.36.17+6, 14.37.17+7, 14.38.17+8, 14.39.17+9, 14.40.17+10, 14.41.17+11, 14.42.17+12, 14.43.17+13 | | Architectures | arm, arm64, i386, x86_64 | | Definition | msvc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] msvc
Integration in the project (xmake.lua)
add_requires("msvc")

msvc-wine (mingw)

| Description | Scripts for setting up and running MSVC in Wine on Linux | | -- | -- | | Homepage | https://github.com/mstorsjo/msvc-wine | | Versions | 2025.03.02 | | Architectures | arm, arm64, i386, x86_64 | | Definition | msvc-wine/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] msvc-wine
Integration in the project (xmake.lua)
add_requires("msvc-wine")

mujs (mingw)

| Description | An embeddable Javascript interpreter in C. | | -- | -- | | Homepage | http://mujs.com/ | | License | ISC | | Versions | 1.3.4, 1.3.5, 1.3.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mujs/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mujs
Integration in the project (xmake.lua)
add_requires("mujs")

munkres-algorithm (mingw)

| Description | Modern C++ implementation of Munkres (Hungarian) algorithm | | -- | -- | | Homepage | https://github.com/aaron-michaux/munkres-algorithm | | License | MIT | | Versions | 2021.04.05 | | Architectures | arm, arm64, i386, x86_64 | | Definition | munkres-algorithm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] munkres-algorithm
Integration in the project (xmake.lua)
add_requires("munkres-algorithm")

muparserx (mingw)

| Description | A C++ Library for Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more. | | -- | -- | | Homepage | http://beltoforion.de/en/muparserx | | License | BSD-2-Clause | | Versions | v4.0.12 | | Architectures | arm, arm64, i386, x86_64 | | Definition | muparserx/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] muparserx
Integration in the project (xmake.lua)
add_requires("muparserx")

muslcc (mingw)

| Description | static cross- and native- musl-based toolchains. | | -- | -- | | Homepage | https://musl.cc/ | | Versions | 20210202 | | Architectures | arm, arm64, i386, x86_64 | | Definition | muslcc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] muslcc
Integration in the project (xmake.lua)
add_requires("muslcc")

mustache (mingw)

| Description | Mustache text templates for modern C++ | | -- | -- | | Homepage | https://github.com/kainjow/Mustache | | License | BSL-1.0 | | Versions | 2021.12.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mustache/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mustache
Integration in the project (xmake.lua)
add_requires("mustache")

mysqlpp (mingw)

| Description | MySQL++ is a C++ wrapper for the MySQL and MariaDB C APIs | | -- | -- | | Homepage | https://tangentsoft.com/mysqlpp/wiki?name=MySQL%2B%2B&p&nsm | | Versions | 3.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | mysqlpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] mysqlpp
Integration in the project (xmake.lua)
add_requires("mysqlpp")

n

named_type (mingw)

| Description | Implementation of strong types in C++. | | -- | -- | | Homepage | https://github.com/joboccara/NamedType | | License | MIT | | Versions | v1.1.0.20210209 | | Architectures | arm, arm64, i386, x86_64 | | Definition | named_type/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] named_type
Integration in the project (xmake.lua)
add_requires("named_type")

nameof (mingw)

| Description | Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum | | -- | -- | | Homepage | https://github.com/Neargye/nameof | | License | MIT | | Versions | 0.10.3, 0.10.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nameof/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nameof
Integration in the project (xmake.lua)
add_requires("nameof")

nanoarrow (mingw)

| Description | Helpers for Arrow C Data & Arrow C Stream interfaces | | -- | -- | | Homepage | https://arrow.apache.org/nanoarrow | | License | Apache-2.0 | | Versions | 0.6.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nanoarrow/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nanoarrow
Integration in the project (xmake.lua)
add_requires("nanoarrow")

nanobench (mingw)

| Description | Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20 | | -- | -- | | Homepage | https://nanobench.ankerl.com | | License | MIT | | Versions | v4.3.11 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nanobench/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nanobench
Integration in the project (xmake.lua)
add_requires("nanobench")

nanoflann (mingw)

| Description | nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees | | -- | -- | | Homepage | https://github.com/jlblancoc/nanoflann/ | | License | BSD-2-Clause | | Versions | v1.3.2, v1.4.2, v1.5.0, v1.5.5, v1.6.0, v1.6.1, v1.6.2, v1.7.0, v1.7.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nanoflann/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nanoflann
Integration in the project (xmake.lua)
add_requires("nanoflann")

nanomsg (mingw)

| Description | A simple high-performance implementation of several "scalability protocols". | | -- | -- | | Homepage | https://nanomsg.org | | License | MIT | | Versions | 1.2.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nanomsg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nanomsg
Integration in the project (xmake.lua)
add_requires("nanomsg")

nanopb (mingw)

| Description | Protocol Buffers with small code size | | -- | -- | | Homepage | https://jpa.kapsi.fi/nanopb/ | | License | zlib | | Versions | 0.4.9 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nanopb/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nanopb
Integration in the project (xmake.lua)
add_requires("nanopb")

nanosvg (mingw)

| Description | Simple stupid SVG parser | | -- | -- | | Homepage | https://github.com/memononen/nanosvg | | License | zlib | | Versions | 2022.07.09 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nanosvg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nanosvg
Integration in the project (xmake.lua)
add_requires("nanosvg")

nanovg (mingw)

| Description | Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations. | | -- | -- | | Homepage | https://github.com/memononen/nanovg/ | | License | zlib | | Versions | 2021.11.2, 2023.8.27 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nanovg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nanovg
Integration in the project (xmake.lua)
add_requires("nanovg")

nasm (mingw)

| Description | Netwide Assembler (NASM) is an 80x86 assembler. | | -- | -- | | Homepage | https://www.nasm.us/ | | License | BSD-2-Clause | | Versions | 2.13.03, 2.15.05, 2.16.01, 2.16.03 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nasm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nasm
Integration in the project (xmake.lua)
add_requires("nasm")

nazarautils (mingw)

| Description | Header-only utility library for Nazara projects | | -- | -- | | Homepage | https://github.com/NazaraEngine/NazaraUtils | | License | MIT | | Versions | v1.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nazarautils/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nazarautils
Integration in the project (xmake.lua)
add_requires("nazarautils")

ncnn (mingw)

| Description | High-performance neural network inference framework optimized for the mobile platform | | -- | -- | | Homepage | https://github.com/Tencent/ncnn | | License | BSD-3-Clause | | Versions | 20250503 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ncnn/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ncnn
Integration in the project (xmake.lua)
add_requires("ncnn")

ncurses (mingw)

| Description | A free software emulation of curses. | | -- | -- | | Homepage | https://invisible-island.net/ncurses/ | | License | MIT | | Versions | 6.1, 6.2, 6.3, 6.4, 6.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ncurses/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ncurses
Integration in the project (xmake.lua)
add_requires("ncurses")

ndarray (mingw)

| Description | NumPy-friendly multidimensional arrays in C++ | | -- | -- | | Homepage | https://github.com/ndarray/ndarray | | Versions | 1.6.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ndarray/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ndarray
Integration in the project (xmake.lua)
add_requires("ndarray")

ndk (mingw)

| Description | Android NDK toolchain. | | -- | -- | | Homepage | https://developer.android.com/ndk | | Versions | 21.0, 22.0, 26.0, 27.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ndk/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ndk
Integration in the project (xmake.lua)
add_requires("ndk")

neargye-scope_guard (mingw)

| Description | Scope Guard & Defer C++ | | -- | -- | | Homepage | https://github.com/Neargye/scope_guard | | License | MIT | | Versions | 2022.04.05 | | Architectures | arm, arm64, i386, x86_64 | | Definition | neargye-scope_guard/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] neargye-scope_guard
Integration in the project (xmake.lua)
add_requires("neargye-scope_guard")

neco (mingw)

| Description | Concurrency library for C (coroutines) | | -- | -- | | Homepage | https://github.com/tidwall/neco | | License | MIT | | Versions | v0.3.2 | | Architectures | x86_64 | | Definition | neco/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] neco
Integration in the project (xmake.lua)
add_requires("neco")

nettle (mingw)

| Description | Nettle is a cryptographic library that is designed to fit easily in more or less any context. | | -- | -- | | Homepage | https://www.lysator.liu.se/~nisse/nettle/ | | License | LGPL-3.0 | | Versions | 3.6, 3.9.1, 3.10.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nettle/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nettle
Integration in the project (xmake.lua)
add_requires("nettle")

newtondynamics (mingw)

| Description | Newton Dynamics is an integrated solution for real time simulation of physics environments. | | -- | -- | | Homepage | http://newtondynamics.com | | License | zlib | | Versions | v3.14d | | Architectures | arm, arm64, i386, x86_64 | | Definition | newtondynamics/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] newtondynamics
Integration in the project (xmake.lua)
add_requires("newtondynamics")

newtondynamics3 (mingw)

| Description | Newton Dynamics is an integrated solution for real time simulation of physics environments. | | -- | -- | | Homepage | http://newtondynamics.com | | License | zlib | | Versions | v3.14d | | Architectures | arm, arm64, i386, x86_64 | | Definition | newtondynamics3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] newtondynamics3
Integration in the project (xmake.lua)
add_requires("newtondynamics3")

newtondynamics4 (mingw)

| Description | Newton Dynamics is an integrated solution for real time simulation of physics environments. | | -- | -- | | Homepage | http://newtondynamics.com | | License | zlib | | Versions | v4.01 | | Architectures | arm, arm64, i386, x86_64 | | Definition | newtondynamics4/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] newtondynamics4
Integration in the project (xmake.lua)
add_requires("newtondynamics4")

nghttp2 (mingw)

| Description | nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C. | | -- | -- | | Homepage | http://nghttp2.org/ | | License | MIT | | Versions | 1.46.0, 1.58.0, 1.59.0, 1.60.0, 1.61.0, 1.62.0, 1.62.1, 1.63.0, 1.64.0, 1.65.0, 1.66.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nghttp2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nghttp2
Integration in the project (xmake.lua)
add_requires("nghttp2")

nghttp3 (mingw)

| Description | HTTP/3 library written in C | | -- | -- | | Homepage | https://github.com/ngtcp2/nghttp3 | | License | MIT | | Versions | v1.3.0, v1.4.0, v1.5.0, v1.6.0, v1.7.0, v1.8.0, v1.10.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nghttp3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nghttp3
Integration in the project (xmake.lua)
add_requires("nghttp3")

ngtcp2 (mingw)

| Description | ngtcp2 project is an effort to implement IETF QUIC protocol | | -- | -- | | Homepage | https://github.com/ngtcp2/ngtcp2 | | License | MIT | | Versions | 0.1.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.11.0, 1.12.0, 1.13.0, 1.14.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ngtcp2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ngtcp2
Integration in the project (xmake.lua)
add_requires("ngtcp2")

nifti (mingw)

| Description | C libraries for NIFTI support | | -- | -- | | Homepage | https://github.com/NIFTI-Imaging/nifti_clib | | Versions | 2024.01.25 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nifti/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nifti
Integration in the project (xmake.lua)
add_requires("nifti")

niftiheader (mingw)

| Description | Header structure descriptions for the nifti1 and nifti2 file formats. | | -- | -- | | Homepage | https://nifti.nimh.nih.gov/ | | License | Public Domain | | Versions | 0.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | niftiheader/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] niftiheader
Integration in the project (xmake.lua)
add_requires("niftiheader")

nim (mingw)

| Description | Nim is a statically typed compiled systems programming language | | -- | -- | | Homepage | https://nim-lang.org/ | | Versions | 2.0.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nim/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nim
Integration in the project (xmake.lua)
add_requires("nim")

ninja (mingw)

| Description | Small build system for use with gyp or CMake. | | -- | -- | | Homepage | https://ninja-build.org/ | | License | Apache-2.0 | | Versions | v1.9.0, v1.10.1, v1.10.2, v1.11.0, v1.11.1, v1.12.1, v1.13.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ninja/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ninja
Integration in the project (xmake.lua)
add_requires("ninja")

nlohmann_json (mingw)

| Description | JSON for Modern C++ | | -- | -- | | Homepage | https://nlohmann.github.io/json/ | | License | MIT | | Versions | v3.9.1, v3.10.0, v3.10.5, v3.11.2, v3.11.3, v3.12.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nlohmann_json/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nlohmann_json
Integration in the project (xmake.lua)
add_requires("nlohmann_json")

nlopt (mingw)

| Description | library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization | | -- | -- | | Homepage | https://github.com/stevengj/nlopt | | License | LGPL-2.1 | | Versions | v2.7.0, v2.7.1, v2.8.0, v2.9.1, v2.10.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nlopt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nlopt
Integration in the project (xmake.lua)
add_requires("nlopt")

nmd (mingw)

| Description | An x86 assembler and disassembler along with a C89 header file (nmd_assembly.h), and a C89 2D graphics library (nmd_graphics.h). | | -- | -- | | Homepage | https://github.com/Nomade040/nmd | | License | Unlicense | | Versions | 2021.03.28 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nmd/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nmd
Integration in the project (xmake.lua)
add_requires("nmd")

nod (mingw)

| Description | Small, header only signals and slots C++11 library. | | -- | -- | | Homepage | https://github.com/fr00b0/nod | | License | MIT | | Versions | v0.5.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nod/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nod
Integration in the project (xmake.lua)
add_requires("nod")

node-addon-api (mingw)

| Description | Module for using Node-API from C++ | | -- | -- | | Homepage | https://github.com/nodejs/node-addon-api | | License | MIT | | Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | node-addon-api/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] node-addon-api
Integration in the project (xmake.lua)
add_requires("node-addon-api")

node-api-headers (mingw)

| Description | C-based Node-API headers | | -- | -- | | Homepage | https://github.com/nodejs/node-api-headers | | License | MIT | | Versions | v1.1.0, v1.2.0, v1.3.0, v1.4.0, v1.5.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | node-api-headers/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] node-api-headers
Integration in the project (xmake.lua)
add_requires("node-api-headers")

node-api-stub (mingw)

| Description | Node-API stub | | -- | -- | | Homepage | https://github.com/napi-bindings/node-api-stub | | License | MIT | | Versions | 8.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | node-api-stub/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] node-api-stub
Integration in the project (xmake.lua)
add_requires("node-api-stub")

nodeeditor (mingw)

| Description | Qt Node Editor. Dataflow programming framework | | -- | -- | | Homepage | https://github.com/paceholder/nodeeditor | | License | BSD-3 | | Versions | 2.1.3, 2.2.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nodeeditor/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nodeeditor
Integration in the project (xmake.lua)
add_requires("nodeeditor")

nodesoup (mingw)

| Description | Force-directed graph layout with Fruchterman-Reingold | | -- | -- | | Homepage | https://github.com/olvb/nodesoup | | License | Unlicense | | Versions | 2020.09.05 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nodesoup/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nodesoup
Integration in the project (xmake.lua)
add_requires("nodesoup")

noisy (mingw)

| Description | A C++ type to trace calls to special member functions. | | -- | -- | | Homepage | https://vzalzal.com/posts/noisy-the-class-you-wrote-a-hundred-times/ | | License | MIT | | Versions | 2024.04.22 | | Architectures | arm, arm64, i386, x86_64 | | Definition | noisy/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] noisy
Integration in the project (xmake.lua)
add_requires("noisy")

nowide_standalone (mingw)

| Description | C++ implementation of the Python Numpy library | | -- | -- | | Homepage | https://github.com/boostorg/nowide/tree/standalone | | License | Boost Software License, Version 1.0 | | Versions | 11.2.0, 11.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nowide_standalone/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nowide_standalone
Integration in the project (xmake.lua)
add_requires("nowide_standalone")

npcap_sdk (mingw)

| Description | Npcap is the Nmap Project's packet capture (and sending) library for Microsoft Windows. | | -- | -- | | Homepage | https://npcap.com/ | | Versions | 1.12, 1.13, 1.15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | npcap_sdk/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] npcap_sdk
Integration in the project (xmake.lua)
add_requires("npcap_sdk")

nsync (mingw)

| Description | nsync is a C library that exports various synchronization primitives, such as mutexes | | -- | -- | | Homepage | https://github.com/google/nsync | | License | Apache-2.0 | | Versions | 1.28.1, 1.29.1, 1.29.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nsync/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nsync
Integration in the project (xmake.lua)
add_requires("nsync")

ntkernel-error-category (mingw)

| Description | *A C++ 11 std::error_category for the NT kernel's NTSTATUS error codes * | | -- | -- | | Homepage | https://github.com/ned14/ntkernel-error-category | | License | Apache-2.0 | | Versions | v1.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ntkernel-error-category/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ntkernel-error-category
Integration in the project (xmake.lua)
add_requires("ntkernel-error-category")

nuklear (mingw)

| Description | A single-header ANSI C immediate mode cross-platform GUI library | | -- | -- | | Homepage | https://immediate-mode-ui.github.io/Nuklear/doc/index.html | | License | MIT | | Versions | 4.10.5, 4.12.0, 4.12.2, 4.12.3, 4.12.4, 4.12.5, 4.12.6, 4.12.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nuklear/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nuklear
Integration in the project (xmake.lua)
add_requires("nuklear")

nvtx (mingw)

| Description | A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications. | | -- | -- | | Homepage | https://github.com/NVIDIA/NVTX | | Versions | | | Architectures | arm, arm64, i386, x86_64 | | Definition | nvtx/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nvtx
Integration in the project (xmake.lua)
add_requires("nvtx")

nzsl (mingw)

| Description | NZSL is a shader language inspired by Rust and C++ which compiles to GLSL or SPIRV | | -- | -- | | Homepage | https://github.com/NazaraEngine/ShaderLang | | License | MIT | | Versions | v1.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | nzsl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] nzsl
Integration in the project (xmake.lua)
add_requires("nzsl")

o

obfuscate (mingw)

| Description | Guaranteed compile-time string literal obfuscation header-only library for C++14 | | -- | -- | | Homepage | https://github.com/adamyaxley/Obfuscate | | License | Unlicense | | Versions | 2024.02.11 | | Architectures | arm, arm64, i386, x86_64 | | Definition | obfuscate/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] obfuscate
Integration in the project (xmake.lua)
add_requires("obfuscate")

obfusheader.h (mingw)

| Description | Obfusheader.h is a portable header file for C++14 compile-time obfuscation. | | -- | -- | | Homepage | https://github.com/ac3ss0r/obfusheader.h | | License | Apache-2.0 | | Versions | 2024.08.19 | | Architectures | arm, arm64, i386, x86_64 | | Definition | obfusheader.h/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] obfusheader.h
Integration in the project (xmake.lua)
add_requires("obfusheader.h")

ocilib (mingw)

| Description | OCILIB (C and C++ Drivers for Oracle) - Open source C and C++ library for accessing Oracle databases | | -- | -- | | Homepage | http://www.ocilib.net | | License | Apache-2.0 | | Versions | v4.7.6, v4.7.7, v4.8.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ocilib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ocilib
Integration in the project (xmake.lua)
add_requires("ocilib")

octree (mingw)

| Description | Octree/Quadtree/N-dimensional linear tree | | -- | -- | | Homepage | https://github.com/attcs/Octree | | License | MIT | | Versions | v2.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | octree/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] octree
Integration in the project (xmake.lua)
add_requires("octree")

offsetallocator (mingw)

| Description | Fast O(1) offset allocator with minimal fragmentation | | -- | -- | | Homepage | https://github.com/sebbbi/OffsetAllocator | | License | MIT | | Versions | 2023.03.27 | | Architectures | arm, arm64, i386, x86_64 | | Definition | offsetallocator/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] offsetallocator
Integration in the project (xmake.lua)
add_requires("offsetallocator")

olive.c (mingw)

| Description | Simple 2D Graphics Library for C | | -- | -- | | Homepage | https://tsoding.github.io/olive.c/ | | License | MIT | | Versions | 2022.12.14 | | Architectures | arm, arm64, i386, x86_64 | | Definition | olive.c/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] olive.c
Integration in the project (xmake.lua)
add_requires("olive.c")

omath (mingw)

| Description | Cross-platform modern general purpose math library written in C++23 | | -- | -- | | Homepage | http://libomath.org | | License | zlib | | Versions | v3.0.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | omath/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] omath
Integration in the project (xmake.lua)
add_requires("omath")

oniguruma (mingw)

| Description | regular expression library | | -- | -- | | Homepage | https://github.com/kkos/oniguruma | | License | BSD | | Versions | v6.9.9, v6.9.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | oniguruma/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] oniguruma
Integration in the project (xmake.lua)
add_requires("oniguruma")

openal-soft (mingw)

| Description | OpenAL Soft is a software implementation of the OpenAL 3D audio API. | | -- | -- | | Homepage | https://openal-soft.org | | License | LGPL-2.0 | | Versions | 1.21.1, 1.22.0, 1.22.2, 1.23.1, 1.24.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | openal-soft/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] openal-soft
Integration in the project (xmake.lua)
add_requires("openal-soft")

opencl-clhpp (mingw)

| Description | OpenCL API C++ bindings | | -- | -- | | Homepage | https://github.com/KhronosGroup/OpenCL-CLHPP/ | | License | Apache-2.0 | | Versions | 1.2.8, 2.0.15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | opencl-clhpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] opencl-clhpp
Integration in the project (xmake.lua)
add_requires("opencl-clhpp")

opencl-headers (mingw)

| Description | Khronos OpenCL-Headers | | -- | -- | | Homepage | https://github.com/KhronosGroup/OpenCL-Headers/ | | License | Apache-2.0 | | Versions | v2021.06.30, v2023.12.14, v2024.05.08, v2024.10.24, v2025.06.13 | | Architectures | arm, arm64, i386, x86_64 | | Definition | opencl-headers/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] opencl-headers
Integration in the project (xmake.lua)
add_requires("opencl-headers")

opencore-amr (mingw)

| Description | Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB) speech codec. | | -- | -- | | Homepage | https://opencore-amr.sourceforge.io | | Versions | 0.1.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | opencore-amr/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] opencore-amr
Integration in the project (xmake.lua)
add_requires("opencore-amr")

openexr (mingw)

| Description | OpenEXR provides the specification and reference implementation of the EXR file format, the professional-grade image storage format of the motion picture industry. | | -- | -- | | Homepage | https://www.openexr.com/ | | License | BSD-3-Clause | | Versions | v2.5.3, v2.5.5, v2.5.7, v3.1.0, v3.1.1, v3.1.3, v3.1.4, v3.1.5, v3.2.1, v3.2.3, v3.2.4, v3.3.0, v3.3.1, v3.3.2, v3.3.3, v3.3.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | openexr/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] openexr
Integration in the project (xmake.lua)
add_requires("openexr")

openfbx (mingw)

| Description | Lightweight open source FBX importer | | -- | -- | | Homepage | https://github.com/nem0/OpenFBX | | License | MIT | | Versions | v0.9 | | Architectures | arm, arm64, i386, x86_64 | | Definition | openfbx/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] openfbx
Integration in the project (xmake.lua)
add_requires("openfbx")

opengl (mingw)

| Description | OpenGL - The Industry Standard for High Performance Graphics | | -- | -- | | Homepage | https://opengl.org/ | | Versions | | | Architectures | arm, arm64, i386, x86_64 | | Definition | opengl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] opengl
Integration in the project (xmake.lua)
add_requires("opengl")

opengl-headers (mingw)

| Description | OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry | | -- | -- | | Homepage | https://github.com/KhronosGroup/OpenGL-Registry/ | | License | MIT | | Versions | 2024.01.04 | | Architectures | arm, arm64, i386, x86_64 | | Definition | opengl-headers/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] opengl-headers
Integration in the project (xmake.lua)
add_requires("opengl-headers")

openh264 (mingw)

| Description | OpenH264 is a codec library which supports H.264 encoding and decoding. | | -- | -- | | Homepage | http://www.openh264.org/ | | License | BSD-2-Clause | | Versions | v2.1.1, v2.4.1, v2.5.0, v2.6.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | openh264/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] openh264
Integration in the project (xmake.lua)
add_requires("openh264")

openjpeg (mingw)

| Description | OpenJPEG is an open-source JPEG 2000 codec written in C language. | | -- | -- | | Homepage | http://www.openjpeg.org/ | | License | BSD-2-Clause | | Versions | v2.3.1, v2.4.0, v2.5.0, v2.5.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | openjpeg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] openjpeg
Integration in the project (xmake.lua)
add_requires("openjpeg")

openssl (mingw)

| Description | A robust, commercial-grade, and full-featured toolkit for TLS and SSL. | | -- | -- | | Homepage | https://www.openssl.org/ | | License | Apache-2.0 | | Versions | 1.0.0, 1.0.2-u, 1.1.0-l, 1.1.1-h, 1.1.1-k, 1.1.1-l, 1.1.1-m, 1.1.1-n, 1.1.1-o, 1.1.1-p, 1.1.1-q, 1.1.1-r, 1.1.1-s, 1.1.1-t, 1.1.1-w | | Architectures | arm, arm64, i386, x86_64 | | Definition | openssl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] openssl
Integration in the project (xmake.lua)
add_requires("openssl")

openssl3 (mingw)

| Description | A robust, commercial-grade, and full-featured toolkit for TLS and SSL. | | -- | -- | | Homepage | https://www.openssl.org/ | | License | Apache-2.0 | | Versions | 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.14, 3.3.1, 3.3.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | openssl3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] openssl3
Integration in the project (xmake.lua)
add_requires("openssl3")

opentelemetry-cpp (mingw)

| Description | OpenTelemetry is a collection of tools, APIs, and SDKs. Use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) to help you analyze your software’s performance and behavior. | | -- | -- | | Homepage | https://opentelemetry.io/ | | License | Apache-2.0 | | Versions | v1.16.1, v1.19.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | opentelemetry-cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] opentelemetry-cpp
Integration in the project (xmake.lua)
add_requires("opentelemetry-cpp")

openxlsx (mingw)

| Description | A C++ library for reading, writing, creating and modifying Microsoft Excel® (.xlsx) files. | | -- | -- | | Homepage | https://github.com/troldal/OpenXLSX | | License | BSD-3-Clause | | Versions | 2024.10.17 | | Architectures | arm, arm64, i386, x86_64 | | Definition | openxlsx/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] openxlsx
Integration in the project (xmake.lua)
add_requires("openxlsx")

openxr (mingw)

| Description | Generated headers and sources for OpenXR loader. | | -- | -- | | Homepage | https://khronos.org/openxr | | License | Apache-2.0 | | Versions | 1.1.49 | | Architectures | arm, arm64, i386, x86_64 | | Definition | openxr/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] openxr
Integration in the project (xmake.lua)
add_requires("openxr")

optional-lite (mingw)

| Description | optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library | | -- | -- | | Homepage | https://github.com/martinmoene/optional-lite | | License | BSL-1.0 | | Versions | v3.6.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | optional-lite/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] optional-lite
Integration in the project (xmake.lua)
add_requires("optional-lite")

optix (mingw)

| Description | NVIDIA OPTIX™ RAY TRACING ENGINE | | -- | -- | | Homepage | https://developer.nvidia.com/optix | | Versions | | | Architectures | arm, arm64, i386, x86_64 | | Definition | optix/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] optix
Integration in the project (xmake.lua)
add_requires("optix")

orangeduck_mpc (mingw)

| Description | A Parser Combinator library for C | | -- | -- | | Homepage | https://github.com/orangeduck/mpc | | Versions | 0.9.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | orangeduck_mpc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] orangeduck_mpc
Integration in the project (xmake.lua)
add_requires("orangeduck_mpc")

ordered_map (mingw)

| Description | C++ hash map and hash set which preserve the order of insertion | | -- | -- | | Homepage | https://github.com/Tessil/ordered-map | | License | MIT | | Versions | v1.0.0, v1.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ordered_map/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ordered_map
Integration in the project (xmake.lua)
add_requires("ordered_map")

ormpp (mingw)

| Description | modern C++ ORM, C++17, support mysql, postgresql,sqlite | | -- | -- | | Homepage | https://github.com/qicosmos/ormpp | | License | Apache-2.0 | | Versions | v0.1.1, v0.1.2, 0.1.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ormpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ormpp
Integration in the project (xmake.lua)
add_requires("ormpp")

osmanip (mingw)

| Description | A cross-platform library for output stream manipulation using ANSI escape sequences. | | -- | -- | | Homepage | https://github.com/JustWhit3/osmanip | | License | MIT | | Versions | v4.6.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | osmanip/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] osmanip
Integration in the project (xmake.lua)
add_requires("osmanip")

osqp (mingw)

| Description | The Operator Splitting QP Solver | | -- | -- | | Homepage | https://osqp.org/ | | License | Apache-2.0 | | Versions | v0.6.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | osqp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] osqp
Integration in the project (xmake.lua)
add_requires("osqp")

out_ptr (mingw)

| Description | Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library! | | -- | -- | | Homepage | https://github.com/soasis/out_ptr | | License | Apache-2.0 | | Versions | 2022.10.07 | | Architectures | arm, arm64, i386, x86_64 | | Definition | out_ptr/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] out_ptr
Integration in the project (xmake.lua)
add_requires("out_ptr")

outcome (mingw)

| Description | Provides very lightweight outcome and result (non-Boost edition) | | -- | -- | | Homepage | https://github.com/ned14/outcome | | License | Apache-2.0 | | Versions | v2.2.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | outcome/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] outcome
Integration in the project (xmake.lua)
add_requires("outcome")

ozz-animation (mingw)

| Description | Open source c++ skeletal animation library and toolset | | -- | -- | | Homepage | http://guillaumeblanc.github.io/ozz-animation/ | | License | MIT | | Versions | 0.14.2, 0.14.3, 0.15.0, 0.16.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ozz-animation/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ozz-animation
Integration in the project (xmake.lua)
add_requires("ozz-animation")

p

p11-kit (mingw)

| Description | Provides a way to load and enumerate PKCS#11 modules. | | -- | -- | | Homepage | https://p11-glue.github.io/p11-glue/p11-kit.html | | License | BSD-3-Clause | | Versions | 0.25.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | p11-kit/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] p11-kit
Integration in the project (xmake.lua)
add_requires("p11-kit")

pahomqttc (mingw)

| Description | Eclipse Paho MQTT C Client Library | | -- | -- | | Homepage | https://github.com/eclipse/paho.mqtt.c | | License | EPL-2.0 | | Versions | v1.3.13, v1.3.14 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pahomqttc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pahomqttc
Integration in the project (xmake.lua)
add_requires("pahomqttc")

pahomqttcpp (mingw)

| Description | Eclipse Paho MQTT C++ Client Library | | -- | -- | | Homepage | https://github.com/eclipse/paho.mqtt.cpp | | License | EPL-2.0 | | Versions | v1.2.0, v1.3.2, v1.4.0, v1.4.1, v1.5.0, v1.5.1, v1.5.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pahomqttcpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pahomqttcpp
Integration in the project (xmake.lua)
add_requires("pahomqttcpp")

parallel-hashmap (mingw)

| Description | A family of header-only, very fast and memory-friendly hashmap and btree containers. | | -- | -- | | Homepage | https://greg7mdp.github.io/parallel-hashmap/ | | License | Apache-2.0 | | Versions | v1.3.12, 1.33, 1.34, 1.35, 1.37, v2.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | parallel-hashmap/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] parallel-hashmap
Integration in the project (xmake.lua)
add_requires("parallel-hashmap")

patch (mingw)

| Description | GNU patch, which applies diff files to original files. | | -- | -- | | Homepage | http://www.gnu.org/software/patch/patch.html | | Versions | 2.7.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | patch/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] patch
Integration in the project (xmake.lua)
add_requires("patch")

paul_thread_pool (mingw)

| Description | A modern, fast, lightweight thread pool library based on C++20 | | -- | -- | | Homepage | https://github.com/DeveloperPaul123/thread-pool | | License | MIT | | Versions | 0.6.2, 0.7.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | paul_thread_pool/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] paul_thread_pool
Integration in the project (xmake.lua)
add_requires("paul_thread_pool")

pcapplusplus (mingw)

| Description | PcapPlusPlus is a multiplatform C++ library for capturing, parsing and crafting of network packets. | | -- | -- | | Homepage | https://github.com/seladb/PcapPlusPlus | | License | Unlicense | | Versions | v23.09, v24.09, v25.05 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pcapplusplus/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pcapplusplus
Integration in the project (xmake.lua)
add_requires("pcapplusplus")

pcg-cpp (mingw)

| Description | PCG — C++ Implementation | | -- | -- | | Homepage | http://www.pcg-random.org | | License | Apache-2.0 | | Versions | 2022.04.09 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pcg-cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pcg-cpp
Integration in the project (xmake.lua)
add_requires("pcg-cpp")

pcre (mingw)

| Description | A Perl Compatible Regular Expressions Library | | -- | -- | | Homepage | https://www.pcre.org/ | | License | BSD-3-Clause | | Versions | 8.45 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pcre/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pcre
Integration in the project (xmake.lua)
add_requires("pcre")

pcre2 (mingw)

| Description | A Perl Compatible Regular Expressions Library | | -- | -- | | Homepage | https://www.pcre.org/ | | License | BSD-3-Clause | | Versions | 10.39, 10.40, 10.42, 10.43, 10.44 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pcre2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pcre2
Integration in the project (xmake.lua)
add_requires("pcre2")

pdcurses (mingw)

| Description | PDCurses - a curses library for environments that don't fit the termcap/terminfo model. | | -- | -- | | Homepage | https://pdcurses.org/ | | Versions | 3.9 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pdcurses/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pdcurses
Integration in the project (xmake.lua)
add_requires("pdcurses")

pdcursesmod (mingw)

| Description | PDCurses Modified - a curses library modified and extended from the 'official' pdcurses | | -- | -- | | Homepage | https://projectpluto.com/win32a.htm | | Versions | v4.3.4, v4.4.0, v4.5.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pdcursesmod/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pdcursesmod
Integration in the project (xmake.lua)
add_requires("pdcursesmod")

pdfhummus (mingw)

| Description | *High performance library for creating, modiyfing and parsing PDF files in C++ * | | -- | -- | | Homepage | https://www.pdfhummus.com/ | | License | Apache-2.0 | | Versions | 4.1, v4.5.6, v4.5.7, v4.5.8, v4.5.9, v4.5.10, v4.6.1, v4.6.2, v4.6.3, v4.6.4, v4.6.6, v4.6.7, v4.6.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pdfhummus/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pdfhummus
Integration in the project (xmake.lua)
add_requires("pdfhummus")

pdfio (mingw)

| Description | PDFio is a simple C library for reading and writing PDF files. | | -- | -- | | Homepage | https://www.msweet.org/pdfio | | License | Apache-2.0 | | Versions | v1.3.0, v1.3.1, v1.3.2, v1.4.0, v1.5.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pdfio/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pdfio
Integration in the project (xmake.lua)
add_requires("pdfio")

pe-parse (mingw)

| Description | Principled, lightweight C/C++ PE parser | | -- | -- | | Homepage | https://github.com/trailofbits/pe-parse | | License | MIT | | Versions | 2024.06.04 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pe-parse/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pe-parse
Integration in the project (xmake.lua)
add_requires("pe-parse")

pedeps (mingw)

| Description | Cross-platform C library to read data from PE/PE+ files (the format of Windows .exe and .dll files) | | -- | -- | | Homepage | https://github.com/brechtsanders/pedeps | | License | MIT | | Versions | 0.1.15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pedeps/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pedeps
Integration in the project (xmake.lua)
add_requires("pedeps")

pegtl (mingw)

| Description | Parsing Expression Grammar Template Library | | -- | -- | | Homepage | https://github.com/taocpp/PEGTL | | License | BSL-1.0 | | Versions | 3.2.2, 3.2.5, 3.2.7, 3.2.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pegtl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pegtl
Integration in the project (xmake.lua)
add_requires("pegtl")

peloader (mingw)

| Description | PE loader with various shellcode injection techniques | | -- | -- | | Homepage | https://github.com/Hagrid29/PELoader | | Versions | 2022.10.17 | | Architectures | arm, arm64, i386, x86_64 | | Definition | peloader/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] peloader
Integration in the project (xmake.lua)
add_requires("peloader")

perlinnoise (mingw)

| Description | Header-only Perlin noise library for modern C++ (C++17/C++20) | | -- | -- | | Homepage | https://github.com/Reputeless/PerlinNoise | | License | MIT | | Versions | v3.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | perlinnoise/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] perlinnoise
Integration in the project (xmake.lua)
add_requires("perlinnoise")

pffft (mingw)

| Description | PFFFT, a pretty fast Fourier Transform. | | -- | -- | | Homepage | https://bitbucket.org/jpommier/pffft/ | | License | BSD-like (FFTPACK license) | | Versions | 2024.11.29 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pffft/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pffft
Integration in the project (xmake.lua)
add_requires("pffft")

physfs (mingw)

| Description | A portable, flexible file i/o abstraction | | -- | -- | | Homepage | https://icculus.org/physfs/ | | License | zlib | | Versions | 2024.09.23 | | Architectures | arm, arm64, i386, x86_64 | | Definition | physfs/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] physfs
Integration in the project (xmake.lua)
add_requires("physfs")

picobench (mingw)

| Description | A micro microbenchmarking library for C++11 in a single header file | | -- | -- | | Homepage | https://github.com/iboB/picobench | | License | MIT | | Versions | 2.06, 2.07, 2.08 | | Architectures | arm, arm64, i386, x86_64 | | Definition | picobench/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] picobench
Integration in the project (xmake.lua)
add_requires("picobench")

picojson (mingw)

| Description | A header-file-only, JSON parser serializer in C++ | | -- | -- | | Homepage | https://pocoproject.org/ | | License | BSD-2-Clause | | Versions | v1.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | picojson/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] picojson
Integration in the project (xmake.lua)
add_requires("picojson")

picosha2 (mingw)

| Description | a header-file-only, SHA256 hash generator in C++ | | -- | -- | | Homepage | https://github.com/okdshin/PicoSHA2 | | License | MIT | | Versions | 2022.08.08 | | Architectures | arm, arm64, i386, x86_64 | | Definition | picosha2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] picosha2
Integration in the project (xmake.lua)
add_requires("picosha2")

piex (mingw)

| Description | Preview Image Extractor (PIEX) | | -- | -- | | Homepage | https://github.com/google/piex | | License | Apache-2.0 | | Versions | 20190530 | | Architectures | arm, arm64, i386, x86_64 | | Definition | piex/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] piex
Integration in the project (xmake.lua)
add_requires("piex")

pixman (mingw)

| Description | Low-level library for pixel manipulation. | | -- | -- | | Homepage | https://cairographics.org/ | | License | MIT | | Versions | 0.42.0, 0.42.2, 0.43.2, 0.43.4, 0.46.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pixman/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pixman
Integration in the project (xmake.lua)
add_requires("pixman")

pkg-config (mingw)

| Description | A helper tool used when compiling applications and libraries. | | -- | -- | | Homepage | https://freedesktop.org/wiki/Software/pkg-config/ | | Versions | 0.29.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pkg-config/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pkg-config
Integration in the project (xmake.lua)
add_requires("pkg-config")

pkgconf (mingw)

| Description | A program which helps to configure compiler and linker flags for development frameworks. | | -- | -- | | Homepage | http://pkgconf.org | | Versions | 1.7.4, 1.8.0, 1.9.3, 1.9.4, 1.9.5, 2.0.3, 2.4.3, 2.5.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pkgconf/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pkgconf
Integration in the project (xmake.lua)
add_requires("pkgconf")

pl_mpeg (mingw)

| Description | Single file C library for decoding MPEG1 Video and MP2 Audio | | -- | -- | | Homepage | https://github.com/phoboslab/pl_mpeg | | License | MIT | | Versions | 2024.04.12 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pl_mpeg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pl_mpeg
Integration in the project (xmake.lua)
add_requires("pl_mpeg")

platformfolders (mingw)

| Description | A C++ library to look for special directories like "My Documents" and "%APPDATA%" so that you do not need to write Linux, Windows or Mac OS X specific code | | -- | -- | | Homepage | https://github.com/sago007/PlatformFolders | | License | MIT | | Versions | 4.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | platformfolders/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] platformfolders
Integration in the project (xmake.lua)
add_requires("platformfolders")

plf_colony (mingw)

| Description | An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data. | | -- | -- | | Homepage | https://plflib.org/colony.htm | | License | zlib | | Versions | v7.41 | | Architectures | arm, arm64, i386, x86_64 | | Definition | plf_colony/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] plf_colony
Integration in the project (xmake.lua)
add_requires("plf_colony")

plf_hive (mingw)

| Description | plf::hive is a fork of plf::colony to match the current C++ standards proposal. | | -- | -- | | Homepage | https://plflib.org/colony.htm | | License | zlib | | Versions | 2024.04.21 | | Architectures | arm, arm64, i386, x86_64 | | Definition | plf_hive/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] plf_hive
Integration in the project (xmake.lua)
add_requires("plf_hive")

plf_indiesort (mingw)

| Description | A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of large types. | | -- | -- | | Homepage | https://plflib.org/indiesort.htm | | License | zlib | | Versions | v1.41 | | Architectures | arm, arm64, i386, x86_64 | | Definition | plf_indiesort/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] plf_indiesort
Integration in the project (xmake.lua)
add_requires("plf_indiesort")

plf_list (mingw)

| Description | A data container replicating std::list functionality but with (on average) 333% faster insertion, 81% faster erasure and 16% faster iteration. | | -- | -- | | Homepage | https://plflib.org/list.htm | | License | zlib | | Versions | 2.73 | | Architectures | arm, arm64, i386, x86_64 | | Definition | plf_list/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] plf_list
Integration in the project (xmake.lua)
add_requires("plf_list")

plf_nanotimer (mingw)

| Description | A cross-platform lowest-overhead microsecond-precision timer for simple benchmarking on Linux/BSD/Windows/Mac. | | -- | -- | | Homepage | https://plflib.org/nanotimer.htm | | License | zlib | | Versions | v1.07 | | Architectures | arm, arm64, i386, x86_64 | | Definition | plf_nanotimer/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] plf_nanotimer
Integration in the project (xmake.lua)
add_requires("plf_nanotimer")

plf_queue (mingw)

| Description | A data container replicating std::queue functionality but with better performance than standard library containers in a queue context. | | -- | -- | | Homepage | https://plflib.org/queue.htm | | License | zlib | | Versions | v2.0.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | plf_queue/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] plf_queue
Integration in the project (xmake.lua)
add_requires("plf_queue")

plf_rand (mingw)

| Description | A replacement for rand()/srand() that's ~700% faster with (typically) better statistical distribution. An adaptation of PCG with fallback to xorshift for C++98/03. | | -- | -- | | Homepage | https://plflib.org/rand.htm | | License | zlib | | Versions | v1.05 | | Architectures | arm, arm64, i386, x86_64 | | Definition | plf_rand/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] plf_rand
Integration in the project (xmake.lua)
add_requires("plf_rand")

plf_reorderase (mingw)

| Description | A faster method for singular erasures, ranged erasures, and erase_if-style erasures for vector/deque/static_vector when element order is not important. | | -- | -- | | Homepage | https://plflib.org/reorderase.htm | | License | zlib | | Versions | v1.11 | | Architectures | arm, arm64, i386, x86_64 | | Definition | plf_reorderase/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] plf_reorderase
Integration in the project (xmake.lua)
add_requires("plf_reorderase")

plf_stack (mingw)

| Description | A data container replicating std::stack functionality but with better performance than standard library containers in a stack context. | | -- | -- | | Homepage | https://plflib.org/stack.htm | | License | zlib | | Versions | v2.03 | | Architectures | arm, arm64, i386, x86_64 | | Definition | plf_stack/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] plf_stack
Integration in the project (xmake.lua)
add_requires("plf_stack")

plfit (mingw)

| Description | Fitting power-law distributions to empirical data, according to the method of Clauset, Shalizi and Newman | | -- | -- | | Homepage | https://github.com/ntamas/plfit | | License | GPL-2.0 | | Versions | 1.0.0, 1.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | plfit/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] plfit
Integration in the project (xmake.lua)
add_requires("plfit")

plog (mingw)

| Description | Portable, simple and extensible C++ logging library | | -- | -- | | Homepage | https://github.com/SergiusTheBest/plog | | License | MIT | | Versions | 1.1.9, 1.1.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | plog/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] plog
Integration in the project (xmake.lua)
add_requires("plog")

plusaes (mingw)

| Description | Header only C++ AES cipher library | | -- | -- | | Homepage | https://kkayataka.github.io/plusaes/doc/index.html | | License | BSL-1.0 | | Versions | v1.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | plusaes/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] plusaes
Integration in the project (xmake.lua)
add_requires("plusaes")

plutosvg (mingw)

| Description | Tiny SVG rendering library in C | | -- | -- | | Homepage | https://github.com/sammycage/plutosvg | | License | MIT | | Versions | v0.0.2, v0.0.3, v0.0.4, v0.0.5, v0.0.6, v0.0.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | plutosvg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] plutosvg
Integration in the project (xmake.lua)
add_requires("plutosvg")

plutovg (mingw)

| Description | Tiny 2D vector graphics library in C | | -- | -- | | Homepage | https://github.com/sammycage/plutovg | | License | MIT | | Versions | v0.0.1, v0.0.6, v0.0.7, v0.0.8, v0.0.9, v0.0.12, v0.0.13, v1.0.0, v1.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | plutovg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] plutovg
Integration in the project (xmake.lua)
add_requires("plutovg")

pocketfft (mingw)

| Description | FFT implementation based on FFTPack, but with several improvements | | -- | -- | | Homepage | https://github.com/mreineck/pocketfft | | License | BSD-3-Clause | | Versions | 2023.02.14 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pocketfft/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pocketfft
Integration in the project (xmake.lua)
add_requires("pocketfft")

poco (mingw)

| Description | The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. | | -- | -- | | Homepage | https://pocoproject.org/ | | License | BSL-1.0 | | Versions | 1.11.0, 1.11.1, 1.11.6, 1.11.8, 1.12.1, 1.12.2, 1.12.4, 1.12.5, 1.13.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | poco/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] poco
Integration in the project (xmake.lua)
add_requires("poco")

poly2tri (mingw)

| Description | 2D constrained Delaunay triangulation library | | -- | -- | | Homepage | https://github.com/jhasse/poly2tri | | License | BSD-3-Clause | | Versions | 2024.02.08 | | Architectures | arm, arm64, i386, x86_64 | | Definition | poly2tri/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] poly2tri
Integration in the project (xmake.lua)
add_requires("poly2tri")

polyclipping (mingw)

| Description | Polygon and line clipping and offsetting library | | -- | -- | | Homepage | https://sourceforge.net/projects/polyclipping | | License | BSL-1.0 | | Versions | 6.4.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | polyclipping/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] polyclipping
Integration in the project (xmake.lua)
add_requires("polyclipping")

portaudio (mingw)

| Description | PortAudio is a cross-platform, open-source C language library for real-time audio input and output. | | -- | -- | | Homepage | http://www.portaudio.com | | Versions | 2023.08.05, 2024.08.25 | | Architectures | arm, arm64, i386, x86_64 | | Definition | portaudio/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] portaudio
Integration in the project (xmake.lua)
add_requires("portaudio")

portmidi (mingw)

| Description | portmidi is a cross-platform MIDI input/output library | | -- | -- | | Homepage | https://github.com/PortMidi/portmidi | | Versions | v2.0.4, v2.0.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | portmidi/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] portmidi
Integration in the project (xmake.lua)
add_requires("portmidi")

poselib (mingw)

| Description | Minimal solvers for calibrated camera pose estimation | | -- | -- | | Homepage | https://github.com/PoseLib/PoseLib | | License | BSD-3-Clause | | Versions | v2.0.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | poselib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] poselib
Integration in the project (xmake.lua)
add_requires("poselib")

postgresql (mingw)

| Description | PostgreSQL Database Management System | | -- | -- | | Homepage | https://www.postgresql.org/ | | Versions | | | Architectures | arm, arm64, i386, x86_64 | | Definition | postgresql/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] postgresql
Integration in the project (xmake.lua)
add_requires("postgresql")

ppqsort (mingw)

| Description | Efficient implementation of parallel quicksort algorithm | | -- | -- | | Homepage | https://github.com/GabTux/PPQSort | | Versions | v1.0.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ppqsort/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ppqsort
Integration in the project (xmake.lua)
add_requires("ppqsort")

pprint (mingw)

| Description | Pretty Printer for Modern C++ | | -- | -- | | Homepage | https://github.com/p-ranav/pprint | | License | MIT | | Versions | 2020.2.20 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pprint/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pprint
Integration in the project (xmake.lua)
add_requires("pprint")

pqp (mingw)

| Description | A Proximity Query Package | | -- | -- | | Homepage | http://gamma.cs.unc.edu/SSV/ | | Versions | 1.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pqp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pqp
Integration in the project (xmake.lua)
add_requires("pqp")

premake5 (mingw)

| Description | Premake - Powerfully simple build configuration | | -- | -- | | Homepage | https://premake.github.io/ | | Versions | 2022.11.17 | | Architectures | arm, arm64, i386, x86_64 | | Definition | premake5/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] premake5
Integration in the project (xmake.lua)
add_requires("premake5")

proj (mingw)

| Description | PROJ is a generic coordinate transformation software that transforms geospatial coordinates from one coordinate reference system (CRS) to another. | | -- | -- | | Homepage | https://proj.org/index.html | | License | MIT | | Versions | 6.3.1, 8.2.1, 9.0.1, 9.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | proj/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] proj
Integration in the project (xmake.lua)
add_requires("proj")

promise-cpp (mingw)

| Description | C++ promise/A+ library in Javascript style. | | -- | -- | | Homepage | https://github.com/xhawk18/promise-cpp | | License | MIT | | Versions | 2.1.3, 2.1.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | promise-cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] promise-cpp
Integration in the project (xmake.lua)
add_requires("promise-cpp")

protobuf-cpp (mingw)

| Description | Google's data interchange format for cpp | | -- | -- | | Homepage | https://developers.google.com/protocol-buffers/ | | License | BSD-3-Clause | | Versions | 3.8.0, 3.11.2, 3.12.0, 3.12.3, 3.13.0, 3.14.0, 3.15.5, 3.15.8, 3.17.3, 3.19.4, 26.1, 27.0, 27.2, 27.3, 28.0, 28.1, 29.2, 29.3, 30.2, 31.0, 31.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | protobuf-cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] protobuf-cpp
Integration in the project (xmake.lua)
add_requires("protobuf-cpp")

protoc (mingw)

| Description | Google's data interchange format compiler | | -- | -- | | Homepage | https://developers.google.com/protocol-buffers/ | | Versions | | | Architectures | arm, arm64, i386, x86_64 | | Definition | protoc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] protoc
Integration in the project (xmake.lua)
add_requires("protoc")

prvhash (mingw)

| Description | PRVHASH - Pseudo-Random-Value Hash | | -- | -- | | Homepage | https://github.com/avaneev/prvhash | | License | MIT | | Versions | 4.0, 4.3.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | prvhash/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] prvhash
Integration in the project (xmake.lua)
add_requires("prvhash")

pthreads4w (mingw)

| Description | POSIX Threads for Win32 | | -- | -- | | Homepage | https://sourceforge.net/projects/pthreads4w/ | | Versions | 3.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pthreads4w/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pthreads4w
Integration in the project (xmake.lua)
add_requires("pthreads4w")

pugixml (mingw)

| Description | Light-weight, simple and fast XML parser for C++ with XPath support | | -- | -- | | Homepage | https://pugixml.org/ | | License | MIT | | Versions | v1.11.4, v1.13, v1.14, v1.15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pugixml/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pugixml
Integration in the project (xmake.lua)
add_requires("pugixml")

pycdc (mingw)

| Description | C++ python bytecode disassembler and decompiler | | -- | -- | | Homepage | https://github.com/zrax/pycdc | | License | GPL-3.0 | | Versions | 2024.08.12 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pycdc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pycdc
Integration in the project (xmake.lua)
add_requires("pycdc")

pyincpp (mingw)

| Description | A C++ type library that is as easy to use as Python built-in types. | | -- | -- | | Homepage | https://github.com/chen-qingyu/pyincpp | | License | MIT | | Versions | v1.3.2, v1.3.3, v1.4.1, v1.6.0, v1.6.1, v2.3.0, v2.4.0, v2.4.1, v2.5.1, v2.5.2, v2.6.0, v2.6.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pyincpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pyincpp
Integration in the project (xmake.lua)
add_requires("pyincpp")

pystring (mingw)

| Description | Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string. | | -- | -- | | Homepage | https://github.com/imageworks/pystring | | License | BSD-3-Clause | | Versions | 2020.02.04, 2023.07.23, 2025.06.23 | | Architectures | arm, arm64, i386, x86_64 | | Definition | pystring/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] pystring
Integration in the project (xmake.lua)
add_requires("pystring")

python (mingw)

| Description | The python programming language. | | -- | -- | | Homepage | https://www.python.org/ | | License | PSF | | Versions | 2.7.18, 3.7.9, 3.8.10, 3.9.5, 3.9.6, 3.9.10, 3.9.13, 3.10.6, 3.10.11, 3.11.3, 3.11.8, 3.11.9, 3.12.3, 3.12.8, 3.12.10, 3.13.0, 3.13.1, 3.13.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | python/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] python
Integration in the project (xmake.lua)
add_requires("python")

python2 (mingw)

| Description | The python programming language. | | -- | -- | | Homepage | https://www.python.org/ | | Versions | 2.7.15, 2.7.18 | | Architectures | arm, arm64, i386, x86_64 | | Definition | python2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] python2
Integration in the project (xmake.lua)
add_requires("python2")

q

qcbor (mingw)

| Description | Comprehensive, powerful, commercial-quality CBOR encoder/ decoder that is still suited for small devices. | | -- | -- | | Homepage | https://github.com/laurencelundblade/QCBOR | | License | BSD-3-Clause | | Versions | v1.4.1, v1.5.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | qcbor/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qcbor
Integration in the project (xmake.lua)
add_requires("qcbor")

qdcae (mingw)

| Description | *qd python (and C++) library for CAE (currently mostly LS-Dyna) * | | -- | -- | | Homepage | https://github.com/qd-cae/qd-cae-python | | Versions | 0.8.9 | | Architectures | arm, arm64, i386, x86_64 | | Definition | qdcae/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qdcae
Integration in the project (xmake.lua)
add_requires("qdcae")

qdldl (mingw)

| Description | A free LDL factorisation routine | | -- | -- | | Homepage | https://github.com/osqp/qdldl | | License | Apache-2.0 | | Versions | v0.1.7, v0.1.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | qdldl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qdldl
Integration in the project (xmake.lua)
add_requires("qdldl")

qhull (mingw)

| Description | Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. | | -- | -- | | Homepage | http://www.qhull.org/ | | Versions | 2020.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | qhull/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qhull
Integration in the project (xmake.lua)
add_requires("qhull")

qmsetup (mingw)

| Description | CMake Modules and Basic Libraries for C/C++ projects. | | -- | -- | | Homepage | https://github.com/stdware/qmsetup | | License | MIT | | Versions | 2024.09.02 | | Architectures | arm, arm64, i386, x86_64 | | Definition | qmsetup/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qmsetup
Integration in the project (xmake.lua)
add_requires("qmsetup")

qoa (mingw)

| Description | The “Quite OK Audio Format” for fast, lossy audio compression | | -- | -- | | Homepage | https://github.com/phoboslab/qoa | | License | MIT | | Versions | 2024.07.02 | | Architectures | arm, arm64, i386, x86_64 | | Definition | qoa/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qoa
Integration in the project (xmake.lua)
add_requires("qoa")

qoi (mingw)

| Description | The Quite OK Image Format for fast, lossless image compression | | -- | -- | | Homepage | https://qoiformat.org/ | | License | MIT | | Versions | 2021.12.22, 2022.11.17, 2024.03.18, 2025.06.18 | | Architectures | arm, arm64, i386, x86_64 | | Definition | qoi/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qoi
Integration in the project (xmake.lua)
add_requires("qoi")

qr-code-generator-c (mingw)

| Description | High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C. | | -- | -- | | Homepage | https://www.nayuki.io/page/qr-code-generator-library | | Versions | v1.8.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | qr-code-generator-c/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qr-code-generator-c
Integration in the project (xmake.lua)
add_requires("qr-code-generator-c")

qr-code-generator-cpp (mingw)

| Description | High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C. | | -- | -- | | Homepage | https://www.nayuki.io/page/qr-code-generator-library | | Versions | v1.8.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | qr-code-generator-cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qr-code-generator-cpp
Integration in the project (xmake.lua)
add_requires("qr-code-generator-cpp")

qt5base (mingw)

| Description | Qt is the faster, smarter way to create innovative devices, modern UIs & applications for multiple screens. Cross-platform software development at its best. | | -- | -- | | Homepage | https://www.qt.io | | License | LGPL-3 | | Versions | 5.12.5, 5.15.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | qt5base/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qt5base
Integration in the project (xmake.lua)
add_requires("qt5base")

qt5core (mingw)

| Description | Qt is the faster, smarter way to create innovative devices, modern UIs & applications for multiple screens. Cross-platform software development at its best. | | -- | -- | | Homepage | https://www.qt.io | | License | LGPL-3 | | Versions | 5.12.5, 5.15.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | qt5core/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qt5core
Integration in the project (xmake.lua)
add_requires("qt5core")

qt5gui (mingw)

| Description | Qt is the faster, smarter way to create innovative devices, modern UIs & applications for multiple screens. Cross-platform software development at its best. | | -- | -- | | Homepage | https://www.qt.io | | License | LGPL-3 | | Versions | 5.12.5, 5.15.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | qt5gui/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qt5gui
Integration in the project (xmake.lua)
add_requires("qt5gui")

qt5network (mingw)

| Description | Qt is the faster, smarter way to create innovative devices, modern UIs & applications for multiple screens. Cross-platform software development at its best. | | -- | -- | | Homepage | https://www.qt.io | | License | LGPL-3 | | Versions | 5.12.5, 5.15.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | qt5network/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qt5network
Integration in the project (xmake.lua)
add_requires("qt5network")

qt5widgets (mingw)

| Description | Qt is the faster, smarter way to create innovative devices, modern UIs & applications for multiple screens. Cross-platform software development at its best. | | -- | -- | | Homepage | https://www.qt.io | | License | LGPL-3 | | Versions | 5.12.5, 5.15.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | qt5widgets/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qt5widgets
Integration in the project (xmake.lua)
add_requires("qt5widgets")

qt6base (mingw)

| Description | Qt is the faster, smarter way to create innovative devices, modern UIs & applications for multiple screens. Cross-platform software development at its best. | | -- | -- | | Homepage | https://www.qt.io | | License | LGPL-3 | | Versions | 6.3.0, 6.3.1, 6.3.2, 6.4.0, 6.4.1, 6.4.2, 6.4.3, 6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.6.0, 6.6.1, 6.6.2, 6.6.3, 6.7.0, 6.7.1, 6.7.2, 6.8.0 | | Architectures | x86_64 | | Definition | qt6base/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qt6base
Integration in the project (xmake.lua)
add_requires("qt6base")

qt6core (mingw)

| Description | Qt is the faster, smarter way to create innovative devices, modern UIs & applications for multiple screens. Cross-platform software development at its best. | | -- | -- | | Homepage | https://www.qt.io | | License | LGPL-3 | | Versions | 6.3.0, 6.3.1, 6.3.2, 6.4.0, 6.4.1, 6.4.2, 6.4.3, 6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.6.0, 6.6.1, 6.6.2, 6.6.3, 6.7.0, 6.7.1, 6.7.2, 6.8.0 | | Architectures | x86_64 | | Definition | qt6core/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qt6core
Integration in the project (xmake.lua)
add_requires("qt6core")

qt6gui (mingw)

| Description | Qt is the faster, smarter way to create innovative devices, modern UIs & applications for multiple screens. Cross-platform software development at its best. | | -- | -- | | Homepage | https://www.qt.io | | License | LGPL-3 | | Versions | 6.3.0, 6.3.1, 6.3.2, 6.4.0, 6.4.1, 6.4.2, 6.4.3, 6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.6.0, 6.6.1, 6.6.2, 6.6.3, 6.7.0, 6.7.1, 6.7.2, 6.8.0 | | Architectures | x86_64 | | Definition | qt6gui/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qt6gui
Integration in the project (xmake.lua)
add_requires("qt6gui")

qt6network (mingw)

| Description | Qt is the faster, smarter way to create innovative devices, modern UIs & applications for multiple screens. Cross-platform software development at its best. | | -- | -- | | Homepage | https://www.qt.io | | License | LGPL-3 | | Versions | 6.3.0, 6.3.1, 6.3.2, 6.4.0, 6.4.1, 6.4.2, 6.4.3, 6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.6.0, 6.6.1, 6.6.2, 6.6.3, 6.7.0, 6.7.1, 6.7.2, 6.8.0 | | Architectures | x86_64 | | Definition | qt6network/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qt6network
Integration in the project (xmake.lua)
add_requires("qt6network")

qt6qml (mingw)

| Description | Qt is the faster, smarter way to create innovative devices, modern UIs & applications for multiple screens. Cross-platform software development at its best. | | -- | -- | | Homepage | https://www.qt.io | | License | LGPL-3 | | Versions | 6.3.0, 6.3.1, 6.3.2, 6.4.0, 6.4.1, 6.4.2, 6.4.3, 6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.6.0, 6.6.1, 6.6.2, 6.6.3, 6.7.0, 6.7.1, 6.7.2, 6.8.0 | | Architectures | x86_64 | | Definition | qt6qml/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qt6qml
Integration in the project (xmake.lua)
add_requires("qt6qml")

qt6quick (mingw)

| Description | Qt is the faster, smarter way to create innovative devices, modern UIs & applications for multiple screens. Cross-platform software development at its best. | | -- | -- | | Homepage | https://www.qt.io | | License | LGPL-3 | | Versions | 6.3.0, 6.3.1, 6.3.2, 6.4.0, 6.4.1, 6.4.2, 6.4.3, 6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.6.0, 6.6.1, 6.6.2, 6.6.3, 6.7.0, 6.7.1, 6.7.2, 6.8.0 | | Architectures | x86_64 | | Definition | qt6quick/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qt6quick
Integration in the project (xmake.lua)
add_requires("qt6quick")

qt6widgets (mingw)

| Description | Qt is the faster, smarter way to create innovative devices, modern UIs & applications for multiple screens. Cross-platform software development at its best. | | -- | -- | | Homepage | https://www.qt.io | | License | LGPL-3 | | Versions | 6.3.0, 6.3.1, 6.3.2, 6.4.0, 6.4.1, 6.4.2, 6.4.3, 6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.6.0, 6.6.1, 6.6.2, 6.6.3, 6.7.0, 6.7.1, 6.7.2, 6.8.0 | | Architectures | x86_64 | | Definition | qt6widgets/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qt6widgets
Integration in the project (xmake.lua)
add_requires("qt6widgets")

qtawesome (mingw)

| Description | QtAwesome - Font Awesome for Qt Applications | | -- | -- | | Homepage | https://github.com/gamecreature/QtAwesome | | License | MIT | | Versions | 6.4.2 | | Architectures | x86_64 | | Definition | qtawesome/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qtawesome
Integration in the project (xmake.lua)
add_requires("qtawesome")

qtpromise (mingw)

| Description | Promises/A+ implementation for Qt/C++ | | -- | -- | | Homepage | https://qtpromise.netlify.com | | License | MIT | | Versions | v0.7.0 | | Architectures | x86_64 | | Definition | qtpromise/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] qtpromise
Integration in the project (xmake.lua)
add_requires("qtpromise")

quadsort (mingw)

| Description | Quadsort is a branchless stable adaptive mergesort faster than quicksort. | | -- | -- | | Homepage | https://github.com/scandum/quadsort | | License | Unlicense | | Versions | 1.1.5+4, 1.2.1+3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | quadsort/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] quadsort
Integration in the project (xmake.lua)
add_requires("quadsort")

quake_triangle (mingw)

| Description | A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator. | | -- | -- | | Homepage | http://www.cs.cmu.edu/~quake/triangle.html | | Versions | 1.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | quake_triangle/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] quake_triangle
Integration in the project (xmake.lua)
add_requires("quake_triangle")

quantlib (mingw)

| Description | The QuantLib C++ library | | -- | -- | | Homepage | http://quantlib.org | | Versions | 1.33, 1.34, 1.35 | | Architectures | arm, arm64, i386, x86_64 | | Definition | quantlib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] quantlib
Integration in the project (xmake.lua)
add_requires("quantlib")

quickcpplib (mingw)

| Description | Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries! | | -- | -- | | Homepage | https://github.com/ned14/quickcpplib | | License | Apache-2.0 | | Versions | 20221116 | | Architectures | arm, arm64, i386, x86_64 | | Definition | quickcpplib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] quickcpplib
Integration in the project (xmake.lua)
add_requires("quickcpplib")

quickjs (mingw)

| Description | QuickJS is a small and embeddable Javascript engine | | -- | -- | | Homepage | https://bellard.org/quickjs/ | | Versions | 2021.03.27, 2023.12.09, 2024.01.13 | | Architectures | arm, arm64, i386, x86_64 | | Definition | quickjs/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] quickjs
Integration in the project (xmake.lua)
add_requires("quickjs")

quickjs-ng (mingw)

| Description | QuickJS, the Next Generation: a mighty JavaScript engine | | -- | -- | | Homepage | https://github.com/quickjs-ng/quickjs | | License | MIT | | Versions | v0.5.0, v0.6.1, v0.7.0, v0.8.0, v0.9.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | quickjs-ng/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] quickjs-ng
Integration in the project (xmake.lua)
add_requires("quickjs-ng")

quill (mingw)

| Description | Asynchronous Low Latency C++ Logging Library | | -- | -- | | Homepage | https://github.com/odygrd/quill | | License | MIT | | Versions | v2.8.0, v2.9.0, v2.9.1, v3.3.1, v3.6.0, v3.8.0, v4.3.0, v4.5.0, v5.0.0, v5.1.0, v6.1.0, v6.1.2, v7.0.0, v7.1.0, v7.2.2, v7.3.0, v7.4.0, v7.5.0, v8.0.0, v8.1.1, v8.2.0, v9.0.2, v9.0.3, v10.0.0, v10.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | quill/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] quill
Integration in the project (xmake.lua)
add_requires("quill")

quirc (mingw)

| Description | QR decoder library | | -- | -- | | Homepage | https://github.com/dlbeer/quirc | | License | ISC | | Versions | v1.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | quirc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] quirc
Integration in the project (xmake.lua)
add_requires("quirc")

r

radeonrays (mingw)

| Description | Radeon Rays is ray intersection acceleration library for hardware and software multiplatforms using CPU and GPU | | -- | -- | | Homepage | https://github.com/GPUOpen-LibrariesAndSDKs/RadeonRays_SDK | | License | MIT | | Versions | 4.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | radeonrays/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] radeonrays
Integration in the project (xmake.lua)
add_requires("radeonrays")

rang (mingw)

| Description | A Minimal, Header only Modern c++ library for terminal goodies 💄✨ | | -- | -- | | Homepage | https://agauniyal.github.io/rang/ | | License | Unlicense | | Versions | 2022.07.01 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rang/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rang
Integration in the project (xmake.lua)
add_requires("rang")

range-v3 (mingw)

| Description | Range library for C++14/17/20, basis for C++20's std::ranges | | -- | -- | | Homepage | https://github.com/ericniebler/range-v3/ | | License | BSL-1.0 | | Versions | 0.11.0, 0.12.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | range-v3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] range-v3
Integration in the project (xmake.lua)
add_requires("range-v3")

rapidcsv (mingw)

| Description | C++ header-only library for CSV parsing (by d99kris) | | -- | -- | | Homepage | https://github.com/d99kris/rapidcsv | | License | BSD-3-Clause | | Versions | v8.50, v8.80, v8.82, v8.83, v8.84, v8.85, v8.87 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rapidcsv/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rapidcsv
Integration in the project (xmake.lua)
add_requires("rapidcsv")

rapidfuzz (mingw)

| Description | Rapid fuzzy string matching in C++ using the Levenshtein Distance | | -- | -- | | Homepage | https://rapidfuzz.github.io/rapidfuzz-cpp | | License | MIT | | Versions | v3.0.2, v3.0.4, v3.0.5, v3.1.1, v3.3.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rapidfuzz/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rapidfuzz
Integration in the project (xmake.lua)
add_requires("rapidfuzz")

rapidhash (mingw)

| Description | Very fast, high quality, platform independant hashing algorithm. | | -- | -- | | Homepage | https://github.com/Nicoshev/rapidhash | | License | BSD-2-Clause | | Versions | v1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rapidhash/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rapidhash
Integration in the project (xmake.lua)
add_requires("rapidhash")

rapidjson (mingw)

| Description | RapidJSON is a JSON parser and generator for C++. | | -- | -- | | Homepage | https://github.com/Tencent/rapidjson | | License | MIT | | Versions | v1.1.0-arrow, v1.1.0, 2022.7.20, 2023.12.6, 2024.08.16, 2025.02.05 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rapidjson/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rapidjson
Integration in the project (xmake.lua)
add_requires("rapidjson")

rapidobj (mingw)

| Description | A fast, header-only, C++17 library for parsing Wavefront .obj files. | | -- | -- | | Homepage | https://github.com/guybrush77/rapidobj | | License | MIT | | Versions | v1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rapidobj/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rapidobj
Integration in the project (xmake.lua)
add_requires("rapidobj")

rapidxml (mingw)

| Description | An attempt to create the fastest XML parser possible | | -- | -- | | Homepage | https://sourceforge.net/projects/rapidxml | | License | MIT | | Versions | 1.13 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rapidxml/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rapidxml
Integration in the project (xmake.lua)
add_requires("rapidxml")

raw_pdb (mingw)

| Description | A C++11 library for reading Microsoft Program DataBase PDB files | | -- | -- | | Homepage | https://github.com/MolecularMatters/raw_pdb | | License | BSD-2-Clause | | Versions | 2022.10.17, 2024.08.27 | | Architectures | arm, arm64, i386, x86_64 | | Definition | raw_pdb/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] raw_pdb
Integration in the project (xmake.lua)
add_requires("raw_pdb")

raylib (mingw)

| Description | A simple and easy-to-use library to enjoy videogames programming. | | -- | -- | | Homepage | http://www.raylib.com | | Versions | 2.5.0, 3.0.0, 3.5.0, 3.7.0, 4.0.0, 4.2.0, 4.5.0, 5.0, 5.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | raylib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] raylib
Integration in the project (xmake.lua)
add_requires("raylib")

raylib-cpp (mingw)

| Description | C++ Object Oriented Wrapper for raylib | | -- | -- | | Homepage | https://github.com/RobLoach/raylib-cpp | | License | zlib | | Versions | v5.0.1, v5.0.2, v5.5.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | raylib-cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] raylib-cpp
Integration in the project (xmake.lua)
add_requires("raylib-cpp")

re-flex (mingw)

| Description | A high-performance C++ regex library and lexical analyzer generator with Unicode support. | | -- | -- | | Homepage | https://www.genivia.com/doc/reflex/html | | License | BSD-3-Clause | | Versions | v4.3.0, v4.4.0, v4.5.0, v5.0.1, v5.2.2, v5.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | re-flex/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] re-flex
Integration in the project (xmake.lua)
add_requires("re-flex")

re-spirv (mingw)

| Description | Lightweight and fast SPIR-V re-optimizer designed around spec constant usage. | | -- | -- | | Homepage | https://github.com/rt64/re-spirv | | License | MIT | | Versions | 2024.08.07 | | Architectures | arm, arm64, i386, x86_64 | | Definition | re-spirv/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] re-spirv
Integration in the project (xmake.lua)
add_requires("re-spirv")

re2 (mingw)

| Description | RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. | | -- | -- | | Homepage | https://github.com/google/re2 | | License | BSD-3-Clause | | Versions | 2020.11.01, 2021.06.01, 2021.08.01, 2021.11.01, 2022.02.01, 2023.11.01, 2024.03.01, 2024.04.01, 2024.06.01, 2024.07.02, 2025.07.17 | | Architectures | arm, arm64, i386, x86_64 | | Definition | re2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] re2
Integration in the project (xmake.lua)
add_requires("re2")

re2c (mingw)

| Description | Lexer generator for C, C++, D, Go, Haskell, Java, JS, OCaml, Python, Rust, Swift, V and Zig. | | -- | -- | | Homepage | https://re2c.org | | License | Public Domain | | Versions | 4.2, 4.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | re2c/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] re2c
Integration in the project (xmake.lua)
add_requires("re2c")

reaction (mingw)

| Description | A lightweight, header-only reactive programming framework leveraging modern C++20 features for building efficient dataflow applications. | | -- | -- | | Homepage | https://github.com/lumia431/reaction | | License | MIT | | Versions | 2025.04.16 | | Architectures | arm, arm64, i386, x86_64 | | Definition | reaction/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] reaction
Integration in the project (xmake.lua)
add_requires("reaction")

reactiveplusplus (mingw)

| Description | Implementation of async observable/observer (Reactive Programming) in C++ with care about performance and templates in mind in ReactiveX approach | | -- | -- | | Homepage | https://victimsnino.github.io/ReactivePlusPlus/v2/docs/html/md_docs_2readme.html | | License | BSL-1.0 | | Versions | v0.2.3, v2.1.0, v2.1.1, v2.2.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | reactiveplusplus/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] reactiveplusplus
Integration in the project (xmake.lua)
add_requires("reactiveplusplus")

readerwriterqueue (mingw)

| Description | A fast single-producer, single-consumer lock-free queue for C++ | | -- | -- | | Homepage | https://github.com/cameron314/readerwriterqueue | | License | BSD-3-Clause | | Versions | v1.0.6, v1.0.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | readerwriterqueue/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] readerwriterqueue
Integration in the project (xmake.lua)
add_requires("readerwriterqueue")

readline (mingw)

| Description | Library for command-line editing | | -- | -- | | Homepage | https://tiswww.case.edu/php/chet/readline/rltop.html | | License | GPL-3.0-or-later | | Versions | 8.1, 8.2, 8.2.13 | | Architectures | arm, arm64, i386, x86_64 | | Definition | readline/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] readline
Integration in the project (xmake.lua)
add_requires("readline")

recastnavigation (mingw)

| Description | Navigation-mesh Toolset for Games | | -- | -- | | Homepage | https://github.com/recastnavigation/recastnavigation | | License | zlib | | Versions | 1.5.1, v1.6.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | recastnavigation/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] recastnavigation
Integration in the project (xmake.lua)
add_requires("recastnavigation")

reflect-cpp (mingw)

| Description | A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, XML, YAML / msgpack.org[C++20] | | -- | -- | | Homepage | https://github.com/getml/reflect-cpp | | License | MIT | | Versions | v0.10.0, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.1, v0.16.0, v0.17.0, v0.18.0, v0.19.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | reflect-cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] reflect-cpp
Integration in the project (xmake.lua)
add_requires("reflect-cpp")

remotery (mingw)

| Description | Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer | | -- | -- | | Homepage | https://github.com/Celtoys/Remotery | | License | Apache-2.0 | | Versions | 2023.08.02 | | Architectures | x86_64 | | Definition | remotery/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] remotery
Integration in the project (xmake.lua)
add_requires("remotery")

replxx (mingw)

| Description | A readline and libedit replacement that supports UTF-8, syntax highlighting, hints and Windows and is BSD licensed. | | -- | -- | | Homepage | https://github.com/AmokHuginnsson/replxx | | License | BSD-3-Clause | | Versions | 2021.11.25 | | Architectures | arm, arm64, i386, x86_64 | | Definition | replxx/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] replxx
Integration in the project (xmake.lua)
add_requires("replxx")

reproc (mingw)

| Description | a cross-platform C/C++ library that simplifies starting, stopping and communicating with external programs. | | -- | -- | | Homepage | https://github.com/DaanDeMeyer/reproc | | License | MIT | | Versions | v14.2.4, v14.2.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | reproc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] reproc
Integration in the project (xmake.lua)
add_requires("reproc")

rest_rpc (mingw)

| Description | c++11, high performance, cross platform, easy to use rpc framework. | | -- | -- | | Homepage | https://github.com/qicosmos/rest_rpc | | License | MIT | | Versions | 2023.6.14, 2024.7.26 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rest_rpc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rest_rpc
Integration in the project (xmake.lua)
add_requires("rest_rpc")

restinio (mingw)

| Description | Cross-platform, efficient, customizable, and robust asynchronous HTTP/WebSocket server C++14 library with the right balance between performance and ease of use | | -- | -- | | Homepage | https://github.com/Stiffstream/restinio | | License | BSD-3-Clause | | Versions | 0.6.17, 0.6.18, 0.6.19 | | Architectures | arm, arm64, i386, x86_64 | | Definition | restinio/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] restinio
Integration in the project (xmake.lua)
add_requires("restinio")

ricab-scope_guard (mingw)

| Description | A modern C++ scope guard that is easy to use but hard to misuse. | | -- | -- | | Homepage | https://ricab.github.io/scope_guard/ | | License | Unlicense | | Versions | v1.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ricab-scope_guard/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ricab-scope_guard
Integration in the project (xmake.lua)
add_requires("ricab-scope_guard")

ring-span-lite (mingw)

| Description | ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library | | -- | -- | | Homepage | https://github.com/martinmoene/ring-span-lite | | License | BSL-1.0 | | Versions | v0.7.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ring-span-lite/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ring-span-lite
Integration in the project (xmake.lua)
add_requires("ring-span-lite")

robin-hood-hashing (mingw)

| Description | Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20 | | -- | -- | | Homepage | https://github.com/martinus/robin-hood-hashing | | License | MIT | | Versions | 3.11.3, 3.11.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | robin-hood-hashing/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] robin-hood-hashing
Integration in the project (xmake.lua)
add_requires("robin-hood-hashing")

robin-map (mingw)

| Description | A C++ implementation of a fast hash map and hash set using robin hood hashing | | -- | -- | | Homepage | https://github.com/Tessil/robin-map | | License | MIT | | Versions | v0.6.3, v1.2.1, v1.2.2, v1.3.0, v1.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | robin-map/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] robin-map
Integration in the project (xmake.lua)
add_requires("robin-map")

robotstxt (mingw)

| Description | The repository contains Google's robots.txt parser and matcher as a C++ librar. | | -- | -- | | Homepage | https://github.com/google/robotstxt | | License | Apache-2.0 | | Versions | 2021.11.24 | | Architectures | arm, arm64, i386, x86_64 | | Definition | robotstxt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] robotstxt
Integration in the project (xmake.lua)
add_requires("robotstxt")

rocket (mingw)

| Description | Fast single header signal/slots library for C++ | | -- | -- | | Homepage | https://github.com/tripleslash/rocket | | Versions | 2020.06.03, 2024.08.21 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rocket/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rocket
Integration in the project (xmake.lua)
add_requires("rocket")

rocksdb (mingw)

| Description | A library that provides an embeddable, persistent key-value store for fast storage. | | -- | -- | | Homepage | http://rocksdb.org | | License | Apache-2.0 | | Versions | v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2, v9.6.1, v9.7.2, v9.7.3, v9.7.4, v9.9.3, v9.10.0, v9.11.2, v10.0.1, v10.4.2 | | Architectures | x86_64 | | Definition | rocksdb/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rocksdb
Integration in the project (xmake.lua)
add_requires("rocksdb")

rpclib (mingw)

| Description | rpclib is a modern C++ msgpack-RPC server and client library | | -- | -- | | Homepage | http://rpclib.net | | License | MIT | | Versions | v2.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rpclib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rpclib
Integration in the project (xmake.lua)
add_requires("rpclib")

rply (mingw)

| Description | RPly is a library that lets applications read and write PLY files. | | -- | -- | | Homepage | http://w3.impa.br/~diego/software/rply/ | | License | MIT | | Versions | 1.1.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rply/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rply
Integration in the project (xmake.lua)
add_requires("rply")

rpmalloc (mingw)

| Description | Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C | | -- | -- | | Homepage | https://github.com/mjansson/rpmalloc | | License | MIT | | Versions | 1.4.4, 1.4.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rpmalloc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rpmalloc
Integration in the project (xmake.lua)
add_requires("rpmalloc")

rsm-autotoml (mingw)

| Description | toml++ wrapper for basic node types | | -- | -- | | Homepage | https://github.com/Ryan-rsm-McKenzie/AutoTOML | | License | MIT | | Versions | 2020.12.29 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rsm-autotoml/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rsm-autotoml
Integration in the project (xmake.lua)
add_requires("rsm-autotoml")

rsm-mmio (mingw)

| Description | A cross-platform memory-mapped io library for C++ | | -- | -- | | Homepage | https://github.com/Ryan-rsm-McKenzie/mmio | | License | MIT | | Versions | 2.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rsm-mmio/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rsm-mmio
Integration in the project (xmake.lua)
add_requires("rsm-mmio")

rtaudio (mingw)

| Description | A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO, and WASAPI) operating systems. | | -- | -- | | Homepage | https://github.com/thestk/rtaudio | | Versions | 6.0.0, 6.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rtaudio/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rtaudio
Integration in the project (xmake.lua)
add_requires("rtaudio")

rtmidi (mingw)

| Description | A set of C++ classes that provide a common API for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMIDI) and Windows (Multimedia) | | -- | -- | | Homepage | https://github.com/thestk/rtmidi | | Versions | 6.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rtmidi/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rtmidi
Integration in the project (xmake.lua)
add_requires("rtmidi")

rttr (mingw)

| Description | rttr: An open source library, which adds reflection to C++. | | -- | -- | | Homepage | https://www.rttr.org | | License | MIT | | Versions | 0.9.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rttr/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rttr
Integration in the project (xmake.lua)
add_requires("rttr")

ruapu (mingw)

| Description | Detect CPU features with single-file | | -- | -- | | Homepage | https://github.com/nihui/ruapu | | License | MIT | | Versions | 0.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ruapu/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ruapu
Integration in the project (xmake.lua)
add_requires("ruapu")

rust (mingw)

| Description | Rust is a general-purpose programming language emphasizing performance, type safety, and concurrency. | | -- | -- | | Homepage | https://rust-lang.org | | Versions | 1.86.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rust/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rust
Integration in the project (xmake.lua)
add_requires("rust")

rustup (mingw)

| Description | An installer for the systems programming language Rust | | -- | -- | | Homepage | https://rustup.rs | | Versions | 1.28.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rustup/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rustup
Integration in the project (xmake.lua)
add_requires("rustup")

rxcpp (mingw)

| Description | Compose async and event-based programs using observable sequences and LINQ-style query operators. | | -- | -- | | Homepage | http://reactivex.io/RxCpp/ | | License | Apache-2.0 | | Versions | v3.0.0, v4.1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | rxcpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] rxcpp
Integration in the project (xmake.lua)
add_requires("rxcpp")

s

s7 (mingw)

| Description | s7 is a Scheme interpreter intended as an extension language for other applications. | | -- | -- | | Homepage | https://ccrma.stanford.edu/software/snd/snd/s7.html | | Versions | 2023.04.13 | | Architectures | arm, arm64, i386, x86_64 | | Definition | s7/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] s7
Integration in the project (xmake.lua)
add_requires("s7")

safetyhook (mingw)

| Description | C++23 procedure hooking library. | | -- | -- | | Homepage | https://cursey.dev/safetyhook | | License | BSL-1.0 | | Versions | v0.6.4, v0.6.5, v0.6.6, v0.6.7, v0.6.9 | | Architectures | arm, arm64, i386, x86_64 | | Definition | safetyhook/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] safetyhook
Integration in the project (xmake.lua)
add_requires("safetyhook")

sailormoon_flags (mingw)

| Description | Simple, extensible, header-only C++17 argument parser released into the public domain. | | -- | -- | | Homepage | https://github.com/sailormoon/flags | | License | MIT | | Versions | 1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sailormoon_flags/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sailormoon_flags
Integration in the project (xmake.lua)
add_requires("sailormoon_flags")

scnlib (mingw)

| Description | scnlib is a modern C++ library for replacing scanf and std::istream | | -- | -- | | Homepage | https://scnlib.readthedocs.io/ | | License | Apache-2.0 | | Versions | v0.4, v1.1.2, v2.0.2, v2.0.3, v3.0.1, v4.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | scnlib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] scnlib
Integration in the project (xmake.lua)
add_requires("scnlib")

scons (mingw)

| Description | A software construction tool | | -- | -- | | Homepage | https://scons.org | | Versions | 4.1.0, 4.3.0, 4.6.0, 4.7.0, 4.8.0, 4.9.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | scons/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] scons
Integration in the project (xmake.lua)
add_requires("scons")

semver (mingw)

| Description | Semantic Versioning for modern C++ | | -- | -- | | Homepage | https://github.com/Neargye/semver | | License | MIT | | Versions | v1.0.0-rc | | Architectures | arm, arm64, i386, x86_64 | | Definition | semver/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] semver
Integration in the project (xmake.lua)
add_requires("semver")

serial (mingw)

| Description | Cross-platform, Serial Port library written in C++ | | -- | -- | | Homepage | http://wjwwood.github.io/serial | | License | MIT | | Versions | 2022.3.9 | | Architectures | arm, arm64, i386, x86_64 | | Definition | serial/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] serial
Integration in the project (xmake.lua)
add_requires("serial")

sfgui (mingw)

| Description | Simple and Fast Graphical User Interface | | -- | -- | | Homepage | https://github.com/TankOs/SFGUI | | License | zlib | | Versions | 1.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sfgui/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sfgui
Integration in the project (xmake.lua)
add_requires("sfgui")

sfl-library (mingw)

| Description | C++11 header-only library. Small and static vector. Small and static flat map/set. Compact vector. Segmented vector. | | -- | -- | | Homepage | https://github.com/slavenf/sfl-library | | License | zlib | | Versions | 1.5.0, 1.6.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sfl-library/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sfl-library
Integration in the project (xmake.lua)
add_requires("sfl-library")

sfml (mingw)

| Description | Simple and Fast Multimedia Library | | -- | -- | | Homepage | https://www.sfml-dev.org | | License | zlib | | Versions | 2.5.1, 2.6.0, 2.6.1, 3.0.0, 3.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sfml/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sfml
Integration in the project (xmake.lua)
add_requires("sfml")

sfparse (mingw)

| Description | Structured Field Values parser | | -- | -- | | Homepage | https://github.com/ngtcp2/sfparse | | License | MIT | | Versions | 2024.05.12, 2024.12.15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sfparse/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sfparse
Integration in the project (xmake.lua)
add_requires("sfparse")

shaderc (mingw)

| Description | A collection of tools, libraries, and tests for Vulkan shader compilation. | | -- | -- | | Homepage | https://github.com/google/shaderc | | License | Apache-2.0 | | Versions | v2022.2, v2024.0, v2024.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | shaderc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] shaderc
Integration in the project (xmake.lua)
add_requires("shaderc")

sheenbidi (mingw)

| Description | A sophisticated implementation of Unicode Bidirectional Algorithm | | -- | -- | | Homepage | https://github.com/Tehreer/SheenBidi | | License | Apache-2.0 | | Versions | v2.6, v2.7, v2.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sheenbidi/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sheenbidi
Integration in the project (xmake.lua)
add_requires("sheenbidi")

simdcomp (mingw)

| Description | A simple C library for compressing lists of integers using binary packing | | -- | -- | | Homepage | https://github.com/lemire/simdcomp | | License | BSD-3-Clause | | Versions | 2023.08.19 | | Architectures | arm, arm64, i386, x86_64 | | Definition | simdcomp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] simdcomp
Integration in the project (xmake.lua)
add_requires("simdcomp")

simde (mingw)

| Description | Implementations of SIMD instruction sets for systems which don't natively support them. | | -- | -- | | Homepage | simd-everywhere.github.io/blog/ | | License | MIT | | Versions | 0.7.2, 0.8.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | simde/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] simde
Integration in the project (xmake.lua)
add_requires("simde")

simdjson (mingw)

| Description | Ridiculously fast JSON parsing, UTF-8 validation and JSON minifying for popular 64 bit systems. | | -- | -- | | Homepage | https://simdjson.org | | License | Apache-2.0 | | Versions | v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0, v3.10.1, v3.11.2, v3.11.3, v3.12.2, v3.12.3 | | Architectures | x86_64 | | Definition | simdjson/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] simdjson
Integration in the project (xmake.lua)
add_requires("simdjson")

simdutf (mingw)

| Description | Unicode routines (UTF8, UTF16, UTF32): billions of characters per second using SSE2, AVX2, NEON, AVX-512. Part of Node.js. | | -- | -- | | Homepage | https://simdutf.github.io/simdutf/ | | License | Apache-2.0 | | Versions | v3.2.17, v4.0.9, v5.2.3, v5.2.4, v5.2.6, v5.2.8, v5.3.0, v5.3.4, v5.3.11, v5.4.15, v5.5.0, v5.6.3, v5.7.1, v5.7.2, v6.2.0, v6.5.0, v7.0.0, v7.2.1, v7.3.2, v7.3.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | simdutf/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] simdutf
Integration in the project (xmake.lua)
add_requires("simdutf")

simpleini (mingw)

| Description | Cross-platform C++ library providing a simple API to read and write INI-style configuration files. | | -- | -- | | Homepage | https://github.com/brofield/simpleini | | License | MIT | | Versions | v4.19, v4.22 | | Architectures | arm, arm64, i386, x86_64 | | Definition | simpleini/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] simpleini
Integration in the project (xmake.lua)
add_requires("simpleini")

simsimd (mingw)

| Description | Vector Similarity Functions 3x-200x Faster than SciPy and NumPy | | -- | -- | | Homepage | https://ashvardanian.com/posts/simsimd-faster-scipy/ | | License | Apache-2.0 | | Versions | v3.9.0, v4.3.1, v4.3.2, v5.4.4, v5.6.0, v5.6.4, v5.9.6, v6.0.5, v6.1.1, v6.2.1, v6.2.3, v6.4.0, v6.4.1, v6.4.3, v6.5.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | simsimd/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] simsimd
Integration in the project (xmake.lua)
add_requires("simsimd")

smoothcpp (mingw)

| Description | Easy to use first cross platform cpp library. Intended as a supplement to the c++ standard library. | | -- | -- | | Homepage | https://github.com/heheda123123/smoothcpp | | License | MIT | | Versions | 2023.12.20 | | Architectures | arm, arm64, i386, x86_64 | | Definition | smoothcpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] smoothcpp
Integration in the project (xmake.lua)
add_requires("smoothcpp")

snappy (mingw)

| Description | A fast compressor/decompressor | | -- | -- | | Homepage | https://github.com/google/snappy | | Versions | 1.1.8, 1.1.9, 1.1.10, 1.2.0, 1.2.1, 1.2.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | snappy/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] snappy
Integration in the project (xmake.lua)
add_requires("snappy")

snitch (mingw)

| Description | Lightweight C++20 testing framework. | | -- | -- | | Homepage | https://github.com/cschreib/snitch | | License | BSL-1.0 | | Versions | 1.0.0, 1.2.4, 1.2.5, 1.3.1, 1.3.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | snitch/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] snitch
Integration in the project (xmake.lua)
add_requires("snitch")

snmalloc (mingw)

| Description | Message passing based allocator | | -- | -- | | Homepage | https://github.com/microsoft/snmalloc | | License | MIT | | Versions | 0.6.0, 0.6.2, 0.7.0, 0.7.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | snmalloc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] snmalloc
Integration in the project (xmake.lua)
add_requires("snmalloc")

snowhouse (mingw)

| Description | An assertion library for C++ | | -- | -- | | Homepage | https://github.com/banditcpp/snowhouse | | License | BSL-1.0 | | Versions | v5.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | snowhouse/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] snowhouse
Integration in the project (xmake.lua)
add_requires("snowhouse")

sobjectizer (mingw)

| Description | An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production. | | -- | -- | | Homepage | https://stiffstream.com/en/products/sobjectizer.html | | Versions | 5.8.0, 5.8.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sobjectizer/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sobjectizer
Integration in the project (xmake.lua)
add_requires("sobjectizer")

soci (mingw)

| Description | Official repository of the SOCI - The C++ Database Access Library | | -- | -- | | Homepage | http://soci.sourceforge.net/ | | License | BSL-1.0 | | Versions | v4.0.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | soci/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] soci
Integration in the project (xmake.lua)
add_requires("soci")

socket-io-client (mingw)

| Description | C++11 implementation of Socket.IO client | | -- | -- | | Homepage | https://github.com/socketio/socket.io-client-cpp | | License | MIT | | Versions | 2024.07.17 | | Architectures | arm, arm64, i386, x86_64 | | Definition | socket-io-client/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] socket-io-client
Integration in the project (xmake.lua)
add_requires("socket-io-client")

sockpp (mingw)

| Description | Modern C++ socket library | | -- | -- | | Homepage | https://github.com/fpagliughi/sockpp | | License | BSD-3-Clause | | Versions | v0.8.1, v0.8.3, v1.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sockpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sockpp
Integration in the project (xmake.lua)
add_requires("sockpp")

soil2 (mingw)

| Description | SOIL2 is a tiny C library used primarily for uploading textures into OpenGL. | | -- | -- | | Homepage | https://github.com/SpartanJ/SOIL2 | | License | MIT-0 | | Versions | 2024.10.14 | | Architectures | arm, arm64, i386, x86_64 | | Definition | soil2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] soil2
Integration in the project (xmake.lua)
add_requires("soil2")

sokol (mingw)

| Description | Simple STB-style cross-platform libraries for C and C++, written in C. | | -- | -- | | Homepage | https://github.com/floooh/sokol | | License | zlib | | Versions | 2022.02.10, 2023.01.27, 2024.07.10, 2024.12.08, 2025.03.20 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sokol/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sokol
Integration in the project (xmake.lua)
add_requires("sokol")

sokol-tools (mingw)

| Description | Command line tools for use with sokol headers | | -- | -- | | Homepage | https://github.com/floooh/sokol-tools | | License | MIT | | Versions | 2025.02.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sokol-tools/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sokol-tools
Integration in the project (xmake.lua)
add_requires("sokol-tools")

sol2 (mingw)

| Description | A C++ library binding to Lua. | | -- | -- | | Homepage | https://github.com/ThePhD/sol2 | | Versions | v3.2.1, v3.2.2, v3.2.3, v3.3.0, v3.3.1, v3.5.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sol2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sol2
Integration in the project (xmake.lua)
add_requires("sol2")

soloud (mingw)

| Description | SoLoud is an easy to use, free, portable c/c++ audio engine for games. | | -- | -- | | Homepage | https://github.com/jarikomppa/soloud | | License | zlib | | Versions | 2020.02.07 | | Architectures | arm, arm64, i386, x86_64 | | Definition | soloud/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] soloud
Integration in the project (xmake.lua)
add_requires("soloud")

sophus (mingw)

| Description | C++ implementation of Lie Groups using Eigen. | | -- | -- | | Homepage | https://strasdat.github.io/Sophus/ | | License | MIT | | Versions | 1.22.10, 1.24.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sophus/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sophus
Integration in the project (xmake.lua)
add_requires("sophus")

soundtouch (mingw)

| Description | SoundTouch Audio Processing Library | | -- | -- | | Homepage | https://modplug-xmms.sourceforge.net | | License | LGPL-2.1 | | Versions | 2.3.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | soundtouch/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] soundtouch
Integration in the project (xmake.lua)
add_requires("soundtouch")

soxr (mingw)

| Description | The SoX Resampler library libsoxr performs fast, high-quality one-dimensional sample rate conversion. | | -- | -- | | Homepage | https://sourceforge.net/projects/soxr | | License | LGPL-2.1 | | Versions | 0.1.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | soxr/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] soxr
Integration in the project (xmake.lua)
add_requires("soxr")

span-lite (mingw)

| Description | span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library | | -- | -- | | Homepage | https://github.com/martinmoene/span-lite | | License | BSL | | Versions | 0.10.3, 0.11.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | span-lite/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] span-lite
Integration in the project (xmake.lua)
add_requires("span-lite")

sparse-map (mingw)

| Description | C++ implementation of a memory efficient hash map and hash set | | -- | -- | | Homepage | https://github.com/Tessil/sparse-map | | License | MIT | | Versions | v0.6.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sparse-map/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sparse-map
Integration in the project (xmake.lua)
add_requires("sparse-map")

sparsepp (mingw)

| Description | A fast, memory efficient hash map for C++ | | -- | -- | | Homepage | https://github.com/greg7mdp/sparsepp | | Versions | 1.22 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sparsepp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sparsepp
Integration in the project (xmake.lua)
add_requires("sparsepp")

spdlog (mingw)

| Description | Fast C++ logging library. | | -- | -- | | Homepage | https://github.com/gabime/spdlog | | License | MIT | | Versions | v1.2.1, v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2, v1.10.0, v1.11.0, v1.12.0, v1.13.0, v1.14.0, v1.14.1, v1.15.0, v1.15.1, v1.15.2, v1.15.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | spdlog/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] spdlog
Integration in the project (xmake.lua)
add_requires("spdlog")

spectra (mingw)

| Description | Sparse Eigenvalue Computation Toolkit as a Redesigned ARPACK | | -- | -- | | Homepage | https://spectralib.org/ | | License | MPL-2.0 | | Versions | v1.0.1, v1.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | spectra/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] spectra
Integration in the project (xmake.lua)
add_requires("spectra")

speex (mingw)

| Description | A free codec for free speech | | -- | -- | | Homepage | https://www.speex.org/ | | License | BSD-3-Clause | | Versions | 1.2.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | speex/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] speex
Integration in the project (xmake.lua)
add_requires("speex")

spine-runtimes (mingw)

| Description | 2D skeletal animation runtimes for Spine. | | -- | -- | | Homepage | http://esotericsoftware.com | | License | Spine Runtimes | | Versions | 3.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | spine-runtimes/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] spine-runtimes
Integration in the project (xmake.lua)
add_requires("spine-runtimes")

spirv-cross (mingw)

| Description | SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages. | | -- | -- | | Homepage | https://github.com/KhronosGroup/SPIRV-Cross/ | | License | Apache-2.0 | | Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.231+1, 1.3.268+0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | spirv-cross/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] spirv-cross
Integration in the project (xmake.lua)
add_requires("spirv-cross")

spirv-headers (mingw)

| Description | SPIR-V Headers | | -- | -- | | Homepage | https://github.com/KhronosGroup/SPIRV-Headers/ | | License | MIT | | Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0, 1.3.246+1, 1.3.250+1, 1.3.261+1, 1.3.268+0, 1.3.275+0, 1.3.280+0, 1.3.283+0, 1.3.290+0, 1.4.309+0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | spirv-headers/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] spirv-headers
Integration in the project (xmake.lua)
add_requires("spirv-headers")

spirv-reflect (mingw)

| Description | SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications. | | -- | -- | | Homepage | https://github.com/KhronosGroup/SPIRV-Reflect | | License | Apache-2.0 | | Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.231+1, 1.3.250+1, 1.3.261+1, 1.3.268+0, 1.3.275+0, 1.3.280+0, 1.3.283+0, 1.3.290+0, 1.4.309+0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | spirv-reflect/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] spirv-reflect
Integration in the project (xmake.lua)
add_requires("spirv-reflect")

spirv-tools (mingw)

| Description | SPIR-V Tools | | -- | -- | | Homepage | https://github.com/KhronosGroup/SPIRV-Tools/ | | License | Apache-2.0 | | Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0, 1.3.246+1, 1.3.250+1, 1.3.261+1, 1.3.268+0, 1.3.275+0, 1.3.280+0, 1.3.283+0, 1.3.290+0, 1.4.309+0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | spirv-tools/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] spirv-tools
Integration in the project (xmake.lua)
add_requires("spirv-tools")

spot (mingw)

| Description | Spot: a platform for LTL and ω-automata manipulation | | -- | -- | | Homepage | https://spot.lrde.epita.fr/ | | License | GPL-3.0 | | Versions | 2.10.1, 2.13.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | spot/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] spot
Integration in the project (xmake.lua)
add_requires("spot")

sqlite-vec (mingw)

| Description | A vector search SQLite extension that runs anywhere! | | -- | -- | | Homepage | https://github.com/asg017/sqlite-vec | | License | Apache-2.0 | | Versions | 0.1.3, 0.1.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sqlite-vec/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sqlite-vec
Integration in the project (xmake.lua)
add_requires("sqlite-vec")

sqlite3 (mingw)

| Description | The most used database engine in the world | | -- | -- | | Homepage | https://sqlite.org/ | | License | Public Domain | | Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+0, 3.50.0+200, 3.50.0+100, 3.50.0+300 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sqlite3/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sqlite3
Integration in the project (xmake.lua)
add_requires("sqlite3")

sqlite3-lemon (mingw)

| Description | A parser generator | | -- | -- | | Homepage | https://sqlite.org/ | | License | Public Domain | | Versions | 3.49.0+200 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sqlite3-lemon/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sqlite3-lemon
Integration in the project (xmake.lua)
add_requires("sqlite3-lemon")

sqlite_orm (mingw)

| Description | SQLite ORM light header only library for modern C++ | | -- | -- | | Homepage | https://github.com/fnc12/sqlite_orm | | Versions | v1.8.2, v1.9, v1.9.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sqlite_orm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sqlite_orm
Integration in the project (xmake.lua)
add_requires("sqlite_orm")

sqlitecpp (mingw)

| Description | SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper. | | -- | -- | | Homepage | http://srombauts.github.io/SQLiteCpp | | License | MIT | | Versions | 3.2.1, 3.3.1, 3.3.2, 3.3.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sqlitecpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sqlitecpp
Integration in the project (xmake.lua)
add_requires("sqlitecpp")

sqrat (mingw)

| Description | Sqrat is a C++ library for Squirrel that facilitates exposing classes and other native functionality to Squirrel scripts. | | -- | -- | | Homepage | http://scrat.sourceforge.net/ | | License | zlib | | Versions | 0.9.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sqrat/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sqrat
Integration in the project (xmake.lua)
add_requires("sqrat")

squirrel (mingw)

| Description | Official repository for the programming language Squirrel | | -- | -- | | Homepage | http://www.squirrel-lang.org | | License | MIT | | Versions | v3.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | squirrel/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] squirrel
Integration in the project (xmake.lua)
add_requires("squirrel")

srell (mingw)

| Description | SRELL (std::regex-like library) is a Unicode-aware regular expression template library for C++. | | -- | -- | | Homepage | https://akenotsuki.com/misc/srell | | License | BSD-2-Clause | | Versions | 3.018, 4.019, 4.063 | | Architectures | arm, arm64, i386, x86_64 | | Definition | srell/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] srell
Integration in the project (xmake.lua)
add_requires("srell")

srtp (mingw)

| Description | Library for SRTP (Secure Realtime Transport Protocol) | | -- | -- | | Homepage | https://github.com/cisco/libsrtp | | Versions | v2.5.0, v2.6, v2.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | srtp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] srtp
Integration in the project (xmake.lua)
add_requires("srtp")

sse2neon (mingw)

| Description | A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation | | -- | -- | | Homepage | https://github.com/DLTcollab/sse2neon | | License | MIT | | Versions | v1.7.0, v1.8.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sse2neon/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sse2neon
Integration in the project (xmake.lua)
add_requires("sse2neon")

sse2rvv (mingw)

| Description | A translator from Intel SSE intrinsics to RISCV-V Extension implementation | | -- | -- | | Homepage | https://github.com/pattonkan/sse2rvv | | License | MIT | | Versions | 2024.02.18 | | Architectures | arm, arm64, i386, x86_64 | | Definition | sse2rvv/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] sse2rvv
Integration in the project (xmake.lua)
add_requires("sse2rvv")

ssp (mingw)

| Description | C++ CSV parser | | -- | -- | | Homepage | https://github.com/red0124/ssp | | License | MIT | | Versions | v1.6.1, v1.8.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ssp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ssp
Integration in the project (xmake.lua)
add_requires("ssp")

standardlib (mingw)

| Description | A complete standardlib for c for once | | -- | -- | | Homepage | https://github.com/gregoryc/standardlib | | License | Public Domain | | Versions | 2024.03.25 | | Architectures | arm, arm64, i386, x86_64 | | Definition | standardlib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] standardlib
Integration in the project (xmake.lua)
add_requires("standardlib")

stb (mingw)

| Description | single-file public domain (or MIT licensed) libraries for C/C++ | | -- | -- | | Homepage | https://github.com/nothings/stb | | Versions | 2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30, 2023.12.15, 2024.06.01, 2025.03.14 | | Architectures | arm, arm64, i386, x86_64 | | Definition | stb/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] stb
Integration in the project (xmake.lua)
add_requires("stb")

stc (mingw)

| Description | A modern, user friendly, generic, type-safe and fast C99 container library: String, Vector, Sorted and Unordered Map and Set, Deque, Forward List, Smart Pointers, Bitset and Random numbers. | | -- | -- | | Homepage | https://github.com/stclib/STC | | License | MIT | | Versions | v4.2, v5.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | stc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] stc
Integration in the project (xmake.lua)
add_requires("stc")

stdexec (mingw)

| Description | *std::execution, the proposed C++ framework for asynchronous and parallel programming. * | | -- | -- | | Homepage | https://github.com/NVIDIA/stdexec | | License | Apache-2.0 | | Versions | 2024.03.08, 2024.12.08 | | Architectures | arm, arm64, i386, x86_64 | | Definition | stdexec/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] stdexec
Integration in the project (xmake.lua)
add_requires("stdexec")

stduuid (mingw)

| Description | A C++17 cross-platform implementation for UUIDs | | -- | -- | | Homepage | https://github.com/mariusbancila/stduuid | | License | MIT | | Versions | v1.2.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | stduuid/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] stduuid
Integration in the project (xmake.lua)
add_requires("stduuid")

step20 (mingw)

| Description | Step20 is a C++20, header-only library of STL-like algorithms and data structures | | -- | -- | | Homepage | https://github.com/storm-ptr/step20 | | License | MIT | | Versions | 2023.08.21 | | Architectures | arm, arm64, i386, x86_64 | | Definition | step20/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] step20
Integration in the project (xmake.lua)
add_requires("step20")

streamvbyte (mingw)

| Description | Fast integer compression in C using the StreamVByte codec | | -- | -- | | Homepage | https://github.com/lemire/streamvbyte | | License | Apache-2.0 | | Versions | v1.0.0, v2.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | streamvbyte/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] streamvbyte
Integration in the project (xmake.lua)
add_requires("streamvbyte")

string-view-lite (mingw)

| Description | string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library | | -- | -- | | Homepage | https://github.com/martinmoene/string-view-lite | | License | BSL-1.0 | | Versions | v1.7.0, v1.8.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | string-view-lite/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] string-view-lite
Integration in the project (xmake.lua)
add_requires("string-view-lite")

stringbuilder (mingw)

| Description | Fast, efficient and convenient alternative to std::stringstream and std::string concatenation. | | -- | -- | | Homepage | https://github.com/Isameru/stringbuilder | | License | MIT | | Versions | 2023.7.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | stringbuilder/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] stringbuilder
Integration in the project (xmake.lua)
add_requires("stringbuilder")

stringzilla (mingw)

| Description | Up to 10x faster strings for C, C++, Python, Rust, and Swift, leveraging NEON, AVX2, AVX-512, and SWAR to accelerate search, sort, edit distances, alignment scores, etc 🦖 | | -- | -- | | Homepage | https://ashvardanian.com/posts/stringzilla/ | | License | Apache-2.0 | | Versions | v1.2.2, v2.0.3, v2.0.4, v3.0.0, v3.1.0, v3.1.1, v3.1.2, v3.2.0, v3.3.0, v3.3.1, v3.4.0, v3.4.1, v3.5.0, v3.6.0, v3.6.1, v3.6.2, v3.6.3, v3.6.4, v3.6.5, v3.6.6, v3.6.7, v3.6.8, v3.7.0, v3.7.1, v3.7.2, v3.7.3, v3.8.0, v3.8.1, v3.8.2, v3.8.3, v3.8.4, v3.9.5, v3.9.6, v3.9.8, v3.10.0, v3.10.5, v3.10.6, v3.10.7, v3.10.8, v3.10.9, v3.10.10, v3.10.11, v3.11.0, v3.11.1, v3.11.3, v3.12.1, v3.12.2, v3.12.3, v3.12.4, v3.12.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | stringzilla/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] stringzilla
Integration in the project (xmake.lua)
add_requires("stringzilla")

strong_type (mingw)

| Description | An additive strong typedef library for C++14/17/20. | | -- | -- | | Homepage | https://github.com/rollbear/strong_type | | License | BSL-1.0 | | Versions | v15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | strong_type/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] strong_type
Integration in the project (xmake.lua)
add_requires("strong_type")

strtk (mingw)

| Description | C++ String Toolkit Library | | -- | -- | | Homepage | https://www.partow.net/programming/strtk/index.html | | License | MIT | | Versions | 2020.01.01 | | Architectures | arm, arm64, i386, x86_64 | | Definition | strtk/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] strtk
Integration in the project (xmake.lua)
add_requires("strtk")

stx (mingw)

| Description | *C++17 & C++ 20 error-handling and utility extensions. * | | -- | -- | | Homepage | https://lamarrr.github.io/STX | | License | MIT | | Versions | v1.0.3, v1.0.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | stx/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] stx
Integration in the project (xmake.lua)
add_requires("stx")

subhook (mingw)

| Description | Simple hooking library for C/C++ (x86 only, 32/64-bit, no dependencies) | | -- | -- | | Homepage | https://github.com/Zeex/subhook | | License | BSD-2-Clause | | Versions | 2023.02.10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | subhook/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] subhook
Integration in the project (xmake.lua)
add_requires("subhook")

subprocess.h (mingw)

| Description | *single header process launching solution for C and C++ * | | -- | -- | | Homepage | https://github.com/sheredom/subprocess.h | | Versions | 2022.12.20 | | Architectures | arm, arm64, i386, x86_64 | | Definition | subprocess.h/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] subprocess.h
Integration in the project (xmake.lua)
add_requires("subprocess.h")

svector (mingw)

| Description | Compact SVO optimized vector for C++17 or higher | | -- | -- | | Homepage | https://github.com/martinus/svector | | License | MIT | | Versions | v1.0.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | svector/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] svector
Integration in the project (xmake.lua)
add_requires("svector")

svt-av1 (mingw)

| Description | Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) | | -- | -- | | Homepage | https://gitlab.com/AOMediaCodec/SVT-AV1 | | License | BSD-3-Clause | | Versions | v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | svt-av1/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] svt-av1
Integration in the project (xmake.lua)
add_requires("svt-av1")

swig (mingw)

| Description | SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. | | -- | -- | | Homepage | http://swig.org/ | | License | GPL-3.0 | | Versions | 4.0.2, 4.1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | swig/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] swig
Integration in the project (xmake.lua)
add_requires("swig")

swisseph (mingw)

| Description | Swiss Ephemeris source code, official release by Astrodienst. | | -- | -- | | Homepage | https://www.astro.com/swisseph/swephinfo_e.htm | | License | AGPL-3.0 | | Versions | v2.10.03 | | Architectures | arm, arm64, i386, x86_64 | | Definition | swisseph/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] swisseph
Integration in the project (xmake.lua)
add_requires("swisseph")

swxjson (mingw)

| Description | A easy to use & convenient JSON library for C++11. | | -- | -- | | Homepage | https://github.com/swxlion/swxJson | | License | MIT | | Versions | v1.0.9 | | Architectures | arm, arm64, i386, x86_64 | | Definition | swxjson/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] swxjson
Integration in the project (xmake.lua)
add_requires("swxjson")

symengine (mingw)

| Description | SymEngine is a fast symbolic manipulation library, written in C++ | | -- | -- | | Homepage | https://symengine.org | | License | MIT | | Versions | v0.11.2, v0.12.0, v0.13.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | symengine/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] symengine
Integration in the project (xmake.lua)
add_requires("symengine")

syscmdline (mingw)

| Description | C++ Advanced Command Line Parser | | -- | -- | | Homepage | https://github.com/SineStriker/syscmdline | | License | MIT | | Versions | 2024.03.27 | | Architectures | arm, arm64, i386, x86_64 | | Definition | syscmdline/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] syscmdline
Integration in the project (xmake.lua)
add_requires("syscmdline")

t

ta-lib (mingw)

| Description | Technical Analysis Library for financial market trading applications | | -- | -- | | Homepage | https://ta-lib.org/ | | License | BSD-3-Clause | | Versions | 0.6.2, 0.6.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ta-lib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ta-lib
Integration in the project (xmake.lua)
add_requires("ta-lib")

tabulate (mingw)

| Description | Table Maker for Modern C++ | | -- | -- | | Homepage | https://github.com/p-ranav/tabulate | | License | MIT | | Versions | v1.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tabulate/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tabulate
Integration in the project (xmake.lua)
add_requires("tabulate")

taglib (mingw)

| Description | TagLib Audio Meta-Data Library | | -- | -- | | Homepage | http://taglib.org/ | | License | LGPL-2.1 | | Versions | v2.1, v2.1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | taglib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] taglib
Integration in the project (xmake.lua)
add_requires("taglib")

taocpp-json (mingw)

| Description | C++ header-only JSON library | | -- | -- | | Homepage | https://github.com/taocpp/json | | License | MIT | | Versions | 2025.03.11 | | Architectures | arm, arm64, i386, x86_64 | | Definition | taocpp-json/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] taocpp-json
Integration in the project (xmake.lua)
add_requires("taocpp-json")

taskflow (mingw)

| Description | A fast C++ header-only library to help you quickly write parallel programs with complex task dependencies | | -- | -- | | Homepage | https://taskflow.github.io/ | | License | MIT | | Versions | v3.0.0, v3.1.0, v3.2.0, v3.3.0, v3.4.0, v3.5.0, v3.6.0, v3.7.0, v3.8.0, v3.9.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | taskflow/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] taskflow
Integration in the project (xmake.lua)
add_requires("taskflow")

taywee_args (mingw)

| Description | A simple header-only C++ argument parser library. | | -- | -- | | Homepage | https://taywee.github.io/args/ | | License | MIT | | Versions | 6.3.0, 6.4.6, 6.4.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | taywee_args/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] taywee_args
Integration in the project (xmake.lua)
add_requires("taywee_args")

tbox (mingw)

| Description | A glib-like multi-platform c library | | -- | -- | | Homepage | https://tboox.org | | Versions | v1.6.2, v1.6.3, v1.6.4, v1.6.5, v1.6.6, v1.6.7, v1.6.9, v1.7.1, v1.7.4, v1.7.5, v1.7.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tbox/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tbox
Integration in the project (xmake.lua)
add_requires("tbox")

tcb-span (mingw)

| Description | Implementation of C++20's std::span for older compilers | | -- | -- | | Homepage | https://github.com/tcbrindle/span | | License | BSL-1.0 | | Versions | 2022.06.15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tcb-span/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tcb-span
Integration in the project (xmake.lua)
add_requires("tcb-span")

tclap (mingw)

| Description | This is a simple templatized C++ library for parsing command line arguments. | | -- | -- | | Homepage | https://sourceforge.net/projects/tclap/ | | License | MIT | | Versions | 1.4.0-rc1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tclap/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tclap
Integration in the project (xmake.lua)
add_requires("tclap")

teascript (mingw)

| Description | TeaScript C++ Library - embedded scripting language for C++ Applications | | -- | -- | | Homepage | https://tea-age.solutions/teascript/overview-and-highlights/ | | License | MPL-2.0 | | Versions | v0.13.0, v0.14.0 | | Architectures | i386 | | Definition | teascript/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] teascript
Integration in the project (xmake.lua)
add_requires("teascript")

telebot (mingw)

| Description | Telegram Bot API in C | | -- | -- | | Homepage | https://elmurod.net/telebot | | License | Apache-2.0 | | Versions | 2024.05.11 | | Architectures | arm, arm64, i386, x86_64 | | Definition | telebot/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] telebot
Integration in the project (xmake.lua)
add_requires("telebot")

termcap (mingw)

| Description | Enables programs to use display terminals in a terminal-independent manner | | -- | -- | | Homepage | https://www.gnu.org/software/termcap | | License | GPL-2.0-or-later | | Versions | 1.3.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | termcap/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] termcap
Integration in the project (xmake.lua)
add_requires("termcap")

termcolor (mingw)

| Description | Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force. | | -- | -- | | Homepage | https://github.com/ikalnytskyi/termcolor | | License | BSD-3-Clause | | Versions | 2.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | termcolor/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] termcolor
Integration in the project (xmake.lua)
add_requires("termcolor")

tetgen (mingw)

| Description | A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator | | -- | -- | | Homepage | https://www.wias-berlin.de/software/index.jsp?id=TetGen | | License | AGPL-3.0 | | Versions | 1.6.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tetgen/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tetgen
Integration in the project (xmake.lua)
add_requires("tetgen")

tf_workstealingqueue (mingw)

| Description | A fast work-stealing queue template in C++ | | -- | -- | | Homepage | https://github.com/taskflow/work-stealing-queue | | License | MIT | | Versions | 2022.07.20 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tf_workstealingqueue/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tf_workstealingqueue
Integration in the project (xmake.lua)
add_requires("tf_workstealingqueue")

tgbot-cpp (mingw)

| Description | C++ library for Telegram bot API | | -- | -- | | Homepage | http://reo7sp.github.io/tgbot-cpp | | License | MIT | | Versions | v1.7.2, v1.7.3, v1.8, v1.9 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tgbot-cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tgbot-cpp
Integration in the project (xmake.lua)
add_requires("tgbot-cpp")

theora (mingw)

| Description | Reference implementation of the Theora video compression format. | | -- | -- | | Homepage | https://theora.org/ | | License | BSD-3-Clause | | Versions | v1.0, v1.1.0, v1.1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | theora/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] theora
Integration in the project (xmake.lua)
add_requires("theora")

think-cell-library (mingw)

| Description | Think-cell core library | | -- | -- | | Homepage | https://www.think-cell.com/en/career/devblog/overview | | License | BSL-1.0 | | Versions | 2023.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | think-cell-library/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] think-cell-library
Integration in the project (xmake.lua)
add_requires("think-cell-library")

thorvg (mingw)

| Description | Thor Vector Graphics is a lightweight portable library used for drawing vector-based scenes and animations including SVG and Lottie. It can be freely utilized across various software platforms and applications to visualize graphical contents. | | -- | -- | | Homepage | https://www.thorvg.org | | License | MIT | | Versions | v0.13.2, v0.13.5, v0.13.6, v0.13.8, v0.14.1, v0.14.2, v0.14.3, v0.14.6, v0.14.10, v0.15.1, v0.15.2, v0.15.8, v1.0-pre10 | | Architectures | arm, arm64, i386, x86_64 | | Definition | thorvg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] thorvg
Integration in the project (xmake.lua)
add_requires("thorvg")

thread-pool (mingw)

| Description | BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library | | -- | -- | | Homepage | https://github.com/bshoshany/thread-pool | | License | MIT | | Versions | v3.3.0, v4.1.0, v5.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | thread-pool/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] thread-pool
Integration in the project (xmake.lua)
add_requires("thread-pool")

thrust (mingw)

| Description | The C++ parallel algorithms library. | | -- | -- | | Homepage | https://github.com/NVIDIA/thrust | | License | Apache-2.0 | | Versions | 1.17.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | thrust/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] thrust
Integration in the project (xmake.lua)
add_requires("thrust")

tidy-html5 (mingw)

| Description | The granddaddy of HTML tools, with support for modern standards | | -- | -- | | Homepage | http://www.html-tidy.org | | Versions | 5.9.20 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tidy-html5/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tidy-html5
Integration in the project (xmake.lua)
add_requires("tidy-html5")

tiny-aes-c (mingw)

| Description | Small portable AES128/192/256 in C | | -- | -- | | Homepage | https://github.com/kokke/tiny-AES-c | | License | Unlicense | | Versions | 2021.12.22 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tiny-aes-c/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tiny-aes-c
Integration in the project (xmake.lua)
add_requires("tiny-aes-c")

tiny-optional (mingw)

| Description | Replacement for std::optional that does not unnecessarily waste memory | | -- | -- | | Homepage | https://github.com/Sedeniono/tiny-optional | | License | BSL-1.0 | | Versions | v1.2.0, v1.2.1, v1.3.1, v1.4.0 | | Architectures | i386, x86_64 | | Definition | tiny-optional/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tiny-optional
Integration in the project (xmake.lua)
add_requires("tiny-optional")

tiny-process-library (mingw)

| Description | A small platform independent library making it simple to create and stop new processes in C++, as well as writing to stdin and reading from stdout and stderr of a new process | | -- | -- | | Homepage | https://gitlab.com/eidheim/tiny-process-library | | License | MIT | | Versions | v2.0.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tiny-process-library/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tiny-process-library
Integration in the project (xmake.lua)
add_requires("tiny-process-library")

tinyalloc (mingw)

| Description | malloc / free replacement for unmanaged, linear memory situations (e.g. WASM, embedded devices...) | | -- | -- | | Homepage | https://github.com/thi-ng/tinyalloc | | License | Apache-2.0 | | Versions | 2021.10.08 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinyalloc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinyalloc
Integration in the project (xmake.lua)
add_requires("tinyalloc")

tinycbor (mingw)

| Description | Concise Binary Object Representation (CBOR) Library | | -- | -- | | Homepage | https://github.com/intel/tinycbor | | License | MIT | | Versions | v0.6.0, v0.6.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinycbor/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinycbor
Integration in the project (xmake.lua)
add_requires("tinycbor")

tinycolormap (mingw)

| Description | A header-only, single-file library for colormaps written in C++11 | | -- | -- | | Homepage | https://github.com/yuki-koyama/tinycolormap | | License | MIT | | Versions | v0.7.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinycolormap/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinycolormap
Integration in the project (xmake.lua)
add_requires("tinycolormap")

tinycrypt (mingw)

| Description | TinyCrypt Cryptographic Library | | -- | -- | | Homepage | https://github.com/intel/tinycrypt | | Versions | 2019.9.18 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinycrypt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinycrypt
Integration in the project (xmake.lua)
add_requires("tinycrypt")

tinycthread (mingw)

| Description | A small, portable implementation of the C11 threads API. | | -- | -- | | Homepage | https://github.com/tinycthread/tinycthread | | License | MIT | | Versions | 2016.09.30 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinycthread/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinycthread
Integration in the project (xmake.lua)
add_requires("tinycthread")

tinydir (mingw)

| Description | Lightweight, portable and easy to integrate C directory and file reader | | -- | -- | | Homepage | https://github.com/cxong/tinydir | | Versions | 1.2.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinydir/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinydir
Integration in the project (xmake.lua)
add_requires("tinydir")

tinyexpr (mingw)

| Description | TinyExpr is a very small parser and evaluation library for evaluating math expressions from C. | | -- | -- | | Homepage | https://codeplea.com/tinyexpr | | License | zlib | | Versions | 2022.11.21 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinyexpr/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinyexpr
Integration in the project (xmake.lua)
add_requires("tinyexpr")

tinyexr (mingw)

| Description | Tiny OpenEXR image loader/saver library | | -- | -- | | Homepage | https://github.com/syoyo/tinyexr/ | | License | BSD-3-Clause | | Versions | v1.0.1, v1.0.8, v1.0.9, v1.0.10, v1.0.12 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinyexr/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinyexr
Integration in the project (xmake.lua)
add_requires("tinyexr")

tinyformat (mingw)

| Description | Minimal, type safe printf replacement library for C++ | | -- | -- | | Homepage | https://github.com/c42f/tinyformat/ | | Versions | 2.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinyformat/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinyformat
Integration in the project (xmake.lua)
add_requires("tinyformat")

tinygltf (mingw)

| Description | Header only C++11 tiny glTF 2.0 library | | -- | -- | | Homepage | https://github.com/syoyo/tinygltf/ | | License | MIT | | Versions | v2.5.0, v2.6.3, v2.8.9, v2.8.13, v2.8.21, v2.8.22, v2.9.2, v2.9.3, v2.9.5, v2.9.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinygltf/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinygltf
Integration in the project (xmake.lua)
add_requires("tinygltf")

tinyjpeg (mingw)

| Description | Single header lib for JPEG encoding. Public domain. C99. stb style. | | -- | -- | | Homepage | https://github.com/serge-rgb/TinyJPEG | | Versions | 2022.08.20 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinyjpeg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinyjpeg
Integration in the project (xmake.lua)
add_requires("tinyjpeg")

tinymcp (mingw)

| Description | A lightweight C++ SDK for implementing the MCP Server. | | -- | -- | | Homepage | https://github.com/Qihoo360/TinyMCP | | License | MIT | | Versions | 2025.05.16 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinymcp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinymcp
Integration in the project (xmake.lua)
add_requires("tinymcp")

tinyobjloader (mingw)

| Description | Tiny but powerful single file wavefront obj loader | | -- | -- | | Homepage | https://github.com/tinyobjloader/tinyobjloader | | License | MIT | | Versions | v1.0.7, v2.0.0rc10, v2.0.0rc13 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinyobjloader/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinyobjloader
Integration in the project (xmake.lua)
add_requires("tinyobjloader")

tinyply (mingw)

| Description | C++11 ply 3d mesh format importer & exporter | | -- | -- | | Homepage | https://github.com/ddiakopoulos/tinyply | | License | BSD-2-Clause | | Versions | 2.3.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinyply/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinyply
Integration in the project (xmake.lua)
add_requires("tinyply")

tinyspline (mingw)

| Description | ANSI C library for NURBS, B-Splines, and Bézier curves with interfaces for C++, C#, D, Go, Java, Javascript, Lua, Octave, PHP, Python, R, and Ruby. | | -- | -- | | Homepage | https://github.com/msteinbeck/tinyspline | | License | MIT | | Versions | v0.6.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinyspline/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinyspline
Integration in the project (xmake.lua)
add_requires("tinyspline")

tinyxml (mingw)

| Description | TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs. | | -- | -- | | Homepage | https://sourceforge.net/projects/tinyxml/ | | License | zlib | | Versions | 2.6.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinyxml/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinyxml
Integration in the project (xmake.lua)
add_requires("tinyxml")

tinyxml2 (mingw)

| Description | simple, small, efficient, C++ XML parser that can be easily integrating into other programs. | | -- | -- | | Homepage | http://www.grinninglizard.com/tinyxml2/ | | License | zlib | | Versions | 8.0.0, 9.0.0, 10.0.0, 11.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tinyxml2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tinyxml2
Integration in the project (xmake.lua)
add_requires("tinyxml2")

tl_expected (mingw)

| Description | C++11/14/17 std::expected with functional-style extensions | | -- | -- | | Homepage | https://github.com/TartanLlama/expected | | License | CC0 | | Versions | v1.0.0, v1.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tl_expected/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tl_expected
Integration in the project (xmake.lua)
add_requires("tl_expected")

tl_function_ref (mingw)

| Description | A lightweight, non-owning reference to a callable. | | -- | -- | | Homepage | https://github.com/TartanLlama/function_ref | | License | CC0 | | Versions | v1.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tl_function_ref/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tl_function_ref
Integration in the project (xmake.lua)
add_requires("tl_function_ref")

tl_optional (mingw)

| Description | C++11/14/17 std::optional with functional-style extensions and support for references. | | -- | -- | | Homepage | https://github.com/TartanLlama/optional | | License | CC0 | | Versions | v1.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tl_optional/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tl_optional
Integration in the project (xmake.lua)
add_requires("tl_optional")

tlsf (mingw)

| Description | Two-Level Segregated Fit memory allocator implementation. | | -- | -- | | Homepage | https://github.com/mattconte/tlsf | | License | BSD-3-Clause | | Versions | 2020.03.29 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tlsf/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tlsf
Integration in the project (xmake.lua)
add_requires("tlsf")

tmxlite (mingw)

| Description | lightweight C++14 parser for Tiled tmx files | | -- | -- | | Homepage | https://github.com/fallahn/tmxlite | | License | zlib | | Versions | v1.4.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tmxlite/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tmxlite
Integration in the project (xmake.lua)
add_requires("tmxlite")

tmxparser (mingw)

| Description | C++11 library for parsing the maps generated by Tiled Map Editor | | -- | -- | | Homepage | https://github.com/sainteos/tmxparser | | Versions | 2.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tmxparser/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tmxparser
Integration in the project (xmake.lua)
add_requires("tmxparser")

tobiaslocker_base64 (mingw)

| Description | *A modern C++ base64 encoder / decoder * | | -- | -- | | Homepage | https://github.com/tobiaslocker/base64 | | License | MIT | | Versions | 2024.02.26 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tobiaslocker_base64/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tobiaslocker_base64
Integration in the project (xmake.lua)
add_requires("tobiaslocker_base64")

toml++ (mingw)

| Description | toml++ is a header-only TOML config file parser and serializer for C++17 (and later!). | | -- | -- | | Homepage | https://marzer.github.io/tomlplusplus/ | | License | MIT | | Versions | v2.5.0, v3.0.0, v3.1.0, v3.2.0, v3.3.0, v3.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | toml++/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] toml++
Integration in the project (xmake.lua)
add_requires("toml++")

toml11 (mingw)

| Description | TOML for Modern C++ | | -- | -- | | Homepage | https://github.com/ToruNiina/toml11 | | License | MIT | | Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0, v4.2.0, v4.3.0, v4.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | toml11/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] toml11
Integration in the project (xmake.lua)
add_requires("toml11")

tomlc99 (mingw)

| Description | TOML C library | | -- | -- | | Homepage | https://github.com/cktan/tomlc99 | | License | MIT | | Versions | 2023.09.30 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tomlc99/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tomlc99
Integration in the project (xmake.lua)
add_requires("tomlc99")

tomlcpp (mingw)

| Description | No fanfare TOML C++ Library | | -- | -- | | Homepage | https://github.com/cktan/tomlcpp | | License | MIT | | Versions | 2022.06.25 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tomlcpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tomlcpp
Integration in the project (xmake.lua)
add_requires("tomlcpp")

toojpeg (mingw)

| Description | A JPEG encoder in a single C++ file | | -- | -- | | Homepage | https://create.stephan-brumme.com/toojpeg/ | | License | zlib | | Versions | 1.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | toojpeg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] toojpeg
Integration in the project (xmake.lua)
add_requires("toojpeg")

tracy (mingw)

| Description | C++ frame profiler | | -- | -- | | Homepage | https://github.com/wolfpld/tracy | | Versions | v0.8.2, v0.9, v0.9.1, v0.10, v0.11.0, v0.11.1, v0.12.0, v0.12.1, v0.12.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tracy/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tracy
Integration in the project (xmake.lua)
add_requires("tracy")

transwarp (mingw)

| Description | A header-only C++ library for task concurrency | | -- | -- | | Homepage | https://github.com/bloomen/transwarp | | License | MIT | | Versions | 2.2.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | transwarp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] transwarp
Integration in the project (xmake.lua)
add_requires("transwarp")

trantor (mingw)

| Description | a non-blocking I/O tcp network lib based on c++14/17 | | -- | -- | | Homepage | https://github.com/an-tao/trantor/ | | License | BSD-3-Clause | | Versions | v1.3.0, v1.4.1, v1.5.0, v1.5.2, v1.5.5, v1.5.6, v1.5.7, v1.5.8, v1.5.14, v1.5.17, v1.5.18, v1.5.19, v1.5.20, v1.5.21, v1.5.22, v1.5.23 | | Architectures | arm, arm64, i386, x86_64 | | Definition | trantor/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] trantor
Integration in the project (xmake.lua)
add_requires("trantor")

tree-sitter (mingw)

| Description | An incremental parsing system for programming tools | | -- | -- | | Homepage | https://tree-sitter.github.io/ | | License | MIT | | Versions | v0.21.0, v0.22.2, v0.22.5, v0.22.6, v0.23.0, v0.24.2, v0.24.3, v0.24.4, v0.24.5, v0.24.6, v0.25.3, v0.25.5, v0.25.6, v0.25.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tree-sitter/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tree-sitter
Integration in the project (xmake.lua)
add_requires("tree-sitter")

trompeloeil (mingw)

| Description | A thread-safe header-only mocking framework for C++11/14 using the Boost Software License 1.0 | | -- | -- | | Homepage | https://github.com/rollbear/trompeloeil | | License | BSL-1.0 | | Versions | v43, v47, v48, v49 | | Architectures | arm, arm64, i386, x86_64 | | Definition | trompeloeil/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] trompeloeil
Integration in the project (xmake.lua)
add_requires("trompeloeil")

tuplet (mingw)

| Description | A fast, simple tuple implementation that implements tuple as an aggregate | | -- | -- | | Homepage | https://github.com/codeinred/tuplet | | License | BSL-1.0 | | Versions | v2.1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tuplet/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tuplet
Integration in the project (xmake.lua)
add_requires("tuplet")

tweeny (mingw)

| Description | A modern C++ tweening library | | -- | -- | | Homepage | http://mobius3.github.io/tweeny | | License | MIT | | Versions | 2023.05.09 | | Architectures | arm, arm64, i386, x86_64 | | Definition | tweeny/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] tweeny
Integration in the project (xmake.lua)
add_requires("tweeny")

type_safe (mingw)

| Description | Zero overhead utilities for preventing bugs at compile time | | -- | -- | | Homepage | https://type_safe.foonathan.net | | License | MIT | | Versions | v0.2.2, v0.2.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | type_safe/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] type_safe
Integration in the project (xmake.lua)
add_requires("type_safe")

u

uasm (mingw)

| Description | UASM - Macro Assembler | | -- | -- | | Homepage | http://www.terraspace.co.uk/uasm.html | | Versions | v2.57r | | Architectures | arm, arm64, i386, x86_64 | | Definition | uasm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] uasm
Integration in the project (xmake.lua)
add_requires("uasm")

uchardet (mingw)

| Description | *uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. * | | -- | -- | | Homepage | https://www.freedesktop.org/wiki/Software/uchardet/ | | License | MPL-1.1 | | Versions | 0.0.7, 0.0.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | uchardet/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] uchardet
Integration in the project (xmake.lua)
add_requires("uchardet")

udt (mingw)

| Description | UDP-based Data Transfer Protocol | | -- | -- | | Homepage | https://github.com/dorkbox/UDT | | License | Apache-2.0 | | Versions | 2017.12.03 | | Architectures | arm, arm64, i386, x86_64 | | Definition | udt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] udt
Integration in the project (xmake.lua)
add_requires("udt")

ufbx (mingw)

| Description | Single source file FBX loader | | -- | -- | | Homepage | https://github.com/ufbx/ufbx | | License | MIT | | Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3, v0.15.0, v0.15.1, v0.18.2, v0.20.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | ufbx/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] ufbx
Integration in the project (xmake.lua)
add_requires("ufbx")

uni_algo (mingw)

| Description | Unicode Algorithms Implementation for C/C++ | | -- | -- | | Homepage | https://github.com/uni-algo/uni-algo/ | | License | MIT | | Versions | v0.7.1, v0.8.0, v0.8.1, v0.8.2, v1.0.0, v1.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | uni_algo/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] uni_algo
Integration in the project (xmake.lua)
add_requires("uni_algo")

unistd_h (mingw)

| Description | header-only Windows implementation of the header | | -- | -- | | Homepage | https://github.com/win32ports/unistd_h | | License | MIT | | Versions | 2019.07.30 | | Architectures | arm, arm64, i386, x86_64 | | Definition | unistd_h/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] unistd_h
Integration in the project (xmake.lua)
add_requires("unistd_h")

units (mingw)

| Description | A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies. | | -- | -- | | Homepage | https://nholthaus.github.io/units/ | | License | MIT | | Versions | v2.3.3, v2.3.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | units/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] units
Integration in the project (xmake.lua)
add_requires("units")

unity_test (mingw)

| Description | Simple Unit Testing for C | | -- | -- | | Homepage | http://www.throwtheswitch.org/unity | | License | MIT | | Versions | v2.4.3, v2.5.0, v2.5.1, v2.5.2, v2.6.0, v2.6.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | unity_test/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] unity_test
Integration in the project (xmake.lua)
add_requires("unity_test")

universal_stacktrace (mingw)

| Description | C++ Stacktrace for windows linux and os/x | | -- | -- | | Homepage | https://github.com/MisterTea/UniversalStacktrace | | License | Apache-2.0 | | Versions | 2022.11.06, 2023.10.15 | | Architectures | arm, arm64, i386, x86_64 | | Definition | universal_stacktrace/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] universal_stacktrace
Integration in the project (xmake.lua)
add_requires("universal_stacktrace")

unordered_dense (mingw)

| Description | A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion. | | -- | -- | | Homepage | https://github.com/martinus/unordered_dense | | License | MIT | | Versions | v1.1.0, v1.4.0, v2.0.2, v3.0.0, v4.0.4, v4.4.0, v4.5.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | unordered_dense/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] unordered_dense
Integration in the project (xmake.lua)
add_requires("unordered_dense")

unzip (mingw)

| Description | UnZip is an extraction utility for archives compressed in .zip format. | | -- | -- | | Homepage | http://infozip.sourceforge.net/UnZip.html | | Versions | 6.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | unzip/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] unzip
Integration in the project (xmake.lua)
add_requires("unzip")

upa-url (mingw)

| Description | An implementation of the WHATWG URL Standard in C++ | | -- | -- | | Homepage | https://upa-url.github.io/docs/ | | License | BSD-2-Clause | | Versions | v1.0.0, v1.0.1, v1.0.2, v1.2.0, v2.0.0, v2.1.0, v2.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | upa-url/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] upa-url
Integration in the project (xmake.lua)
add_requires("upa-url")

urdfdom-headers (mingw)

| Description | Headers for URDF parsers | | -- | -- | | Homepage | http://ros.org/wiki/urdf | | License | BSD-3-Clause | | Versions | 1.0.5, 1.1.1, 1.1.2, 2.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | urdfdom-headers/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] urdfdom-headers
Integration in the project (xmake.lua)
add_requires("urdfdom-headers")

uriparser (mingw)

| Description | uriparser is a strictly RFC 3986 compliant URI parsing and handling library written in C89. | | -- | -- | | Homepage | https://uriparser.github.io/ | | License | BSD-3-Clause | | Versions | 0.9.5, 0.9.6, 0.9.7, 0.9.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | uriparser/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] uriparser
Integration in the project (xmake.lua)
add_requires("uriparser")

usrsctp (mingw)

| Description | A portable SCTP userland stack | | -- | -- | | Homepage | https://github.com/sctplab/usrsctp | | License | BSD-3-Clause | | Versions | 0.9.5+0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | usrsctp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] usrsctp
Integration in the project (xmake.lua)
add_requires("usrsctp")

utest.h (mingw)

| Description | single header unit testing framework for C and C++ | | -- | -- | | Homepage | https://www.duskborn.com/utest_h/ | | Versions | 2022.09.01 | | Architectures | arm, arm64, i386, x86_64 | | Definition | utest.h/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] utest.h
Integration in the project (xmake.lua)
add_requires("utest.h")

utf8.h (mingw)

| Description | single header utf8 string functions for C and C++ | | -- | -- | | Homepage | https://github.com/sheredom/utf8.h | | Versions | 2022.07.04, 2025.01.03 | | Architectures | arm, arm64, i386, x86_64 | | Definition | utf8.h/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] utf8.h
Integration in the project (xmake.lua)
add_requires("utf8.h")

utf8proc (mingw)

| Description | A clean C library for processing UTF-8 Unicode data | | -- | -- | | Homepage | https://juliastrings.github.io/utf8proc/ | | License | MIT | | Versions | v2.7.0, v2.8.0, v2.9.0, v2.10.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | utf8proc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] utf8proc
Integration in the project (xmake.lua)
add_requires("utf8proc")

utfcpp (mingw)

| Description | UTF8-CPP: UTF-8 with C++ in a Portable Way | | -- | -- | | Homepage | https://github.com/nemtrif/utfcpp | | License | BSL-1.0 | | Versions | v3.2.1, v3.2.3, v3.2.4, v3.2.5, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4, v4.0.5, v4.0.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | utfcpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] utfcpp
Integration in the project (xmake.lua)
add_requires("utfcpp")

uthash (mingw)

| Description | C macros for hash tables and more | | -- | -- | | Homepage | https://troydhanson.github.io/uthash | | License | BSD | | Versions | 2023.7.11, 2025.05.05 | | Architectures | arm, arm64, i386, x86_64 | | Definition | uthash/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] uthash
Integration in the project (xmake.lua)
add_requires("uthash")

uuid_v4 (mingw)

| Description | Super fast C++ library to generate and parse UUIDv4 | | -- | -- | | Homepage | https://github.com/crashoz/uuid_v4 | | License | MIT | | Versions | v1.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | uuid_v4/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] uuid_v4
Integration in the project (xmake.lua)
add_requires("uuid_v4")

uvw (mingw)

| Description | Header-only, event based, tiny and easy to use libuv wrapper in modern C++ | | -- | -- | | Homepage | https://github.com/skypjack/uvw | | License | MIT | | Versions | v2.10.0, v2.11.0, v2.12.1, v3.0.0, v3.1.0, v3.2.0, v3.3.0, v3.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | uvw/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] uvw
Integration in the project (xmake.lua)
add_requires("uvw")

v

variant-lite (mingw)

| Description | variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library | | -- | -- | | Homepage | https://github.com/martinmoene/variant-lite | | License | BSL-1.0 | | Versions | 2022.12.03 | | Architectures | arm, arm64, i386, x86_64 | | Definition | variant-lite/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] variant-lite
Integration in the project (xmake.lua)
add_requires("variant-lite")

vcpkg (mingw)

| Description | C++ Library Manager for Windows, Linux, and MacOS | | -- | -- | | Homepage | https://github.com/microsoft/vcpkg | | License | MIT | | Versions | 2024.05.24, 2024.07.12, 2024.08.23, 2024.09.30, 2024.10.21, 2024.11.16 | | Architectures | arm, arm64, i386, x86_64 | | Definition | vcpkg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] vcpkg
Integration in the project (xmake.lua)
add_requires("vcpkg")

vectorial (mingw)

| Description | Vector math library with NEON/SSE support | | -- | -- | | Homepage | https://github.com/scoopr/vectorial | | Versions | 2019.06.28 | | Architectures | arm, arm64, i386, x86_64 | | Definition | vectorial/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] vectorial
Integration in the project (xmake.lua)
add_requires("vectorial")

verdict (mingw)

| Description | Compute quality functions of 2 and 3-dimensional regions. | | -- | -- | | Homepage | https://github.com/sandialabs/verdict | | Versions | 1.4.2, 1.4.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | verdict/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] verdict
Integration in the project (xmake.lua)
add_requires("verdict")

verilator (mingw)

| Description | Verilator open-source SystemVerilog simulator and lint system | | -- | -- | | Homepage | https://verilator.org | | License | LGPL-3.0 | | Versions | v5.016, v5.032, v5.034, v5.036 | | Architectures | arm, arm64, i386, x86_64 | | Definition | verilator/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] verilator
Integration in the project (xmake.lua)
add_requires("verilator")

visit_struct (mingw)

| Description | A miniature library for struct-field reflection in C++ | | -- | -- | | Homepage | https://github.com/cbeck88/visit_struct | | License | BSL-1.0 | | Versions | v1.1.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | visit_struct/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] visit_struct
Integration in the project (xmake.lua)
add_requires("visit_struct")

vladimirshaleev-ipaddress (mingw)

| Description | A library for working and manipulating IPv4/IPv6 addresses and networks | | -- | -- | | Homepage | https://vladimirshaleev.github.io/ipaddress/ | | License | MIT | | Versions | v1.1.0, v1.2.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | vladimirshaleev-ipaddress/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] vladimirshaleev-ipaddress
Integration in the project (xmake.lua)
add_requires("vladimirshaleev-ipaddress")

vmaf (mingw)

| Description | Perceptual video quality assessment based on multi-method fusion. | | -- | -- | | Homepage | https://github.com/Netflix/vmaf | | License | BSD-2-Clause | | Versions | v3.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | vmaf/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] vmaf
Integration in the project (xmake.lua)
add_requires("vmaf")

volk (mingw)

| Description | volk is a meta-loader for Vulkan | | -- | -- | | Homepage | https://github.com/zeux/volk | | License | MIT | | Versions | 1.2.162, 1.2.190, 1.3.204, 1.3.231+1, 1.3.250+1, 1.3.261+1, 1.3.268+0, 1.3.275+0, 1.3.280+0, 1.3.283+0, 1.3.290+0, 1.4.309+0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | volk/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] volk
Integration in the project (xmake.lua)
add_requires("volk")

vulkan-headers (mingw)

| Description | Vulkan Header files and API registry | | -- | -- | | Homepage | https://github.com/KhronosGroup/Vulkan-Headers/ | | License | Apache-2.0 | | Versions | 1.2.154+0, 1.2.162+0, 1.2.182+0, 1.2.189+1, 1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0, 1.3.246+1, 1.3.250+1, 1.3.261+1, 1.3.268+0, 1.3.275+0, 1.3.280+0, 1.3.283+0, 1.3.290+0, 1.4.309+0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | vulkan-headers/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] vulkan-headers
Integration in the project (xmake.lua)
add_requires("vulkan-headers")

vulkan-hpp (mingw)

| Description | Open-Source Vulkan C++ API | | -- | -- | | Homepage | https://github.com/KhronosGroup/Vulkan-Hpp/ | | License | Apache-2.0 | | Versions | v1.2.180, v1.2.189, v1.2.198, v1.3.231, v1.3.236, v1.3.240, v1.3.244, v1.3.254, v1.3.261, v1.3.268, v1.3.272, v1.3.275, v1.3.276, v1.3.277, v1.3.278, v1.3.279, v1.3.280, v1.3.281, v1.3.282, v1.3.283, v1.3.290, v1.4.309 | | Architectures | arm, arm64, i386, x86_64 | | Definition | vulkan-hpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] vulkan-hpp
Integration in the project (xmake.lua)
add_requires("vulkan-hpp")

vulkan-memory-allocator (mingw)

| Description | Easy to integrate Vulkan memory allocation library. | | -- | -- | | Homepage | https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/ | | License | MIT | | Versions | v3.0.0, v3.0.1, v3.1.0, v3.2.0, v3.2.1, v3.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | vulkan-memory-allocator/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] vulkan-memory-allocator
Integration in the project (xmake.lua)
add_requires("vulkan-memory-allocator")

vulkan-memory-allocator-hpp (mingw)

| Description | C++ bindings for VulkanMemoryAllocator. | | -- | -- | | Homepage | https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/ | | License | CC0 | | Versions | v3.0.0, v3.0.1-1, v3.0.1-3, v3.1.0, v3.2.0, v3.2.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | vulkan-memory-allocator-hpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] vulkan-memory-allocator-hpp
Integration in the project (xmake.lua)
add_requires("vulkan-memory-allocator-hpp")

vulkan-utility-libraries (mingw)

| Description | Utility libraries for Vulkan developers | | -- | -- | | Homepage | https://github.com/KhronosGroup/Vulkan-Utility-Libraries | | License | Apache-2.0 | | Versions | 1.3.268+0, 1.3.275+0, 1.3.280+0, 1.3.283+0, 1.4.309+0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | vulkan-utility-libraries/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] vulkan-utility-libraries
Integration in the project (xmake.lua)
add_requires("vulkan-utility-libraries")

vulkansdk (mingw)

| Description | LunarG Vulkan® SDK | | -- | -- | | Homepage | https://www.lunarg.com/vulkan-sdk/ | | Versions | | | Architectures | arm, arm64, i386, x86_64 | | Definition | vulkansdk/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] vulkansdk
Integration in the project (xmake.lua)
add_requires("vulkansdk")

vvenc (mingw)

| Description | Fraunhofer Versatile Video Encoder (VVenC) | | -- | -- | | Homepage | https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html | | License | BSD-3-Clause-Clear | | Versions | v1.9.0, v1.11.1, v1.12.0, v1.12.1, v1.13.0, v1.13.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | vvenc/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] vvenc
Integration in the project (xmake.lua)
add_requires("vvenc")

w

watcher (mingw)

| Description | Filesystem watcher. Works anywhere. Simple, efficient and friendly. | | -- | -- | | Homepage | https://github.com/e-dant/watcher | | License | MIT | | Versions | 0.9.5, 0.11.0, 0.12.2, 0.13.2, 0.13.5, 0.13.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | watcher/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] watcher
Integration in the project (xmake.lua)
add_requires("watcher")

wavpack (mingw)

| Description | WavPack encode/decode library, command-line programs, and several plugins | | -- | -- | | Homepage | https://github.com/dbry/WavPack | | License | BSD-3-Clause | | Versions | 4.80.0, 5.4.0, 5.5.0, 5.6.0, 5.7.0, 5.8.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | wavpack/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] wavpack
Integration in the project (xmake.lua)
add_requires("wavpack")

webdriverxx (mingw)

| Description | A C++ client library for Selenium Webdriver | | -- | -- | | Homepage | https://GermanAizek.github.io/webdriverxx | | License | MIT | | Versions | 2023.04.22, 2025.03.20 | | Architectures | arm, arm64, i386, x86_64 | | Definition | webdriverxx/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] webdriverxx
Integration in the project (xmake.lua)
add_requires("webdriverxx")

websocketpp (mingw)

| Description | C++ websocket client/server library | | -- | -- | | Homepage | http://www.zaphoyd.com/websocketpp | | Versions | 0.8.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | websocketpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] websocketpp
Integration in the project (xmake.lua)
add_requires("websocketpp")

webui (mingw)

| Description | Use any web browser as GUI, with your preferred language in the backend and HTML5 in the frontend, all in a lightweight portable lib. | | -- | -- | | Homepage | https://webui.me | | License | MIT | | Versions | 2.3.0, 2.4.2 | | Architectures | x86_64 | | Definition | webui/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] webui
Integration in the project (xmake.lua)
add_requires("webui")

wgpu-native (mingw)

| Description | Native WebGPU implementation based on wgpu-core | | -- | -- | | Homepage | https://github.com/gfx-rs/wgpu-native | | License | Apache-2.0 | | Versions | v0.17.0+2, v0.19.4+1, v24.0.0+1, v25.0.2+1 | | Architectures | x86_64 | | Definition | wgpu-native/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] wgpu-native
Integration in the project (xmake.lua)
add_requires("wgpu-native")

wgsl-validator (mingw)

| Description | WGSL validator in Rust with C bindings. | | -- | -- | | Homepage | https://github.com/NazaraEngine/wgsl-validator | | License | MIT | | Versions | v1.0.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | wgsl-validator/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] wgsl-validator
Integration in the project (xmake.lua)
add_requires("wgsl-validator")

whereami (mingw)

| Description | Locate the current running executable and the current running module/library on the file system 🔎 | | -- | -- | | Homepage | https://github.com/gpakosz/whereami | | License | MIT | | Versions | 2024.08.26 | | Architectures | arm, arm64, i386, x86_64 | | Definition | whereami/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] whereami
Integration in the project (xmake.lua)
add_requires("whereami")

which (mingw)

| Description | shows the full path of (shell) commands | | -- | -- | | Homepage | https://www.gnu.org/software/which/ | | Versions | 2.16, 2.17, 2.19, 2.20, 2.21 | | Architectures | arm, arm64, i386, x86_64 | | Definition | which/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] which
Integration in the project (xmake.lua)
add_requires("which")

whisper.cpp (mingw)

| Description | Port of OpenAI's Whisper model in C/C++ | | -- | -- | | Homepage | https://github.com/ggerganov/whisper.cpp | | Versions | 1.4.2, 1.5.4, 1.5.5, 1.6.0, 1.6.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | whisper.cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] whisper.cpp
Integration in the project (xmake.lua)
add_requires("whisper.cpp")

wineditline (mingw)

| Description | An EditLine API implementation for the native Windows Console | | -- | -- | | Homepage | http://mingweditline.sourceforge.net | | License | BSD-3-Clause | | Versions | 2.208 | | Architectures | arm, arm64, i386, x86_64 | | Definition | wineditline/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] wineditline
Integration in the project (xmake.lua)
add_requires("wineditline")

wingetopt (mingw)

| Description | getopt library for Windows compilers | | -- | -- | | Homepage | https://github.com/alex85k/wingetopt | | Versions | 2023.10.29 | | Architectures | arm, arm64, i386, x86_64 | | Definition | wingetopt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] wingetopt
Integration in the project (xmake.lua)
add_requires("wingetopt")

winreg (mingw)

| Description | Convenient high-level C++ wrapper around the Windows Registry API | | -- | -- | | Homepage | https://github.com/GiovanniDicanio/WinReg | | License | MIT | | Versions | v6.1.0, v6.2.0, v6.3.0, v6.3.1, v6.3.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | winreg/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] winreg
Integration in the project (xmake.lua)
add_requires("winreg")

wirehair (mingw)

| Description | Wirehair : O(N) Fountain Code for Large Data | | -- | -- | | Homepage | http://wirehairfec.com | | License | BSD-3-Clause | | Versions | 2023.12.02 | | Architectures | arm, arm64, i386, x86_64 | | Definition | wirehair/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] wirehair
Integration in the project (xmake.lua)
add_requires("wirehair")

wjakob_filesystem (mingw)

| Description | A tiny self-contained path manipulation library for C++ | | -- | -- | | Homepage | https://github.com/wjakob/filesystem | | License | BSD-3-Clause | | Versions | 2021.10.28 | | Architectures | arm, arm64, i386, x86_64 | | Definition | wjakob_filesystem/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] wjakob_filesystem
Integration in the project (xmake.lua)
add_requires("wjakob_filesystem")

woff2 (mingw)

| Description | Font compression reference code. | | -- | -- | | Homepage | https://github.com/google/woff2 | | License | MIT | | Versions | v1.0.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | woff2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] woff2
Integration in the project (xmake.lua)
add_requires("woff2")

wolfssl (mingw)

| Description | The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3! | | -- | -- | | Homepage | https://www.wolfssl.com | | License | GPL-2.0 | | Versions | 5.3.0, 5.6.2, 5.6.3, 5.6.4, 5.6.6, 5.7.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | wolfssl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] wolfssl
Integration in the project (xmake.lua)
add_requires("wolfssl")

workspace_hanya (mingw)

| Description | Workspace is a lightweight asynchronous execution framework based on C++11 | | -- | -- | | Homepage | https://github.com/CodingHanYa/workspace | | License | Apache-2.0 | | Versions | 2023.5.8 | | Architectures | arm, arm64, i386, x86_64 | | Definition | workspace_hanya/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] workspace_hanya
Integration in the project (xmake.lua)
add_requires("workspace_hanya")

wren (mingw)

| Description | Wren is a small, fast, class-based concurrent scripting language. | | -- | -- | | Homepage | http://wren.io | | License | MIT | | Versions | 0.4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | wren/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] wren
Integration in the project (xmake.lua)
add_requires("wren")

wyhash (mingw)

| Description | The FASTEST QUALITY hash function, random number generators (PRNG) and hash map. | | -- | -- | | Homepage | https://github.com/wangyi-fudan/wyhash | | License | Unlicense | | Versions | 2023.04.10, 2024.06.07 | | Architectures | arm, arm64, i386, x86_64 | | Definition | wyhash/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] wyhash
Integration in the project (xmake.lua)
add_requires("wyhash")

x

x264 (mingw)

| Description | A free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format. | | -- | -- | | Homepage | https://www.videolan.org/developers/x264.html | | License | GPL-2.0 | | Versions | v2018.09.25, v2021.09.29, v2023.04.04, v2024.02.27 | | Architectures | arm, arm64, i386, x86_64 | | Definition | x264/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] x264
Integration in the project (xmake.lua)
add_requires("x264")

x265 (mingw)

| Description | A free software library and application for encoding video streams into the H.265/MPEG-H HEVC compression format. | | -- | -- | | Homepage | http://x265.org | | License | GPL-2.0 | | Versions | 3.2, 3.2.1, 3.3, 3.4, 4.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | x265/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] x265
Integration in the project (xmake.lua)
add_requires("x265")

xapian-core (mingw)

| Description | Xapian is an Open Source Search Engine Library, with bindings to allow use from Perl, Python 2, Python 3, PHP 5, PHP 7, Java, Tcl, C#, Ruby, Lua, Erlang, Node.js, R. | | -- | -- | | Homepage | https://savannah.gnu.org/projects/osip | | License | GPL-2.0-or-later | | Versions | 1.4.27, 1.4.28, 1.4.29 | | Architectures | arm, arm64, i386, x86_64 | | Definition | xapian-core/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] xapian-core
Integration in the project (xmake.lua)
add_requires("xapian-core")

xbyak (mingw)

| Description | JIT assembler for x86(IA-32)/x64(AMD64, x86-64) MMX/SSE/SSE2/SSE3/SSSE3/SSE4/FPU/AVX/AVX2/AVX-512 | | -- | -- | | Homepage | https://github.com/herumi/xbyak | | Versions | v6.02, v6.03, v6.73, v7.06 | | Architectures | arm, arm64, i386, x86_64 | | Definition | xbyak/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] xbyak
Integration in the project (xmake.lua)
add_requires("xbyak")

xege (mingw)

| Description | Easy Graphics Engine, a lite graphics library in Windows | | -- | -- | | Homepage | https://xege.org | | License | LGPL-2.1 | | Versions | v2020.08.31 | | Architectures | arm, arm64, i386, x86_64 | | Definition | xege/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] xege
Integration in the project (xmake.lua)
add_requires("xege")

xgrammar (mingw)

| Description | Fast, Flexible and Portable Structured Generation | | -- | -- | | Homepage | https://xgrammar.mlc.ai/ | | License | Apache-2.0 | | Versions | v0.1.19, v0.1.21 | | Architectures | arm, arm64, i386, x86_64 | | Definition | xgrammar/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] xgrammar
Integration in the project (xmake.lua)
add_requires("xgrammar")

xlnt (mingw)

| Description | Cross-platform user-friendly xlsx library for C++11+ | | -- | -- | | Homepage | https://github.com/tfussell/xlnt | | License | MIT | | Versions | 2023.03.02 | | Architectures | arm, arm64, i386, x86_64 | | Definition | xlnt/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] xlnt
Integration in the project (xmake.lua)
add_requires("xlnt")

xlsxio (mingw)

| Description | XLSX I/O - C library for reading and writing .xlsx files | | -- | -- | | Homepage | https://github.com/brechtsanders/xlsxio | | License | MIT | | Versions | 0.2.34, 0.2.35 | | Architectures | arm, arm64, i386, x86_64 | | Definition | xlsxio/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] xlsxio
Integration in the project (xmake.lua)
add_requires("xlsxio")

xorstr (mingw)

| Description | heavily vectorized c++17 compile time string encryption. | | -- | -- | | Homepage | https://github.com/JustasMasiulis/xorstr | | License | Apache-2.0 | | Versions | 2021.11.19 | | Architectures | arm, arm64, x86_64 | | Definition | xorstr/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] xorstr
Integration in the project (xmake.lua)
add_requires("xorstr")

xpack (mingw)

| Description | convert json/xml/bson to c++ struct | | -- | -- | | Homepage | https://github.com/xyz347/xpack | | License | Apache-2.0 | | Versions | v1.0.5, v1.0.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | xpack/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] xpack
Integration in the project (xmake.lua)
add_requires("xpack")

xproperty (mingw)

| Description | Traitlets-like C++ properties and implementation of the observer pattern | | -- | -- | | Homepage | https://github.com/jupyter-xeus/xproperty | | License | BSD-3-Clause | | Versions | 0.12.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | xproperty/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] xproperty
Integration in the project (xmake.lua)
add_requires("xproperty")

xtl (mingw)

| Description | Basic tools (containers, algorithms) used by other quantstack packages | | -- | -- | | Homepage | https://github.com/xtensor-stack/xtl/ | | License | BSD-3-Clause | | Versions | 0.7.2, 0.7.3, 0.7.4, 0.7.6, 0.7.7, 0.8.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | xtl/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] xtl
Integration in the project (xmake.lua)
add_requires("xtl")

xxhash (mingw)

| Description | xxHash is an extremely fast non-cryptographic hash algorithm, working at RAM speed limit. | | -- | -- | | Homepage | http://cyan4973.github.io/xxHash/ | | License | BSD-2-Clause | | Versions | v0.8.0, v0.8.1, v0.8.2, v0.8.3 | | Architectures | arm, arm64, i386, x86_64 | | Definition | xxhash/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] xxhash
Integration in the project (xmake.lua)
add_requires("xxhash")

xz (mingw)

| Description | General-purpose data compression with high compression ratio. | | -- | -- | | Homepage | https://tukaani.org/xz/ | | Versions | 5.2.11, 5.2.12, 5.2.13, 5.4.2, 5.4.3, 5.4.4, 5.4.5, 5.4.6, 5.4.7, 5.6.2, 5.6.3, 5.6.4, 5.8.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | xz/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] xz
Integration in the project (xmake.lua)
add_requires("xz")

y

yaml-cpp (mingw)

| Description | A YAML parser and emitter in C++ | | -- | -- | | Homepage | https://github.com/jbeder/yaml-cpp/ | | License | MIT | | Versions | 0.6.3, 0.7.0, 0.8.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | yaml-cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] yaml-cpp
Integration in the project (xmake.lua)
add_requires("yaml-cpp")

yaml_cpp_struct (mingw)

| Description | It's easy to mapping yaml to cpp's struct | | -- | -- | | Homepage | https://github.com/fantasy-peak/yaml_cpp_struct | | License | MIT | | Versions | v1.0.2, v1.0.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | yaml_cpp_struct/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] yaml_cpp_struct
Integration in the project (xmake.lua)
add_requires("yaml_cpp_struct")

yas (mingw)

| Description | Yet Another Serialization | | -- | -- | | Homepage | https://github.com/niXman/yas | | Versions | 2023.09.13, 2025.02.19 | | Architectures | arm, arm64, i386, x86_64 | | Definition | yas/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] yas
Integration in the project (xmake.lua)
add_requires("yas")

yasm (mingw)

| Description | Modular BSD reimplementation of NASM. | | -- | -- | | Homepage | https://yasm.tortall.net/ | | Versions | 1.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | yasm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] yasm
Integration in the project (xmake.lua)
add_requires("yasm")

yoga (mingw)

| Description | Yoga is a cross-platform layout engine which implements Flexbox. Follow https://twitter.com/yogalayout for updates. | | -- | -- | | Homepage | https://yogalayout.com/ | | License | MIT | | Versions | v2.0.1, v3.0.0, v3.0.2, v3.0.3, v3.0.4, v3.1.0, v3.2.0, v3.2.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | yoga/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] yoga
Integration in the project (xmake.lua)
add_requires("yoga")

yomm2 (mingw)

| Description | Fast, orthogonal, open multi-methods. Solve the Expression Problem in C++17. | | -- | -- | | Homepage | https://github.com/jll63/yomm2 | | License | BSL-1.0 | | Versions | v1.4.0, v1.5.0, v1.5.1, v1.5.2, v1.6.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | yomm2/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] yomm2
Integration in the project (xmake.lua)
add_requires("yomm2")

yxml (mingw)

| Description | Yxml - A small, fast and correct XML parser* | | -- | -- | | Homepage | https://dev.yorhel.nl/yxml | | License | MIT | | Versions | 2020.08.13 | | Architectures | arm, arm64, i386, x86_64 | | Definition | yxml/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] yxml
Integration in the project (xmake.lua)
add_requires("yxml")

yyjson (mingw)

| Description | The fastest JSON library in C. | | -- | -- | | Homepage | https://github.com/ibireme/yyjson | | License | MIT | | Versions | 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.5.1, 0.8.0, 0.9.0, 0.10.0, 0.11.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | yyjson/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] yyjson
Integration in the project (xmake.lua)
add_requires("yyjson")

z

zasm (mingw)

| Description | x86-64 Assembler based on Zydis | | -- | -- | | Homepage | https://github.com/zyantific/zasm | | Versions | 2023.06.21, 2024.05.14, 2025.03.02 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zasm/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zasm
Integration in the project (xmake.lua)
add_requires("zasm")

zbar (mingw)

| Description | Library for reading bar codes from various sources | | -- | -- | | Homepage | https://github.com/mchehab/zbar | | License | LGPL-2.1 | | Versions | 0.23.93 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zbar/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zbar
Integration in the project (xmake.lua)
add_requires("zbar")

zeromq (mingw)

| Description | High-performance, asynchronous messaging library | | -- | -- | | Homepage | https://zeromq.org/ | | License | MPL-2.0 | | Versions | 4.3.2, 4.3.4, 4.3.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zeromq/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zeromq
Integration in the project (xmake.lua)
add_requires("zeromq")

zeus_expected (mingw)

| Description | Backporting std::expected to C++17. | | -- | -- | | Homepage | https://github.com/zeus-cpp/expected | | License | MIT | | Versions | v1.0.0, v1.0.1, v1.1.0, v1.1.1, v1.2.0, v1.3.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zeus_expected/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zeus_expected
Integration in the project (xmake.lua)
add_requires("zeus_expected")

zig (mingw)

| Description | Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. | | -- | -- | | Homepage | https://ziglang.org | | Versions | 0.10.1, 0.11.0, 0.12.0, 0.13.0, 0.14.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zig/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zig
Integration in the project (xmake.lua)
add_requires("zig")

zint (mingw)

| Description | A barcode encoding library supporting over 50 symbologies including Code 128, Data Matrix, USPS OneCode, EAN-128, UPC/EAN, ITF, QR Code, Code 16k, PDF417, MicroPDF417, LOGMARS, Maxicode, GS1 DataBar, Aztec, Composite Symbols and more. | | -- | -- | | Homepage | http://www.zint.org.uk | | License | GPL-3.0 | | Versions | 2.14.0, 2.15.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zint/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zint
Integration in the project (xmake.lua)
add_requires("zint")

zip (mingw)

| Description | Info-ZIP zip utility | | -- | -- | | Homepage | http://www.info-zip.org/Zip.html | | Versions | 3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zip/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zip
Integration in the project (xmake.lua)
add_requires("zip")

zlib (mingw)

| Description | A Massively Spiffy Yet Delicately Unobtrusive Compression Library | | -- | -- | | Homepage | http://www.zlib.net | | License | zlib | | Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zlib/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zlib
Integration in the project (xmake.lua)
add_requires("zlib")

zlib-ng (mingw)

| Description | zlib replacement with optimizations for next generation systems. | | -- | -- | | Homepage | https://github.com/zlib-ng/zlib-ng | | License | zlib | | Versions | 2.0.5, 2.0.6, 2.1.5, 2.1.6, 2.2.1, 2.2.2, 2.2.4 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zlib-ng/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zlib-ng
Integration in the project (xmake.lua)
add_requires("zlib-ng")

zlibcomplete (mingw)

| Description | C++ interface to the ZLib library supporting compression with FLUSH, decompression, and std::string. RAII | | -- | -- | | Homepage | https://github.com/rudi-cilibrasi/zlibcomplete | | License | MIT | | Versions | 1.0.5 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zlibcomplete/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zlibcomplete
Integration in the project (xmake.lua)
add_requires("zlibcomplete")

zoe (mingw)

| Description | C++ File Download Library. | | -- | -- | | Homepage | https://github.com/winsoft666/zoe | | License | MIT | | Versions | v3.6 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zoe/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zoe
Integration in the project (xmake.lua)
add_requires("zoe")

zopfli (mingw)

| Description | Zopfli Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression. | | -- | -- | | Homepage | https://github.com/google/zopfli | | License | Apache-2.0 | | Versions | 2021.06.14 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zopfli/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zopfli
Integration in the project (xmake.lua)
add_requires("zopfli")

zpp_bits (mingw)

| Description | A lightweight C++20 serialization and RPC library | | -- | -- | | Homepage | https://github.com/eyalz800/zpp_bits | | License | MIT | | Versions | v4.4.25, v4.5, v4.5.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zpp_bits/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zpp_bits
Integration in the project (xmake.lua)
add_requires("zpp_bits")

zpp_throwing (mingw)

| Description | Using coroutines to implement C++ exceptions for freestanding environments | | -- | -- | | Homepage | https://github.com/eyalz800/zpp_throwing | | License | MIT | | Versions | v1.0.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zpp_throwing/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zpp_throwing
Integration in the project (xmake.lua)
add_requires("zpp_throwing")

zstd (mingw)

| Description | Zstandard - Fast real-time compression algorithm | | -- | -- | | Homepage | https://www.zstd.net/ | | License | BSD-3-Clause | | Versions | v1.4.5, v1.5.0, v1.5.2, v1.5.5, v1.5.6, v1.5.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zstd/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zstd
Integration in the project (xmake.lua)
add_requires("zstd")

zstr (mingw)

| Description | A C++ header-only ZLib wrapper. | | -- | -- | | Homepage | https://github.com/mateidavid/zstr | | License | MIT | | Versions | v1.0.7 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zstr/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zstr
Integration in the project (xmake.lua)
add_requires("zstr")

zxing-cpp (mingw)

| Description | C++ port of ZXing | | -- | -- | | Homepage | https://github.com/zxing-cpp/zxing-cpp | | License | Apache-2.0 | | Versions | v2.2.1, v2.3.0 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zxing-cpp/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zxing-cpp
Integration in the project (xmake.lua)
add_requires("zxing-cpp")

zycore-c (mingw)

| Description | Internal library providing platform independent types, macros and a fallback for environments without LibC. | | -- | -- | | Homepage | https://github.com/zyantific/zycore-c | | License | MIT | | Versions | v1.0.0, v1.1.0, v1.2.0, v1.3.0, v1.4.0, v1.4.1, v1.5.0, v1.5.2 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zycore-c/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zycore-c
Integration in the project (xmake.lua)
add_requires("zycore-c")

zydis (mingw)

| Description | Fast and lightweight x86/x86-64 disassembler and code generation library | | -- | -- | | Homepage | https://zydis.re | | License | MIT | | Versions | v3.2.1, v4.0.0, v4.1.0, v4.1.1 | | Architectures | arm, arm64, i386, x86_64 | | Definition | zydis/xmake.lua |

Install command
xrepo install -p mingw [--mingw=/xxx] zydis
Integration in the project (xmake.lua)
add_requires("zydis")