| Description | Dead simple zipping / unzipping C++ Lib | | -- | -- | | Homepage | https://github.com/Sygmei/11Zip | | License | MIT | | Versions | 2023.05.10 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | 11zip/xmake.lua |
xrepo install 11zip
add_requires("11zip")
| Description | A file archiver with a high compression ratio. | | -- | -- | | Homepage | https://www.7-zip.org/ | | Versions | 21.02 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | 7z/xmake.lua |
xrepo install 7z
add_requires("7z")
| 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, arm64ec, x64, x86 | | Definition | abseil/xmake.lua |
xrepo install abseil
add_requires("abseil")
| 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, arm64ec, x64, x86 | | Definition | access_private/xmake.lua |
xrepo install access_private
add_requires("access_private")
| Description | ACE (ADAPTIVE Communication Environment) is a C++ framework for implementing distributed and networked applications. | | -- | -- | | Homepage | https://www.dre.vanderbilt.edu/~schmidt/ACE.html | | License | DOC | | Versions | 8.0.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ace/xmake.lua |
xrepo install ace
add_requires("ace")
| Description | C/C++ server and network library, including coroutine, redis client, http/https/websocket, mqtt, mysql/postgresql/sqlite client with C/C++ for Linux, Android, iOS, MacOS, Windows. | | -- | -- | | Homepage | https://acl-dev.cn | | License | LGPL-3.0 | | Versions | v3.6.2, v3.6.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | acl-dev/xmake.lua |
xrepo install acl-dev
add_requires("acl-dev")
| Description | An Open Source Implementation of the Actor Model in C++ | | -- | -- | | Homepage | http://actor-framework.org/ | | License | BSD-3-Clause | | Versions | 0.19.2, 0.19.6, 1.0.0, 1.0.1, 1.0.2, 1.1.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | actor-framework/xmake.lua |
xrepo install actor-framework
add_requires("actor-framework")
| 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, arm64ec, x64, x86 | | Definition | ada/xmake.lua |
xrepo install ada
add_requires("ada")
| 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, arm64ec, x64, x86 | | Definition | ade/xmake.lua |
xrepo install ade
add_requires("ade")
| 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, arm64ec, x64, x86 | | Definition | agg/xmake.lua |
xrepo install agg
add_requires("agg")
| 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, arm64ec, x64, x86 | | Definition | aitoolkit/xmake.lua |
xrepo install aitoolkit
add_requires("aitoolkit")
| 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, arm64ec, x64, x86 | | Definition | aklomp-base64/xmake.lua |
xrepo install aklomp-base64
add_requires("aklomp-base64")
| Description | x64 binary obfuscator | | -- | -- | | Homepage | https://github.com/weak1337/Alcatraz | | Versions | 2023.07.14 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | alcatraz/xmake.lua |
xrepo install alcatraz
add_requires("alcatraz")
| 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, arm64ec, x64, x86 | | Definition | alembic/xmake.lua |
xrepo install alembic
add_requires("alembic")
| 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, arm64ec, x64, x86 | | Definition | algo_plus/xmake.lua |
xrepo install algo_plus
add_requires("algo_plus")
| 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, arm64ec, x64, x86 | | Definition | alpaca/xmake.lua |
xrepo install alpaca
add_requires("alpaca")
| 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, arm64ec, x64, x86 | | Definition | amgcl/xmake.lua |
xrepo install amgcl
add_requires("amgcl")
| Description | Distributed multigrid linear solver library on GPU | | -- | -- | | Homepage | https://developer.nvidia.com/amgx | | License | BSD-3-Clause | | Versions | v2.4.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | amgx/xmake.lua |
xrepo install amgx
add_requires("amgx")
| 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, arm64ec, x64, x86 | | Definition | amqp-cpp/xmake.lua |
xrepo install amqp-cpp
add_requires("amqp-cpp")
| 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, arm64ec, x64, x86 | | Definition | amrex/xmake.lua |
xrepo install amrex
add_requires("amrex")
| 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, arm64ec, x64, x86 | | Definition | anari/xmake.lua |
xrepo install anari
add_requires("anari")
| 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 | arm64, x64, x86 | | Definition | angelscript/xmake.lua |
xrepo install angelscript
add_requires("angelscript")
| Description | ANGLE - Almost Native Graphics Layer Engine | | -- | -- | | Homepage | https://chromium.googlesource.com/angle/angle | | License | BSD-3-Clause | | Versions | 6288 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | angle/xmake.lua |
xrepo install angle
add_requires("angle")
| 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, arm64ec, x64, x86 | | Definition | annoy/xmake.lua |
xrepo install annoy
add_requires("annoy")
| 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, arm64ec, x64, x86 | | Definition | antlr4/xmake.lua |
xrepo install antlr4
add_requires("antlr4")
| 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, arm64ec, x64, x86 | | Definition | antlr4-runtime/xmake.lua |
xrepo install antlr4-runtime
add_requires("antlr4-runtime")
| Description | AV1 Codec Library | | -- | -- | | Homepage | https://aomedia.googlesource.com/aom | | License | BSD-2-Clause | | Versions | 3.9.1 | | Architectures | arm, arm64ec, x64, x86 | | Definition | aom/xmake.lua |
xrepo install aom
add_requires("aom")
| Description | Mirror of Apache Portable Runtime | | -- | -- | | Homepage | https://github.com/apache/apr | | License | Apache-2.0 | | Versions | 1.7.0, 1.7.4, 1.7.5, 1.7.6 | | Architectures | x64, x86 | | Definition | apr/xmake.lua |
xrepo install apr
add_requires("apr")
| Description | aqt: Another (unofficial) Qt CLI Installer on multi-platforms | | -- | -- | | Homepage | https://github.com/miurahr/aqtinstall | | License | MIT | | Versions | | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | aqt/xmake.lua |
xrepo install aqt
add_requires("aqt")
| Description | A vision library for genicam based cameras | | -- | -- | | Homepage | https://github.com/AravisProject/aravis | | License | LGPL-2.1 | | Versions | 0.8.33 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | aravis/xmake.lua |
xrepo install aravis
add_requires("aravis")
| 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, arm64ec, x64, x86 | | Definition | arduinojson/xmake.lua |
xrepo install arduinojson
add_requires("arduinojson")
| Description | Argh! A minimalist argument handler. | | -- | -- | | Homepage | https://github.com/adishavit/argh | | License | BSD-3-Clause | | Versions | v1.3.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | argh/xmake.lua |
xrepo install argh
add_requires("argh")
| 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, arm64ec, x64, x86 | | Definition | argparse/xmake.lua |
xrepo install argparse
add_requires("argparse")
| 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, arm64ec, x64, x86 | | Definition | argtable3/xmake.lua |
xrepo install argtable3
add_requires("argtable3")
| 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, arm64ec, x64, x86 | | Definition | argus/xmake.lua |
xrepo install argus
add_requires("argus")
| 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, arm64ec, x64, x86 | | Definition | argz/xmake.lua |
xrepo install argz
add_requires("argz")
| Description | Yet another llvm based obfuscator based on goron. | | -- | -- | | Homepage | https://github.com/KomiMoe/Arkari | | License | Apache-2.0 | | Versions | 19.1.3 | | Architectures | x64 | | Definition | arkari/xmake.lua |
xrepo install arkari
add_requires("arkari")
| Description | C++ library for linear algebra & scientific computing | | -- | -- | | Homepage | http://arma.sourceforge.net/ | | License | Apache-2.0 | | Versions | 10.7.0, 10.7.3, 10.8.1, 11.2.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | armadillo/xmake.lua |
xrepo install armadillo
add_requires("armadillo")
| 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, arm64ec, x64, x86 | | Definition | asap/xmake.lua |
xrepo install asap
add_requires("asap")
| Description | C++20 AngelScript binding library | | -- | -- | | Homepage | https://asbind20.readthedocs.io/ | | License | MIT | | Versions | 1.6.0, 1.7.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | asbind20/xmake.lua |
xrepo install asbind20
add_requires("asbind20")
| 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, arm64ec, x64, x86 | | Definition | aseprite-tga/xmake.lua |
xrepo install aseprite-tga
add_requires("aseprite-tga")
| 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, arm64ec, x64, x86 | | Definition | asio/xmake.lua |
xrepo install asio
add_requires("asio")
| 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, arm64ec, x64, x86 | | Definition | asio2/xmake.lua |
xrepo install asio2
add_requires("asio2")
| 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, arm64ec, x64, x86 | | Definition | asio3/xmake.lua |
xrepo install asio3
add_requires("asio3")
| 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, arm64ec, x64, x86 | | Definition | asmjit/xmake.lua |
xrepo install asmjit
add_requires("asmjit")
| Description | Assembler toolkit based on AsmJit | | -- | -- | | Homepage | https://github.com/asmjit/asmtk | | License | zlib | | Versions | 2023.07.18 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | asmtk/xmake.lua |
xrepo install asmtk
add_requires("asmtk")
| 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, arm64ec, x64, x86 | | Definition | assimp/xmake.lua |
xrepo install assimp
add_requires("assimp")
| 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, arm64ec, x64, x86 | | Definition | astc-encoder/xmake.lua |
xrepo install astc-encoder
add_requires("astc-encoder")
| 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, arm64ec, x64, x86 | | Definition | async_simple/xmake.lua |
xrepo install async_simple
add_requires("async_simple")
| Description | ATK - The Accessibility Toolkit | | -- | -- | | Homepage | https://gitlab.gnome.org/GNOME/atk | | License | LGPL-2.0 | | Versions | 2.38.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | atk/xmake.lua |
xrepo install atk
add_requires("atk")
| 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, arm64ec, x64, x86 | | Definition | atomic_queue/xmake.lua |
xrepo install atomic_queue
add_requires("atomic_queue")
| 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, arm64ec, x64, x86 | | Definition | audiofile/xmake.lua |
xrepo install audiofile
add_requires("audiofile")
| Description | Declarative UI toolkit for modern C++20 | | -- | -- | | Homepage | https://github.com/aui-framework/aui | | License | MPL-2.0 | | Versions | v7.1.2 | | Architectures | x64, x86 | | Definition | aui/xmake.lua |
xrepo install aui
add_requires("aui")
| 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, arm64ec, x64, x86 | | Definition | aurora-au/xmake.lua |
xrepo install aurora-au
add_requires("aurora-au")
| 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, arm64ec, x64, x86 | | Definition | autoconf/xmake.lua |
xrepo install autoconf
add_requires("autoconf")
| 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, arm64ec, x64, x86 | | Definition | autoconf-archive/xmake.lua |
xrepo install autoconf-archive
add_requires("autoconf-archive")
| Description | automatic differentiation made easier for C++ | | -- | -- | | Homepage | https://autodiff.github.io | | License | MIT | | Versions | v1.0.3, v1.1.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | autodiff/xmake.lua |
xrepo install autodiff
add_requires("autodiff")
| 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, arm64ec, x64, x86 | | Definition | automake/xmake.lua |
xrepo install automake
add_requires("automake")
| Description | %s | | -- | -- | | Homepage | %s | | Versions | | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | autotools/xmake.lua |
xrepo install autotools
add_requires("autotools")
| 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, arm64ec, x64, x86 | | Definition | avir/xmake.lua |
xrepo install avir
add_requires("avir")
| 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, arm64ec, x64, x86 | | Definition | aws-c-auth/xmake.lua |
xrepo install aws-c-auth
add_requires("aws-c-auth")
| 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, arm64ec, x64, x86 | | Definition | aws-c-cal/xmake.lua |
xrepo install aws-c-cal
add_requires("aws-c-cal")
| 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, arm64ec, x64, x86 | | Definition | aws-c-common/xmake.lua |
xrepo install aws-c-common
add_requires("aws-c-common")
| 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, arm64ec, x64, x86 | | Definition | aws-c-compression/xmake.lua |
xrepo install aws-c-compression
add_requires("aws-c-compression")
| Description | C99 implementation of the vnd.amazon.eventstream content-type. | | -- | -- | | Homepage | https://github.com/awslabs/aws-c-event-stream | | License | Apache-2.0 | | Versions | v0.3.2, v0.4.1, v0.4.2, v0.4.3, v0.5.0, v0.5.1, v0.5.4, v0.5.5 | | Architectures | x64, x86 | | Definition | aws-c-event-stream/xmake.lua |
xrepo install aws-c-event-stream
add_requires("aws-c-event-stream")
| 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, arm64ec, x64, x86 | | Definition | aws-c-http/xmake.lua |
xrepo install aws-c-http
add_requires("aws-c-http")
| 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, arm64ec, x64, x86 | | Definition | aws-c-io/xmake.lua |
xrepo install aws-c-io
add_requires("aws-c-io")
| Description | C99 implementation of the MQTT 3.1.1 specification. | | -- | -- | | Homepage | https://github.com/awslabs/aws-c-mqtt | | License | Apache-2.0 | | Versions | v0.9.5, v0.10.3, v0.10.4, v0.10.6, v0.10.7, v0.11.0, v0.12.1, v0.12.3, v0.13.2 | | Architectures | x64, x86 | | Definition | aws-c-mqtt/xmake.lua |
xrepo install aws-c-mqtt
add_requires("aws-c-mqtt")
| 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, arm64ec, x64, x86 | | Definition | aws-c-s3/xmake.lua |
xrepo install aws-c-s3
add_requires("aws-c-s3")
| 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, arm64ec, x64, x86 | | Definition | aws-c-sdkutils/xmake.lua |
xrepo install aws-c-sdkutils
add_requires("aws-c-sdkutils")
| 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, arm64ec, x64, x86 | | Definition | aws-checksums/xmake.lua |
xrepo install aws-checksums
add_requires("aws-checksums")
| Description | C++ wrapper around the aws-c- libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.* | | -- | -- | | Homepage | https://github.com/awslabs/aws-crt-cpp | | License | Apache-2.0 | | Versions | v0.23.1, v0.26.4, v0.26.8, v0.26.9, v0.26.11, v0.27.0, v0.27.2, v0.27.4, v0.27.5, v0.28.2, v0.28.3, v0.29.5, v0.29.8 | | Architectures | x64, x86 | | Definition | aws-crt-cpp/xmake.lua |
xrepo install aws-crt-cpp
add_requires("aws-crt-cpp")
| 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, arm64ec, x64, x86 | | Definition | aws-lc/xmake.lua |
xrepo install aws-lc
add_requires("aws-lc")
| 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, arm64ec, x64, x86 | | Definition | b2/xmake.lua |
xrepo install b2
add_requires("b2")
| 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, arm64ec, x64, x86 | | Definition | backportcpp/xmake.lua |
xrepo install backportcpp
add_requires("backportcpp")
| 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, arm64ec, x64, x86 | | Definition | backward-cpp/xmake.lua |
xrepo install backward-cpp
add_requires("backward-cpp")
| Description | Human-friendly unit testing for C++11 | | -- | -- | | Homepage | https://banditcpp.github.io/bandit/ | | Versions | 2023.08.05 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | bandit/xmake.lua |
xrepo install bandit
add_requires("bandit")
| 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, arm64ec, x64, x86 | | Definition | barkeep/xmake.lua |
xrepo install barkeep
add_requires("barkeep")
| 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, arm64ec, x64, x86 | | Definition | base-n/xmake.lua |
xrepo install base-n
add_requires("base-n")
| Description | Simple, open source, header-only base64 encoder | | -- | -- | | Homepage | https://terrakuh.github.io/base64/classbase64.html | | License | Unlicense | | Versions | v1.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | base64-terrakuh/xmake.lua |
xrepo install base64-terrakuh
add_requires("base64-terrakuh")
| Description | Basis Universal GPU Texture Codec | | -- | -- | | Homepage | https://github.com/BinomialLLC/basis_universal | | License | Apache-2.0 | | Versions | 1.16.4 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | basisu/xmake.lua |
xrepo install basisu
add_requires("basisu")
| Description | BASS is an audio library for use in software. It provides efficient sample, stream, MOD music, MO3 music, and recording functions. | | -- | -- | | Homepage | https://www.un4seen.com/ | | Versions | 2.4 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | bass24/xmake.lua |
xrepo install bass24
add_requires("bass24")
| Description | A fast, scalable, multi-language and extensible build system | | -- | -- | | Homepage | https://bazel.build/ | | Versions | 5.0.0, 7.1.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | bazel/xmake.lua |
xrepo install bazel
add_requires("bazel")
| 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, arm64ec, x64, x86 | | Definition | bcg729/xmake.lua |
xrepo install bcg729
add_requires("bcg729")
| 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, arm64ec, x64, x86 | | Definition | bddisasm/xmake.lua |
xrepo install bddisasm
add_requires("bddisasm")
| 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, arm64ec, x64, x86 | | Definition | bdwgc/xmake.lua |
xrepo install bdwgc
add_requires("bdwgc")
| 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, arm64ec, x64, x86 | | Definition | benchmark/xmake.lua |
xrepo install benchmark
add_requires("benchmark")
| 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, arm64ec, x64, x86 | | Definition | bento4/xmake.lua |
xrepo install bento4
add_requires("bento4")
| 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, arm64ec, x64, x86 | | Definition | better-enums/xmake.lua |
xrepo install better-enums
add_requires("better-enums")
| Description | Cross-platform, graphics API agnostic, “Bring Your Own Engine/Framework” style rendering library | | -- | -- | | Homepage | https://bkaradzic.github.io/bgfx/ | | License | BSD-2-Clause | | Versions | 7816, 8203, 8674, 8752 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | bgfx/xmake.lua |
xrepo install bgfx
add_requires("bgfx")
| Description | BGHT: Better GPU Hash Tables | | -- | -- | | Homepage | https://owensgroup.github.io/BGHT/ | | License | Apache-2.0 | | Versions | 2024.03.06 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | bght/xmake.lua |
xrepo install bght
add_requires("bght")
| 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, arm64ec, x64, x86 | | Definition | bin2c/xmake.lua |
xrepo install bin2c
add_requires("bin2c")
| Description | Binary Serialization | | -- | -- | | Homepage | https://github.com/liteserver/binn | | License | Apache-2.0 | | Versions | v3.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | binn/xmake.lua |
xrepo install binn
add_requires("binn")
| 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, arm64ec, x64, x86 | | Definition | binutils/xmake.lua |
xrepo install binutils
add_requires("binutils")
| Description | A general-purpose parser generator. | | -- | -- | | Homepage | https://www.gnu.org/software/bison/ | | License | GPL-3.0 | | Versions | 3.7.4, 3.7.6, 3.8.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | bison/xmake.lua |
xrepo install bison
add_requires("bison")
| 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, arm64ec, x64, x86 | | Definition | bitsery/xmake.lua |
xrepo install bitsery
add_requires("bitsery")
| Description | A small 2d c++ game framework | | -- | -- | | Homepage | https://github.com/NoelFB/blah | | License | MIT | | Versions | 2023.01.03 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | blah/xmake.lua |
xrepo install blah
add_requires("blah")
| Description | BLAKE2 official implementations | | -- | -- | | Homepage | https://blake2.net | | License | CC0-1.0 | | Versions | 2023.02.12 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | blake2/xmake.lua |
xrepo install blake2
add_requires("blake2")
| 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, arm64ec, x64, x86 | | Definition | blake3/xmake.lua |
xrepo install blake3
add_requires("blake3")
| Description | A high performance C++ math library. | | -- | -- | | Homepage | https://bitbucket.org/blaze-lib/blaze/ | | License | BSD-3-Clause | | Versions | 3.8, 3.8.1 | | Architectures | x64 | | Definition | blaze/xmake.lua |
xrepo install blaze
add_requires("blaze")
| Description | 2D Vector Graphics Engine Powered by a JIT Compiler | | -- | -- | | Homepage | https://blend2d.com | | License | zlib | | Versions | 0.11.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | blend2d/xmake.lua |
xrepo install blend2d
add_requires("blend2d")
| Description | Blitz++ Multi-Dimensional Array Library for C++ | | -- | -- | | Homepage | https://github.com/blitzpp/blitz | | License | LGPL-3.0 | | Versions | 1.0.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | blitz/xmake.lua |
xrepo install blitz
add_requires("blitz")
| 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, arm64ec, x64, x86 | | Definition | blobify/xmake.lua |
xrepo install blobify
add_requires("blobify")
| Description | A modern C++ library for hacking. | | -- | -- | | Homepage | %s | | License | GPL-3.0 | | Versions | 2025.04.04 | | Architectures | x64, x86 | | Definition | blook/xmake.lua |
xrepo install blook
add_requires("blook")
| 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, arm64ec, x64, x86 | | Definition | blosc/xmake.lua |
xrepo install blosc
add_requires("blosc")
| 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, arm64ec, x64, x86 | | Definition | boost/xmake.lua |
xrepo install boost
add_requires("boost")
| Description | DI: C++14 Dependency Injection Library | | -- | -- | | Homepage | https://boost-ext.github.io/di | | Versions | v1.3.0, v1.3.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | boost_di/xmake.lua |
xrepo install boost_di
add_requires("boost_di")
| 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, arm64ec, x64, x86 | | Definition | boost_pfr/xmake.lua |
xrepo install boost_pfr
add_requires("boost_pfr")
| 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, arm64ec, x64, x86 | | Definition | boost_reflect/xmake.lua |
xrepo install boost_reflect
add_requires("boost_reflect")
| 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, arm64ec, x64, x86 | | Definition | boost_sml/xmake.lua |
xrepo install boost_sml
add_requires("boost_sml")
| Description | UT: C++20 μ(micro)/Unit Testing Framework | | -- | -- | | Homepage | https://boost-ext.github.io/ut/ | | License | BSL-1.0 | | Versions | v1.1.9, v2.0.1, v2.1.0, v2.1.1, v2.3.0, v2.3.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | boost_ut/xmake.lua |
xrepo install boost_ut
add_requires("boost_ut")
| 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, arm64ec, x64, x86 | | Definition | boostdep/xmake.lua |
xrepo install boostdep
add_requires("boostdep")
| Description | BoringSSL is a fork of OpenSSL that is designed to meet Google's needs. | | -- | -- | | Homepage | https://boringssl.googlesource.com/boringssl | | Versions | 2021.12.29, 2022.06.13 | | Architectures | arm, arm64ec, x64, x86 | | Definition | boringssl/xmake.lua |
xrepo install boringssl
add_requires("boringssl")
| Description | Cryptography Toolkit | | -- | -- | | Homepage | https://botan.randombit.net | | License | BSD-2-Clause | | Versions | 3.4.0, 3.5.0, 3.6.0, 3.6.1, 3.7.0, 3.7.1, 3.8.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | botan/xmake.lua |
xrepo install botan
add_requires("botan")
| 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, arm64ec, x64, x86 | | Definition | box2d/xmake.lua |
xrepo install box2d
add_requires("box2d")
| Description | Convenient & cross-platform sandboxing C library | | -- | -- | | Homepage | https://github.com/Snaipe/BoxFort | | License | MIT | | Versions | 2024.05.02 | | Architectures | arm, arm64ec, x64, x86 | | Definition | boxfort/xmake.lua |
xrepo install boxfort
add_requires("boxfort")
| Description | Maybe the world's fastest logging library, originating from the client of the top mobile game Honor of Kings, is lightweight, works on PC, mobile, and servers, supports C#, Java, and C++, and is well adapted to Unity and Unreal engines. | | -- | -- | | Homepage | https://github.com/Tencent/BqLog | | Versions | 1.4.4 | | Architectures | x64 | | Definition | bqlog/xmake.lua |
xrepo install bqlog
add_requires("bqlog")
| Description | Branchless UTF-8 decoder | | -- | -- | | Homepage | https://github.com/skeeto/branchless-utf8 | | Versions | 2022.08.30 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | branchless-utf8/xmake.lua |
xrepo install branchless-utf8
add_requires("branchless-utf8")
| Description | Mirror of Google Breakpad project | | -- | -- | | Homepage | https://chromium.googlesource.com/breakpad/breakpad | | Versions | v2023.01.27, v2023.06.01 | | Architectures | x64, x86 | | Definition | breakpad/xmake.lua |
xrepo install breakpad
add_requires("breakpad")
| Description | Boost::ASIO low-level redis client (connector) | | -- | -- | | Homepage | https://github.com/basiliscos/cpp-bredis | | License | MIT | | Versions | v0.12 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | bredis/xmake.lua |
xrepo install bredis
add_requires("bredis")
| Description | Brotli compression format. | | -- | -- | | Homepage | https://github.com/google/brotli | | License | MIT | | Versions | v1.0.9, v1.1.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | brotli/xmake.lua |
xrepo install brotli
add_requires("brotli")
| 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, arm64ec, x64, x86 | | Definition | brynet/xmake.lua |
xrepo install brynet
add_requires("brynet")
| Description | Bullet Physics SDK. | | -- | -- | | Homepage | http://bulletphysics.org | | License | zlib | | Versions | 2.88, 3.05, 3.09, 3.24, 3.25 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | bullet3/xmake.lua |
xrepo install bullet3
add_requires("bullet3")
| 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, arm64ec, x64, x86 | | Definition | bvh/xmake.lua |
xrepo install bvh
add_requires("bvh")
| 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, arm64ec, x64, x86 | | Definition | bytepack/xmake.lua |
xrepo install bytepack
add_requires("bytepack")
| Description | Freely available, patent free, high-quality data compressor. | | -- | -- | | Homepage | https://sourceware.org/bzip2/ | | Versions | 1.0.8 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | bzip2/xmake.lua |
xrepo install bzip2
add_requires("bzip2")
| 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, arm64ec, x64, x86 | | Definition | bzip3/xmake.lua |
xrepo install bzip3
add_requires("bzip3")
| 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, arm64ec, x64, x86 | | Definition | c-ares/xmake.lua |
xrepo install c-ares
add_requires("c-ares")
| 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, arm64ec, x64, x86 | | Definition | c-blosc2/xmake.lua |
xrepo install c-blosc2
add_requires("c-blosc2")
| 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, arm64ec, x64, x86 | | Definition | c-vector/xmake.lua |
xrepo install c-vector
add_requires("c-vector")
| 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, arm64ec, x64, x86 | | Definition | c4core/xmake.lua |
xrepo install c4core
add_requires("c4core")
| 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, arm64ec, x64, x86 | | Definition | ca-certificates/xmake.lua |
xrepo install ca-certificates
add_requires("ca-certificates")
| Description | Vector graphics library with cross-device output support. | | -- | -- | | Homepage | https://cairographics.org/ | | License | MPL-1.1 | | Versions | 1.17.6, 1.17.8, 1.18.0 | | Architectures | x64, x86 | | Definition | cairo/xmake.lua |
xrepo install cairo
add_requires("cairo")
| Description | Cap'n Proto serialization/RPC system - core tools and C++ library. | | -- | -- | | Homepage | https://github.com/capnproto/capnproto | | License | MIT | | Versions | 0.7.0, 0.8.0, 0.9.0, 1.0.2, 1.1.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | capnproto/xmake.lua |
xrepo install capnproto
add_requires("capnproto")
| 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, arm64ec, x64, x86 | | Definition | capstone/xmake.lua |
xrepo install capstone
add_requires("capstone")
| 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, arm64ec, x64, x86 | | Definition | cargs/xmake.lua |
xrepo install cargs
add_requires("cargs")
| Description | Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. | | -- | -- | | Homepage | https://github.com/cartographer-project/cartographer | | License | Apache-2.0 | | Versions | 1.0.0, 2.0.0 | | Architectures | x64, x86 | | Definition | cartographer/xmake.lua |
xrepo install cartographer
add_requires("cartographer")
| 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, arm64ec, x64, x86 | | Definition | catch2/xmake.lua |
xrepo install catch2
add_requires("catch2")
| Description | 3D Audio Engine Based on Openal | | -- | -- | | Homepage | https://github.com/R4stl1n/cAudio | | Versions | 2.3.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | caudio/xmake.lua |
xrepo install caudio
add_requires("caudio")
| Description | Constrained Delaunay Triangulation (C++) | | -- | -- | | Homepage | https://artem-ogre.github.io/CDT/ | | License | MPL-2.0 | | Versions | 1.4.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cdt/xmake.lua |
xrepo install cdt
add_requires("cdt")
| Description | Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications. | | -- | -- | | Homepage | https://bitbucket.org/chromiumembedded | | License | BSD-3-Clause | | Versions | | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cef/xmake.lua |
xrepo install cef
add_requires("cef")
| 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, arm64ec, x64, x86 | | Definition | celero/xmake.lua |
xrepo install celero
add_requires("celero")
| Description | Higher level programming in C | | -- | -- | | Homepage | http://libcello.org/ | | Versions | 2.1.0 | | Architectures | arm, arm64ec, x64, x86 | | Definition | cello/xmake.lua |
xrepo install cello
add_requires("cello")
| 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, arm64ec, x64, x86 | | Definition | centurion/xmake.lua |
xrepo install centurion
add_requires("centurion")
| 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, arm64ec, x64, x86 | | Definition | cereal/xmake.lua |
xrepo install cereal
add_requires("cereal")
| Description | Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. | | -- | -- | | Homepage | http://ceres-solver.org/ | | License | BSD-3-Clause | | Versions | 2.0.0, 2.1.0, 2.2.0 | | Architectures | x64, x86 | | Definition | ceres-solver/xmake.lua |
xrepo install ceres-solver
add_requires("ceres-solver")
| 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, arm64ec, x64, x86 | | Definition | ceval/xmake.lua |
xrepo install ceval
add_requires("ceval")
| Description | CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format. | | -- | -- | | Homepage | https://heasarc.gsfc.nasa.gov/fitsio/ | | Versions | 4.0.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cfitsio/xmake.lua |
xrepo install cfitsio
add_requires("cfitsio")
| 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, arm64ec, x64, x86 | | Definition | cgal/xmake.lua |
xrepo install cgal
add_requires("cgal")
| Description | A GNU getopt() implementation written in pure C. | | -- | -- | | Homepage | https://github.com/xq114/cgetopt/ | | License | zlib | | Versions | 1.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cgetopt/xmake.lua |
xrepo install cgetopt
add_requires("cgetopt")
| 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, arm64ec, x64, x86 | | Definition | cgif/xmake.lua |
xrepo install cgif
add_requires("cgif")
| 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, arm64ec, x64, x86 | | Definition | cglm/xmake.lua |
xrepo install cglm
add_requires("cglm")
| 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, arm64ec, x64, x86 | | Definition | cgltf/xmake.lua |
xrepo install cgltf
add_requires("cgltf")
| Description | CFD General Notation System | | -- | -- | | Homepage | http://cgns.github.io/ | | Versions | v4.2.0, v4.4.0, v4.5.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cgns/xmake.lua |
xrepo install cgns
add_requires("cgns")
| 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, arm64ec, x64, x86 | | Definition | cgraph/xmake.lua |
xrepo install cgraph
add_requires("cgraph")
| Description | Header-only C++ embedded scripting language loosely based on ECMA script. | | -- | -- | | Homepage | http://chaiscript.com | | License | BSD-3-Clause | | Versions | v6.1.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | chaiscript/xmake.lua |
xrepo install chaiscript
add_requires("chaiscript")
| 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, arm64ec, x64, x86 | | Definition | charls/xmake.lua |
xrepo install charls
add_requires("charls")
| Description | A fast and lightweight 2D game physics library. | | -- | -- | | Homepage | https://chipmunk-physics.net/ | | License | MIT | | Versions | 7.0.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | chipmunk2d/xmake.lua |
xrepo install chipmunk2d
add_requires("chipmunk2d")
| 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, arm64ec, x64, x86 | | Definition | choc/xmake.lua |
xrepo install choc
add_requires("choc")
| 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, arm64ec, x64, x86 | | Definition | chromium_zlib/xmake.lua |
xrepo install chromium_zlib
add_requires("chromium_zlib")
| 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, arm64ec, x64, x86 | | Definition | cimg/xmake.lua |
xrepo install cimg
add_requires("cimg")
| Description | c-api for imgui (https://github.com/ocornut/imgui) Look at: https://github.com/cimgui for other widgets | | -- | -- | | Homepage | https://github.com/cimgui/cimgui | | License | MIT | | Versions | 2023.08.02 | | Architectures | x64, x86 | | Definition | cimgui/xmake.lua |
xrepo install cimgui
add_requires("cimgui")
| Description | modern c++(c++20), cross-platform, header-only, easy to use http framework | | -- | -- | | Homepage | https://github.com/qicosmos/cinatra | | License | MIT | | Versions | v0.8.0, v0.8.9, 0.9.1, 0.9.4, 0.9.5 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cinatra/xmake.lua |
xrepo install cinatra
add_requires("cinatra")
| Description | Cista is a simple, high-performance, zero-copy C++ serialization & reflection library. | | -- | -- | | Homepage | https://cista.rocks | | License | MIT | | Versions | v0.14, v0.15 | | Architectures | x64, x86 | | Definition | cista/xmake.lua |
xrepo install cista
add_requires("cista")
| Description | Embedded C/C++ web server | | -- | -- | | Homepage | https://github.com/civetweb/civetweb | | License | MIT | | Versions | v1.15 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | civetweb/xmake.lua |
xrepo install civetweb
add_requires("civetweb")
| 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, arm64ec, x64, x86 | | Definition | cjson/xmake.lua |
xrepo install cjson
add_requires("cjson")
| 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, arm64ec, x64, x86 | | Definition | clara/xmake.lua |
xrepo install clara
add_requires("clara")
| 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, arm64ec, x64, x86 | | Definition | clay/xmake.lua |
xrepo install clay
add_requires("clay")
| Description | *Tuned OpenCL BLAS * | | -- | -- | | Homepage | https://github.com/CNugteren/CLBlast | | License | Apache-2.0 | | Versions | 1.6.0 | | Architectures | x64, x86 | | Definition | clblast/xmake.lua |
xrepo install clblast
add_requires("clblast")
| Description | A modern C++-20 testing framework. | | -- | -- | | Homepage | https://clean-test.dev | | License | BSL-1.0 | | Versions | 2023.05.15 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | clean-test/xmake.lua |
xrepo install clean-test
add_requires("clean-test")
| Description | CLHEP - A Class Library for High Energy Physics | | -- | -- | | Homepage | https://proj-clhep.web.cern.ch/proj-clhep/ | | License | LGPL-3.0 | | Versions | 2.4.5+1, 2.4.6+3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | clhep/xmake.lua |
xrepo install clhep
add_requires("clhep")
| 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, arm64ec, x64, x86 | | Definition | cli/xmake.lua |
xrepo install cli
add_requires("cli")
| Description | CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface. | | -- | -- | | Homepage | https://github.com/CLIUtils/CLI11 | | License | BSD | | Versions | v2.2.0, v2.3.2, v2.4.1, v2.4.2, v2.5.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cli11/xmake.lua |
xrepo install cli11
add_requires("cli11")
| 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, arm64ec, x64, x86 | | Definition | clib/xmake.lua |
xrepo install clib
add_requires("clib")
| Description | Library to copy/retrieve content to/from the clipboard/pasteboard. | | -- | -- | | Homepage | https://github.com/dacap/clip | | License | MIT | | Versions | 1.5, 1.8, 1.9 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | clip/xmake.lua |
xrepo install clip
add_requires("clip")
| Description | cross platform clipboard library | | -- | -- | | Homepage | https://github.com/smasherprog/clipboard_lite | | License | MIT | | Versions | 2023.10.16 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | clipboard_lite/xmake.lua |
xrepo install clipboard_lite
add_requires("clipboard_lite")
| 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, arm64ec, x64, x86 | | Definition | clipper2/xmake.lua |
xrepo install clipper2
add_requires("clipper2")
| 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, arm64ec, x64, x86 | | Definition | clove-unit/xmake.lua |
xrepo install clove-unit
add_requires("clove-unit")
| 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, arm64ec, x64, x86 | | Definition | cmake/xmake.lua |
xrepo install cmake
add_requires("cmake")
| 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, arm64ec, x64, x86 | | Definition | cmark/xmake.lua |
xrepo install cmark
add_requires("cmark")
| 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, arm64ec, x64, x86 | | Definition | cmdparser/xmake.lua |
xrepo install cmdparser
add_requires("cmdparser")
| 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, arm64ec, x64, x86 | | Definition | cmidi2/xmake.lua |
xrepo install cmidi2
add_requires("cmidi2")
| 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, arm64ec, x64, x86 | | Definition | cminpack/xmake.lua |
xrepo install cminpack
add_requires("cminpack")
| 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, arm64ec, x64, x86 | | Definition | cmocka/xmake.lua |
xrepo install cmocka
add_requires("cmocka")
| 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, arm64ec, x64, x86 | | Definition | cnats/xmake.lua |
xrepo install cnats
add_requires("cnats")
| Description | A Compositional Numeric Library for C++ | | -- | -- | | Homepage | https://github.com/johnmcfarlane/cnl | | License | BSL-1.0 | | Versions | 2023.12.23 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cnl/xmake.lua |
xrepo install cnl
add_requires("cnl")
| 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, arm64ec, x64, x86 | | Definition | cnpy/xmake.lua |
xrepo install cnpy
add_requires("cnpy")
| Description | COIN-OR Linear Programming Solver | | -- | -- | | Homepage | https://github.com/coin-or/Clp | | License | EPL-2.0 | | Versions | 1.17.10 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | coin-or-clp/xmake.lua |
xrepo install coin-or-clp
add_requires("coin-or-clp")
| Description | COIN-OR Utilities | | -- | -- | | Homepage | https://github.com/coin-or/CoinUtils | | License | EPL-2.0 | | Versions | 2.11.12 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | coin-or-coinutils/xmake.lua |
xrepo install coin-or-coinutils
add_requires("coin-or-coinutils")
| Description | Open Solver Interface | | -- | -- | | Homepage | https://github.com/coin-or/Osi | | Versions | 0.108.11 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | coin-or-osi/xmake.lua |
xrepo install coin-or-osi
add_requires("coin-or-osi")
| Description | COLLADA Document Object Model (DOM) C++ Library | | -- | -- | | Homepage | https://github.com/rdiankov/collada-dom/ | | Versions | v2.5.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | collada-dom/xmake.lua |
xrepo install collada-dom
add_requires("collada-dom")
| 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, arm64ec, x64, x86 | | Definition | commata/xmake.lua |
xrepo install commata
add_requires("commata")
| Description | A reverse engineered library for Skyrim Special Edition. | | -- | -- | | Homepage | https://github.com/CharmedBaryon/CommonLibSSE-NG | | License | MIT | | Versions | v3.5.5, v3.5.6, v3.6.0, v3.7.0 | | Architectures | x64 | | Definition | commonlibsse-ng/xmake.lua |
xrepo install commonlibsse-ng
add_requires("commonlibsse-ng")
| Description | Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all | | -- | -- | | Homepage | https://github.com/David-Haim/concurrencpp | | License | MIT | | Versions | 0.1.5, 0.1.6, 0.1.7 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | concurrencpp/xmake.lua |
xrepo install concurrencpp
add_requires("concurrencpp")
| 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, arm64ec, x64, x86 | | Definition | concurrentqueue/xmake.lua |
xrepo install concurrentqueue
add_requires("concurrentqueue")
| 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, arm64ec, x64, x86 | | Definition | console-bridge/xmake.lua |
xrepo install console-bridge
add_requires("console-bridge")
| 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, arm64ec, x64, x86 | | Definition | continuable/xmake.lua |
xrepo install continuable
add_requires("continuable")
| Description | Conversions between UTF-32, UTF-16, and UTF-8. Circa 2004. | | -- | -- | | Homepage | https://home.unicode.org/ | | Versions | v1.0.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | convertutf/xmake.lua |
xrepo install convertutf
add_requires("convertutf")
| Description | A tiny boost library in C++11. | | -- | -- | | Homepage | https://github.com/idealvin/coost | | License | MIT | | Versions | v3.0.0, v3.0.1, v3.0.2 | | Architectures | x64, x86 | | Definition | coost/xmake.lua |
xrepo install coost
add_requires("coost")
| Description | Corrade is a multiplatform utility library written in C++11/C++14. | | -- | -- | | Homepage | https://magnum.graphics/corrade/ | | License | MIT | | Versions | v2020.06 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | corrade/xmake.lua |
xrepo install corrade
add_requires("corrade")
| 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, arm64ec, x64, x86 | | Definition | cosmocc/xmake.lua |
xrepo install cosmocc
add_requires("cosmocc")
| 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, arm64ec, x64, x86 | | Definition | cpp-async/xmake.lua |
xrepo install cpp-async
add_requires("cpp-async")
| 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, arm64ec, x64, x86 | | Definition | cpp-channel/xmake.lua |
xrepo install cpp-channel
add_requires("cpp-channel")
| 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, arm64ec, x64, x86 | | Definition | cpp-dump/xmake.lua |
xrepo install cpp-dump
add_requires("cpp-dump")
| 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, arm64ec, x64, x86 | | Definition | cpp-httplib/xmake.lua |
xrepo install cpp-httplib
add_requires("cpp-httplib")
| 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, arm64ec, x64, x86 | | Definition | cpp-ipc/xmake.lua |
xrepo install cpp-ipc
add_requires("cpp-ipc")
| Description | JSON Web Token library for C++ | | -- | -- | | Homepage | https://github.com/arun11299/cpp-jwt | | License | MIT | | Versions | v1.4, v1.5 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cpp-jwt/xmake.lua |
xrepo install cpp-jwt
add_requires("cpp-jwt")
| Description | A fast C++11/14/17/20 header only library for lazy evaluation and function tools | | -- | -- | | Homepage | https://github.com/MarcDirven/cpp-lazy | | License | MIT | | Versions | v7.0.2, v8.0.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cpp-lazy/xmake.lua |
xrepo install cpp-lazy
add_requires("cpp-lazy")
| 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, arm64ec, x64, x86 | | Definition | cpp-linenoise/xmake.lua |
xrepo install cpp-linenoise
add_requires("cpp-linenoise")
| Description | Lightweight C++ MCP (Model Context Protocol) SDK | | -- | -- | | Homepage | https://github.com/hkr04/cpp-mcp | | License | MIT | | Versions | 2025.05.24 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cpp-mcp/xmake.lua |
xrepo install cpp-mcp
add_requires("cpp-mcp")
| 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, arm64ec, x64, x86 | | Definition | cpp-peglib/xmake.lua |
xrepo install cpp-peglib
add_requires("cpp-peglib")
| 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, arm64ec, x64, x86 | | Definition | cpp-rotor/xmake.lua |
xrepo install cpp-rotor
add_requires("cpp-rotor")
| 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, arm64ec, x64, x86 | | Definition | cpp-semver/xmake.lua |
xrepo install cpp-semver
add_requires("cpp-semver")
| 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, arm64ec, x64, x86 | | Definition | cpp-semver-easz/xmake.lua |
xrepo install cpp-semver-easz
add_requires("cpp-semver-easz")
| 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, arm64ec, x64, x86 | | Definition | cpp-sort/xmake.lua |
xrepo install cpp-sort
add_requires("cpp-sort")
| Description | An HTTP(S) client library for C++20. | | -- | -- | | Homepage | https://github.com/avocadoboi/cpp20-http-client | | License | MIT | | Versions | 2023.08.11 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cpp20-http-client/xmake.lua |
xrepo install cpp20-http-client
add_requires("cpp20-http-client")
| Description | A static analysis tool for C/C++ code | | -- | -- | | Homepage | https://cppcheck.sourceforge.io/ | | Versions | 2.13.0, 2.13.4, 2.14.1, 2.14.2, 2.15.0, 2.16.2, 2.17.1 | | Architectures | x64 | | Definition | cppcheck/xmake.lua |
xrepo install cppcheck
add_requires("cppcheck")
| 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, arm64ec, x64, x86 | | Definition | cppcodec/xmake.lua |
xrepo install cppcodec
add_requires("cppcodec")
| Description | A library of C++ coroutine abstractions for the coroutines TS | | -- | -- | | Homepage | https://github.com/lewissbaker/cppcoro | | Versions | 2020.10.13 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cppcoro/xmake.lua |
xrepo install cppcoro
add_requires("cppcoro")
| Description | A personal experimental C++ Syntax 2 -> Syntax 1 compiler | | -- | -- | | Homepage | https://github.com/hsutter/cppfront | | Versions | v0.7.0, v0.7.2, v0.7.4, v0.8.0, v0.8.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cppfront/xmake.lua |
xrepo install cppfront
add_requires("cppfront")
| 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, arm64ec, x64, x86 | | Definition | cppitertools/xmake.lua |
xrepo install cppitertools
add_requires("cppitertools")
| 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, arm64ec, x64, x86 | | Definition | cppjieba/xmake.lua |
xrepo install cppjieba
add_requires("cppjieba")
| 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, arm64ec, x64, x86 | | Definition | cppp-reiconv/xmake.lua |
xrepo install cppp-reiconv
add_requires("cppp-reiconv")
| 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, arm64ec, x64, x86 | | Definition | cpptrace/xmake.lua |
xrepo install cpptrace
add_requires("cpptrace")
| 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, arm64ec, x64, x86 | | Definition | cppunit/xmake.lua |
xrepo install cppunit
add_requires("cppunit")
| 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, arm64ec, x64, x86 | | Definition | cppzmq/xmake.lua |
xrepo install cppzmq
add_requires("cppzmq")
| 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, arm64ec, x64, x86 | | Definition | cpr/xmake.lua |
xrepo install cpr
add_requires("cpr")
| 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, arm64ec, x64, x86 | | Definition | cpu-features/xmake.lua |
xrepo install cpu-features
add_requires("cpu-features")
| 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, arm64ec, x64, x86 | | Definition | cpuinfo/xmake.lua |
xrepo install cpuinfo
add_requires("cpuinfo")
| 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, arm64ec, x64, x86 | | Definition | cr/xmake.lua |
xrepo install cr
add_requires("cr")
| Description | Crashpad is a crash-reporting system. | | -- | -- | | Homepage | https://chromium.googlesource.com/crashpad/crashpad/+/refs/heads/main/README.md | | License | Apache-2.0 | | Versions | 2024.04.15 | | Architectures | x64, x86 | | Definition | crashpad/xmake.lua |
xrepo install crashpad
add_requires("crashpad")
| 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, arm64ec, x64, x86 | | Definition | crc32c/xmake.lua |
xrepo install crc32c
add_requires("crc32c")
| Description | A cross-platform C and C++ unit testing framework for the 21st century | | -- | -- | | Homepage | https://github.com/Snaipe/Criterion | | License | MIT | | Versions | v2.4.2 | | Architectures | x64, x86 | | Definition | criterion/xmake.lua |
xrepo install criterion
add_requires("criterion")
| 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, arm64ec, x64, x86 | | Definition | croaring/xmake.lua |
xrepo install croaring
add_requires("croaring")
| 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, arm64ec, x64, x86 | | Definition | croncpp/xmake.lua |
xrepo install croncpp
add_requires("croncpp")
| Description | Lightweight cross platform C++ GUID/UUID library | | -- | -- | | Homepage | https://github.com/graeme-hill/crossguid | | License | MIT | | Versions | 2019.3.29 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | crossguid/xmake.lua |
xrepo install crossguid
add_requires("crossguid")
| 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, arm64ec, x64, x86 | | Definition | crow/xmake.lua |
xrepo install crow
add_requires("crow")
| 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, arm64ec, x64, x86 | | Definition | crstl/xmake.lua |
xrepo install crstl
add_requires("crstl")
| 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, arm64ec, x64, x86 | | Definition | crypto-algorithms/xmake.lua |
xrepo install crypto-algorithms
add_requires("crypto-algorithms")
| 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, arm64ec, x64, x86 | | Definition | cryptopp/xmake.lua |
xrepo install cryptopp
add_requires("cryptopp")
| Description | Header-only library for multithreaded programming | | -- | -- | | Homepage | https://www.copperspice.com/ | | License | BSD-2-Clause | | Versions | 2023.08.02 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cs_libguarded/xmake.lua |
xrepo install cs_libguarded
add_requires("cs_libguarded")
| Description | C++ header-only library for Coupled Simulated Annealing | | -- | -- | | Homepage | https://epwalsh.github.io/software/csa | | License | MIT | | Versions | 2018.05.25 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | csa/xmake.lua |
xrepo install csa
add_requires("csa")
| 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, arm64ec, x64, x86 | | Definition | cserialport/xmake.lua |
xrepo install cserialport
add_requires("cserialport")
| Description | Official binding of SFML for C | | -- | -- | | Homepage | https://www.sfml-dev.org | | License | zlib | | Versions | 2.6.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | csfml/xmake.lua |
xrepo install csfml
add_requires("csfml")
| Description | A CSV parser library | | -- | -- | | Homepage | https://github.com/p-ranav/csv2 | | License | MIT | | Versions | v0.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | csv2/xmake.lua |
xrepo install csv2
add_requires("csv2")
| 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, arm64ec, x64, x86 | | Definition | csvparser/xmake.lua |
xrepo install csvparser
add_requires("csvparser")
| Description | Compile Time Parser Generator. | | -- | -- | | Homepage | https://github.com/peter-winter/ctpg | | License | MIT | | Versions | v1.3.7 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ctpg/xmake.lua |
xrepo install ctpg
add_requires("ctpg")
| 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, arm64ec, x64, x86 | | Definition | ctrack/xmake.lua |
xrepo install ctrack
add_requires("ctrack")
| 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, arm64ec, x64, x86 | | Definition | ctre/xmake.lua |
xrepo install ctre
add_requires("ctre")
| Description | Crossplatform code to handle Ctrl+C signal | | -- | -- | | Homepage | https://github.com/evgenykislov/ctrl-c | | License | MIT | | Versions | v1.0.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ctrl-c/xmake.lua |
xrepo install ctrl-c
add_requires("ctrl-c")
| Description | Cross platform audio library | | -- | -- | | Homepage | https://github.com/mozilla/cubeb | | License | ISC | | Versions | 2023.7.31 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cubeb/xmake.lua |
xrepo install cubeb
add_requires("cubeb")
| Description | CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs). | | -- | -- | | Homepage | https://developer.nvidia.com/cuda-zone/ | | Versions | | | Architectures | x64 | | Definition | cuda/xmake.lua |
xrepo install cuda
add_requires("cuda")
| 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, arm64ec, x64, x86 | | Definition | cuda-samples/xmake.lua |
xrepo install cuda-samples
add_requires("cuda-samples")
| Description | CUDA Memory Management Wrapper with Type Safety | | -- | -- | | Homepage | https://github.com/BinhaoQin/cuMem | | Versions | 1.0.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cumem/xmake.lua |
xrepo install cumem
add_requires("cumem")
| 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, arm64ec, x64, x86 | | Definition | cunit/xmake.lua |
xrepo install cunit
add_requires("cunit")
| 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, arm64ec, x64, x86 | | Definition | curl/xmake.lua |
xrepo install curl
add_requires("curl")
| Description | An object oriented C++ wrapper for CURL (libcurl) | | -- | -- | | Homepage | https://josephp91.github.io/curlcpp | | License | MIT | | Versions | 3.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | curlcpp/xmake.lua |
xrepo install curlcpp
add_requires("curlcpp")
| Description | C++ wrapper around libcURL | | -- | -- | | Homepage | http://www.curlpp.org | | License | MIT | | Versions | 2023.07.27 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | curlpp/xmake.lua |
xrepo install curlpp
add_requires("curlpp")
| 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, arm64ec, x64, x86 | | Definition | cute_headers/xmake.lua |
xrepo install cute_headers
add_requires("cute_headers")
| 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, arm64ec, x64, x86 | | Definition | cutlass/xmake.lua |
xrepo install cutlass
add_requires("cutlass")
| Description | A C++ Cucumber interpreter | | -- | -- | | Homepage | https://github.com/ThoSe1990/cwt-cucumber | | License | MIT | | Versions | 2.5, 2.6, 2.7 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | cwt-cucumber/xmake.lua |
xrepo install cwt-cucumber
add_requires("cwt-cucumber")
| 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, arm64ec, x64, x86 | | Definition | cxxgraph/xmake.lua |
xrepo install cxxgraph
add_requires("cxxgraph")
| 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, arm64ec, x64, x86 | | Definition | cxxopts/xmake.lua |
xrepo install cxxopts
add_requires("cxxopts")
| Description | Easy to integrate memory allocation library for Direct3D 12 | | -- | -- | | Homepage | https://github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator | | License | MIT | | Versions | v2.0.1, v3.0.1 | | Architectures | x64 | | Definition | d3d12-memory-allocator/xmake.lua |
xrepo install d3d12-memory-allocator
add_requires("d3d12-memory-allocator")
| Description | Dynamic Animation and Robotics Toolkit | | -- | -- | | Homepage | https://dartsim.github.io/ | | License | BSD-2-Clause | | Versions | v6.13.0, v6.14.2, v6.14.4, v6.14.5, v6.15.0 | | Architectures | x64 | | Definition | dartsim/xmake.lua |
xrepo install dartsim
add_requires("dartsim")
| 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, arm64ec, x64, x86 | | Definition | dataframe/xmake.lua |
xrepo install dataframe
add_requires("dataframe")
| 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, arm64ec, x64, x86 | | Definition | datatype99/xmake.lua |
xrepo install datatype99
add_requires("datatype99")
| 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, arm64ec, x64, x86 | | Definition | date/xmake.lua |
xrepo install date
add_requires("date")
| 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, arm64ec, x64, x86 | | Definition | dav1d/xmake.lua |
xrepo install dav1d
add_requires("dav1d")
| 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, arm64ec, x64, x86 | | Definition | daw_header_libraries/xmake.lua |
xrepo install daw_header_libraries
add_requires("daw_header_libraries")
| 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, arm64ec, x64, x86 | | Definition | daw_json_link/xmake.lua |
xrepo install daw_json_link
add_requires("daw_json_link")
| 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, arm64ec, x64, x86 | | Definition | dbg-macro/xmake.lua |
xrepo install dbg-macro
add_requires("dbg-macro")
| Description | D-Bus is a message bus system, a simple way for applications to talk to one another. | | -- | -- | | Homepage | https://www.freedesktop.org/wiki/Software/dbus/ | | License | GPL-2.0-or-later | | Versions | 1.14.2, 1.14.6, 1.14.8 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | dbus/xmake.lua |
xrepo install dbus
add_requires("dbus")
| Description | DCMTK - DICOM Toolkit | | -- | -- | | Homepage | https://dcmtk.org/dcmtk.php.en | | License | BSD-3-Clause | | Versions | 3.6.6 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | dcmtk/xmake.lua |
xrepo install dcmtk
add_requires("dcmtk")
| Description | printing everything including STL containers without pain | | -- | -- | | Homepage | https://github.com/archibate/debug-hpp | | License | Unlicense | | Versions | 2024.09.06 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | debug-hpp/xmake.lua |
xrepo install debug-hpp
add_requires("debug-hpp")
| 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, arm64ec, x64, x86 | | Definition | debug_assert/xmake.lua |
xrepo install debug_assert
add_requires("debug_assert")
| Description | break into the debugger programmatically | | -- | -- | | Homepage | https://github.com/scottt/debugbreak | | License | BSD-2-Clause | | Versions | v1.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | debugbreak/xmake.lua |
xrepo install debugbreak
add_requires("debugbreak")
| 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, arm64ec, x64, x86 | | Definition | decimal_for_cpp/xmake.lua |
xrepo install decimal_for_cpp
add_requires("decimal_for_cpp")
| 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, arm64ec, x64, x86 | | Definition | demumble/xmake.lua |
xrepo install demumble
add_requires("demumble")
| Description | Tools for working with Chromium development | | -- | -- | | Homepage | https://chromium.googlesource.com/chromium/tools/depot_tools | | Versions | 2022.2.1, 2024.2.29, 2024.7.4 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | depot_tools/xmake.lua |
xrepo install depot_tools
add_requires("depot_tools")
| Description | Developer's Image Library (DevIL) is a cross-platform image library utilizing a simple syntax to load, save, convert, manipulate, filter and display a variety of images with ease. | | -- | -- | | Homepage | https://sourceforge.net/projects/openil/ | | License | LGPL-2.1 | | Versions | 1.8.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | devil/xmake.lua |
xrepo install devil
add_requires("devil")
| 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, arm64ec, x64, x86 | | Definition | dfdutils/xmake.lua |
xrepo install dfdutils
add_requires("dfdutils")
| Description | The Microsoft Debug Interface Access (DIA) SDK provides access to debug information stored in program database (.pdb) files generated by Microsoft postcompiler tools. | | -- | -- | | Homepage | https://visualstudio.microsoft.com/ | | Versions | | | Architectures | arm, arm64, x64 | | Definition | diasdk/xmake.lua |
xrepo install diasdk
add_requires("diasdk")
| Description | C++11 header-only message digest library | | -- | -- | | Homepage | https://github.com/kerukuro/digestpp | | License | MIT | | Versions | 2023.11.8 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | digestpp/xmake.lua |
xrepo install digestpp
add_requires("digestpp")
| Description | A modern cross-platform low-level graphics API | | -- | -- | | Homepage | http://diligentgraphics.com/diligent-engine/ | | License | Apache-2.0 | | Versions | v2.5.6 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | diligentcore/xmake.lua |
xrepo install diligentcore
add_requires("diligentcore")
| Description | High-level rendering components | | -- | -- | | Homepage | https://github.com/DiligentGraphics/DiligentFX | | License | Apache-2.0 | | Versions | v2.5.6 | | Architectures | x64 | | Definition | diligentfx/xmake.lua |
xrepo install diligentfx
add_requires("diligentfx")
| Description | Utilities built on top of core module | | -- | -- | | Homepage | https://github.com/DiligentGraphics/DiligentTools | | License | Apache-2.0 | | Versions | v2.5.6 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | diligenttools/xmake.lua |
xrepo install diligenttools
add_requires("diligenttools")
| 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, arm64ec, x64, x86 | | Definition | dipp/xmake.lua |
xrepo install dipp
add_requires("dipp")
| 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, arm64ec, x64, x86 | | Definition | directx-headers/xmake.lua |
xrepo install directx-headers
add_requires("directx-headers")
| 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 | arm, arm64, arm64ec, x64, x86 | | Definition | directxmath/xmake.lua |
xrepo install directxmath
add_requires("directxmath")
| Description | DirectX Shader Compiler | | -- | -- | | Homepage | https://github.com/microsoft/DirectXShaderCompiler/ | | License | LLVM | | Versions | v1.7.2212, v1.8.2403, v1.8.2405 | | Architectures | x64 | | Definition | directxshadercompiler/xmake.lua |
xrepo install directxshadercompiler
add_requires("directxshadercompiler")
| Description | DirectXTex texture processing library | | -- | -- | | Homepage | https://walbourn.github.io/directxtex/ | | License | MIT | | Versions | 2023.06 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | directxtex/xmake.lua |
xrepo install directxtex
add_requires("directxtex")
| Description | A collection of helper classes for writing Direct3D 11 C++ code For Windows. | | -- | -- | | Homepage | https://github.com/microsoft/DirectXTK | | Versions | 20.9.0, 21.4.0, 21.11.0, 24.2.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | directxtk/xmake.lua |
xrepo install directxtk
add_requires("directxtk")
| Description | A collection of helper classes for writing DirectX 12 code in C++ | | -- | -- | | Homepage | https://github.com/Microsoft/DirectXTK12 | | License | MIT | | Versions | 2024.06, 2024.09 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | directxtk12/xmake.lua |
xrepo install directxtk12
add_requires("directxtk12")
| 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, arm64ec, x64, x86 | | Definition | dirent/xmake.lua |
xrepo install dirent
add_requires("dirent")
| Description | header-only Windows implementation of the header | | -- | -- | | Homepage | https://github.com/win32ports/dirent_h | | License | MIT | | Versions | 2021.09.25 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | dirent_h/xmake.lua |
xrepo install dirent_h
add_requires("dirent_h")
| Description | Whether you’re part of a school club, gaming group, worldwide art community, or just a handful of friends that want to spend time together, Discord makes it easy to talk every day and hang out more often. | | -- | -- | | Homepage | https://discord.com/developers/docs/game-sdk/ | | Versions | 2.5.6, 3.2.1 | | Architectures | x64, x86 | | Definition | discord/xmake.lua |
xrepo install discord
add_requires("discord")
| 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 | x64 | | Definition | dispenso/xmake.lua |
xrepo install dispenso
add_requires("dispenso")
| Description | Powerful Disassembler Library For x86/AMD64 | | -- | -- | | Homepage | https://github.com/gdabah/distorm | | Versions | 2021.12.18 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | distorm/xmake.lua |
xrepo install distorm
add_requires("distorm")
| 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, arm64ec, x64, x86 | | Definition | dlfcn-win32/xmake.lua |
xrepo install dlfcn-win32
add_requires("dlfcn-win32")
| 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, arm64ec, x64, x86 | | Definition | dlib/xmake.lua |
xrepo install dlib
add_requires("dlib")
| 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, arm64ec, x64, x86 | | Definition | dlpack/xmake.lua |
xrepo install dlpack
add_requires("dlpack")
| Description | NVIDIA DLSS is a new and improved deep learning neural network that boosts frame rates and generates beautiful, sharp images for your games | | -- | -- | | Homepage | https://github.com/NVIDIA/DLSS | | License | NVIDIA RTX SDKs | | Versions | v3.7.20, v310.1.0, v310.2.1 | | Architectures | x64 | | Definition | dlss/xmake.lua |
xrepo install dlss
add_requires("dlss")
| 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, arm64ec, x64, x86 | | Definition | docopt/xmake.lua |
xrepo install docopt
add_requires("docopt")
| 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, arm64ec, x64, x86 | | Definition | doctest/xmake.lua |
xrepo install doctest
add_requires("doctest")
| Description | .NET is the free, open-source, cross-platform framework for building modern apps and powerful cloud services. | | -- | -- | | Homepage | https://dotnet.microsoft.com/ | | Versions | 7.0.4, 7.0.15, 8.0.1, 8.0.6, 9.0.3 | | Architectures | arm64, x64, x86 | | Definition | dotnet/xmake.lua |
xrepo install dotnet
add_requires("dotnet")
| 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, arm64ec, x64, x86 | | Definition | double-conversion/xmake.lua |
xrepo install double-conversion
add_requires("double-conversion")
| 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, arm64ec, x64, x86 | | Definition | doxygen/xmake.lua |
xrepo install doxygen
add_requires("doxygen")
| Description | D++ Extremely Lightweight C++ Discord Library | | -- | -- | | Homepage | https://github.com/brainboxdotcc/DPP | | License | Apache-2.0 | | Versions | v10.0.8, v10.0.10, v10.0.11, v10.0.12, v10.0.13, v10.0.14, v10.0.15, v10.0.16, v10.0.17, v10.0.18, v10.0.19, v10.0.20, v10.0.21, v10.0.22, v10.0.23, v10.0.24, v10.0.25, v10.0.26, v10.0.27, v10.0.28, v10.0.29, v10.0.30, v10.0.31 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | dpp/xmake.lua |
xrepo install dpp
add_requires("dpp")
| 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, arm64ec, x64, x86 | | Definition | dr_flac/xmake.lua |
xrepo install dr_flac
add_requires("dr_flac")
| 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, arm64ec, x64, x86 | | Definition | dr_mp3/xmake.lua |
xrepo install dr_mp3
add_requires("dr_mp3")
| 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, arm64ec, x64, x86 | | Definition | dr_wav/xmake.lua |
xrepo install dr_wav
add_requires("dr_wav")
| Description | Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds. | | -- | -- | | Homepage | https://google.github.io/draco/ | | License | Apache-2.0 | | Versions | 1.4.1, 1.5.0, 1.5.6, 1.5.7 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | draco/xmake.lua |
xrepo install draco
add_requires("draco")
| 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, arm64ec, x64, x86 | | Definition | dragonbox/xmake.lua |
xrepo install dragonbox
add_requires("dragonbox")
| 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, arm64ec, x64, x86 | | Definition | drogon/xmake.lua |
xrepo install drogon
add_requires("drogon")
| 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, arm64ec, x64, x86 | | Definition | duckx/xmake.lua |
xrepo install duckx
add_requires("duckx")
| Description | DuiLib_Ultimate is the Optimized version for duilib library | | -- | -- | | Homepage | https://github.com/qdtroy/DuiLib_Ultimate | | License | MIT | | Versions | 0.3 | | Architectures | arm, arm64ec, x64, x86 | | Definition | duilib_ultimate/xmake.lua |
xrepo install duilib_ultimate
add_requires("duilib_ultimate")
| 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, arm64ec, x64, x86 | | Definition | duktape/xmake.lua |
xrepo install duktape
add_requires("duktape")
| Description | This package contains the headers, import libraries, and runtime DLLs for the deprecated D3DX9, D3DX10, and D3DX11 utilities libraries | | -- | -- | | Homepage | https://www.nuget.org/packages/Microsoft.DXSDK.D3DX | | License | Microsoft | | Versions | 9.29.9528 | | Architectures | x64, x86 | | Definition | dxsdk/xmake.lua |
xrepo install dxsdk
add_requires("dxsdk")
| 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, arm64ec, x64, x86 | | Definition | dylib/xmake.lua |
xrepo install dylib
add_requires("dylib")
| 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, arm64ec, x64, x86 | | Definition | dynareadout/xmake.lua |
xrepo install dynareadout
add_requires("dynareadout")
| 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, arm64ec, x64, x86 | | Definition | dyncall/xmake.lua |
xrepo install dyncall
add_requires("dyncall")
| 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, arm64ec, x64, x86 | | Definition | eabase/xmake.lua |
xrepo install eabase
add_requires("eabase")
| Description | EASTL stands for Electronic Arts Standard Template Library. | | -- | -- | | Homepage | https://github.com/electronicarts/EASTL | | License | BSD-3-Clause | | Versions | 3.17.03, 3.17.06, 3.18.00, 3.21.12 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | eastl/xmake.lua |
xrepo install eastl
add_requires("eastl")
| Description | Lightweight profiler library for c++ | | -- | -- | | Homepage | https://github.com/yse/easy_profiler | | License | MIT | | Versions | v2.1.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | easy_profiler/xmake.lua |
xrepo install easy_profiler
add_requires("easy_profiler")
| Description | EasyHook - The reinvention of Windows API Hooking | | -- | -- | | Homepage | https://easyhook.github.io | | License | MIT | | Versions | v2.7.7097+0 | | Architectures | x64, x86 | | Definition | easyhook/xmake.lua |
xrepo install easyhook
add_requires("easyhook")
| Description | Single header C++ logging library. | | -- | -- | | Homepage | https://github.com/amrayn/easyloggingpp | | License | MIT | | Versions | v9.97.0, v9.97.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | easyloggingpp/xmake.lua |
xrepo install easyloggingpp
add_requires("easyloggingpp")
| Description | A short and sweet WebSocket client for C++ | | -- | -- | | Homepage | https://github.com/dhbaird/easywsclient | | License | MIT | | Versions | 2021.01.12 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | easywsclient/xmake.lua |
xrepo install easywsclient
add_requires("easywsclient")
| 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, arm64ec, x64, x86 | | Definition | edlib/xmake.lua |
xrepo install edlib
add_requires("edlib")
| Description | Effcee is a C++ library for stateful pattern matching of strings. | | -- | -- | | Homepage | https://github.com/google/effcee | | License | Apache-2.0 | | Versions | 2019.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | effcee/xmake.lua |
xrepo install effcee
add_requires("effcee")
| 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, arm64ec, x64, x86 | | Definition | effolkronium-random/xmake.lua |
xrepo install effolkronium-random
add_requires("effolkronium-random")
| 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, arm64ec, x64, x86 | | Definition | efsw/xmake.lua |
xrepo install efsw
add_requires("efsw")
| Description | EGL API and Extension Registry | | -- | -- | | Homepage | https://github.com/KhronosGroup/EGL-Registry | | License | MIT | | Versions | 2023.12.16 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | egl-headers/xmake.lua |
xrepo install egl-headers
add_requires("egl-headers")
| 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, arm64ec, x64, x86 | | Definition | eigen/xmake.lua |
xrepo install eigen
add_requires("eigen")
| 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, arm64ec, x64, x86 | | Definition | elfio/xmake.lua |
xrepo install elfio
add_requires("elfio")
| Description | Intel® Embree is a collection of high-performance ray tracing kernels, developed at Intel. | | -- | -- | | Homepage | https://www.embree.org/ | | License | Apache-2.0 | | Versions | v3.12.1, v3.13.0, v3.13.3, v3.13.4, v3.13.5, v4.3.0, v4.3.3, v4.4.0 | | Architectures | x64, x86 | | Definition | embree/xmake.lua |
xrepo install embree
add_requires("embree")
| 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, arm64ec, x64, x86 | | Definition | emhash/xmake.lua |
xrepo install emhash
add_requires("emhash")
| Description | EmmyLua Debugger | | -- | -- | | Homepage | https://github.com/EmmyLua/EmmyLuaDebugger | | Versions | 1.6.3, 1.7.1, 1.8.0, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | emmylua_debugger/xmake.lua |
xrepo install emmylua_debugger
add_requires("emmylua_debugger")
| Description | Emscripten: An LLVM-to-WebAssembly Compiler. | | -- | -- | | Homepage | https://emscripten.org/ | | License | MIT | | Versions | 1.39.8, 3.1.14, 3.1.25, 3.1.42, 3.1.55 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | emscripten/xmake.lua |
xrepo install emscripten
add_requires("emscripten")
| Description | Reliable UDP networking library. | | -- | -- | | Homepage | http://enet.bespin.org | | License | MIT | | Versions | v1.3.17, v1.3.18 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | enet/xmake.lua |
xrepo install enet
add_requires("enet")
| 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, arm64ec, x64, x86 | | Definition | enet6/xmake.lua |
xrepo install enet6
add_requires("enet6")
| 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, arm64ec, x64, x86 | | Definition | enkits/xmake.lua |
xrepo install enkits
add_requires("enkits")
| 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, arm64ec, x64, x86 | | Definition | enoki/xmake.lua |
xrepo install enoki
add_requires("enoki")
| Description | flexible C++ library for efficient numerical optimization | | -- | -- | | Homepage | https://ensmallen.org/ | | License | BSD-3-Clause | | Versions | 2.18.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ensmallen/xmake.lua |
xrepo install ensmallen
add_requires("ensmallen")
| 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, arm64ec, x64, x86 | | Definition | entt/xmake.lua |
xrepo install entt
add_requires("entt")
| 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, arm64ec, x64, x86 | | Definition | etl/xmake.lua |
xrepo install etl
add_requires("etl")
| 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, arm64ec, x64, x86 | | Definition | eve/xmake.lua |
xrepo install eve
add_requires("eve")
| 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, arm64ec, x64, x86 | | Definition | eventpp/xmake.lua |
xrepo install eventpp
add_requires("eventpp")
| Description | eXosip is a library that hides the complexity of using the SIP protocol for mutlimedia session establishement | | -- | -- | | Homepage | https://savannah.nongnu.org/projects/exosip | | License | GPL-2.0 | | Versions | 5.3.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | exosip/xmake.lua |
xrepo install exosip
add_requires("exosip")
| 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, arm64ec, x64, x86 | | Definition | expat/xmake.lua |
xrepo install expat
add_requires("expat")
| 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, arm64ec, x64, x86 | | Definition | expected-lite/xmake.lua |
xrepo install expected-lite
add_requires("expected-lite")
| 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, arm64ec, x64, x86 | | Definition | expresscpp/xmake.lua |
xrepo install expresscpp
add_requires("expresscpp")
| Description | C++ Mathematical Expression Parsing And Evaluation Library | | -- | -- | | Homepage | https://www.partow.net/programming/exprtk/index.html | | License | MIT | | Versions | 0.0.1, 0.0.2, 0.0.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | exprtk/xmake.lua |
xrepo install exprtk
add_requires("exprtk")
| 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, arm64ec, x64, x86 | | Definition | extra-cmake-modules/xmake.lua |
xrepo install extra-cmake-modules
add_requires("extra-cmake-modules")
| Description | Easy to use C3D reader/writer for C++, Python and Matlab | | -- | -- | | Homepage | https://github.com/pyomeca/ezc3d | | License | MIT | | Versions | 1.4.5, 1.4.7 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ezc3d/xmake.lua |
xrepo install ezc3d
add_requires("ezc3d")
| Description | FAAD2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder. | | -- | -- | | Homepage | https://sourceforge.net/projects/faac | | License | GPL-2.0 | | Versions | 2.10.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | faad2/xmake.lua |
xrepo install faad2
add_requires("faad2")
| Description | A library for efficient similarity search and clustering of dense vectors. | | -- | -- | | Homepage | https://github.com/facebookresearch/faiss/ | | License | MIT | | Versions | v1.7.0 | | Architectures | x64 | | Definition | faiss/xmake.lua |
xrepo install faiss
add_requires("faiss")
| 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, arm64ec, x64, x86 | | Definition | fakeit/xmake.lua |
xrepo install fakeit
add_requires("fakeit")
| 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, arm64ec, x64, x86 | | Definition | faker-cxx/xmake.lua |
xrepo install faker-cxx
add_requires("faker-cxx")
| 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, arm64ec, x64, x86 | | Definition | fann/xmake.lua |
xrepo install fann
add_requires("fann")
| Description | FarmHash, a family of hash functions. | | -- | -- | | Homepage | https://github.com/google/farmhash | | License | MIT | | Versions | 2019.05.14 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | farmhash/xmake.lua |
xrepo install farmhash
add_requires("farmhash")
| Description | eProsima FastCDR library provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation of it. | | -- | -- | | Homepage | https://www.eprosima.com | | License | Apache-2.0 | | Versions | v1.1.0, v2.1.3, v2.2.1, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.3.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | fast-cdr/xmake.lua |
xrepo install fast-cdr
add_requires("fast-cdr")
| Description | Fast LZMA2 Library | | -- | -- | | Homepage | https://github.com/conor42/fast-lzma2 | | License | BSD-3-Clause | | Versions | v1.0.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | fast-lzma2/xmake.lua |
xrepo install fast-lzma2
add_requires("fast-lzma2")
| 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 | x64 | | Definition | fast_double_parser/xmake.lua |
xrepo install fast_double_parser
add_requires("fast_double_parser")
| 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, arm64ec, x64, x86 | | Definition | fast_float/xmake.lua |
xrepo install fast_float
add_requires("fast_float")
| 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, arm64ec, x64, x86 | | Definition | fast_io/xmake.lua |
xrepo install fast_io
add_requires("fast_io")
| Description | Fast C OBJ parser | | -- | -- | | Homepage | https://github.com/thisistherk/fast_obj | | License | MIT | | Versions | v1.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | fast_obj/xmake.lua |
xrepo install fast_obj
add_requires("fast_obj")
| 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, arm64ec, x64, x86 | | Definition | fastcppcsvparser/xmake.lua |
xrepo install fastcppcsvparser
add_requires("fastcppcsvparser")
| 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 | x64 | | Definition | fastgltf/xmake.lua |
xrepo install fastgltf
add_requires("fastgltf")
| 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, arm64ec, x64, x86 | | Definition | fastmod/xmake.lua |
xrepo install fastmod
add_requires("fastmod")
| 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, arm64ec, x64, x86 | | Definition | fastor/xmake.lua |
xrepo install fastor
add_requires("fastor")
| 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, arm64ec, x64, x86 | | Definition | fatal/xmake.lua |
xrepo install fatal
add_requires("fatal")
| Description | FB (Facebook) + GEMM (General Matrix-Matrix Multiplication) - https://code.fb.com/ml-applications/fbgemm/ | | -- | -- | | Homepage | https://github.com/pytorch/FBGEMM | | License | BSD | | Versions | v0.7.0, v0.8.0, v1.1.0, v1.1.2, v1.2.0 | | Architectures | x64 | | Definition | fbgemm/xmake.lua |
xrepo install fbgemm
add_requires("fbgemm")
| Description | Flexible Collision Library | | -- | -- | | Homepage | https://github.com/flexible-collision-library/fcl | | License | BSD-3-Clause | | Versions | v0.6.1, 0.7.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | fcl/xmake.lua |
xrepo install fcl
add_requires("fcl")
| 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, arm64ec, x64, x86 | | Definition | fcpw/xmake.lua |
xrepo install fcpw
add_requires("fcpw")
| 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, arm64ec, x64, x86 | | Definition | fdk-aac/xmake.lua |
xrepo install fdk-aac
add_requires("fdk-aac")
| 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, arm64ec, x64, x86 | | Definition | ffmpeg/xmake.lua |
xrepo install ffmpeg
add_requires("ffmpeg")
| Description | The Fastest Fourier Transform in the South | | -- | -- | | Homepage | http://anthonix.com/ffts | | Versions | 2019.03.19 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ffts/xmake.lua |
xrepo install ffts
add_requires("ffts")
| 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, arm64ec, x64, x86 | | Definition | fftw/xmake.lua |
xrepo install fftw
add_requires("fftw")
| Description | C++ library for fast Gauss transforms. | | -- | -- | | Homepage | http://gadomski.github.io/fgt | | License | LGPL-2.1 | | Versions | v0.4.11 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | fgt/xmake.lua |
xrepo install fgt
add_requires("fgt")
| Description | Field3D is an open source library for storing voxel data. | | -- | -- | | Homepage | https://sites.google.com/site/field3d/ | | License | BSD-3-Clause | | Versions | v1.7.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | field3d/xmake.lua |
xrepo install field3d
add_requires("field3d")
| Description | Filament is a real-time physically-based renderer written in C++. | | -- | -- | | Homepage | https://google.github.io/filament/ | | License | Apache-2.0 | | Versions | 1.9.23, 1.20.3, 1.32.0 | | Architectures | x64 | | Definition | filament/xmake.lua |
xrepo install filament
add_requires("filament")
| Description | C++ Fixed Containers | | -- | -- | | Homepage | https://github.com/teslamotors/fixed-containers | | License | MIT | | Versions | 2025.01.03 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | fixed-containers/xmake.lua |
xrepo install fixed-containers
add_requires("fixed-containers")
| 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, arm64ec, x64, x86 | | Definition | flann/xmake.lua |
xrepo install flann
add_requires("flann")
| 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, arm64ec, x64, x86 | | Definition | flatbuffers/xmake.lua |
xrepo install flatbuffers
add_requires("flatbuffers")
| 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, arm64ec, x64, x86 | | Definition | flatcc/xmake.lua |
xrepo install flatcc
add_requires("flatcc")
| 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, arm64ec, x64, x86 | | Definition | flecs/xmake.lua |
xrepo install flecs
add_requires("flecs")
| Description | %s | | -- | -- | | Homepage | https://github.com/westes/flex/ | | License | BSD-2-Clause | | Versions | 2.6.4 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | flex/xmake.lua |
xrepo install flex
add_requires("flex")
| Description | Fast Light Toolkit | | -- | -- | | Homepage | https://www.fltk.org | | Versions | 1.3.9 | | Architectures | x64, x86 | | Definition | fltk/xmake.lua |
xrepo install fltk
add_requires("fltk")
| Description | FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications and has reached widespread distribution. | | -- | -- | | Homepage | https://www.fluidsynth.org/ | | License | LGPL-2.1 | | Versions | v2.3.3, v2.3.5 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | fluidsynth/xmake.lua |
xrepo install fluidsynth
add_requires("fluidsynth")
| 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, arm64ec, x64, x86 | | Definition | flux/xmake.lua |
xrepo install flux
add_requires("flux")
| Description | A branchless stable quicksort / mergesort hybrid. | | -- | -- | | Homepage | https://github.com/scandum/fluxsort | | License | MIT | | Versions | 2023.02.05 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | fluxsort/xmake.lua |
xrepo install fluxsort
add_requires("fluxsort")
| Description | Specification of the Functional Mock-Up Interface (FMI) | | -- | -- | | Homepage | https://fmi-standard.org/ | | Versions | v3.0.1, v3.0.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | fmi/xmake.lua |
xrepo install fmi
add_requires("fmi")
| 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, arm64ec, x64, x86 | | Definition | fmt/xmake.lua |
xrepo install fmt
add_requires("fmt")
| Description | fmtlog is a performant fmtlib-style logging library with latency in nanoseconds. | | -- | -- | | Homepage | https://github.com/MengRao/fmtlog | | License | MIT | | Versions | v2.1.2, v2.2.1, v2.2.2, v2.3.0 | | Architectures | arm, arm64ec, x64, x86 | | Definition | fmtlog/xmake.lua |
xrepo install fmtlog
add_requires("fmtlog")
| Description | An open-source C++ library developed and used at Facebook. | | -- | -- | | Homepage | https://github.com/facebook/folly | | License | Apache-2.0 | | Versions | 2021.06.28, 2021.08.02, 2021.11.01, 2022.02.14, 2022.04.25, 2022.08.29, 2023.11.20, 2024.02.26, 2024.03.04, 2024.03.11, 2024.03.18, 2024.03.25, 2024.04.01, 2024.06.10, 2024.06.17, 2024.06.24, 2024.07.01, 2024.07.08, 2024.07.15, 2024.10.07 | | Architectures | x64 | | Definition | folly/xmake.lua |
xrepo install folly
add_requires("folly")
| Description | A library for configuring and customizing font access. | | -- | -- | | Homepage | https://www.freedesktop.org/wiki/Software/fontconfig/ | | Versions | 2.13.1, 2.13.93, 2.13.94, 2.14.0, 2.14.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | fontconfig/xmake.lua |
xrepo install fontconfig
add_requires("fontconfig")
| Description | C++ header-only fixed-point math library | | -- | -- | | Homepage | https://mikelankamp.github.io/fpm | | License | MIT | | Versions | 2024.09.06 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | fpm/xmake.lua |
xrepo install fpm
add_requires("fpm")
| Description | Super fast C++ .PNG writer/reader | | -- | -- | | Homepage | https://github.com/richgel999/fpng | | Versions | v1.0.1, v1.0.6 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | fpng/xmake.lua |
xrepo install fpng
add_requires("fpng")
| 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, arm64ec, x64, x86 | | Definition | freeglut/xmake.lua |
xrepo install freeglut
add_requires("freeglut")
| Description | FreeImage is a library project for developers who would like to support popular graphics image formats (PNG, JPEG, TIFF, BMP and others). | | -- | -- | | Homepage | https://sourceforge.net/projects/freeimage/ | | Versions | 3.18.0 | | Architectures | x64, x86 | | Definition | freeimage/xmake.lua |
xrepo install freeimage
add_requires("freeimage")
| 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, arm64ec, x64, x86 | | Definition | freerdp/xmake.lua |
xrepo install freerdp
add_requires("freerdp")
| 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, arm64ec, x64, x86 | | Definition | freetype/xmake.lua |
xrepo install freetype
add_requires("freetype")
| 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 | x64, x86 | | Definition | fribidi/xmake.lua |
xrepo install fribidi
add_requires("fribidi")
| 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, arm64ec, x64, x86 | | Definition | frozen/xmake.lua |
xrepo install frozen
add_requires("frozen")
| Description | A general-purpose high-performance lightweight STL-like modern C++ B-Tree | | -- | -- | | Homepage | https://github.com/frozenca/BTree | | License | Apache-2.0 | | Versions | 2022.08.02 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | frozenca-btree/xmake.lua |
xrepo install frozenca-btree
add_requires("frozenca-btree")
| 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, arm64ec, x64, x86 | | Definition | frugally-deep/xmake.lua |
xrepo install frugally-deep
add_requires("frugally-deep")
| 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, arm64ec, x64, x86 | | Definition | fruit/xmake.lua |
xrepo install fruit
add_requires("fruit")
| Description | FTGL is a free open source library to enable developers to use arbitrary fonts in their OpenGL applications. | | -- | -- | | Homepage | https://github.com/frankheckenbach/ftgl | | License | MIT | | Versions | v2.4.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ftgl/xmake.lua |
xrepo install ftgl
add_requires("ftgl")
| 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, arm64ec, x64, x86 | | Definition | ftxui/xmake.lua |
xrepo install ftxui
add_requires("ftxui")
| 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, arm64ec, x64, x86 | | Definition | funchook/xmake.lua |
xrepo install funchook
add_requires("funchook")
| 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, arm64ec, x64, x86 | | Definition | function2/xmake.lua |
xrepo install function2
add_requires("function2")
| 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, arm64ec, x64, x86 | | Definition | functionalplus/xmake.lua |
xrepo install functionalplus
add_requires("functionalplus")
| 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, arm64ec, x64, x86 | | Definition | fx-gltf/xmake.lua |
xrepo install fx-gltf
add_requires("fx-gltf")
| Description | C99/C++ header-only library for division via fixed-point multiplication by inverse | | -- | -- | | Homepage | https://github.com/Maratyszcza/FXdiv | | License | MIT | | Versions | 2020.12.09 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | fxdiv/xmake.lua |
xrepo install fxdiv
add_requires("fxdiv")
| Description | g2o: A General Framework for Graph Optimization | | -- | -- | | Homepage | http://openslam.org/g2o.html | | Versions | 2020.12.23 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | g2o/xmake.lua |
xrepo install g2o
add_requires("g2o")
| Description | G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++14 (C++11 support up to release 1.3.2) with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage. | | -- | -- | | Homepage | http://github.com/KjellKod/g3log | | License | Unlicense | | Versions | 2.3, 2.4, 2.6 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | g3log/xmake.lua |
xrepo install g3log
add_requires("g3log")
| Description | *Reliable & unreliable messages over UDP. Robust message fragmentation & reassembly. P2P networking / NAT traversal. Encryption. * | | -- | -- | | Homepage | https://github.com/ValveSoftware/GameNetworkingSockets | | License | BSD-3-Clause | | Versions | v1.2.0, v1.3.0, v1.4.0, v1.4.1 | | Architectures | x64, x86 | | Definition | gamenetworkingsockets/xmake.lua |
xrepo install gamenetworkingsockets
add_requires("gamenetworkingsockets")
| 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, arm64ec, x64, x86 | | Definition | gcem/xmake.lua |
xrepo install gcem
add_requires("gcem")
| Description | GDAL is a translator library for raster and vector geospatial data formats by the Open Source Geospatial Foundation | | -- | -- | | Homepage | https://gdal.org/ | | License | MIT | | Versions | 3.5.1, 3.8.5, 3.9.0, 3.9.1, 3.9.2, 3.9.3, 3.10.0, 3.10.2, 3.11.1, 3.11.3 | | Architectures | x64, x86 | | Definition | gdal/xmake.lua |
xrepo install gdal
add_requires("gdal")
| Description | GdkPixbuf is a library that loads image data in various formats and stores it as linear buffers in memory. The buffers can then be scaled, composited, modified, saved, or rendered. | | -- | -- | | Homepage | https://docs.gtk.org/gdk-pixbuf/ | | License | LGPL-2.1 | | Versions | 2.42.6, 2.42.10 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | gdk-pixbuf/xmake.lua |
xrepo install gdk-pixbuf
add_requires("gdk-pixbuf")
| Description | Geant4 is a toolkit for the simulation of the passage of particles through matter. | | -- | -- | | Homepage | https://geant4.web.cern.ch/ | | Versions | 10.7.2, 11.1.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | geant4/xmake.lua |
xrepo install geant4
add_requires("geant4")
| 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, arm64ec, x64, x86 | | Definition | gelldur-eventbus/xmake.lua |
xrepo install gelldur-eventbus
add_requires("gelldur-eventbus")
| Description | GENie - Project generator tool | | -- | -- | | Homepage | https://github.com/bkaradzic/GENie | | License | BSD-3-Clause | | Versions | 1160, 1165, 1170 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | genie/xmake.lua |
xrepo install genie
add_requires("genie")
| Description | GeographicLib is a small C++ library for geodesic and rhumb line calculations and conversions between geographic, UTM, UPS, MGRS, geocentric | | -- | -- | | Homepage | https://geographiclib.sourceforge.io/C++/doc/index.html | | License | MIT License | | Versions | 2.1.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | geographiclib/xmake.lua |
xrepo install geographiclib
add_requires("geographiclib")
| Description | GEOS (Geometry Engine - Open Source) is a C++ port of the JTS Topology Suite (JTS). | | -- | -- | | Homepage | https://trac.osgeo.org/geos/ | | License | LGPL-2.1 | | Versions | 3.9.1, 3.11.3, 3.12.1, 3.13.0, 3.13.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | geos/xmake.lua |
xrepo install geos
add_requires("geos")
| 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, arm64ec, x64, x86 | | Definition | gflags/xmake.lua |
xrepo install gflags
add_requires("gflags")
| Description | The GNU Fortran compiler | | -- | -- | | Homepage | https://gcc.gnu.org/fortran/ | | Versions | | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | gfortran/xmake.lua |
xrepo install gfortran
add_requires("gfortran")
| 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, arm64ec, x64, x86 | | Definition | gfx-timsort/xmake.lua |
xrepo install gfx-timsort
add_requires("gfx-timsort")
| Description | Tensor library for machine learning | | -- | -- | | Homepage | https://github.com/ggml-org/ggml | | License | MIT | | Versions | 2025.03.05 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ggml/xmake.lua |
xrepo install ggml
add_requires("ggml")
| 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, arm64ec, x64, x86 | | Definition | ghc_filesystem/xmake.lua |
xrepo install ghc_filesystem
add_requires("ghc_filesystem")
| Description | Ghostscript is an interpreter for the PostScript® language and PDF files. | | -- | -- | | Homepage | https://www.ghostscript.com/ | | License | AGPL-3.0 | | Versions | 9.55.0, 10.0.0, 10.02.0 | | Architectures | x64, x86 | | Definition | ghostscript/xmake.lua |
xrepo install ghostscript
add_requires("ghostscript")
| Description | small C GIF decoder | | -- | -- | | Homepage | https://github.com/lecram/gifdec | | Versions | 2021.12.04 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | gifdec/xmake.lua |
xrepo install gifdec
add_requires("gifdec")
| 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, arm64ec, x64, x86 | | Definition | giflib/xmake.lua |
xrepo install giflib
add_requires("giflib")
| Description | Ginkgo is a high-performance linear algebra library for manycore systems, with a focus on solution of sparse linear systems. | | -- | -- | | Homepage | https://ginkgo-project.github.io/ | | License | BSD-3-Clause | | Versions | v1.7.0, v1.8.0, v1.9.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ginkgo/xmake.lua |
xrepo install ginkgo
add_requires("ginkgo")
| 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, arm64ec, x64, x86 | | Definition | gklib/xmake.lua |
xrepo install gklib
add_requires("gklib")
| Description | OpenGL to PostScript printing library | | -- | -- | | Homepage | https://gitlab.onelab.info/gl2ps/gl2ps | | License | LGPL | | Versions | 1.4.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | gl2ps/xmake.lua |
xrepo install gl2ps
add_requires("gl2ps")
| 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, arm64ec, x64, x86 | | Definition | glad/xmake.lua |
xrepo install glad
add_requires("glad")
| 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, arm64ec, x64, x86 | | Definition | glaze/xmake.lua |
xrepo install glaze
add_requires("glaze")
| 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, arm64ec, x64, x86 | | Definition | glbinding/xmake.lua |
xrepo install glbinding
add_requires("glbinding")
| 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, arm64ec, x64, x86 | | Definition | glew/xmake.lua |
xrepo install glew
add_requires("glew")
| 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, arm64ec, x64, x86 | | Definition | glfw/xmake.lua |
xrepo install glfw
add_requires("glfw")
| Description | An extension for the GLFW library for using WebGPU native. | | -- | -- | | Homepage | https://github.com/eliemichel/glfw3webgpu | | License | MIT | | Versions | v1.0.1, v1.1.0, v1.2.0, v1.3.0-alpha | | Architectures | x64, x86 | | Definition | glfw3webgpu/xmake.lua |
xrepo install glfw3webgpu
add_requires("glfw3webgpu")
| Description | OpenGL Image (GLI) | | -- | -- | | Homepage | https://gli.g-truc.net/ | | Versions | 0.8.2.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | gli/xmake.lua |
xrepo install gli
add_requires("gli")
| 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, arm64ec, x64, x86 | | Definition | glib/xmake.lua |
xrepo install glib
add_requires("glib")
| 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, arm64ec, x64, x86 | | Definition | glm/xmake.lua |
xrepo install glm
add_requires("glm")
| Description | Glob for C++17 | | -- | -- | | Homepage | https://github.com/p-ranav/glob | | License | MIT | | Versions | 2024.04.18 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | glob/xmake.lua |
xrepo install glob
add_requires("glob")
| 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, arm64ec, x64, x86 | | Definition | glog/xmake.lua |
xrepo install glog
add_requires("glog")
| 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, arm64ec, x64, x86 | | Definition | glpk/xmake.lua |
xrepo install glpk
add_requires("glpk")
| 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, arm64ec, x64, x86 | | Definition | glshaderpp/xmake.lua |
xrepo install glshaderpp
add_requires("glshaderpp")
| 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, arm64ec, x64, x86 | | Definition | glslang/xmake.lua |
xrepo install glslang
add_requires("glslang")
| Description | OpenGL utility library | | -- | -- | | Homepage | https://gitlab.freedesktop.org/mesa/glu | | Versions | | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | glu/xmake.lua |
xrepo install glu
add_requires("glu")
| Description | OpenGL utility toolkit | | -- | -- | | Homepage | https://www.opengl.org/resources/libraries/glut/ | | Versions | | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | glut/xmake.lua |
xrepo install glut
add_requires("glut")
| 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, arm64ec, x64, x86 | | Definition | glx/xmake.lua |
xrepo install glx
add_requires("glx")
| 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, arm64ec, x64, x86 | | Definition | gmm/xmake.lua |
xrepo install gmm
add_requires("gmm")
| 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, arm64ec, x64, x86 | | Definition | gmp/xmake.lua |
xrepo install gmp
add_requires("gmp")
| Description | Gmsh is an open source 3D finite element mesh generator with a built-in CAD engine and post-processor. | | -- | -- | | Homepage | http://gmsh.info/ | | License | GPL-2.0 | | Versions | 4.8.4, 4.11.1, 4.13.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | gmsh/xmake.lua |
xrepo install gmsh
add_requires("gmsh")
| 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, arm64ec, x64, x86 | | Definition | gmssl/xmake.lua |
xrepo install gmssl
add_requires("gmssl")
| Description | GN is a meta-build system that generates build files for Ninja. | | -- | -- | | Homepage | https://gn.googlesource.com/gn | | Versions | 20211117 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | gn/xmake.lua |
xrepo install gn
add_requires("gn")
| Description | The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. | | -- | -- | | Homepage | https://www.gnu.org/software/gsl/ | | License | GPL-3.0 | | Versions | 2.7, 2.7.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | gnu-gsl/xmake.lua |
xrepo install gnu-gsl
add_requires("gnu-gsl")
| 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, arm64ec, x64, x86 | | Definition | gnu-rm/xmake.lua |
xrepo install gnu-rm
add_requires("gnu-rm")
| Description | The Go Programming Language | | -- | -- | | Homepage | https://go.dev | | License | BSD-3-Clause | | Versions | 1.22.6, 1.22.7, 1.22.8, 1.22.9, 1.22.10, 1.22.11, 1.22.12, 1.23.0, 1.23.1, 1.23.2, 1.23.3, 1.23.4, 1.23.5, 1.23.6, 1.23.7, 1.23.8, 1.23.9, 1.23.10, 1.23.11, 1.24.0, 1.24.1, 1.24.2, 1.24.3, 1.24.4, 1.24.5 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | go/xmake.lua |
xrepo install go
add_requires("go")
| 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, arm64ec, x64, x86 | | Definition | godotcpp/xmake.lua |
xrepo install godotcpp
add_requires("godotcpp")
| Description | C++ bindings for the Godot 4 script API | | -- | -- | | Homepage | https://godotengine.org/ | | License | MIT | | Versions | 4.0, 4.1, 4.2, 4.3, 4.4 | | Architectures | x64, x86 | | Definition | godotcpp4/xmake.lua |
xrepo install godotcpp4
add_requires("godotcpp4")
| 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, arm64ec, x64, x86 | | Definition | google-cloud-cpp/xmake.lua |
xrepo install google-cloud-cpp
add_requires("google-cloud-cpp")
| Description | Perfect hash function generator. | | -- | -- | | Homepage | https://www.gnu.org/software/gperf | | License | GPL-3.0-or-later | | Versions | 3.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | gperf/xmake.lua |
xrepo install gperf
add_requires("gperf")
| 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, arm64ec, x64, x86 | | Definition | gperftools/xmake.lua |
xrepo install gperftools
add_requires("gperftools")
| Description | GR framework: a graphics library for visualisation applications | | -- | -- | | Homepage | https://gr-framework.org/ | | License | MIT | | Versions | 0.57.0, 0.58.0, 0.62.0, 0.64.0 | | Architectures | x64 | | Definition | gr/xmake.lua |
xrepo install gr
add_requires("gr")
| Description | A general-purpose lightweight C++ graph library | | -- | -- | | Homepage | https://bobluppes.github.io/graaf/ | | License | MIT | | Versions | v1.1.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | graaf/xmake.lua |
xrepo install graaf
add_requires("graaf")
| Description | A thin layer of graphic data types | | -- | -- | | Homepage | http://ebassi.github.io/graphene/ | | License | MIT | | Versions | 1.10.6 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | graphene/xmake.lua |
xrepo install graphene
add_requires("graphene")
| 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, arm64ec, x64, x86 | | Definition | grpc/xmake.lua |
xrepo install grpc
add_requires("grpc")
| 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, arm64ec, x64, x86 | | Definition | gsl/xmake.lua |
xrepo install gsl
add_requires("gsl")
| 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, arm64ec, x64, x86 | | Definition | gsl-lite/xmake.lua |
xrepo install gsl-lite
add_requires("gsl-lite")
| Description | GStreamer is a development framework for creating applications like media players, video editors, streaming media broadcasters and so on | | -- | -- | | Homepage | https://gstreamer.freedesktop.org | | License | LGPL-2.0-or-later | | Versions | 1.24.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | gstreamer/xmake.lua |
xrepo install gstreamer
add_requires("gstreamer")
| 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, arm64ec, x64, x86 | | Definition | gtest/xmake.lua |
xrepo install gtest
add_requires("gtest")
| Description | Toolkit for creating graphical user interfaces | | -- | -- | | Homepage | https://gtk.org/ | | License | LGPL-2.0-or-later | | Versions | 4.13.3 | | Architectures | x64, x86 | | Definition | gtk+4/xmake.lua |
xrepo install gtk+4
add_requires("gtk+4")
| Description | Toolkit for creating graphical user interfaces | | -- | -- | | Homepage | https://gtk.org/ | | License | LGPL-2.0-or-later | | Versions | 4.13.3 | | Architectures | x64, x86 | | Definition | gtk4/xmake.lua |
xrepo install gtk4
add_requires("gtk4")
| Description | Perceptual JPEG encoder | | -- | -- | | Homepage | https://github.com/google/guetzli | | Versions | v1.0.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | guetzli/xmake.lua |
xrepo install guetzli
add_requires("guetzli")
| 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, arm64ec, x64, x86 | | Definition | guilite/xmake.lua |
xrepo install guilite
add_requires("guilite")
| 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, arm64ec, x64, x86 | | Definition | gumbo-parser/xmake.lua |
xrepo install gumbo-parser
add_requires("gumbo-parser")
| 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, arm64ec, x64, x86 | | Definition | gyp-next/xmake.lua |
xrepo install gyp-next
add_requires("gyp-next")
| Description | Gzip header-only C++ library | | -- | -- | | Homepage | https://github.com/mapbox/gzip-hpp | | License | MIT | | Versions | v0.1.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | gzip-hpp/xmake.lua |
xrepo install gzip-hpp
add_requires("gzip-hpp")
| Description | Hexagonal hierarchical geospatial indexing system | | -- | -- | | Homepage | https://h3geo.org | | License | Apache-2.0 | | Versions | v4.3.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | h3/xmake.lua |
xrepo install h3
add_requires("h3")
| Description | C++ wrapper for the HDF5 C-library | | -- | -- | | Homepage | https://ess-dmsc.github.io/h5cpp/ | | License | LGPL-2.1 | | Versions | v0.5.1, v0.6.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | h5cpp/xmake.lua |
xrepo install h5cpp
add_requires("h5cpp")
| Description | Haclog(Happy Aync C log) is an extremely fast plain C logging library | | -- | -- | | Homepage | https://github.com/MuggleWei/haclog | | License | MIT | | Versions | v0.0.5, v0.1.6, v0.2.0, v0.4.0, v0.4.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | haclog/xmake.lua |
xrepo install haclog
add_requires("haclog")
| Description | C++ library for half precision floating point arithmetics | | -- | -- | | Homepage | https://half.sourceforge.net | | License | MIT | | Versions | 2.2.0, 2.2.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | half/xmake.lua |
xrepo install half
add_requires("half")
| 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, arm64ec, x64, x86 | | Definition | happly/xmake.lua |
xrepo install happly
add_requires("happly")
| 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, arm64ec, x64, x86 | | Definition | harfbuzz/xmake.lua |
xrepo install harfbuzz
add_requires("harfbuzz")
| Description | Portable C++ hashing library | | -- | -- | | Homepage | https://create.stephan-brumme.com/hash-library/ | | License | zlib | | Versions | 2021.09.29 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | hash-library/xmake.lua |
xrepo install hash-library
add_requires("hash-library")
| Description | High-performance data management and storage suite | | -- | -- | | Homepage | https://www.hdfgroup.org/solutions/hdf5/ | | License | BSD-3-Clause | | Versions | 1.10.7, 1.12.0, 1.12.1, 1.12.2, 1.13.2, 1.13.3, 1.14.0, 1.14.4-3, 1.14.6 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | hdf5/xmake.lua |
xrepo install hdf5
add_requires("hdf5")
| Description | C port of High Dynamic Range (HDR) Histogram | | -- | -- | | Homepage | https://github.com/HdrHistogram/HdrHistogram_c | | Versions | 2021.1.25 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | hdrhistogram_c/xmake.lua |
xrepo install hdrhistogram_c
add_requires("hdrhistogram_c")
| 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, arm64ec, x64, x86 | | Definition | hedley/xmake.lua |
xrepo install hedley
add_requires("hedley")
| 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, arm64ec, x64, x86 | | Definition | hexl/xmake.lua |
xrepo install hexl
add_requires("hexl")
| 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 | x64, x86 | | Definition | hidapi/xmake.lua |
xrepo install hidapi
add_requires("hidapi")
| Description | HighFive - Header-only C++ HDF5 interface | | -- | -- | | Homepage | https://github.com/BlueBrain/HighFive | | License | BSL-1.0 | | Versions | v2.3.1, v2.6.1, v2.9.0, v2.10.0, v2.10.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | highfive/xmake.lua |
xrepo install highfive
add_requires("highfive")
| 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 | x64, x86 | | Definition | highs/xmake.lua |
xrepo install highs
add_requires("highs")
| 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, arm64ec, x64, x86 | | Definition | highway/xmake.lua |
xrepo install highway
add_requires("highway")
| 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, arm64ec, x64, x86 | | Definition | hiredis/xmake.lua |
xrepo install hiredis
add_requires("hiredis")
| Description | Math library using hlsl syntax with SSE/NEON support | | -- | -- | | Homepage | https://github.com/redorav/hlslpp | | License | MIT | | Versions | 3.1, 3.2.3, 3.4, 3.5, 3.5.1, 3.5.3, 3.6, 3.7 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | hlslpp/xmake.lua |
xrepo install hlslpp
add_requires("hlslpp")
| Description | A header_only HookManager lib for C++. | | -- | -- | | Homepage | https://github.com/cngege/HookManager | | License | MIT | | Versions | v0.3.2, v0.3.3, v0.4.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | hookmanager/xmake.lua |
xrepo install hookmanager
add_requires("hookmanager")
| 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, arm64ec, x64, x86 | | Definition | hopscotch-map/xmake.lua |
xrepo install hopscotch-map
add_requires("hopscotch-map")
| 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, arm64ec, x64, x86 | | Definition | houdini/xmake.lua |
xrepo install houdini
add_requires("houdini")
| Description | High Performance Network Framework | | -- | -- | | Homepage | https://github.com/ldcsaa/HP-Socket | | License | Apache-2.0 | | Versions | v5.7.3, v5.8.4, v5.9.1, v6.0.1, v6.0.2 | | Architectures | x64, x86 | | Definition | hpsocket/xmake.lua |
xrepo install hpsocket
add_requires("hpsocket")
| Description | The C++ Standard Library for Parallelism and Concurrency | | -- | -- | | Homepage | https://hpx.stellar-group.org | | License | BSL-1.0 | | Versions | v1.9.1, v1.10.0 | | Architectures | x64 | | Definition | hpx/xmake.lua |
xrepo install hpx
add_requires("hpx")
| Description | Parser for HTTP messages written in C. | | -- | -- | | Homepage | https://github.com/nodejs/http-parser | | License | MIT | | Versions | v2.9.4 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | http_parser/xmake.lua |
xrepo install http_parser
add_requires("http_parser")
| Description | Cross platform C++ library for hardware information (CPU, RAM, GPU, ...) | | -- | -- | | Homepage | https://github.com/lfreist/hwinfo | | License | MIT | | Versions | 2025.05.09 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | hwinfo/xmake.lua |
xrepo install hwinfo
add_requires("hwinfo")
| Description | Portable Hardware Locality (hwloc) | | -- | -- | | Homepage | https://www.open-mpi.org/software/hwloc/ | | License | BSD-3-Clause | | Versions | 2.5.0, 2.7.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | hwloc/xmake.lua |
xrepo install hwloc
add_requires("hwloc")
| Description | High-performance regular expression matching library | | -- | -- | | Homepage | https://www.hyperscan.io | | License | BSD-3 | | Versions | v5.4.2 | | Architectures | x64, x86 | | Definition | hyperscan/xmake.lua |
xrepo install hyperscan
add_requires("hyperscan")
| Description | Parallel solvers for sparse linear systems featuring multigrid methods. | | -- | -- | | Homepage | https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods | | License | Apache-2.0 | | Versions | v2.20.0, v2.23.0, v2.30.0, v2.31.0, v2.32.0 | | Architectures | x64, x86 | | Definition | hypre/xmake.lua |
xrepo install hypre
add_requires("hypre")
| 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, arm64ec, x64, x86 | | Definition | hyprwayland-scanner/xmake.lua |
xrepo install hyprwayland-scanner
add_requires("hyprwayland-scanner")
| Description | A High Quality SIMD BC1 Encoder | | -- | -- | | Homepage | https://github.com/castano/icbc | | License | MIT | | Versions | 1.05 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | icbc/xmake.lua |
xrepo install icbc
add_requires("icbc")
| 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, arm64ec, x64, x86 | | Definition | icu4c/xmake.lua |
xrepo install icu4c
add_requires("icu4c")
| 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, arm64ec, x64, x86 | | Definition | idna/xmake.lua |
xrepo install idna
add_requires("idna")
| 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, arm64ec, x64, x86 | | Definition | ifort/xmake.lua |
xrepo install ifort
add_requires("ifort")
| Description | Apache Ignite 3 C++ client library | | -- | -- | | Homepage | https://ignite.apache.org | | License | Apache-2.0 | | Versions | 3.0.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ignite3/xmake.lua |
xrepo install ignite3
add_requires("ignite3")
| 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, arm64ec, x64, x86 | | Definition | igraph/xmake.lua |
xrepo install igraph
add_requires("igraph")
| 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, arm64ec, x64, x86 | | Definition | iguana/xmake.lua |
xrepo install iguana
add_requires("iguana")
| Description | A run-time API resolver for IL2CPP Unity. | | -- | -- | | Homepage | https://sneakyevil.gitbook.io/il2cpp-resolver/ | | License | Unlicense | | Versions | 2024.07.30 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | il2cpp_resolver/xmake.lua |
xrepo install il2cpp_resolver
add_requires("il2cpp_resolver")
| Description | File Dialog for Dear ImGui | | -- | -- | | Homepage | https://github.com/john-chapman/im3d | | License | MIT | | Versions | 2023.06.09 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | im3d/xmake.lua |
xrepo install im3d
add_requires("im3d")
| 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, arm64ec, x64, x86 | | Definition | imath/xmake.lua |
xrepo install imath
add_requires("imath")
| Description | A Cool bar for Dear ImGui | | -- | -- | | Homepage | https://github.com/aiekick/ImCoolBar | | License | MIT | | Versions | 2023.07.05 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | imcoolbar/xmake.lua |
xrepo install imcoolbar
add_requires("imcoolbar")
| 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, arm64ec, x64, x86 | | Definition | imgui/xmake.lua |
xrepo install imgui
add_requires("imgui")
| Description | Colorizing text editor for ImGui | | -- | -- | | Homepage | https://github.com/BalazsJako/ImGuiColorTextEdit | | License | MIT | | Versions | 2019.06.15 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | imgui-color-text-edit/xmake.lua |
xrepo install imgui-color-text-edit
add_requires("imgui-color-text-edit")
| 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, arm64ec, x64, x86 | | Definition | imgui-file-dialog/xmake.lua |
xrepo install imgui-file-dialog
add_requires("imgui-file-dialog")
| 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, arm64ec, x64, x86 | | Definition | imgui-filebrowser/xmake.lua |
xrepo install imgui-filebrowser
add_requires("imgui-filebrowser")
| 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, arm64ec, x64, x86 | | Definition | imgui-sfml/xmake.lua |
xrepo install imgui-sfml
add_requires("imgui-sfml")
| 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, arm64ec, x64, x86 | | Definition | imguitextselect/xmake.lua |
xrepo install imguitextselect
add_requires("imguitextselect")
| 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, arm64ec, x64, x86 | | Definition | imguizmo/xmake.lua |
xrepo install imguizmo
add_requires("imguizmo")
| Description | Library of persistent and immutable data structures written in C++. | | -- | -- | | Homepage | https://github.com/arximboldi/immer | | License | BSL-1.0 | | Versions | v0.8.0, v0.8.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | immer/xmake.lua |
xrepo install immer
add_requires("immer")
| Description | A small, dependency-free node editor for dear imgui | | -- | -- | | Homepage | https://github.com/Nelarius/imnodes | | License | MIT | | Versions | v0.5 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | imnodes/xmake.lua |
xrepo install imnodes
add_requires("imnodes")
| Description | Immediate Mode Plotting | | -- | -- | | Homepage | https://github.com/epezent/implot | | License | MIT | | Versions | v0.15, v0.16 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | implot/xmake.lua |
xrepo install implot
add_requires("implot")
| Description | Immediate Mode 3D Plotting | | -- | -- | | Homepage | https://github.com/brenocq/implot3d | | License | MIT | | Versions | v0.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | implot3d/xmake.lua |
xrepo install implot3d
add_requires("implot3d")
| Description | Activity Indicators for Modern C++ | | -- | -- | | Homepage | https://github.com/p-ranav/indicators | | License | MIT | | Versions | 2.2, 2.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | indicators/xmake.lua |
xrepo install indicators
add_requires("indicators")
| 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 | x64, x86 | | Definition | infoware/xmake.lua |
xrepo install infoware
add_requires("infoware")
| 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, arm64ec, x64, x86 | | Definition | inifile-cpp/xmake.lua |
xrepo install inifile-cpp
add_requires("inifile-cpp")
| Description | Simple .INI file parser in C, good for embedded systems | | -- | -- | | Homepage | https://github.com/benhoyt/inih | | Versions | 58, 59, 60 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | inih/xmake.lua |
xrepo install inih
add_requires("inih")
| Description | ini file parser | | -- | -- | | Homepage | http://ndevilla.free.fr/iniparser | | License | MIT | | Versions | v4.2.6 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | iniparser/xmake.lua |
xrepo install iniparser
add_requires("iniparser")
| Description | Simple C++ ini parser. | | -- | -- | | Homepage | https://github.com/mcmtroffaes/inipp | | License | MIT | | Versions | 2022.02.03, 2025.06.17 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | inipp/xmake.lua |
xrepo install inipp
add_requires("inipp")
| 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, arm64ec, x64, x86 | | Definition | inja/xmake.lua |
xrepo install inja
add_requires("inja")
| 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, arm64ec, x64, x86 | | Definition | injector/xmake.lua |
xrepo install injector
add_requires("injector")
| 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, arm64ec, x64, x86 | | Definition | interface99/xmake.lua |
xrepo install interface99
add_requires("interface99")
| 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, arm64ec, x64, x86 | | Definition | intx/xmake.lua |
xrepo install intx
add_requires("intx")
| Description | IP address region search library. | | -- | -- | | Homepage | https://github.com/lionsoul2014/ip2region | | License | Apache-2.0 | | Versions | v2020.10.31 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ip2region/xmake.lua |
xrepo install ip2region
add_requires("ip2region")
| Description | The Irrlicht Engine is an open source realtime 3D engine written in C++. | | -- | -- | | Homepage | https://irrlicht.sourceforge.io/ | | License | zlib | | Versions | 1.8.5 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | irrlicht/xmake.lua |
xrepo install irrlicht
add_requires("irrlicht")
| Description | High speed and easy-to-use XML Parser for C++ | | -- | -- | | Homepage | https://sourceforge.net/projects/irrlicht/ | | Versions | 1.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | irrxml/xmake.lua |
xrepo install irrxml
add_requires("irrxml")
| Description | *Isocline is a portable GNU readline alternative * | | -- | -- | | Homepage | https://github.com/daanx/isocline | | License | MIT | | Versions | 2022.01.16 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | isocline/xmake.lua |
xrepo install isocline
add_requires("isocline")
| 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, arm64ec, x64, x86 | | Definition | ispc/xmake.lua |
xrepo install ispc
add_requires("ispc")
| Description | ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis. | | -- | -- | | Homepage | https://itk.org/ | | License | Apache-2.0 | | Versions | 5.2.0, 5.2.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | itk/xmake.lua |
xrepo install itk
add_requires("itk")
| 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, arm64ec, x64, x86 | | Definition | itlib/xmake.lua |
xrepo install itlib
add_requires("itlib")
| 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, arm64ec, x64, x86 | | Definition | ittapi/xmake.lua |
xrepo install ittapi
add_requires("ittapi")
| Description | Icarus Verilog | | -- | -- | | Homepage | https://steveicarus.github.io/iverilog/ | | Versions | 2023.1.7 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | iverilog/xmake.lua |
xrepo install iverilog
add_requires("iverilog")
| 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, arm64ec, x64, x86 | | Definition | ixwebsocket/xmake.lua |
xrepo install ixwebsocket
add_requires("ixwebsocket")
| 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, arm64ec, x64, x86 | | Definition | jack2/xmake.lua |
xrepo install jack2
add_requires("jack2")
| 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, arm64ec, x64, x86 | | Definition | jansson/xmake.lua |
xrepo install jansson
add_requires("jansson")
| Description | Official Repository for the JasPer Image Coding Toolkit | | -- | -- | | Homepage | https://www.ece.uvic.ca/~frodo/jasper/ | | License | BSD-2-Clause | | Versions | 2.0.28, 2.0.32, 2.0.33 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | jasper/xmake.lua |
xrepo install jasper
add_requires("jasper")
| Description | Ultra-lightweight JavaScript engine for the Internet of Things. | | -- | -- | | Homepage | https://jerryscript.net | | License | Apache-2.0 | | Versions | 2024.12.03 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | jerryscript/xmake.lua |
xrepo install jerryscript
add_requires("jerryscript")
| Description | C++ wrapper for the Java Native Interface | | -- | -- | | Homepage | https://github.com/mitchdowd/jnipp | | License | MIT | | Versions | v1.0.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | jnipp/xmake.lua |
xrepo install jnipp
add_requires("jnipp")
| Description | A 2D/3D Engine using OpenGL and SDL for input and the window | | -- | -- | | Homepage | https://github.com/PucklaJ/JohnnyEngine | | License | zlib | | Versions | 1.0.1 | | Architectures | x64, x86 | | Definition | johnnyengine/xmake.lua |
xrepo install johnnyengine
add_requires("johnnyengine")
| 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, arm64ec, x64, x86 | | Definition | joltphysics/xmake.lua |
xrepo install joltphysics
add_requires("joltphysics")
| Description | the parallel make tool for Windows. | | -- | -- | | Homepage | https://www.qt.io/ | | License | GPL | | Versions | 1.1.3, 1.1.4 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | jom/xmake.lua |
xrepo install jom
add_requires("jom")
| Description | C++ wrapper for PCRE2 Library | | -- | -- | | Homepage | https://docs.neurobin.org/jpcre2/latest/ | | License | BSD-3-Clause | | Versions | 2021.06.15 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | jpcre2/xmake.lua |
xrepo install jpcre2
add_requires("jpcre2")
| 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, arm64ec, x64, x86 | | Definition | jrtplib/xmake.lua |
xrepo install jrtplib
add_requires("jrtplib")
| 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, arm64ec, x64, x86 | | Definition | jsbsim/xmake.lua |
xrepo install jsbsim
add_requires("jsbsim")
| Description | Jsmn is a world fastest JSON parser/tokenizer | | -- | -- | | Homepage | https://github.com/zserge/jsmn | | License | MIT | | Versions | v1.1.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | jsmn/xmake.lua |
xrepo install jsmn
add_requires("jsmn")
| Description | JSON parser for C | | -- | -- | | Homepage | https://github.com/json-c/json-c/wiki | | License | MIT | | Versions | 0.17 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | json-c/xmake.lua |
xrepo install json-c
add_requires("json-c")
| 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, arm64ec, x64, x86 | | Definition | json-schema-validator/xmake.lua |
xrepo install json-schema-validator
add_requires("json-schema-validator")
| 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, arm64ec, x64, x86 | | Definition | json.h/xmake.lua |
xrepo install json.h
add_requires("json.h")
| 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, arm64ec, x64, x86 | | Definition | jsoncons/xmake.lua |
xrepo install jsoncons
add_requires("jsoncons")
| 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, arm64ec, x64, x86 | | Definition | jsoncpp/xmake.lua |
xrepo install jsoncpp
add_requires("jsoncpp")
| 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, arm64ec, x64, x86 | | Definition | jthread/xmake.lua |
xrepo install jthread
add_requires("jthread")
| Description | JWasm continuation | | -- | -- | | Homepage | https://github.com/JWasm/JWasm | | License | JWasm | | Versions | 2025.01.10 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | jwasm/xmake.lua |
xrepo install jwasm
add_requires("jwasm")
| 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, arm64ec, x64, x86 | | Definition | jwt-cpp/xmake.lua |
xrepo install jwt-cpp
add_requires("jwt-cpp")
| 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, arm64ec, x64, x86 | | Definition | jxrlib/xmake.lua |
xrepo install jxrlib
add_requires("jxrlib")
| 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, arm64ec, x64, x86 | | Definition | kangaru/xmake.lua |
xrepo install kangaru
add_requires("kangaru")
| Description | A Fast and Reliable ARQ Protocol. | | -- | -- | | Homepage | https://github.com/skywind3000/kcp | | License | MIT | | Versions | 1.7 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | kcp/xmake.lua |
xrepo install kcp
add_requires("kcp")
| 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, arm64ec, x64, x86 | | Definition | kdbindings/xmake.lua |
xrepo install kdbindings
add_requires("kdbindings")
| 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, arm64ec, x64, x86 | | Definition | keystone/xmake.lua |
xrepo install keystone
add_requires("keystone")
| Description | Sanitizer for OpenType | | -- | -- | | Homepage | https://github.com/khaledhosny/ots | | License | BSD-3-Clause | | Versions | v9.2.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | khaledhosny-ots/xmake.lua |
xrepo install khaledhosny-ots
add_requires("khaledhosny-ots")
| Description | Khronos Shared Platform Header () | | -- | -- | | Homepage | https://registry.khronos.org/EGL | | Versions | latest | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | khrplatform/xmake.lua |
xrepo install khrplatform
add_requires("khrplatform")
| 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, arm64ec, x64, x86 | | Definition | kiwisolver/xmake.lua |
xrepo install kiwisolver
add_requires("kiwisolver")
| Description | A standalone and lightweight C library | | -- | -- | | Homepage | http://attractivechaos.github.io/klib/ | | License | MIT | | Versions | 2024.06.03 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | klib/xmake.lua |
xrepo install klib
add_requires("klib")
| Description | Kokkos C++ Performance Portability Programming EcoSystem: The Programming Model | | -- | -- | | Homepage | https://kokkos.github.io/ | | License | Apache-2.0 | | Versions | 4.0.01, 4.2.00, 4.2.01, 4.3.00, 4.3.01, 4.4.00, 4.6.00, 4.6.01, 4.6.02 | | Architectures | x64 | | Definition | kokkos/xmake.lua |
xrepo install kokkos
add_requires("kokkos")
| Description | Kokkos C++ Performance Portability Programming EcoSystem: Math Kernels | | -- | -- | | Homepage | https://github.com/kokkos/kokkos-kernels | | License | Apache-2.0 | | Versions | 4.0.01, 4.2.01, 4.3.00, 4.3.01, 4.4.00, 4.6.00 | | Architectures | x64 | | Definition | kokkos-kernels/xmake.lua |
xrepo install kokkos-kernels
add_requires("kokkos-kernels")
| Description | Kokyu - portable middleware scheduling framework designed to provide flexible scheduling/dispatching services within the context of higher-level middleware. | | -- | -- | | Homepage | https://www.dre.vanderbilt.edu/~schmidt/ACE.html | | License | DOC | | Versions | 8.0.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | kokyu/xmake.lua |
xrepo install kokyu
add_requires("kokyu")
| Description | General purpose GPU compute framework for cross vendor graphics cards | | -- | -- | | Homepage | https://github.com/KomputeProject/kompute | | License | Apache-2.0 | | Versions | v0.8.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | kompute/xmake.lua |
xrepo install kompute
add_requires("kompute")
| Description | *The Kotlin Programming Language. * | | -- | -- | | Homepage | https://kotlinlang.org | | Versions | 2.1.10, 2.1.21 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | kotlin-native/xmake.lua |
xrepo install kotlin-native
add_requires("kotlin-native")
| 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, arm64ec, x64, x86 | | Definition | ktx/xmake.lua |
xrepo install ktx
add_requires("ktx")
| 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, arm64ec, x64, x86 | | Definition | kuba-zip/xmake.lua |
xrepo install kuba-zip
add_requires("kuba-zip")
| Description | An open-source HEVC encoder | | -- | -- | | Homepage | https://github.com/ultravideo/kvazaar | | License | BSD-3-Clause | | Versions | v2.3.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | kvazaar/xmake.lua |
xrepo install kvazaar
add_requires("kvazaar")
| Description | High quality MPEG Audio Layer III (MP3) encoder | | -- | -- | | Homepage | https://lame.sourceforge.io/ | | License | LGPL-2.0-or-later | | Versions | 3.100 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | lame/xmake.lua |
xrepo install lame
add_requires("lame")
| Description | efficient tools for LiDAR processing | | -- | -- | | Homepage | https://github.com/LAStools/LAStools | | License | LGPL-2.0 | | Versions | v2.0.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | lastools/xmake.lua |
xrepo install lastools
add_requires("lastools")
| 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, arm64ec, x64, x86 | | Definition | lazy_importer/xmake.lua |
xrepo install lazy_importer
add_requires("lazy_importer")
| Description | lbuild: a generic, modular code generator in Python 3 | | -- | -- | | Homepage | https://pypi.org/project/lbuild | | Versions | 2022.02.14 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | lbuild/xmake.lua |
xrepo install lbuild
add_requires("lbuild")
| 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, arm64ec, x64, x86 | | Definition | lcms/xmake.lua |
xrepo install lcms
add_requires("lcms")
| 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, arm64ec, x64, x86 | | Definition | lemon/xmake.lua |
xrepo install lemon
add_requires("lemon")
| Description | Leptonica is a pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications. | | -- | -- | | Homepage | http://www.leptonica.org/ | | License | BSD-2-Clause | | Versions | 1.80.0, 1.81.1, 1.82.0, 1.84.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | leptonica/xmake.lua |
xrepo install leptonica
add_requires("leptonica")
| Description | Limited Error Raster Compression | | -- | -- | | Homepage | https://github.com/esri/lerc | | License | Apache-2.0 | | Versions | v4.0.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | lerc/xmake.lua |
xrepo install lerc
add_requires("lerc")
| 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, arm64ec, x64, x86 | | Definition | leveldb/xmake.lua |
xrepo install leveldb
add_requires("leveldb")
| 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, arm64ec, x64, x86 | | Definition | lexbor/xmake.lua |
xrepo install lexbor
add_requires("lexbor")
| Description | C++ parsing DSL | | -- | -- | | Homepage | https://lexy.foonathan.net | | License | BSL-1.0 | | Versions | 2022.03.21, 2022.12.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | lexy/xmake.lua |
xrepo install lexy
add_requires("lexy")
| 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, arm64ec, x64, x86 | | Definition | liba52/xmake.lua |
xrepo install liba52
add_requires("liba52")
| Description | https://repology.org/project/libaesgm/packages | | -- | -- | | Homepage | https://github.com/xmake-mirror/libaesgm | | Versions | 2013.1.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libaesgm/xmake.lua |
xrepo install libaesgm
add_requires("libaesgm")
| Description | Multi-format archive and compression library | | -- | -- | | Homepage | https://libarchive.org/ | | License | BSD-2-Clause | | Versions | 3.5.1, 3.5.2, 3.6.2, 3.7.2, 3.7.7 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libarchive/xmake.lua |
xrepo install libarchive
add_requires("libarchive")
| Description | The password hash Argon2, winner of PHC | | -- | -- | | Homepage | https://github.com/P-H-C/phc-winner-argon2 | | Versions | 20190702 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libargon2/xmake.lua |
xrepo install libargon2
add_requires("libargon2")
| 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, arm64ec, x64, x86 | | Definition | libass/xmake.lua |
xrepo install libass
add_requires("libass")
| Description | The most over-engineered and overpowered C++ assertion library. | | -- | -- | | Homepage | https://github.com/jeremy-rifkin/libassert | | License | MIT | | Versions | v1.2, v1.2.2, v2.0.0, v2.0.1, v2.0.2, v2.1.0, v2.1.1, v2.1.2, v2.1.4, v2.1.5, v2.2.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libassert/xmake.lua |
xrepo install libassert
add_requires("libassert")
| 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, arm64ec, x64, x86 | | Definition | libatomic_ops/xmake.lua |
xrepo install libatomic_ops
add_requires("libatomic_ops")
| 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, arm64ec, x64, x86 | | Definition | libavif/xmake.lua |
xrepo install libavif
add_requires("libavif")
| Description | C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp | | -- | -- | | Homepage | https://blake2.net | | License | CC0-1.0 | | Versions | v0.98.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libb2/xmake.lua |
xrepo install libb2
add_requires("libb2")
| 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, arm64ec, x64, x86 | | Definition | libbacktrace/xmake.lua |
xrepo install libbacktrace
add_requires("libbacktrace")
| Description | Image format meant to improve on JPEG quality and file size | | -- | -- | | Homepage | https://bellard.org/bpg/ | | Versions | 0.9.8 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libbpg/xmake.lua |
xrepo install libbpg
add_requires("libbpg")
| 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, arm64ec, x64, x86 | | Definition | libc++/xmake.lua |
xrepo install libc++
add_requires("libc++")
| Description | CBOR protocol implementation for C | | -- | -- | | Homepage | https://github.com/PJK/libcbor | | License | MIT | | Versions | v0.11.0, v0.12.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libcbor/xmake.lua |
xrepo install libcbor
add_requires("libcbor")
| 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, arm64ec, x64, x86 | | Definition | libccd/xmake.lua |
xrepo install libccd
add_requires("libccd")
| 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, arm64ec, x64, x86 | | Definition | libcoro/xmake.lua |
xrepo install libcoro
add_requires("libcoro")
| 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, arm64ec, x64, x86 | | Definition | libcpuid/xmake.lua |
xrepo install libcpuid
add_requires("libcpuid")
| Description | Libcroco is a standalone css2 parsing and manipulation library. | | -- | -- | | Homepage | https://gitlab.com/inkscape/libcroco | | License | LGPL-2.0 | | Versions | 0.6.13 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libcroco/xmake.lua |
xrepo install libcroco
add_requires("libcroco")
| Description | A C++ scheduling library using cron formatting. | | -- | -- | | Homepage | https://github.com/PerMalmberg/libcron | | License | MIT | | Versions | v1.3.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libcron/xmake.lua |
xrepo install libcron
add_requires("libcron")
| 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, arm64ec, x64, x86 | | Definition | libcurl/xmake.lua |
xrepo install libcurl
add_requires("libcurl")
| 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, arm64ec, x64, x86 | | Definition | libde265/xmake.lua |
xrepo install libde265
add_requires("libde265")
| 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, arm64ec, x64, x86 | | Definition | libdeflate/xmake.lua |
xrepo install libdeflate
add_requires("libdeflate")
| Description | C library for reading DICOM files | | -- | -- | | Homepage | https://libdicom.readthedocs.io | | License | MIT | | Versions | v1.1.0, v1.2.0 | | Architectures | arm, arm64ec, x64, x86 | | Definition | libdicom/xmake.lua |
xrepo install libdicom
add_requires("libdicom")
| 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, arm64ec, x64, x86 | | Definition | libdisasm/xmake.lua |
xrepo install libdisasm
add_requires("libdisasm")
| 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, arm64ec, x64, x86 | | Definition | libdivide/xmake.lua |
xrepo install libdivide
add_requires("libdivide")
| Description | A lightweight suffix array sorting library | | -- | -- | | Homepage | https://android.googlesource.com/platform/external/libdivsufsort/ | | Versions | 2021.2.18 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libdivsufsort/xmake.lua |
xrepo install libdivsufsort
add_requires("libdivsufsort")
| 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, arm64ec, x64, x86 | | Definition | libdom/xmake.lua |
xrepo install libdom
add_requires("libdom")
| 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, arm64ec, x64, x86 | | Definition | libdwarf/xmake.lua |
xrepo install libdwarf
add_requires("libdwarf")
| Description | A library implementing the EBU R128 loudness standard. | | -- | -- | | Homepage | https://github.com/jiixyj/libebur128 | | License | MIT | | Versions | v1.2.6 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libebur128/xmake.lua |
xrepo install libebur128
add_requires("libebur128")
| 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, arm64ec, x64, x86 | | Definition | libenvpp/xmake.lua |
xrepo install libenvpp
add_requires("libenvpp")
| Description | Epoxy is a library for handling OpenGL function pointer management for you. | | -- | -- | | Homepage | https://download.gnome.org/sources/libepoxy/ | | License | MIT | | Versions | 1.5.9, 1.5.10 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libepoxy/xmake.lua |
xrepo install libepoxy
add_requires("libepoxy")
| Description | Event notification library | | -- | -- | | Homepage | https://libevent.org/ | | License | BSD-3-Clause | | Versions | 2.1.12 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libevent/xmake.lua |
xrepo install libevent
add_requires("libevent")
| 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, arm64ec, x64, x86 | | Definition | libfacedetection/xmake.lua |
xrepo install libfacedetection
add_requires("libfacedetection")
| 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, arm64ec, x64, x86 | | Definition | libffi/xmake.lua |
xrepo install libffi
add_requires("libffi")
| 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, arm64ec, x64, x86 | | Definition | libfido2/xmake.lua |
xrepo install libfido2
add_requires("libfido2")
| Description | libfive is a software library and set of tools for solid modeling, especially suited for parametric and procedural design. | | -- | -- | | Homepage | https://libfive.com/ | | Versions | 2021.04.08, 2022.02.22 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libfive/xmake.lua |
xrepo install libfive
add_requires("libfive")
| Description | Cross Platform Fixed Point Maths Library | | -- | -- | | Homepage | https://code.google.com/p/libfixmath/ | | License | MIT | | Versions | 2023.08.06 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libfixmath/xmake.lua |
xrepo install libfixmath
add_requires("libfixmath")
| 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, arm64ec, x64, x86 | | Definition | libfixmatrix/xmake.lua |
xrepo install libfixmatrix
add_requires("libfixmatrix")
| 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, arm64ec, x64, x86 | | Definition | libflac/xmake.lua |
xrepo install libflac
add_requires("libflac")
| 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, arm64ec, x64, x86 | | Definition | libfork/xmake.lua |
xrepo install libfork
add_requires("libfork")
| Description | Open source drivers for the Kinect for Windows v2 device | | -- | -- | | Homepage | https://github.com/OpenKinect/libfreenect2 | | License | GPL-2.0 | | Versions | v0.2.0, v0.2.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libfreenect2/xmake.lua |
xrepo install libfreenect2
add_requires("libfreenect2")
| 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, arm64ec, x64, x86 | | Definition | libgd/xmake.lua |
xrepo install libgd
add_requires("libgd")
| Description | Libgeotiff is an open source library for reading and writing GeoTIFF information tags | | -- | -- | | Homepage | https://github.com/OSGeo/libgeotiff | | License | MIT | | Versions | 1.7.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libgeotiff/xmake.lua |
xrepo install libgeotiff
add_requires("libgeotiff")
| 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, arm64ec, x64, x86 | | Definition | libgit2/xmake.lua |
xrepo install libgit2
add_requires("libgit2")
| Description | C++ wrapper for libgit2 | | -- | -- | | Homepage | https://github.com/AndreyG/libgit2cpp | | Versions | 2024.06.09 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libgit2cpp/xmake.lua |
xrepo install libgit2cpp
add_requires("libgit2cpp")
| 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, arm64ec, x64, x86 | | Definition | libharu/xmake.lua |
xrepo install libharu
add_requires("libharu")
| 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, arm64ec, x64, x86 | | Definition | libhat/xmake.lua |
xrepo install libhat
add_requires("libhat")
| Description | libheif is an HEIF and AVIF file format decoder and encoder. | | -- | -- | | Homepage | https://github.com/strukturag/libheif | | License | LGPL-3.0 | | Versions | 1.12.0, 1.17.6, 1.18.0, 1.18.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libheif/xmake.lua |
xrepo install libheif
add_requires("libheif")
| 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, arm64ec, x64, x86 | | Definition | libhubbub/xmake.lua |
xrepo install libhubbub
add_requires("libhubbub")
| Description | Like libevent, libev, and libuv, libhv provides event-loop with non-blocking IO and timer, but simpler api and richer protocols. | | -- | -- | | Homepage | https://github.com/ithewei/libhv | | License | BSD-3-Clause | | Versions | v1.0.0, v1.1.0, v1.1.1, v1.2.1, v1.2.2, v1.2.3, v1.2.4, v1.2.6, v1.3.0, v1.3.1, v1.3.2, v1.3.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libhv/xmake.lua |
xrepo install libhv
add_requires("libhv")
| 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, arm64ec, x64, x86 | | Definition | libiconv/xmake.lua |
xrepo install libiconv
add_requires("libiconv")
| 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, arm64ec, x64, x86 | | Definition | libid3tag/xmake.lua |
xrepo install libid3tag
add_requires("libid3tag")
| 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, arm64ec, x64, x86 | | Definition | libidn2/xmake.lua |
xrepo install libidn2
add_requires("libidn2")
| 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, arm64ec, x64, x86 | | Definition | libigl/xmake.lua |
xrepo install libigl
add_requires("libigl")
| Description | Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images. | | -- | -- | | Homepage | https://pngquant.org/lib/ | | License | GPL-3.0 | | Versions | 2.15.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libimagequant/xmake.lua |
xrepo install libimagequant
add_requires("libimagequant")
| Description | A C++ library for interpolation. | | -- | -- | | Homepage | https://github.com/CD3/libInterpolate | | License | MIT | | Versions | 2024.04.29 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libinterpolate/xmake.lua |
xrepo install libinterpolate
add_requires("libinterpolate")
| Description | GNU gettext runtime | | -- | -- | | Homepage | https://www.gnu.org/software/gettext/ | | Versions | 0.21, 0.22.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libintl/xmake.lua |
xrepo install libintl
add_requires("libintl")
| 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, arm64ec, x64, x86 | | Definition | libjpeg/xmake.lua |
xrepo install libjpeg
add_requires("libjpeg")
| 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, arm64ec, x64, x86 | | Definition | libjpeg-turbo/xmake.lua |
xrepo install libjpeg-turbo
add_requires("libjpeg-turbo")
| Description | JPEG XL image format reference implementation | | -- | -- | | Homepage | https://jpeg.org/jpegxl | | License | BSD-3-Clause | | Versions | v0.8.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libjxl/xmake.lua |
xrepo install libjxl
add_requires("libjxl")
| 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, arm64ec, x64, x86 | | Definition | libkdtree/xmake.lua |
xrepo install libkdtree
add_requires("libkdtree")
| 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, arm64ec, x64, x86 | | Definition | libkeyfinder/xmake.lua |
xrepo install libkeyfinder
add_requires("libkeyfinder")
| Description | libLAS - LAS 1.0/1.1/1.2 ASPRS LiDAR data translation toolset | | -- | -- | | Homepage | https://liblas.org/index.html | | License | BSD-3-Clause | | Versions | 1.8.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | liblas/xmake.lua |
xrepo install liblas
add_requires("liblas")
| Description | The LLVM Compiler Infrastructure. | | -- | -- | | Homepage | https://llvm.org/ | | Versions | 19.1.7 | | Architectures | x64 | | Definition | libllvm/xmake.lua |
xrepo install libllvm
add_requires("libllvm")
| 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, arm64ec, x64, x86 | | Definition | libmaxminddb/xmake.lua |
xrepo install libmaxminddb
add_requires("libmaxminddb")
| 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, arm64ec, x64, x86 | | Definition | libmem/xmake.lua |
xrepo install libmem
add_requires("libmem")
| 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, arm64ec, x64, x86 | | Definition | libmetalink/xmake.lua |
xrepo install libmetalink
add_requires("libmetalink")
| Description | libmng - The reference library for reading, displaying, writing and examining Multiple-Image Network Graphics. | | -- | -- | | Homepage | https://libmng.com/ | | Versions | 2.0.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libmng/xmake.lua |
xrepo install libmng
add_requires("libmng")
| 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, arm64ec, x64, x86 | | Definition | libmobi/xmake.lua |
xrepo install libmobi
add_requires("libmobi")
| 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, arm64ec, x64, x86 | | Definition | libmodbus/xmake.lua |
xrepo install libmodbus
add_requires("libmodbus")
| Description | libmodplug GitHub repository | | -- | -- | | Homepage | http://modplug-xmms.sf.net | | License | Public Domain | | Versions | 2022.1.31 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libmodplug/xmake.lua |
xrepo install libmodplug
add_requires("libmodplug")
| 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, arm64ec, x64, x86 | | Definition | libmorton/xmake.lua |
xrepo install libmorton
add_requires("libmorton")
| 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, arm64ec, x64, x86 | | Definition | libmspack/xmake.lua |
xrepo install libmspack
add_requires("libmspack")
| 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, arm64ec, x64, x86 | | Definition | libmysofa/xmake.lua |
xrepo install libmysofa
add_requires("libmysofa")
| Description | 2D irregular bin packaging and nesting library written in modern C++ | | -- | -- | | Homepage | https://github.com/tamasmeszaros/libnest2d | | License | LGPL-3.0 | | Versions | 2022.11.16 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libnest2d/xmake.lua |
xrepo install libnest2d
add_requires("libnest2d")
| 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, arm64ec, x64, x86 | | Definition | libnpy/xmake.lua |
xrepo install libnpy
add_requires("libnpy")
| 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, arm64ec, x64, x86 | | Definition | libnpy-matajoh/xmake.lua |
xrepo install libnpy-matajoh
add_requires("libnpy-matajoh")
| Description | *:microphone: Cross platform C++11 library for decoding audio (mp3, wav, ogg, opus, flac, etc) * | | -- | -- | | Homepage | https://github.com/ddiakopoulos/libnyquist | | License | BSD-2-Clause | | Versions | 2023.02.12 | | Architectures | arm, arm64ec, x64, x86 | | Definition | libnyquist/xmake.lua |
xrepo install libnyquist
add_requires("libnyquist")
| Description | A C++17 library to access the entire OpenAI API. | | -- | -- | | Homepage | https://github.com/D7EAD/liboai | | License | MIT | | Versions | v3.2.1, v4.0.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | liboai/xmake.lua |
xrepo install liboai
add_requires("liboai")
| Description | Ogg Bitstream Library | | -- | -- | | Homepage | https://www.xiph.org/ogg/ | | Versions | v1.3.4, v1.3.5 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libogg/xmake.lua |
xrepo install libogg
add_requires("libogg")
| 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, arm64ec, x64, x86 | | Definition | libopus/xmake.lua |
xrepo install libopus
add_requires("libopus")
| 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, arm64ec, x64, x86 | | Definition | liboqs/xmake.lua |
xrepo install liboqs
add_requires("liboqs")
| Description | PKCS#11 wrapper library | | -- | -- | | Homepage | https://github.com/OpenSC/libp11 | | License | LGPL-2.1 | | Versions | 0.4.13 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libp11/xmake.lua |
xrepo install libp11
add_requires("libp11")
| 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, arm64ec, x64, x86 | | Definition | libparserutils/xmake.lua |
xrepo install libparserutils
add_requires("libparserutils")
| 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, arm64ec, x64, x86 | | Definition | libpcap/xmake.lua |
xrepo install libpcap
add_requires("libpcap")
| 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 | x64, x86 | | Definition | libpeconv/xmake.lua |
xrepo install libpeconv
add_requires("libpeconv")
| 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, arm64ec, x64, x86 | | Definition | libplist/xmake.lua |
xrepo install libplist
add_requires("libplist")
| 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, arm64ec, x64, x86 | | Definition | libpng/xmake.lua |
xrepo install libpng
add_requires("libpng")
| Description | 🚀 Fast C/C++ bit population count library | | -- | -- | | Homepage | https://github.com/kimwalisch/libpopcnt | | License | BSD-2-Clause | | Versions | v3.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libpopcnt/xmake.lua |
xrepo install libpopcnt
add_requires("libpopcnt")
| 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, arm64ec, x64, x86 | | Definition | libpsl/xmake.lua |
xrepo install libpsl
add_requires("libpsl")
| 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, arm64ec, x64, x86 | | Definition | libqrencode/xmake.lua |
xrepo install libqrencode
add_requires("libqrencode")
| Description | A library for complex text layout | | -- | -- | | Homepage | https://host-oman.github.io/libraqm | | License | MIT | | Versions | v0.10.1, v0.10.2 | | Architectures | x64, x86 | | Definition | libraqm/xmake.lua |
xrepo install libraqm
add_requires("libraqm")
| Description | LibRaw is a library for reading RAW files from digital cameras. | | -- | -- | | Homepage | http://www.libraw.org | | License | LGPL-2.1 | | Versions | 0.19.5, 0.20.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libraw/xmake.lua |
xrepo install libraw
add_requires("libraw")
| Description | The Apache Kafka C/C++ library | | -- | -- | | Homepage | https://github.com/edenhill/librdkafka | | Versions | v1.6.2, v1.8.2-POST2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | librdkafka/xmake.lua |
xrepo install librdkafka
add_requires("librdkafka")
| Description | A library to allow reading data from a DWG file. | | -- | -- | | Homepage | https://github.com/LibreDWG/libredwg | | License | GPL-3.0 | | Versions | 0.13.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libredwg/xmake.lua |
xrepo install libredwg
add_requires("libredwg")
| 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, arm64ec, x64, x86 | | Definition | libremidi/xmake.lua |
xrepo install libremidi
add_requires("libremidi")
| Description | LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes. | | -- | -- | | Homepage | https://www.libressl.org/ | | Versions | 3.4.2, 3.7.3, 3.8.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libressl/xmake.lua |
xrepo install libressl
add_requires("libressl")
| 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, arm64ec, x64, x86 | | Definition | libsais/xmake.lua |
xrepo install libsais
add_requires("libsais")
| Description | An audio Sample Rate Conversion library | | -- | -- | | Homepage | http://libsndfile.github.io/libsamplerate/ | | License | BSD-2-Clause | | Versions | 0.2.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libsamplerate/xmake.lua |
xrepo install libsamplerate
add_requires("libsamplerate")
| 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, arm64ec, x64, x86 | | Definition | libsdl/xmake.lua |
xrepo install libsdl
add_requires("libsdl")
| 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, arm64ec, x64, x86 | | Definition | libsdl2/xmake.lua |
xrepo install libsdl2
add_requires("libsdl2")
| Description | Simple DirectMedia Layer primitives drawing library | | -- | -- | | Homepage | https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/ | | Versions | 1.0.4 | | Architectures | x64, x86 | | Definition | libsdl2_gfx/xmake.lua |
xrepo install libsdl2_gfx
add_requires("libsdl2_gfx")
| 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, arm64ec, x64, x86 | | Definition | libsdl2_image/xmake.lua |
xrepo install libsdl2_image
add_requires("libsdl2_image")
| 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, arm64ec, x64, x86 | | Definition | libsdl2_mixer/xmake.lua |
xrepo install libsdl2_mixer
add_requires("libsdl2_mixer")
| Description | Simple DirectMedia Layer networking library | | -- | -- | | Homepage | https://www.libsdl.org/projects/SDL_net/ | | License | zlib | | Versions | 2.2.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libsdl2_net/xmake.lua |
xrepo install libsdl2_net
add_requires("libsdl2_net")
| 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, arm64ec, x64, x86 | | Definition | libsdl2_ttf/xmake.lua |
xrepo install libsdl2_ttf
add_requires("libsdl2_ttf")
| 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, arm64ec, x64, x86 | | Definition | libsdl3/xmake.lua |
xrepo install libsdl3
add_requires("libsdl3")
| 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, arm64ec, x64, x86 | | Definition | libsdl3_image/xmake.lua |
xrepo install libsdl3_image
add_requires("libsdl3_image")
| 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, arm64ec, x64, x86 | | Definition | libsdl3_ttf/xmake.lua |
xrepo install libsdl3_ttf
add_requires("libsdl3_ttf")
| Description | Simple DirectMedia Layer primitives drawing library | | -- | -- | | Homepage | https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/ | | Versions | 1.0.4 | | Architectures | x64, x86 | | Definition | libsdl_gfx/xmake.lua |
xrepo install libsdl_gfx
add_requires("libsdl_gfx")
| 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, arm64ec, x64, x86 | | Definition | libsdl_image/xmake.lua |
xrepo install libsdl_image
add_requires("libsdl_image")
| 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, arm64ec, x64, x86 | | Definition | libsdl_mixer/xmake.lua |
xrepo install libsdl_mixer
add_requires("libsdl_mixer")
| Description | Simple DirectMedia Layer networking library | | -- | -- | | Homepage | https://www.libsdl.org/projects/SDL_net/ | | License | zlib | | Versions | 2.2.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libsdl_net/xmake.lua |
xrepo install libsdl_net
add_requires("libsdl_net")
| 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, arm64ec, x64, x86 | | Definition | libsdl_ttf/xmake.lua |
xrepo install libsdl_ttf
add_requires("libsdl_ttf")
| 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, arm64ec, x64, x86 | | Definition | libsigcplusplus/xmake.lua |
xrepo install libsigcplusplus
add_requires("libsigcplusplus")
| Description | Portable header-only C++ low level SIMD library | | -- | -- | | Homepage | https://github.com/p12tic/libsimdpp | | Versions | v2.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libsimdpp/xmake.lua |
xrepo install libsimdpp
add_requires("libsimdpp")
| Description | SMB2/3 userspace client | | -- | -- | | Homepage | https://github.com/sahlberg/libsmb2 | | License | LGPL-2.1 | | Versions | 2024.07.16 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libsmb2/xmake.lua |
xrepo install libsmb2
add_requires("libsmb2")
| 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, arm64ec, x64, x86 | | Definition | libsndfile/xmake.lua |
xrepo install libsndfile
add_requires("libsndfile")
| 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, arm64ec, x64, x86 | | Definition | libsodium/xmake.lua |
xrepo install libsodium
add_requires("libsodium")
| 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, arm64ec, x64, x86 | | Definition | libsoundio/xmake.lua |
xrepo install libsoundio
add_requires("libsoundio")
| Description | Simple, modern libpng alternative | | -- | -- | | Homepage | https://libspng.org | | License | BSD-2-Clause | | Versions | v0.7.1, v0.7.4 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libspng/xmake.lua |
xrepo install libspng
add_requires("libspng")
| 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, arm64ec, x64, x86 | | Definition | libsquish/xmake.lua |
xrepo install libsquish
add_requires("libsquish")
| Description | C library implementing the SSH2 protocol | | -- | -- | | Homepage | https://www.libssh2.org/ | | License | BSD-3-Clause | | Versions | 0.11.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libssh/xmake.lua |
xrepo install libssh
add_requires("libssh")
| 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, arm64ec, x64, x86 | | Definition | libssh2/xmake.lua |
xrepo install libssh2
add_requires("libssh2")
| Description | libsv - Public domain cross-platform semantic versioning in c99 | | -- | -- | | Homepage | https://github.com/uael/sv | | Versions | 2021.11.27 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libsv/xmake.lua |
xrepo install libsv
add_requires("libsv")
| 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, arm64ec, x64, x86 | | Definition | libsvgtiny/xmake.lua |
xrepo install libsvgtiny
add_requires("libsvgtiny")
| 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, arm64ec, x64, x86 | | Definition | libsvm/xmake.lua |
xrepo install libsvm
add_requires("libsvm")
| 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, arm64ec, x64, x86 | | Definition | libtcod/xmake.lua |
xrepo install libtcod
add_requires("libtcod")
| 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, arm64ec, x64, x86 | | Definition | libtiff/xmake.lua |
xrepo install libtiff
add_requires("libtiff")
| Description | High-level, multiplatform C++ network packet sniffing and crafting library. | | -- | -- | | Homepage | http://libtins.github.io/ | | License | BSD-2-Clause | | Versions | v4.4, v4.5 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libtins/xmake.lua |
xrepo install libtins
add_requires("libtins")
| Description | A fairly comprehensive, modular and portable cryptographic toolkit. | | -- | -- | | Homepage | https://www.libtom.net | | License | Unlicense | | Versions | 2024.06.26 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libtomcrypt/xmake.lua |
xrepo install libtomcrypt
add_requires("libtomcrypt")
| 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, arm64ec, x64, x86 | | Definition | libtommath/xmake.lua |
xrepo install libtommath
add_requires("libtommath")
| 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, arm64ec, x64, x86 | | Definition | libtool/xmake.lua |
xrepo install libtool
add_requires("libtool")
| Description | An open source machine learning framework that accelerates the path from research prototyping to production deployment. | | -- | -- | | Homepage | https://pytorch.org/ | | License | BSD-3-Clause | | Versions | v1.8.0, v1.8.1, v1.8.2, v1.9.0, v1.9.1, v1.11.0, v1.12.1, v2.1.0, v2.1.2, v2.2.2, v2.3.1, v2.4.0, v2.5.0 | | Architectures | x64 | | Definition | libtorch/xmake.lua |
xrepo install libtorch
add_requires("libtorch")
| Description | Disassembler Library for x86 and x86-64 | | -- | -- | | Homepage | http://udis86.sourceforge.net | | License | BSD-2-Clause | | Versions | 2014.12.25 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libudis86/xmake.lua |
xrepo install libudis86
add_requires("libudis86")
| Description | A portable GUI library for C | | -- | -- | | Homepage | https://libui-ng.github.io/libui-ng/ | | Versions | 2022.12.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libui/xmake.lua |
xrepo install libui
add_requires("libui")
| 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, arm64ec, x64, x86 | | Definition | libunifex/xmake.lua |
xrepo install libunifex
add_requires("libunifex")
| 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, arm64ec, x64, x86 | | Definition | libunistring/xmake.lua |
xrepo install libunistring
add_requires("libunistring")
| 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, arm64ec, x64, x86 | | Definition | libusb/xmake.lua |
xrepo install libusb
add_requires("libusb")
| 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, arm64ec, x64, x86 | | Definition | libuv/xmake.lua |
xrepo install libuv
add_requires("libuv")
| Description | A cross-platform video device oynchronous I/O. | | -- | -- | | Homepage | https://github.com/libuvc/libuvc | | License | BSD-3-Clause | | Versions | 2024.03.05 | | Architectures | x64, x86 | | Definition | libuvc/xmake.lua |
xrepo install libuvc
add_requires("libuvc")
| Description | Libva is an implementation for VA-API (Video Acceleration API) | | -- | -- | | Homepage | https://01.org/linuxmedia | | Versions | 2.21.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libva/xmake.lua |
xrepo install libva
add_requires("libva")
| Description | A fast image processing library with low memory needs. | | -- | -- | | Homepage | https://libvips.github.io/libvips/ | | License | LGPL-2.1 | | Versions | v8.15.1, v8.15.2, v8.15.3, v8.15.4, v8.15.5, v8.16.0, v8.16.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libvips/xmake.lua |
xrepo install libvips
add_requires("libvips")
| Description | Reference implementation of the Ogg Vorbis audio format. | | -- | -- | | Homepage | https://xiph.org/vorbis | | License | BSD-3 | | Versions | 1.3.7 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libvorbis/xmake.lua |
xrepo install libvorbis
add_requires("libvorbis")
| Description | LibWapcaplet is a string internment library | | -- | -- | | Homepage | https://www.netsurf-browser.org/projects/libwapcaplet | | License | MIT | | Versions | 0.4.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libwapcaplet/xmake.lua |
xrepo install libwapcaplet
add_requires("libwapcaplet")
| 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, arm64ec, x64, x86 | | Definition | libwebm/xmake.lua |
xrepo install libwebm
add_requires("libwebm")
| 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, arm64ec, x64, x86 | | Definition | libwebp/xmake.lua |
xrepo install libwebp
add_requires("libwebp")
| 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, arm64ec, x64, x86 | | Definition | libwebsockets/xmake.lua |
xrepo install libwebsockets
add_requires("libwebsockets")
| 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, arm64ec, x64, x86 | | Definition | libxlsxwriter/xmake.lua |
xrepo install libxlsxwriter
add_requires("libxlsxwriter")
| Description | The c/c++ bindings of the xmake core engine | | -- | -- | | Homepage | https://xmake.io | | Versions | v2.9.8, v2.9.9, v3.0.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libxmake/xmake.lua |
xrepo install libxmake
add_requires("libxmake")
| 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, arm64ec, x64, x86 | | Definition | libxml2/xmake.lua |
xrepo install libxml2
add_requires("libxml2")
| 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, arm64ec, x64, x86 | | Definition | libxslt/xmake.lua |
xrepo install libxslt
add_requires("libxslt")
| Description | Canonical source repository for LibYAML. | | -- | -- | | Homepage | http://pyyaml.org/wiki/LibYAML | | License | MIT | | Versions | 0.2.2, 0.2.5 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libyaml/xmake.lua |
xrepo install libyaml
add_requires("libyaml")
| 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, arm64ec, x64, x86 | | Definition | libyuv/xmake.lua |
xrepo install libyuv
add_requires("libyuv")
| Description | Small C++ derivate classes to have an easier life | | -- | -- | | Homepage | https://mediaarea.net | | License | zlib | | Versions | v0.4.41 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libzen/xmake.lua |
xrepo install libzen
add_requires("libzen")
| 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, arm64ec, x64, x86 | | Definition | libzip/xmake.lua |
xrepo install libzip
add_requires("libzip")
| Description | C++ wrapper for libzip | | -- | -- | | Homepage | https://github.com/ctabin/libzippp | | Versions | 7.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | libzippp/xmake.lua |
xrepo install libzippp
add_requires("libzippp")
| 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, arm64ec, x64, x86 | | Definition | lief/xmake.lua |
xrepo install lief
add_requires("lief")
| Description | LightGBM is a gradient boosting framework that uses tree based learning algorithms. | | -- | -- | | Homepage | https://github.com/microsoft/LightGBM | | License | MIT | | Versions | 3.2.1, 3.3.2, 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0 | | Architectures | x64 | | Definition | lightgbm/xmake.lua |
xrepo install lightgbm
add_requires("lightgbm")
| Description | *Single-header, minimalistic, cross-platform hook library written in pure C * | | -- | -- | | Homepage | https://github.com/SamuelTulach/LightHook | | License | MIT | | Versions | 2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | lighthook/xmake.lua |
xrepo install lighthook
add_requires("lighthook")
| 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, arm64ec, x64, x86 | | Definition | lightmapper/xmake.lua |
xrepo install lightmapper
add_requires("lightmapper")
| Description | A lightning-fast memory signature/pattern scanner, capable of scanning gigabytes of data per second. | | -- | -- | | Homepage | https://localcc.github.io/LightningScanner/ | | License | MIT | | Versions | v1.0.0, v1.0.2 | | Architectures | x64, x86 | | Definition | lightningscanner/xmake.lua |
xrepo install lightningscanner
add_requires("lightningscanner")
| 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, arm64ec, x64, x86 | | Definition | limonp/xmake.lua |
xrepo install limonp
add_requires("limonp")
| 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, arm64ec, x64, x86 | | Definition | linalg/xmake.lua |
xrepo install linalg
add_requires("linalg")
| 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, arm64ec, x64, x86 | | Definition | linmath.h/xmake.lua |
xrepo install linmath.h
add_requires("linmath.h")
| Description | Fast and lightweight HTML/CSS rendering engine | | -- | -- | | Homepage | http://www.litehtml.com/ | | License | BSD-3-Clause | | Versions | v0.9 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | litehtml/xmake.lua |
xrepo install litehtml
add_requires("litehtml")
| 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, arm64ec, x64, x86 | | Definition | littlefs/xmake.lua |
xrepo install littlefs
add_requires("littlefs")
| Description | Port of Facebook's LLaMA model in C/C++ | | -- | -- | | Homepage | https://github.com/ggerganov/llama.cpp | | License | MIT | | Versions | 3775 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | llama.cpp/xmake.lua |
xrepo install llama.cpp
add_requires("llama.cpp")
| Description | UTF8-CPP: UTF-8 with C++ in a Portable Way | | -- | -- | | Homepage | https://github.com/ned14/llfio | | License | Apache-2.0 | | Versions | 2022.9.7 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | llfio/xmake.lua |
xrepo install llfio
add_requires("llfio")
| 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, arm64ec, x64, x86 | | Definition | llhttp/xmake.lua |
xrepo install llhttp
add_requires("llhttp")
| Description | The LLVM Compiler Infrastructure | | -- | -- | | Homepage | https://llvm.org/ | | Versions | | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | llvm/xmake.lua |
xrepo install llvm
add_requires("llvm")
| 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, arm64ec, x64, x86 | | Definition | llvm-arm/xmake.lua |
xrepo install llvm-arm
add_requires("llvm-arm")
| Description | An LLVM/Clang/LLD based mingw-w64 toolchain | | -- | -- | | Homepage | https://github.com/mstorsjo/llvm-mingw | | Versions | 20211002, 20220323, 20240417 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | llvm-mingw/xmake.lua |
xrepo install llvm-mingw
add_requires("llvm-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, arm64ec, x64, x86 | | Definition | lmdb/xmake.lua |
xrepo install lmdb
add_requires("lmdb")
| 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, arm64ec, x64, x86 | | Definition | lockfree/xmake.lua |
xrepo install lockfree
add_requires("lockfree")
| Description | PNG encoder and decoder in C and C++. | | -- | -- | | Homepage | https://lodev.org/lodepng/ | | License | zlib | | Versions | 2025.05.06 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | lodepng/xmake.lua |
xrepo install lodepng
add_requires("lodepng")
| 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, arm64ec, x64, x86 | | Definition | log4cplus/xmake.lua |
xrepo install log4cplus
add_requires("log4cplus")
| Description | A lightweight C++ logging library | | -- | -- | | Homepage | https://github.com/emilk/loguru | | Versions | v2.1.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | loguru/xmake.lua |
xrepo install loguru
add_requires("loguru")
| Description | LiteSpeed HPACK (RFC7541) Library | | -- | -- | | Homepage | https://github.com/litespeedtech/ls-hpack | | License | MIT | | Versions | v2.3.3, v2.3.4 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ls-hpack/xmake.lua |
xrepo install ls-hpack
add_requires("ls-hpack")
| 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, arm64ec, x64, x86 | | Definition | ls-qpack/xmake.lua |
xrepo install ls-qpack
add_requires("ls-qpack")
| Description | Language Server Protocol implementation in C++ | | -- | -- | | Homepage | https://github.com/leon-bckl/lsp-framework | | License | MIT | | Versions | 1.0.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | lsp-framework/xmake.lua |
xrepo install lsp-framework
add_requires("lsp-framework")
| Description | LiteSpeed QUIC and HTTP/3 Library | | -- | -- | | Homepage | https://github.com/litespeedtech/lsquic | | License | MIT | | Versions | v4.0.8, v4.0.9, v4.0.11, v4.0.12, v4.2.0, v4.3.0 | | Architectures | arm, arm64ec, x64, x86 | | Definition | lsquic/xmake.lua |
xrepo install lsquic
add_requires("lsquic")
| 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, arm64ec, x64, x86 | | Definition | lua/xmake.lua |
xrepo install lua
add_requires("lua")
| Description | Code formatter for Lua | | -- | -- | | Homepage | https://github.com/Koihik/LuaFormatter | | Versions | 1.3.5 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | lua-format/xmake.lua |
xrepo install lua-format
add_requires("lua-format")
| 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, arm64ec, x64, x86 | | Definition | luabridge3/xmake.lua |
xrepo install luabridge3
add_requires("luabridge3")
| Description | A Just-In-Time Compiler (JIT) for the Lua programming language. | | -- | -- | | Homepage | http://luajit.org | | License | MIT | | Versions | v2.1.0-beta3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | luajit/xmake.lua |
xrepo install luajit
add_requires("luajit")
| Description | Network support for the Lua language | | -- | -- | | Homepage | http://lunarmodules.github.io/luasocket/ | | License | MIT | | Versions | v3.1.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | luasocket/xmake.lua |
xrepo install luasocket
add_requires("luasocket")
| 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, arm64ec, x64, x86 | | Definition | luau/xmake.lua |
xrepo install luau
add_requires("luau")
| 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, arm64ec, x64, x86 | | Definition | lunasvg/xmake.lua |
xrepo install lunasvg
add_requires("lunasvg")
| 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, arm64ec, x64, x86 | | Definition | lunzip/xmake.lua |
xrepo install lunzip
add_requires("lunzip")
| 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, arm64ec, x64, x86 | | Definition | lvgl/xmake.lua |
xrepo install lvgl
add_requires("lvgl")
| 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, arm64ec, x64, x86 | | Definition | lwlog/xmake.lua |
xrepo install lwlog
add_requires("lwlog")
| 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, arm64ec, x64, x86 | | Definition | lyra/xmake.lua |
xrepo install lyra
add_requires("lyra")
| Description | LZ4 - Extremely fast compression | | -- | -- | | Homepage | https://www.lz4.org/ | | Versions | v1.9.3, v1.9.4, v1.10.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | lz4/xmake.lua |
xrepo install lz4
add_requires("lz4")
| 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, arm64ec, x64, x86 | | Definition | lzav/xmake.lua |
xrepo install lzav
add_requires("lzav")
| 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, arm64ec, x64, x86 | | Definition | lzham_codec/xmake.lua |
xrepo install lzham_codec
add_requires("lzham_codec")
| 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, arm64ec, x64, x86 | | Definition | lzma/xmake.lua |
xrepo install lzma
add_requires("lzma")
| 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, arm64ec, x64, x86 | | Definition | lzo/xmake.lua |
xrepo install lzo
add_requires("lzo")
| Description | Macro processing language | | -- | -- | | Homepage | https://www.gnu.org/software/m4 | | Versions | 1.4.18, 1.4.19 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | m4/xmake.lua |
xrepo install m4
add_requires("m4")
| 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, arm64ec, x64, x86 | | Definition | maddy/xmake.lua |
xrepo install maddy
add_requires("maddy")
| 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, arm64ec, x64, x86 | | Definition | magic_enum/xmake.lua |
xrepo install magic_enum
add_requires("magic_enum")
| Description | Matrix Algebra on GPU and Multicore Architectures | | -- | -- | | Homepage | https://icl.utk.edu/magma/ | | License | BSD-3-Clause | | Versions | 2.7.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | magma/xmake.lua |
xrepo install magma
add_requires("magma")
| Description | Lightweight and modular C++11/C++14 graphics middleware for games and data visualization. | | -- | -- | | Homepage | https://magnum.graphics/ | | License | MIT | | Versions | v2020.06 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | magnum/xmake.lua |
xrepo install magnum
add_requires("magnum")
| Description | Extras for magnum, Lightweight and modular C++11/C++14 graphics middleware for games and data visualization. | | -- | -- | | Homepage | https://magnum.graphics/ | | License | MIT | | Versions | v2020.06 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | magnum-extras/xmake.lua |
xrepo install magnum-extras
add_requires("magnum-extras")
| Description | Integration libraries for magnum, Lightweight and modular C++11/C++14 graphics middleware for games and data visualization. | | -- | -- | | Homepage | https://magnum.graphics/ | | License | MIT | | Versions | v2020.06 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | magnum-integration/xmake.lua |
xrepo install magnum-integration
add_requires("magnum-integration")
| Description | Plugins for magnum, C++11/C++14 graphics middleware for games and data visualization. | | -- | -- | | Homepage | https://magnum.graphics/ | | License | MIT | | Versions | v2020.06 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | magnum-plugins/xmake.lua |
xrepo install magnum-plugins
add_requires("magnum-plugins")
| 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, arm64ec, x64, x86 | | Definition | mailio/xmake.lua |
xrepo install mailio
add_requires("mailio")
| Description | GNU make tool. | | -- | -- | | Homepage | https://www.gnu.org/software/make/ | | Versions | 4.2.1, 4.3, 4.4.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | make/xmake.lua |
xrepo install make
add_requires("make")
| Description | allocation visualization in svg graph | | -- | -- | | Homepage | https://github.com/archibate/mallocvis | | Versions | 2024.07.17 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mallocvis/xmake.lua |
xrepo install mallocvis
add_requires("mallocvis")
| 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, arm64ec, x64, x86 | | Definition | manif/xmake.lua |
xrepo install manif
add_requires("manif")
| 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, arm64ec, x64, x86 | | Definition | mapbox_earcut/xmake.lua |
xrepo install mapbox_earcut
add_requires("mapbox_earcut")
| 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, arm64ec, x64, x86 | | Definition | mapbox_eternal/xmake.lua |
xrepo install mapbox_eternal
add_requires("mapbox_eternal")
| 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, arm64ec, x64, x86 | | Definition | mapbox_geometry/xmake.lua |
xrepo install mapbox_geometry
add_requires("mapbox_geometry")
| 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, arm64ec, x64, x86 | | Definition | mapbox_polylabel/xmake.lua |
xrepo install mapbox_polylabel
add_requires("mapbox_polylabel")
| Description | C++11/C++14 Variant | | -- | -- | | Homepage | https://github.com/mapbox/variant | | License | BSD | | Versions | v1.2.0, 2020.12.02 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mapbox_variant/xmake.lua |
xrepo install mapbox_variant
add_requires("mapbox_variant")
| Description | MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB and MySQL databases. | | -- | -- | | Homepage | https://github.com/mariadb-corporation/mariadb-connector-c | | License | LGPL-2.1 | | Versions | 3.1.13, 3.3.4, 3.3.9 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mariadb-connector-c/xmake.lua |
xrepo install mariadb-connector-c
add_requires("mariadb-connector-c")
| 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, arm64ec, x64, x86 | | Definition | marisa/xmake.lua |
xrepo install marisa
add_requires("marisa")
| Description | Marl is a hybrid thread / fiber task scheduler written in C++ 11. | | -- | -- | | Homepage | https://github.com/google/marl | | Versions | 2021.8.18, 2022.3.02 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | marl/xmake.lua |
xrepo install marl
add_requires("marl")
| 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, arm64ec, x64, x86 | | Definition | matchit/xmake.lua |
xrepo install matchit
add_requires("matchit")
| 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, arm64ec, x64, x86 | | Definition | materialx/xmake.lua |
xrepo install materialx
add_requires("materialx")
| 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, arm64ec, x64, x86 | | Definition | mathfu/xmake.lua |
xrepo install mathfu
add_requires("mathfu")
| 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, arm64ec, x64, x86 | | Definition | mathter/xmake.lua |
xrepo install mathter
add_requires("mathter")
| Description | MATLAB MAT File I/O Library | | -- | -- | | Homepage | https://matio.sourceforge.io | | License | BSD-2-Clause | | Versions | v1.5.26, v1.5.27, v1.5.28 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | matio/xmake.lua |
xrepo install matio
add_requires("matio")
| Description | Build MEX function or engine application in matlab | | -- | -- | | Homepage | https://www.mathworks.com/help/matlab/ref/mex.html | | Versions | | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | matlab/xmake.lua |
xrepo install matlab
add_requires("matlab")
| Description | A C++ Graphics Library for Data Visualization | | -- | -- | | Homepage | https://alandefreitas.github.io/matplotplusplus/ | | License | MIT | | Versions | v1.1.0, v1.2.0, v1.2.1, v1.2.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | matplotplusplus/xmake.lua |
xrepo install matplotplusplus
add_requires("matplotplusplus")
| 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, arm64ec, x64, x86 | | Definition | mbedtls/xmake.lua |
xrepo install mbedtls
add_requires("mbedtls")
| 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, arm64ec, x64, x86 | | Definition | mcfgthread/xmake.lua |
xrepo install mcfgthread
add_requires("mcfgthread")
| 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 | x64, x86 | | Definition | mcut/xmake.lua |
xrepo install mcut
add_requires("mcut")
| 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, arm64ec, x64, x86 | | Definition | md4c/xmake.lua |
xrepo install md4c
add_requires("md4c")
| 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 | x64 | | Definition | md4qt/xmake.lua |
xrepo install md4qt
add_requires("md4qt")
| 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, arm64ec, x64, x86 | | Definition | mdns/xmake.lua |
xrepo install mdns
add_requires("mdns")
| Description | A header_only network lib. | | -- | -- | | Homepage | https://github.com/cngege/Meet | | License | MIT | | Versions | v0.1.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | meet/xmake.lua |
xrepo install meet
add_requires("meet")
| 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, arm64ec, x64, x86 | | Definition | melon/xmake.lua |
xrepo install melon
add_requires("melon")
| Description | A collection of C++11 headers useful for reverse engineering | | -- | -- | | Homepage | https://github.com/0x1F9F1/mem | | License | MIT | | Versions | 1.0.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mem/xmake.lua |
xrepo install mem
add_requires("mem")
| Description | MemoryModulePP, used to load a DLL from memory. MemoryModulePP is compatible with Win32 API and supports exception handling. | | -- | -- | | Homepage | https://github.com/bb107/MemoryModulePP | | License | MIT | | Versions | 2024.11.7 | | Architectures | x64, x86 | | Definition | memorymodulepp/xmake.lua |
xrepo install memorymodulepp
add_requires("memorymodulepp")
| 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, arm64ec, x64, x86 | | Definition | memplumber/xmake.lua |
xrepo install memplumber
add_requires("memplumber")
| Description | Official version of the Meow hash, an extremely fast level 1 hash | | -- | -- | | Homepage | https://mollyrocket.com/meowhash | | License | zlib | | Versions | 1.0.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | meowhash/xmake.lua |
xrepo install meowhash
add_requires("meowhash")
| Description | Mesh optimization library that makes meshes smaller and faster to render | | -- | -- | | Homepage | https://github.com/zeux/meshoptimizer | | License | MIT | | Versions | v0.18, v0.20, v0.21, v0.22, v0.23, v0.24 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | meshoptimizer/xmake.lua |
xrepo install meshoptimizer
add_requires("meshoptimizer")
| 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, arm64ec, x64, x86 | | Definition | meson/xmake.lua |
xrepo install meson
add_requires("meson")
| 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, arm64ec, x64, x86 | | Definition | metalang99/xmake.lua |
xrepo install metalang99
add_requires("metalang99")
| 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, arm64ec, x64, x86 | | Definition | metis/xmake.lua |
xrepo install metis
add_requires("metis")
| Description | High performance C++ encoding/decoding library for FAST (FIX Adapted for STreaming) protocol. | | -- | -- | | Homepage | https://github.com/objectcomputing/mFAST | | License | BSD-3-Clause | | Versions | v1.2.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mfast/xmake.lua |
xrepo install mfast
add_requires("mfast")
| Description | *A Windows API hooking library * | | -- | -- | | Homepage | https://github.com/martona/mhook | | License | MIT | | Versions | 2022.04.12 | | Architectures | x64, x86 | | Definition | mhook/xmake.lua |
xrepo install mhook
add_requires("mhook")
| 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, arm64ec, x64, x86 | | Definition | micro-gl/xmake.lua |
xrepo install micro-gl
add_requires("micro-gl")
| Description | microprofile is an embeddable profiler | | -- | -- | | Homepage | https://github.com/jonasmr/microprofile | | License | Unlicense | | Versions | v4.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | microprofile/xmake.lua |
xrepo install microprofile
add_requires("microprofile")
| Description | APSI is a C++ library for Asymmetric (unlabeled or labeled) Private Set Intersection. | | -- | -- | | Homepage | https://github.com/microsoft/APSI | | License | MIT | | Versions | v0.12.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | microsoft-apsi/xmake.lua |
xrepo install microsoft-apsi
add_requires("microsoft-apsi")
| 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, arm64ec, x64, x86 | | Definition | microsoft-detours/xmake.lua |
xrepo install microsoft-detours
add_requires("microsoft-detours")
| 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, arm64ec, x64, x86 | | Definition | microsoft-gsl/xmake.lua |
xrepo install microsoft-gsl
add_requires("microsoft-gsl")
| 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, arm64ec, x64, x86 | | Definition | microsoft-kuku/xmake.lua |
xrepo install microsoft-kuku
add_requires("microsoft-kuku")
| 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, arm64ec, x64, x86 | | Definition | microsoft-proxy/xmake.lua |
xrepo install microsoft-proxy
add_requires("microsoft-proxy")
| 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, arm64ec, x64, x86 | | Definition | microsoft-seal/xmake.lua |
xrepo install microsoft-seal
add_requires("microsoft-seal")
| Description | Windows Template Library (WTL) is a C++ library for developing Windows applications and UI components. It extends ATL (Active Template Library) and provides a set of classes for controls, dialogs, frame windows, GDI objects, and more. | | -- | -- | | Homepage | https://wtl.sourceforge.io | | License | MS-PL | | Versions | 2022.3.11 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | microsoft-wtl/xmake.lua |
xrepo install microsoft-wtl
add_requires("microsoft-wtl")
| 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, arm64ec, x64, x86 | | Definition | mikktspace/xmake.lua |
xrepo install mikktspace
add_requires("mikktspace")
| 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, arm64ec, x64, x86 | | Definition | mimalloc/xmake.lua |
xrepo install mimalloc
add_requires("mimalloc")
| Description | The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems. | | -- | -- | | Homepage | https://sourceforge.net/projects/mingw-w64/ | | Versions | 8.1.0, 11.2.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mingw-w64/xmake.lua |
xrepo install mingw-w64
add_requires("mingw-w64")
| 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 | x64, x86 | | Definition | minhook/xmake.lua |
xrepo install minhook
add_requires("minhook")
| 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, arm64ec, x64, x86 | | Definition | mini/xmake.lua |
xrepo install mini
add_requires("mini")
| 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, arm64ec, x64, x86 | | Definition | miniaudio/xmake.lua |
xrepo install miniaudio
add_requires("miniaudio")
| 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, arm64ec, x64, x86 | | Definition | miniball/xmake.lua |
xrepo install miniball
add_requires("miniball")
| 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, arm64ec, x64, x86 | | Definition | minifb/xmake.lua |
xrepo install minifb
add_requires("minifb")
| 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, arm64ec, x64, x86 | | Definition | minilzo/xmake.lua |
xrepo install minilzo
add_requires("minilzo")
| Description | Minimalistic MP3 decoder single header library | | -- | -- | | Homepage | https://github.com/lieff/minimp3 | | License | CC0 | | Versions | 2021.05.29 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | minimp3/xmake.lua |
xrepo install minimp3
add_requires("minimp3")
| 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, arm64ec, x64, x86 | | Definition | minio-cpp/xmake.lua |
xrepo install minio-cpp
add_requires("minio-cpp")
| 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, arm64ec, x64, x86 | | Definition | minitrace/xmake.lua |
xrepo install minitrace
add_requires("minitrace")
| 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, arm64ec, x64, x86 | | Definition | miniz/xmake.lua |
xrepo install miniz
add_requires("miniz")
| 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, arm64ec, x64, x86 | | Definition | minizip/xmake.lua |
xrepo install minizip
add_requires("minizip")
| 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, arm64ec, x64, x86 | | Definition | minizip-ng/xmake.lua |
xrepo install minizip-ng
add_requires("minizip-ng")
| 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, arm64ec, x64, x86 | | Definition | minja/xmake.lua |
xrepo install minja
add_requires("minja")
| Description | Mouri's Internal NT API Collections | | -- | -- | | Homepage | https://github.com/Chuyu-Team/MINT | | License | MIT | | Versions | 2023.0, 2024.0, 2024.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mint/xmake.lua |
xrepo install mint
add_requires("mint")
| Description | Cross-platform C++11 header-only library for memory mapped file IO | | -- | -- | | Homepage | https://github.com/mandreyel/mio | | License | MIT | | Versions | 2021.9.21, 2023.3.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mio/xmake.lua |
xrepo install mio
add_requires("mio")
| 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, arm64ec, x64, x86 | | Definition | mjson/xmake.lua |
xrepo install mjson
add_requires("mjson")
| Description | Intel® oneAPI Math Kernel Library | | -- | -- | | Homepage | https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl.html | | Versions | 2022.2.0+8748, 2022.2.1+16993, 2024.1.0+691, 2024.2.0+663, 2024.2.1+103, 2024.2.2+15, 2025.0.0+939, 2025.0.1+14, 2025.1.0+801, 2025.2.0+628 | | Architectures | arm, arm64ec, x64, x86 | | Definition | mkl/xmake.lua |
xrepo install mkl
add_requires("mkl")
| Description | mlpack: a fast, header-only C++ machine learning library | | -- | -- | | Homepage | https://www.mlpack.org/ | | License | BSD-3-Clause | | Versions | 4.3.0 | | Architectures | x64, x86 | | Definition | mlpack/xmake.lua |
xrepo install mlpack
add_requires("mlpack")
| 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, arm64ec, x64, x86 | | Definition | mma/xmake.lua |
xrepo install mma
add_requires("mma")
| 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, arm64ec, x64, x86 | | Definition | mman_win32/xmake.lua |
xrepo install mman_win32
add_requires("mman_win32")
| 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, arm64ec, x64, x86 | | Definition | mmeter/xmake.lua |
xrepo install mmeter
add_requires("mmeter")
| Description | A library for loading dll module bypassing windows PE loader from memory (x86/x64) | | -- | -- | | Homepage | http://tishion.github.io/mmLoader/ | | License | MIT | | Versions | 2024.03.20 | | Architectures | x64, x86 | | Definition | mmloader/xmake.lua |
xrepo install mmloader
add_requires("mmloader")
| Description | MNN is a highly efficient and lightweight deep learning framework. | | -- | -- | | Homepage | https://www.mnn.zone/ | | License | Apache-2.0 | | Versions | 1.2.1, 1.2.2, 3.0.5, 3.1.1 | | Architectures | x64, x86 | | Definition | mnn/xmake.lua |
xrepo install mnn
add_requires("mnn")
| Description | The MongoDB C Driver. | | -- | -- | | Homepage | http://mongoc.org/ | | License | Apache-2.0 | | Versions | 1.19.0, 1.20.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mongo-c-driver/xmake.lua |
xrepo install mongo-c-driver
add_requires("mongo-c-driver")
| Description | mongodb c++ driver | | -- | -- | | Homepage | https://github.com/mongodb/mongo-cxx-driver | | License | Apache-2.0 | | Versions | 3.6.6 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mongo-cxx-driver/xmake.lua |
xrepo install mongo-cxx-driver
add_requires("mongo-cxx-driver")
| 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, arm64ec, x64, x86 | | Definition | mongoose/xmake.lua |
xrepo install mongoose
add_requires("mongoose")
| Description | A Just-In-Time Compiler (JIT) for the Lua programming language. | | -- | -- | | Homepage | https://github.com/moonjit/moonjit | | Versions | 2.2.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | moonjit/xmake.lua |
xrepo install moonjit
add_requires("moonjit")
| 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, arm64ec, x64, x86 | | Definition | morton-nd/xmake.lua |
xrepo install morton-nd
add_requires("morton-nd")
| Description | Eclipse Mosquitto - An open source MQTT broker | | -- | -- | | Homepage | https://mosquitto.org | | License | EPL-2.0 | | Versions | v2.0.15, v2.0.18 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mosquitto/xmake.lua |
xrepo install mosquitto
add_requires("mosquitto")
| Description | mpdecimal is a package for correctly-rounded arbitrary precision decimal floating point arithmetic. | | -- | -- | | Homepage | https://www.bytereef.org/mpdecimal/index.html | | License | BSD-2-Clause | | Versions | 2.5.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mpdecimal/xmake.lua |
xrepo install mpdecimal
add_requires("mpdecimal")
| 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, arm64ec, x64, x86 | | Definition | mpfr/xmake.lua |
xrepo install mpfr
add_requires("mpfr")
| 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, arm64ec, x64, x86 | | Definition | mpmcqueue/xmake.lua |
xrepo install mpmcqueue
add_requires("mpmcqueue")
| Description | * from Microsoft STL, but multi-platform * | | -- | -- | | Homepage | https://github.com/iboB/mscharconv | | Versions | latest | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mscharconv/xmake.lua |
xrepo install mscharconv
add_requires("mscharconv")
| Description | Multi-channel signed distance field atlas generator | | -- | -- | | Homepage | https://github.com/Chlumsky/msdf-atlas-gen | | License | MIT | | Versions | v1.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | msdf-atlas-gen/xmake.lua |
xrepo install msdf-atlas-gen
add_requires("msdf-atlas-gen")
| 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, arm64ec, x64, x86 | | Definition | msdfgen/xmake.lua |
xrepo install msdfgen
add_requires("msdfgen")
| 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, arm64ec, x64, x86 | | Definition | msgpack-c/xmake.lua |
xrepo install msgpack-c
add_requires("msgpack-c")
| 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, arm64ec, x64, x86 | | Definition | msgpack-cxx/xmake.lua |
xrepo install msgpack-cxx
add_requires("msgpack-cxx")
| 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, arm64ec, x64, x86 | | Definition | msgpack23/xmake.lua |
xrepo install msgpack23
add_requires("msgpack23")
| Description | Microsoft MPI (MS-MPI) is a Microsoft implementation of the Message Passing Interface standard for developing and running parallel applications on the Windows platform. | | -- | -- | | Homepage | https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi | | Versions | | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | msmpi/xmake.lua |
xrepo install msmpi
add_requires("msmpi")
| 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, arm64ec, x64, x86 | | Definition | msvc/xmake.lua |
xrepo install msvc
add_requires("msvc")
| 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, arm64ec, x64, x86 | | Definition | msvc-wine/xmake.lua |
xrepo install msvc-wine
add_requires("msvc-wine")
| Description | Software Distribution and Building Platform for Windows | | -- | -- | | Homepage | https://www.msys2.org/ | | Versions | | | Architectures | x64 | | Definition | msys2/xmake.lua |
xrepo install msys2
add_requires("msys2")
| Description | Software Distribution and Building Platform for Windows | | -- | -- | | Homepage | https://www.msys2.org/ | | Versions | 2024.01.13 | | Architectures | x64 | | Definition | msys2-base/xmake.lua |
xrepo install msys2-base
add_requires("msys2-base")
| 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, arm64ec, x64, x86 | | Definition | mujs/xmake.lua |
xrepo install mujs
add_requires("mujs")
| 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, arm64ec, x64, x86 | | Definition | munkres-algorithm/xmake.lua |
xrepo install munkres-algorithm
add_requires("munkres-algorithm")
| 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, arm64ec, x64, x86 | | Definition | muparserx/xmake.lua |
xrepo install muparserx
add_requires("muparserx")
| Description | static cross- and native- musl-based toolchains. | | -- | -- | | Homepage | https://musl.cc/ | | Versions | 20210202 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | muslcc/xmake.lua |
xrepo install muslcc
add_requires("muslcc")
| Description | Mustache text templates for modern C++ | | -- | -- | | Homepage | https://github.com/kainjow/Mustache | | License | BSL-1.0 | | Versions | 2021.12.10 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mustache/xmake.lua |
xrepo install mustache
add_requires("mustache")
| Description | Mini-XML is a tiny XML library that you can use to read and write XML and XML-like data files in your application without requiring large non-standard libraries. | | -- | -- | | Homepage | https://www.msweet.org/mxml/ | | License | Apache-2.0 | | Versions | 3.3, 3.3.1, 4.0.2, 4.0.3, 4.0.4 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mxml/xmake.lua |
xrepo install mxml
add_requires("mxml")
| Description | A real-time, open source transactional database. | | -- | -- | | Homepage | http://www.mysql.com | | License | GPL-2.0 | | Versions | 8.0.39 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mysql/xmake.lua |
xrepo install mysql
add_requires("mysql")
| Description | This package help for mysql corss compilation | | -- | -- | | Homepage | http://www.mysql.com | | License | GPL-2.0 | | Versions | 8.0.39 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | mysql-build-tools/xmake.lua |
xrepo install mysql-build-tools
add_requires("mysql-build-tools")
| 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, arm64ec, x64, x86 | | Definition | mysqlpp/xmake.lua |
xrepo install mysqlpp
add_requires("mysqlpp")
| Description | Implementation of strong types in C++. | | -- | -- | | Homepage | https://github.com/joboccara/NamedType | | License | MIT | | Versions | v1.1.0.20210209 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | named_type/xmake.lua |
xrepo install named_type
add_requires("named_type")
| 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, arm64ec, x64, x86 | | Definition | nameof/xmake.lua |
xrepo install nameof
add_requires("nameof")
| Description | A modern C++ GUI library. | | -- | -- | | Homepage | http://nanapro.org | | Versions | 1.6.2, 1.7.2, 1.7.4 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | nana/xmake.lua |
xrepo install nana
add_requires("nana")
| 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, arm64ec, x64, x86 | | Definition | nanoarrow/xmake.lua |
xrepo install nanoarrow
add_requires("nanoarrow")
| 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, arm64ec, x64, x86 | | Definition | nanobench/xmake.lua |
xrepo install nanobench
add_requires("nanobench")
| Description | nanobind: tiny and efficient C++/Python bindings | | -- | -- | | Homepage | https://github.com/wjakob/nanobind | | License | BSD-3-Clause | | Versions | v2.2.0, v2.6.1, v2.7.0, v2.8.0 | | Architectures | x64 | | Definition | nanobind/xmake.lua |
xrepo install nanobind
add_requires("nanobind")
| 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, arm64ec, x64, x86 | | Definition | nanoflann/xmake.lua |
xrepo install nanoflann
add_requires("nanoflann")
| Description | Minimalistic GUI library for OpenGL | | -- | -- | | Homepage | https://github.com/wjakob/nanogui | | Versions | 2019.9.23 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | nanogui/xmake.lua |
xrepo install nanogui
add_requires("nanogui")
| Description | A simple high-performance implementation of several "scalability protocols". | | -- | -- | | Homepage | https://nanomsg.org | | License | MIT | | Versions | 1.2.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | nanomsg/xmake.lua |
xrepo install nanomsg
add_requires("nanomsg")
| Description | Protocol Buffers with small code size | | -- | -- | | Homepage | https://jpa.kapsi.fi/nanopb/ | | License | zlib | | Versions | 0.4.9 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | nanopb/xmake.lua |
xrepo install nanopb
add_requires("nanopb")
| Description | Simple stupid SVG parser | | -- | -- | | Homepage | https://github.com/memononen/nanosvg | | License | zlib | | Versions | 2022.07.09 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | nanosvg/xmake.lua |
xrepo install nanosvg
add_requires("nanosvg")
| Description | Developed by NVIDIA, NanoVDB adds real-time rendering GPU support for OpenVDB. | | -- | -- | | Homepage | https://developer.nvidia.com/nanovdb | | Versions | 20201219 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | nanovdb/xmake.lua |
xrepo install nanovdb
add_requires("nanovdb")
| 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, arm64ec, x64, x86 | | Definition | nanovg/xmake.lua |
xrepo install nanovg
add_requires("nanovg")
| 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, arm64ec, x64, x86 | | Definition | nasm/xmake.lua |
xrepo install nasm
add_requires("nasm")
| Description | A tiny, neat C library that portably invokes native file open and save dialogs. | | -- | -- | | Homepage | https://github.com/mlabbe/nativefiledialog | | License | zlib | | Versions | 1.1.6 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | nativefiledialog/xmake.lua |
xrepo install nativefiledialog
add_requires("nativefiledialog")
| Description | Cross platform (Windows, Mac, Linux) native file dialog library with C and C++ bindings, based on mlabbe/nativefiledialog. | | -- | -- | | Homepage | https://github.com/btzy/nativefiledialog-extended | | Versions | v1.0.2, v1.1.0, v1.1.1, v1.2.0, v1.2.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | nativefiledialog-extended/xmake.lua |
xrepo install nativefiledialog-extended
add_requires("nativefiledialog-extended")
| Description | Header-only utility library for Nazara projects | | -- | -- | | Homepage | https://github.com/NazaraEngine/NazaraUtils | | License | MIT | | Versions | v1.0.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | nazarautils/xmake.lua |
xrepo install nazarautils
add_requires("nazarautils")
| 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, arm64ec, x64, x86 | | Definition | ncnn/xmake.lua |
xrepo install ncnn
add_requires("ncnn")
| 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, arm64ec, x64, x86 | | Definition | ncurses/xmake.lua |
xrepo install ncurses
add_requires("ncurses")
| Description | NumPy-friendly multidimensional arrays in C++ | | -- | -- | | Homepage | https://github.com/ndarray/ndarray | | Versions | 1.6.4 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ndarray/xmake.lua |
xrepo install ndarray
add_requires("ndarray")
| Description | Android NDK toolchain. | | -- | -- | | Homepage | https://developer.android.com/ndk | | Versions | 21.0, 22.0, 26.0, 27.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ndk/xmake.lua |
xrepo install ndk
add_requires("ndk")
| Description | Scope Guard & Defer C++ | | -- | -- | | Homepage | https://github.com/Neargye/scope_guard | | License | MIT | | Versions | 2022.04.05 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | neargye-scope_guard/xmake.lua |
xrepo install neargye-scope_guard
add_requires("neargye-scope_guard")
| Description | Concurrency library for C (coroutines) | | -- | -- | | Homepage | https://github.com/tidwall/neco | | License | MIT | | Versions | v0.3.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | neco/xmake.lua |
xrepo install neco
add_requires("neco")
| 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, arm64ec, x64, x86 | | Definition | nettle/xmake.lua |
xrepo install nettle
add_requires("nettle")
| 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, arm64ec, x64, x86 | | Definition | newtondynamics/xmake.lua |
xrepo install newtondynamics
add_requires("newtondynamics")
| 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, arm64ec, x64, x86 | | Definition | newtondynamics3/xmake.lua |
xrepo install newtondynamics3
add_requires("newtondynamics3")
| 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, arm64ec, x64, x86 | | Definition | newtondynamics4/xmake.lua |
xrepo install newtondynamics4
add_requires("newtondynamics4")
| 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, arm64ec, x64, x86 | | Definition | nghttp2/xmake.lua |
xrepo install nghttp2
add_requires("nghttp2")
| 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, arm64ec, x64, x86 | | Definition | nghttp3/xmake.lua |
xrepo install nghttp3
add_requires("nghttp3")
| 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, arm64ec, x64, x86 | | Definition | ngtcp2/xmake.lua |
xrepo install ngtcp2
add_requires("ngtcp2")
| Description | C++ NIF library for the Gamebryo/NetImmerse File Format | | -- | -- | | Homepage | https://github.com/ousnius/nifly | | License | GPL-3.0 | | Versions | 2024.09.28 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | nifly/xmake.lua |
xrepo install nifly
add_requires("nifly")
| Description | C libraries for NIFTI support | | -- | -- | | Homepage | https://github.com/NIFTI-Imaging/nifti_clib | | Versions | 2024.01.25 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | nifti/xmake.lua |
xrepo install nifti
add_requires("nifti")
| 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, arm64ec, x64, x86 | | Definition | niftiheader/xmake.lua |
xrepo install niftiheader
add_requires("niftiheader")
| Description | Nim is a statically typed compiled systems programming language | | -- | -- | | Homepage | https://nim-lang.org/ | | Versions | 2.0.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | nim/xmake.lua |
xrepo install nim
add_requires("nim")
| 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, arm64ec, x64, x86 | | Definition | ninja/xmake.lua |
xrepo install ninja
add_requires("ninja")
| 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, arm64ec, x64, x86 | | Definition | nlohmann_json/xmake.lua |
xrepo install nlohmann_json
add_requires("nlohmann_json")
| 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, arm64ec, x64, x86 | | Definition | nlopt/xmake.lua |
xrepo install nlopt
add_requires("nlopt")
| 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, arm64ec, x64, x86 | | Definition | nmd/xmake.lua |
xrepo install nmd
add_requires("nmd")
| Description | NNG, like its predecessors nanomsg (and to some extent ZeroMQ), is a lightweight, broker-less library, offering a simple API to solve common recurring messaging problems. | | -- | -- | | Homepage | https://nng.nanomsg.org | | License | MIT | | Versions | v1.3.2, v1.4.0, v1.5.2, v1.7.3, v1.8.0, v1.10.1, v1.10.2, v1.11 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | nng/xmake.lua |
xrepo install nng
add_requires("nng")
| Description | C++ wrapper around the nanomsg NNG API. | | -- | -- | | Homepage | https://github.com/cwzx/nngpp | | Versions | v2020.10.30 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | nngpp/xmake.lua |
xrepo install nngpp
add_requires("nngpp")
| 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, arm64ec, x64, x86 | | Definition | nod/xmake.lua |
xrepo install nod
add_requires("nod")
| 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, arm64ec, x64, x86 | | Definition | node-addon-api/xmake.lua |
xrepo install node-addon-api
add_requires("node-addon-api")
| 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, arm64ec, x64, x86 | | Definition | node-api-headers/xmake.lua |
xrepo install node-api-headers
add_requires("node-api-headers")
| Description | Node-API stub | | -- | -- | | Homepage | https://github.com/napi-bindings/node-api-stub | | License | MIT | | Versions | 8.0.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | node-api-stub/xmake.lua |
xrepo install node-api-stub
add_requires("node-api-stub")
| 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, arm64ec, x64, x86 | | Definition | nodeeditor/xmake.lua |
xrepo install nodeeditor
add_requires("nodeeditor")
| Description | Force-directed graph layout with Fruchterman-Reingold | | -- | -- | | Homepage | https://github.com/olvb/nodesoup | | License | Unlicense | | Versions | 2020.09.05 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | nodesoup/xmake.lua |
xrepo install nodesoup
add_requires("nodesoup")
| 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, arm64ec, x64, x86 | | Definition | noisy/xmake.lua |
xrepo install noisy
add_requires("noisy")
| 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, arm64ec, x64, x86 | | Definition | nowide_standalone/xmake.lua |
xrepo install nowide_standalone
add_requires("nowide_standalone")
| 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, arm64ec, x64, x86 | | Definition | npcap_sdk/xmake.lua |
xrepo install npcap_sdk
add_requires("npcap_sdk")
| Description | NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. | | -- | -- | | Homepage | https://nsis.sourceforge.io/ | | Versions | 3.09 | | Architectures | x64, x86 | | Definition | nsis/xmake.lua |
xrepo install nsis
add_requires("nsis")
| 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, arm64ec, x64, x86 | | Definition | nsync/xmake.lua |
xrepo install nsync
add_requires("nsync")
| 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, arm64ec, x64, x86 | | Definition | ntkernel-error-category/xmake.lua |
xrepo install ntkernel-error-category
add_requires("ntkernel-error-category")
| 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, arm64ec, x64, x86 | | Definition | nuklear/xmake.lua |
xrepo install nuklear
add_requires("nuklear")
| Description | C++ implementation of the Python Numpy library | | -- | -- | | Homepage | https://github.com/dpilger26/NumCpp | | License | MIT | | Versions | 2.4.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | numcpp/xmake.lua |
xrepo install numcpp
add_requires("numcpp")
| Description | The NVIDIA Texture Tools is a collection of image processing and texture manipulation tools. | | -- | -- | | Homepage | https://developer.nvidia.com/legacy-texture-tools | | License | MIT | | Versions | 2.1.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | nvtt/xmake.lua |
xrepo install nvtt
add_requires("nvtt")
| 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, arm64ec, x64, x86 | | Definition | nvtx/xmake.lua |
xrepo install nvtx
add_requires("nvtx")
| 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, arm64ec, x64, x86 | | Definition | nzsl/xmake.lua |
xrepo install nzsl
add_requires("nzsl")
| Description | Modern Web Framework for C++. High performance, simple API, cross platform, zero dependency. | | -- | -- | | Homepage | https://oatpp.io/ | | License | Apache-2.0 | | Versions | 1.0.0, 1.2.5, 1.3.0, 1.4.0-preview | | Architectures | x64 | | Definition | oatpp/xmake.lua |
xrepo install oatpp
add_requires("oatpp")
| Description | It provides secure server and client connection providers for oatpp applications. | | -- | -- | | Homepage | https://oatpp.io/ | | License | Apache-2.0 | | Versions | 1.3.0 | | Architectures | x64 | | Definition | oatpp-openssl/xmake.lua |
xrepo install oatpp-openssl
add_requires("oatpp-openssl")
| Description | It provides WebSocket functionality for oatpp applications. | | -- | -- | | Homepage | https://oatpp.io/ | | License | Apache-2.0 | | Versions | 1.0.0, 1.2.5, 1.3.0 | | Architectures | x64 | | Definition | oatpp-websocket/xmake.lua |
xrepo install oatpp-websocket
add_requires("oatpp-websocket")
| 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, arm64ec, x64, x86 | | Definition | obfuscate/xmake.lua |
xrepo install obfuscate
add_requires("obfuscate")
| 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, arm64ec, x64, x86 | | Definition | obfusheader.h/xmake.lua |
xrepo install obfusheader.h
add_requires("obfusheader.h")
| 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, arm64ec, x64, x86 | | Definition | ocilib/xmake.lua |
xrepo install ocilib
add_requires("ocilib")
| Description | An Efficient Probabilistic 3D Mapping Framework Based on Octrees | | -- | -- | | Homepage | https://octomap.github.io/ | | License | BSD-3-Clause | | Versions | v1.9.7, v1.9.8, v1.10.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | octomap/xmake.lua |
xrepo install octomap
add_requires("octomap")
| Description | Octree/Quadtree/N-dimensional linear tree | | -- | -- | | Homepage | https://github.com/attcs/Octree | | License | MIT | | Versions | v2.5 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | octree/xmake.lua |
xrepo install octree
add_requires("octree")
| Description | ODE is an open source, high performance library for simulating rigid body dynamics. | | -- | -- | | Homepage | http://ode.org/ | | License | BSD-3-Clause | | Versions | 0.16.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ode/xmake.lua |
xrepo install ode
add_requires("ode")
| Description | Fast O(1) offset allocator with minimal fragmentation | | -- | -- | | Homepage | https://github.com/sebbbi/OffsetAllocator | | License | MIT | | Versions | 2023.03.27 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | offsetallocator/xmake.lua |
xrepo install offsetallocator
add_requires("offsetallocator")
| Description | scene-oriented, flexible 3D engine written in C++ | | -- | -- | | Homepage | https://www.ogre3d.org/ | | License | MIT | | Versions | v2.2.5 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ogre-next/xmake.lua |
xrepo install ogre-next
add_requires("ogre-next")
| Description | Official OIS repository. Object oriented Input System | | -- | -- | | Homepage | https://wgois.github.io/OIS/ | | License | zlib | | Versions | v1.5.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | ois/xmake.lua |
xrepo install ois
add_requires("ois")
| Description | Simple 2D Graphics Library for C | | -- | -- | | Homepage | https://tsoding.github.io/olive.c/ | | License | MIT | | Versions | 2022.12.14 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | olive.c/xmake.lua |
xrepo install olive.c
add_requires("olive.c")
| 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, arm64ec, x64, x86 | | Definition | omath/xmake.lua |
xrepo install omath
add_requires("omath")
| Description | oneAPI Deep Neural Network Library | | -- | -- | | Homepage | https://oneapi-src.github.io/oneDNN/ | | License | Apache-2.0 | | Versions | v2.5.4, v3.3.4, v3.4, v3.4.1, v3.4.2, v3.4.3, v3.5, v3.5.1, v3.5.2, v3.5.3, v3.6, v3.6.1, v3.6.2, v3.7.1, v3.7.2, v3.8, v3.8.1 | | Architectures | x64 | | Definition | onednn/xmake.lua |
xrepo install onednn
add_requires("onednn")
| Description | oneDPL is part of the UXL Foundation and is an implementation of the oneAPI specification for the oneDPL component. | | -- | -- | | Homepage | https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-library.html | | Versions | 2021.6.1, 2022.5.0-rc1, 2022.6.0-rc1, 2022.7.0, 2022.7.1, 2022.8.0, 2022.9.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | onedpl/xmake.lua |
xrepo install onedpl
add_requires("onedpl")
| Description | regular expression library | | -- | -- | | Homepage | https://github.com/kkos/oniguruma | | License | BSD | | Versions | v6.9.9, v6.9.10 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | oniguruma/xmake.lua |
xrepo install oniguruma
add_requires("oniguruma")
| Description | Open standard for machine learning interoperability | | -- | -- | | Homepage | https://onnx.ai/ | | License | Apache-2.0 | | Versions | v1.11.0, v1.12.0, v1.15.0, v1.16.0, v1.16.1, v1.16.2, v1.17.0, v1.18.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | onnx/xmake.lua |
xrepo install onnx
add_requires("onnx")
| Description | ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator | | -- | -- | | Homepage | https://www.onnxruntime.ai | | License | MIT | | Versions | 1.11.1, 1.14.1, 1.15.1, 1.16.1, 1.17.0, 1.17.1, 1.19.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | onnxruntime/xmake.lua |
xrepo install onnxruntime
add_requires("onnxruntime")
| Description | Open3D: A Modern Library for 3D Data Processing | | -- | -- | | Homepage | http://www.open3d.org/ | | License | MIT | | Versions | v0.15.1, v0.17.0 | | Architectures | x64 | | Definition | open3d/xmake.lua |
xrepo install open3d
add_requires("open3d")
| 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, arm64ec, x64, x86 | | Definition | openal-soft/xmake.lua |
xrepo install openal-soft
add_requires("openal-soft")
| Description | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. | | -- | -- | | Homepage | http://www.openblas.net/ | | License | BSD-3-Clause | | Versions | 0.3.12, 0.3.13, 0.3.15, 0.3.17, 0.3.18, 0.3.19, 0.3.20, 0.3.21, 0.3.23, 0.3.24, 0.3.26, 0.3.27, 0.3.28 | | Architectures | x64, x86 | | Definition | openblas/xmake.lua |
xrepo install openblas
add_requires("openblas")
| Description | Open CASCADE Technology (OCCT) is an open-source software development platform for 3D CAD, CAM, CAE. | | -- | -- | | Homepage | https://dev.opencascade.org/ | | License | LGPL-2.1 | | Versions | 7.9.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | opencascade/xmake.lua |
xrepo install opencascade
add_requires("opencascade")
| Description | Conversion between Traditional and Simplified Chinese. | | -- | -- | | Homepage | https://github.com/BYVoid/OpenCC | | Versions | 1.1.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | opencc/xmake.lua |
xrepo install opencc
add_requires("opencc")
| Description | OpenCL is an open, royalty-free industry standard that makes much faster computations possible through parallel computing. | | -- | -- | | Homepage | https://opencl.org/ | | Versions | v2023.04.17 | | Architectures | x64, x86 | | Definition | opencl/xmake.lua |
xrepo install opencl
add_requires("opencl")
| 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, arm64ec, x64, x86 | | Definition | opencl-clhpp/xmake.lua |
xrepo install opencl-clhpp
add_requires("opencl-clhpp")
| 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, arm64ec, x64, x86 | | Definition | opencl-headers/xmake.lua |
xrepo install opencl-headers
add_requires("opencl-headers")
| Description | A complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation. | | -- | -- | | Homepage | https://opencolorio.org/ | | License | BSD-3-Clause | | Versions | v2.1.0, v2.1.1, v2.3.2, v2.4.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | opencolorio/xmake.lua |
xrepo install opencolorio
add_requires("opencolorio")
| Description | A open source computer vision library. | | -- | -- | | Homepage | https://opencv.org/ | | License | Apache-2.0 | | Versions | 3.4.9, 4.2.0, 4.5.1, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.6.0, 4.8.0, 4.9.0, 4.10.0, 4.11.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | opencv/xmake.lua |
xrepo install opencv
add_requires("opencv")
| Description | The minimal opencv for Android, iOS, ARM Linux, Windows, Linux, MacOS, WebAssembly | | -- | -- | | Homepage | https://github.com/nihui/opencv-mobile | | License | Apache-2.0 | | Versions | 3.4.20, 4.10.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | opencv-mobile/xmake.lua |
xrepo install opencv-mobile
add_requires("opencv-mobile")
| 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, arm64ec, x64, x86 | | Definition | openexr/xmake.lua |
xrepo install openexr
add_requires("openexr")
| Description | Lightweight open source FBX importer | | -- | -- | | Homepage | https://github.com/nem0/OpenFBX | | License | MIT | | Versions | v0.9 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | openfbx/xmake.lua |
xrepo install openfbx
add_requires("openfbx")
| Description | OpenGL - The Industry Standard for High Performance Graphics | | -- | -- | | Homepage | https://opengl.org/ | | Versions | | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | opengl/xmake.lua |
xrepo install opengl
add_requires("opengl")
| 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, arm64ec, x64, x86 | | Definition | opengl-headers/xmake.lua |
xrepo install opengl-headers
add_requires("opengl-headers")
| 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, arm64ec, x64, x86 | | Definition | openh264/xmake.lua |
xrepo install openh264
add_requires("openh264")
| Description | OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. | | -- | -- | | Homepage | https://sites.google.com/site/openimageio/home | | License | BSD-3-Clause | | Versions | 2.2.19+0, 2.3.10+1, 2.3.13+0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | openimageio/xmake.lua |
xrepo install openimageio
add_requires("openimageio")
| Description | Java Development Kit builds, from Oracle | | -- | -- | | Homepage | https://jdk.java.net | | License | GPL-2.0 | | Versions | 21.0.5 | | Architectures | arm, arm64, arm64ec, x64 | | Definition | openjdk/xmake.lua |
xrepo install openjdk
add_requires("openjdk")
| 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, arm64ec, x64, x86 | | Definition | openjpeg/xmake.lua |
xrepo install openjpeg
add_requires("openjpeg")
| Description | OpenMesh is a generic and efficient data structure for representing and manipulating polygonal meshes. | | -- | -- | | Homepage | https://www.graphics.rwth-aachen.de/software/openmesh/ | | License | BSD-3-Clause | | Versions | 8.1, 9.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | openmesh/xmake.lua |
xrepo install openmesh
add_requires("openmesh")
| Description | The OpenMP API specification for parallel programming | | -- | -- | | Homepage | https://openmp.org/ | | Versions | | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | openmp/xmake.lua |
xrepo install openmp
add_requires("openmp")
| Description | open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion. | | -- | -- | | Homepage | https://github.com/openMVG/openMVG | | License | MPL-2.0 | | Versions | v2.1 | | Architectures | x64, x86 | | Definition | openmvg/xmake.lua |
xrepo install openmvg
add_requires("openmvg")
| Description | open Multi-View Stereo reconstruction library | | -- | -- | | Homepage | https://github.com/cdcseacave/openMVS | | License | AGPL-3.0 | | Versions | 2.3.0 | | Architectures | x64, x86 | | Definition | openmvs/xmake.lua |
xrepo install openmvs
add_requires("openmvs")
| Description | Intel(R) Open Path Guiding Library | | -- | -- | | Homepage | http://www.openpgl.org/ | | License | Apache-2.0 | | Versions | 0.5.0, 0.6.0, 0.7.0 | | Architectures | x64, x86 | | Definition | openpgl/xmake.lua |
xrepo install openpgl
add_requires("openpgl")
| Description | OpenResty's Branch of LuaJIT 2 | | -- | -- | | Homepage | https://github.com/openresty/luajit2 | | Versions | v2.1-20220310, v2.1-20230119 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | openrestry-luajit/xmake.lua |
xrepo install openrestry-luajit
add_requires("openrestry-luajit")
| Description | The OpenSceneGraph is an open source high performance 3D graphics toolkit. | | -- | -- | | Homepage | https://www.openscenegraph.com/ | | Versions | 3.6.5 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | openscenegraph/xmake.lua |
xrepo install openscenegraph
add_requires("openscenegraph")
| 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, arm64ec, x64, x86 | | Definition | openssl/xmake.lua |
xrepo install openssl
add_requires("openssl")
| 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, arm64ec, x64, x86 | | Definition | openssl3/xmake.lua |
xrepo install openssl3
add_requires("openssl3")
| Description | OpenSubdiv is a set of open source libraries that implement high performance subdivision surface (subdiv) evaluation on massively parallel CPU and GPU architectures. | | -- | -- | | Homepage | https://graphics.pixar.com/opensubdiv/docs/intro.html | | License | Apache-2.0 | | Versions | 3.4.4, 3.5.0, 3.6.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | opensubdiv/xmake.lua |
xrepo install opensubdiv
add_requires("opensubdiv")
| 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, arm64ec, x64, x86 | | Definition | opentelemetry-cpp/xmake.lua |
xrepo install opentelemetry-cpp
add_requires("opentelemetry-cpp")
| Description | OpenVDB - Sparse volume data structure and tools | | -- | -- | | Homepage | https://www.openvdb.org/ | | License | MPL-2.0 | | Versions | v7.1.0, v8.0.1, v8.1.0, v8.2.0, v9.0.0, v9.1.0, v10.0.1, v10.1.0, v11.0.0 | | Architectures | x64, x86 | | Definition | openvdb/xmake.lua |
xrepo install openvdb
add_requires("openvdb")
| Description | OpenVR SDK | | -- | -- | | Homepage | https://www.steamvr.com/ | | License | BSD-3-Clause | | Versions | v1.26.7, v2.5.1, v2.12.1 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | openvr/xmake.lua |
xrepo install openvr
add_requires("openvr")
| 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, arm64ec, x64, x86 | | Definition | openxlsx/xmake.lua |
xrepo install openxlsx
add_requires("openxlsx")
| Description | Generated headers and sources for OpenXR loader. | | -- | -- | | Homepage | https://khronos.org/openxr | | License | Apache-2.0 | | Versions | 1.1.49 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | openxr/xmake.lua |
xrepo install openxr
add_requires("openxr")
| Description | C++ Profiler For Games (API) | | -- | -- | | Homepage | https://optick.dev | | License | MIT | | Versions | 1.3.1, 1.4.0 | | Architectures | x64, x86 | | Definition | optick/xmake.lua |
xrepo install optick
add_requires("optick")
| 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, arm64ec, x64, x86 | | Definition | optional-lite/xmake.lua |
xrepo install optional-lite
add_requires("optional-lite")
| Description | NVIDIA OPTIX™ RAY TRACING ENGINE | | -- | -- | | Homepage | https://developer.nvidia.com/optix | | Versions | | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | optix/xmake.lua |
xrepo install optix
add_requires("optix")
| Description | A Parser Combinator library for C | | -- | -- | | Homepage | https://github.com/orangeduck/mpc | | Versions | 0.9.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | orangeduck_mpc/xmake.lua |
xrepo install orangeduck_mpc
add_requires("orangeduck_mpc")
| Description | ORC is a self-describing type-aware columnar file format designed for Hadoop workloads. | | -- | -- | | Homepage | https://arrow.apache.org/ | | License | Apache-2.0 | | Versions | v2.0.3, v2.1.0, v2.1.1, v2.1.2 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | orc/xmake.lua |
xrepo install orc
add_requires("orc")
| 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, arm64ec, x64, x86 | | Definition | ordered_map/xmake.lua |
xrepo install ordered_map
add_requires("ordered_map")
| 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, arm64ec, x64, x86 | | Definition | ormpp/xmake.lua |
xrepo install ormpp
add_requires("ormpp")
| Description | oSIP is an LGPL implementation of SIP. It is used mostly with eXosip2 stack (GPL) which provides simpler API for User-Agent implementation. | | -- | -- | | Homepage | https://savannah.gnu.org/projects/osip | | License | LGPL | | Versions | 5.3.0 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | osip/xmake.lua |
xrepo install osip
add_requires("osip")
| 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, arm64ec, x64, x86 | | Definition | osmanip/xmake.lua |
xrepo install osmanip
add_requires("osmanip")
| Description | The Operator Splitting QP Solver | | -- | -- | | Homepage | https://osqp.org/ | | License | Apache-2.0 | | Versions | v0.6.3 | | Architectures | arm, arm64, arm64ec, x64, x86 | | Definition | osqp/xmake.lua |
xrepo install osqp
add_requires("osqp")
| 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, arm64ec, x64, x86 | | Definition | out_ptr/xmake.lua |
xrepo install out_ptr
add_requires("out_ptr")
| 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, arm64ec, x64, x86 |
| Definition | outcome/xmake.lua |
| 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, arm64ec, x64, x86 |
| Definition | ozz-animation/xmake.lua | | Description | pagmo is a C++ scientific library for massively parallel optimization. |
| -- | -- |
| Homepage | https://esa.github.io/pagmo2/index.html |
| License | LGPL-3.0 |
| Versions | v2.18.0, v2.19.0, v2.19.1 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | pagmo/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pahomqttc/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pahomqttcpp/xmake.lua | | Description | Framework for layout and rendering of i18n text |
| -- | -- |
| Homepage | https://www.pango.org/ |
| License | LGPL-2.0 |
| Versions | 1.50.3, 1.51.1 |
| Architectures | x64, x86 |
| Definition | pango/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | parallel-hashmap/xmake.lua | | Description | Partio is an open source C++ library for reading, writing and manipulating a variety of standard particle formats (GEO, BGEO, PTC, PDB, PDA). |
| -- | -- |
| Homepage | http://partio.us/ |
| License | BSD-3-Clause |
| Versions | v1.14.0, v1.14.6, v1.17.1, v1.17.3 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | partio/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | patch/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | paul_thread_pool/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pcapplusplus/xmake.lua | | Description | PCG — C++ Implementation |
| -- | -- |
| Homepage | http://www.pcg-random.org |
| License | Apache-2.0 |
| Versions | 2022.04.09 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | pcg-cpp/xmake.lua | | Description | Tiny self-contained C++ version of the PCG32 pseudorandom number generator |
| -- | -- |
| Homepage | https://github.com/wjakob/pcg32 |
| License | Apache-2.0 |
| Versions | 2016.06.07 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | pcg32/xmake.lua | | Description | The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. |
| -- | -- |
| Homepage | https://pointclouds.org/ |
| License | BSD-3-Clause |
| Versions | 1.12.0, 1.12.1, 1.14.0, 1.14.1 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | pcl/xmake.lua | | Description | A Perl Compatible Regular Expressions Library |
| -- | -- |
| Homepage | https://www.pcre.org/ |
| License | BSD-3-Clause |
| Versions | 8.45 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | pcre/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pcre2/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pdcurses/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pdcursesmod/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pdfhummus/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pdfio/xmake.lua | | Description | Principled, lightweight C/C++ PE parser |
| -- | -- |
| Homepage | https://github.com/trailofbits/pe-parse |
| License | MIT |
| Versions | 2024.06.04 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | pe-parse/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pedeps/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pegtl/xmake.lua | | Description | PE loader with various shellcode injection techniques |
| -- | -- |
| Homepage | https://github.com/Hagrid29/PELoader |
| Versions | 2022.10.17 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | peloader/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | perlinnoise/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pffft/xmake.lua | | Description | Native API header files for the System Informer project. |
| -- | -- |
| Homepage | https://github.com/winsiderss/systeminformer |
| License | MIT |
| Versions | 2023.6.18, 2025.05.25 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | phnt/xmake.lua | | Description | A portable, flexible file i/o abstraction |
| -- | -- |
| Homepage | https://icculus.org/physfs/ |
| License | zlib |
| Versions | 2024.09.23 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | physfs/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | picobench/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | picojson/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | picosha2/xmake.lua | | Description | Preview Image Extractor (PIEX) |
| -- | -- |
| Homepage | https://github.com/google/piex |
| License | Apache-2.0 |
| Versions | 20190530 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | piex/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pixman/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pkg-config/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pkgconf/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pl_mpeg/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | platformfolders/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | plf_colony/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | plf_hive/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | plf_indiesort/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | plf_list/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | plf_nanotimer/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | plf_queue/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | plf_rand/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | plf_reorderase/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | plf_stack/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | plfit/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | plog/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | plusaes/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | plutosvg/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | plutovg/xmake.lua | | Description | The Polygon Mesh Processing Library |
| -- | -- |
| Homepage | http://www.pmp-library.org/ |
| License | MIT |
| Versions | 1.2.1 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | pmp/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pocketfft/xmake.lua | | Description | C++17 header-only Python interpreter for game engines. |
| -- | -- |
| Homepage | https://github.com/blueloveTH/pocketpy |
| License | MIT |
| Versions | v0.9.0, v1.4.5, v1.4.6 |
| Architectures | x64 |
| Definition | pocketpy/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | poco/xmake.lua | | Description | 2D constrained Delaunay triangulation library |
| -- | -- |
| Homepage | https://github.com/jhasse/poly2tri |
| License | BSD-3-Clause |
| Versions | 2024.02.08 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | poly2tri/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | polyclipping/xmake.lua | | Description | C++20, x86/x64 Hooking Libary v2.0 |
| -- | -- |
| Homepage | https://github.com/stevemk14ebr/PolyHook_2_0 |
| License | MIT |
| Versions | 2023.7.15, 2024.8.1 |
| Architectures | x64, x86 |
| Definition | polyhook2/xmake.lua | | Description | A C++ & Python viewer for 3D data like meshes and point clouds |
| -- | -- |
| Homepage | https://polyscope.run/ |
| License | MIT |
| Versions | v1.3.0, v2.1.0, v2.2.1, v2.3, v2.4.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | polyscope/xmake.lua | | Description | Poppler, a PDF rendering library |
| -- | -- |
| Homepage | https://poppler.freedesktop.org/ |
| License | GPL-2.0 |
| Versions | 21.03.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | poppler/xmake.lua | | Description | Portable VS Build Tools installer |
| -- | -- |
| Homepage | https://github.com/Data-Oriented-House/PortableBuildTools |
| Versions | v2.8, v2.8.1, v2.9.2, v2.10, v2.10.2 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | portable_build_tools/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | portaudio/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | portmidi/xmake.lua | | Description | Minimal solvers for calibrated camera pose estimation |
| -- | -- |
| Homepage | https://github.com/PoseLib/PoseLib |
| License | BSD-3-Clause |
| Versions | v2.0.4 |
| Architectures | arm, arm64ec, x64, x86 |
| Definition | poselib/xmake.lua | | Description | PostgreSQL Database Management System |
| -- | -- |
| Homepage | https://www.postgresql.org/ |
| Versions | |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | postgresql/xmake.lua | | Description | Efficient implementation of parallel quicksort algorithm |
| -- | -- |
| Homepage | https://github.com/GabTux/PPQSort |
| Versions | v1.0.5 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | ppqsort/xmake.lua | | Description | Pretty Printer for Modern C++ |
| -- | -- |
| Homepage | https://github.com/p-ranav/pprint |
| License | MIT |
| Versions | 2020.2.20 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | pprint/xmake.lua | | Description | A Proximity Query Package |
| -- | -- |
| Homepage | http://gamma.cs.unc.edu/SSV/ |
| Versions | 1.3 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | pqp/xmake.lua | | Description | Premake - Powerfully simple build configuration |
| -- | -- |
| Homepage | https://premake.github.io/ |
| Versions | 2022.11.17 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | premake5/xmake.lua | | Description | Windows tool for dumping malware PE files from memory back to disk for analysis. |
| -- | -- |
| Homepage | http://split-code.com/processdump.html |
| License | MIT |
| Versions | v2.1.1 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | process-dump/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | proj/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | promise-cpp/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | protobuf-cpp/xmake.lua | | Description | Google's data interchange format compiler |
| -- | -- |
| Homepage | https://developers.google.com/protocol-buffers/ |
| Versions | |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | protoc/xmake.lua | | Description | PRVHASH - Pseudo-Random-Value Hash |
| -- | -- |
| Homepage | https://github.com/avaneev/prvhash |
| License | MIT |
| Versions | 4.0, 4.3.2 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | prvhash/xmake.lua | | Description | A relatively fast C and C++ 64 bit floating point library written using only integer operations for cross platform consistency. Tested with gcc/clang/Visual Studio, on x86-64/ARMv8 (64 bit) |
| -- | -- |
| Homepage | https://github.com/royward/pseudo-double |
| License | BSD-3-Clause |
| Versions | 2024.01.17 |
| Architectures | x64 |
| Definition | pseudo-double-c/xmake.lua | | Description | A relatively fast C and C++ 64 bit floating point library written using only integer operations for cross platform consistency. Tested with gcc/clang/Visual Studio, on x86-64/ARMv8 (64 bit) |
| -- | -- |
| Homepage | https://github.com/royward/pseudo-double |
| License | BSD-3-Clause |
| Versions | 2024.01.17 |
| Architectures | x64 |
| Definition | pseudo-double-cpp/xmake.lua | | Description | Per-Face Texture Mapping for Production Rendering |
| -- | -- |
| Homepage | http://ptex.us/ |
| License | BSD-3-Clause |
| Versions | v2.3.2, v2.4.1, v2.4.2, v2.4.3 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | ptex/xmake.lua | | Description | Portable (POSIX/Windows/Emscripten) thread pool for C/C++ |
| -- | -- |
| Homepage | https://github.com/Maratyszcza/pthreadpool |
| License | BSD-2-Clause |
| Versions | 2021.05.08 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | pthreadpool/xmake.lua | | Description | POSIX Threads for Win32 |
| -- | -- |
| Homepage | https://sourceforge.net/projects/pthreads4w/ |
| Versions | 3.0.0 |
| Architectures | x64, x86 |
| Definition | pthreads4w/xmake.lua | | Description | Lightweight C++11 multithreading tasking system featuring thread-pool, task-groups, and lock-free task queue |
| -- | -- |
| Homepage | https://github.com/jrmadsen/PTL |
| License | MIT |
| Versions | v2.0.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | ptl/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pugixml/xmake.lua | | Description | Seamless operability between C++11 and Python. |
| -- | -- |
| Homepage | https://github.com/pybind/pybind11 |
| License | BSD-3-Clause |
| Versions | v2.5.0, v2.6.2, v2.7.1, v2.8.1, v2.9.1, v2.9.2, v2.10.0, v2.12.0, v2.13.1, v2.13.5, v2.13.6, v3.0.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | pybind11/xmake.lua | | Description | C++ python bytecode disassembler and decompiler |
| -- | -- |
| Homepage | https://github.com/zrax/pycdc |
| License | GPL-3.0 |
| Versions | 2024.08.12 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | pycdc/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pyincpp/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | pystring/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | python/xmake.lua | | Description | The python programming language. |
| -- | -- |
| Homepage | https://www.python.org/ |
| Versions | 3.9.6, 3.9.10, 3.9.13, 3.10.6, 3.11.3, 3.12.8, 3.13.1 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | python-launcher/xmake.lua | | Description | The python programming language. |
| -- | -- |
| Homepage | https://www.python.org/ |
| Versions | 2.7.15, 2.7.18 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | python2/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | qcbor/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | qdcae/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | qdldl/xmake.lua | | Description | C++ 17 or higher control flow obfuscation library for windows binaries |
| -- | -- |
| Homepage | https://github.com/Chemiculs/qengine |
| License | MIT |
| Versions | 1.1.1+3 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | qengine/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | qhull/xmake.lua | | Description | QJson is a qt-based library that maps JSON data to QVariant objects. |
| -- | -- |
| Homepage | http://qjson.sourceforge.net |
| License | LGPL-2.1 |
| Versions | 2025.03.13 |
| Architectures | x64, x86 |
| Definition | qjson/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | qmsetup/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | qoa/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | qoi/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | qr-code-generator-c/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | qr-code-generator-cpp/xmake.lua | | 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, 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 | arm, arm64, arm64ec, x64, x86 |
| Definition | qt-tools/xmake.lua | | 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 | x64, x86 |
| Definition | qt5base/xmake.lua | | 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 | x64, x86 |
| Definition | qt5core/xmake.lua | | 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 | x64, x86 |
| Definition | qt5gui/xmake.lua | | 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 | x64, x86 |
| Definition | qt5network/xmake.lua | | 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 | x64, x86 |
| Definition | qt5webview/xmake.lua | | 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 | x64, x86 |
| Definition | qt5widgets/xmake.lua | | 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 | x64 |
| Definition | qt6base/xmake.lua | | 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 | x64 |
| Definition | qt6core/xmake.lua | | 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 | x64 |
| Definition | qt6gui/xmake.lua | | 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 | x64 |
| Definition | qt6network/xmake.lua | | 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 | x64 |
| Definition | qt6qml/xmake.lua | | 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 | x64 |
| Definition | qt6quick/xmake.lua | | 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 | x64 |
| Definition | qt6widgets/xmake.lua | | Description | QtAwesome - Font Awesome for Qt Applications |
| -- | -- |
| Homepage | https://github.com/gamecreature/QtAwesome |
| License | MIT |
| Versions | 6.4.2 |
| Architectures | x64 |
| Definition | qtawesome/xmake.lua | | Description | The Qt Installer Framework provides a set of tools and utilities to create installers for the supported desktop Qt platforms: Linux, Microsoft Windows, and macOS. |
| -- | -- |
| Homepage | https://doc.qt.io/qtinstallerframework/ |
| License | GPL-3 |
| Versions | 4.7.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | qtifw/xmake.lua | | Description | Promises/A+ implementation for Qt/C++ |
| -- | -- |
| Homepage | https://qtpromise.netlify.com |
| License | MIT |
| Versions | v0.7.0 |
| Architectures | x64 |
| Definition | qtpromise/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | quadsort/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | quake_triangle/xmake.lua | | Description | The QuantLib C++ library |
| -- | -- |
| Homepage | http://quantlib.org |
| Versions | 1.33, 1.34, 1.35 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | quantlib/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | quickcpplib/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | quickjs/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | quickjs-ng/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | quill/xmake.lua | | Description | QR decoder library |
| -- | -- |
| Homepage | https://github.com/dlbeer/quirc |
| License | ISC |
| Versions | v1.2 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | quirc/xmake.lua | | Description | Cross-platform frameless window framework for Qt. Support Windows, macOS, Linux. |
| -- | -- |
| Homepage | https://github.com/stdware/qwindowkit |
| License | Apache-2.0 |
| Versions | 1.1, 1.2 |
| Architectures | x64 |
| Definition | qwindowkit/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | radeonrays/xmake.lua | | Description | Ragel State Machine Compiler |
| -- | -- |
| Homepage | https://www.colm.net/open-source/ragel/ |
| License | MIT |
| Versions | 6.10 |
| Architectures | x64, x86 |
| Definition | ragel/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | rang/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | range-v3/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | rapidcsv/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | rapidfuzz/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | rapidhash/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | rapidjson/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | rapidobj/xmake.lua | | Description | An attempt to create the fastest XML parser possible |
| -- | -- |
| Homepage | https://sourceforge.net/projects/rapidxml |
| License | MIT |
| Versions | 1.13 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | rapidxml/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | raw_pdb/xmake.lua | | Description | A simple and easy-to-use immediate-mode gui library |
| -- | -- |
| Homepage | https://github.com/raysan5/raygui |
| License | zlib |
| Versions | 3.0, 3.2, 4.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | raygui/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | raylib/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | raylib-cpp/xmake.lua | | Description | C++17, multi-architecture cross-platform hooking library with clean API. |
| -- | -- |
| Homepage | https://github.com/Smertig/rcmp |
| License | MIT |
| Versions | v0.2.2 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | rcmp/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | re-flex/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | re-spirv/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | re2/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | re2c/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | reaction/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | reactiveplusplus/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | readerwriterqueue/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | readline/xmake.lua | | Description | Navigation-mesh Toolset for Games |
| -- | -- |
| Homepage | https://github.com/recastnavigation/recastnavigation |
| License | zlib |
| Versions | 1.5.1, v1.6.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | recastnavigation/xmake.lua | | Description | Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++. |
| -- | -- |
| Homepage | https://github.com/mattiasflodin/reckless |
| Versions | v3.0.3 |
| Architectures | x64, x86 |
| Definition | reckless/xmake.lua | | Description | Redis client written in C++ |
| -- | -- |
| Homepage | https://github.com/sewenew/redis-plus-plus |
| Versions | 1.3.5, 1.3.6, 1.3.7, 1.3.8, 1.3.9, 1.3.11, 1.3.12, 1.3.13, 1.3.14 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | redis-plus-plus/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | reflect-cpp/xmake.lua | | 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 | x64 |
| Definition | remotery/xmake.lua | | Description | Vulkan render graph management library. |
| -- | -- |
| Homepage | https://github.com/DragonJoker/RenderGraph/ |
| License | MIT |
| Versions | v1.0.0, v1.1.0, v1.2.0, v1.3.0, v1.4.0, v1.4.1 |
| Architectures | x64 |
| Definition | rendergraph/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | replxx/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | reproc/xmake.lua | | Description | C++ implementation of SIP, ICE, TURN and related protocols. |
| -- | -- |
| Homepage | https://resiprocate.org/Main_Page |
| License | VSL-1.0 |
| Versions | 1.12.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | resiprocate/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | rest_rpc/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | restinio/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | ricab-scope_guard/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | ring-span-lite/xmake.lua | | Description | *A platform independent standalone library that plays Lottie Animation. * |
| -- | -- |
| Homepage | https://github.com/Samsung/rlottie |
| Versions | 0.1, 0.2 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | rlottie/xmake.lua | | Description | RmlUi is the C++ user interface library based on the HTML and CSS standards. |
| -- | -- |
| Homepage | https://mikke89.github.io/RmlUiDoc/ |
| License | MIT |
| Versions | 5.0, 5.1, 6.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | rmlui/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | robin-hood-hashing/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | robin-map/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | robotstxt/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | rocket/xmake.lua | | 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 | arm64, x64 |
| Definition | rocksdb/xmake.lua | | Description | rpclib is a modern C++ msgpack-RPC server and client library |
| -- | -- |
| Homepage | http://rpclib.net |
| License | MIT |
| Versions | v2.3.0 |
| Architectures | arm, arm64ec, x64, x86 |
| Definition | rpclib/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | rply/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | rpmalloc/xmake.lua | | Description | toml++ wrapper for basic node types |
| -- | -- |
| Homepage | https://github.com/Ryan-rsm-McKenzie/AutoTOML |
| License | MIT |
| Versions | 2020.12.29 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | rsm-autotoml/xmake.lua | | Description | A binary i/o library for C++, without the agonizing pain |
| -- | -- |
| Homepage | https://github.com/Ryan-rsm-McKenzie/binary_io |
| License | MIT |
| Versions | 2.0.5, 2.0.6 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | rsm-binary-io/xmake.lua | | Description | C++ library for working with the Bethesda archive file format |
| -- | -- |
| Homepage | https://github.com/Ryan-rsm-McKenzie/bsa |
| License | MIT |
| Versions | 4.1.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | rsm-bsa/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | rsm-mmio/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | rtaudio/xmake.lua | | Description | Realtime Math |
| -- | -- |
| Homepage | https://github.com/nfrechette/rtm |
| License | MIT |
| Versions | v2.1.5, v2.3.0, v2.3.1 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | rtm/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | rtmidi/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | rttr/xmake.lua | | Description | Detect CPU features with single-file |
| -- | -- |
| Homepage | https://github.com/nihui/ruapu |
| License | MIT |
| Versions | 0.1.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | ruapu/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | rust/xmake.lua | | Description | An installer for the systems programming language Rust |
| -- | -- |
| Homepage | https://rustup.rs |
| Versions | 1.28.1 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | rustup/xmake.lua | | Description | Matrix multiplication library |
| -- | -- |
| Homepage | https://github.com/google/ruy |
| License | Apache-2.0 |
| Versions | 2022.09.16 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | ruy/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | rxcpp/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | s7/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | safetyhook/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | sailormoon_flags/xmake.lua | | Description | Intervals coupled with algebra of set to handle adaptive mesh refinement and operators on it. |
| -- | -- |
| Homepage | https://hpc-math-samurai.readthedocs.io |
| License | BSD-3-Clause |
| Versions | v0.6.0, v0.10.0, v0.12.0, v0.14.0, v0.16.0, v0.18.0, v0.19.0, v0.21.1, v0.22.0, v0.23.0, v0.25.1 |
| Architectures | arm, arm64ec, x64, x86 |
| Definition | samurai/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | scnlib/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | scons/xmake.lua | | Description | Scotch: a software package for graph and mesh/hypergraph partitioning, graph clustering, and sparse matrix ordering |
| -- | -- |
| Homepage | https://www.labri.fr/perso/pelegrin/scotch/ |
| Versions | v6.1.1, v7.0.5 |
| Architectures | arm64, x64 |
| Definition | scotch/xmake.lua | | Description | cross platform screen/window capturing library |
| -- | -- |
| Homepage | https://github.com/smasherprog/screen_capture_lite |
| License | MIT |
| Versions | 17.1.1368, 17.1.1369, 17.1.2539 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | screen_capture_lite/xmake.lua | | Description | Simple, small, C++ embeddable webserver with WebSockets support |
| -- | -- |
| Homepage | https://github.com/mattgodbolt/seasocks |
| License | BSD-2-Clause |
| Versions | v1.4.6 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | seasocks/xmake.lua | | Description | Branch Optimisation for High-frequency Trading |
| -- | -- |
| Homepage | https://github.com/maxlucuta/semi-static-conditions |
| License | MIT |
| Versions | 2023.09.05 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | semi-static-conditions/xmake.lua | | Description | Semantic Versioning for modern C++ |
| -- | -- |
| Homepage | https://github.com/Neargye/semver |
| License | MIT |
| Versions | v1.0.0-rc |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | semver/xmake.lua | | Description | Unsupervised text tokenizer for Neural Network-based text generation. . |
| -- | -- |
| Homepage | https://github.com/google/sentencepiece |
| License | Apache-2.0 |
| Versions | v0.1.97 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | sentencepiece/xmake.lua | | Description | Sentry SDK for C, C++ and native applications. |
| -- | -- |
| Homepage | https://sentry.io |
| Versions | 0.4.4, 0.4.15, 0.5.0, 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.6.7, 0.7.0, 0.7.1, 0.7.2, 0.7.5, 0.7.6, 0.7.9, 0.7.10, 0.7.11, 0.7.12, 0.7.15, 0.7.16, 0.7.17, 0.7.20, 0.8.1, 0.8.3, 0.9.1 |
| Architectures | x64, x86 |
| Definition | sentry-native/xmake.lua | | Description | Cross-platform, Serial Port library written in C++ |
| -- | -- |
| Homepage | http://wjwwood.github.io/serial |
| License | MIT |
| Versions | 2022.3.9 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | serial/xmake.lua | | Description | Simple and Fast Graphical User Interface |
| -- | -- |
| Homepage | https://github.com/TankOs/SFGUI |
| License | zlib |
| Versions | 1.0.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | sfgui/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | sfl-library/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | sfml/xmake.lua | | Description | The sfntly project contains Java and C++ libraries for reading, editing, and writing sfnt container fonts (OpenType, TrueType, AAT/GX, and Graphite.) |
| -- | -- |
| Homepage | https://github.com/googlefonts/sfntly |
| Versions | 20190917 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | sfntly/xmake.lua | | Description | Structured Field Values parser |
| -- | -- |
| Homepage | https://github.com/ngtcp2/sfparse |
| License | MIT |
| Versions | 2024.05.12, 2024.12.15 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | sfparse/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | shaderc/xmake.lua | | Description | Library used to write shaders from C++, and export them in either GLSL, HLSL or SPIR-V. |
| -- | -- |
| Homepage | https://github.com/DragonJoker/ShaderWriter |
| Versions | 0.1, 1.0, 1.1, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.6.1, 2.7 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | shaderwriter/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | sheenbidi/xmake.lua | | Description | Simage is a library capable of loading, manipulating and saving images, creating and saving movies (AVI and MPEG), and loading audio. |
| -- | -- |
| Homepage | https://coin3d.github.io/simage/html/ |
| License | MIT |
| Versions | 1.8.1, 1.8.3, 1.8.4 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | simage/xmake.lua | | Description | High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton. |
| -- | -- |
| Homepage | https://simtk.org/home/simbody |
| License | Apache-2.0 |
| Versions | 3.7 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | simbody/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | simdcomp/xmake.lua | | 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 | x64, x86 |
| Definition | simde/xmake.lua | | 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 | x64 |
| Definition | simdjson/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | simdutf/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | simpleini/xmake.lua | | Description | Simple thread pooling library in C++ |
| -- | -- |
| Homepage | https://github.com/romch007/simplethreadpool |
| License | MIT |
| Versions | 2022.11.18 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | simplethreadpool/xmake.lua | | Description | SimpleWindow GUI Framework |
| -- | -- |
| Homepage | https://mzying2001.github.io/sw/ |
| License | MIT |
| Versions | 2025.03.17 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | simplewindow/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | simsimd/xmake.lua | | Description | A complete 2D graphic library for drawing Text, Geometries, and Images. |
| -- | -- |
| Homepage | https://skia.org/ |
| License | BSD-3-Clause |
| Versions | 88, 89, 90, 132 |
| Architectures | arm, arm64ec, x64, x86 |
| Definition | skia/xmake.lua | | Description | Making it easier to work with shaders |
| -- | -- |
| Homepage | https://github.com/shader-slang/slang |
| License | MIT |
| Versions | v2024.1.17, v2024.1.18, v2025.6.3, v2025.11.0 |
| Architectures | x64 |
| Definition | slang/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | smoothcpp/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | snappy/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | snitch/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | snmalloc/xmake.lua | | Description | An assertion library for C++ |
| -- | -- |
| Homepage | https://github.com/banditcpp/snowhouse |
| License | BSL-1.0 |
| Versions | v5.0.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | snowhouse/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | sobjectizer/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | soci/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | socket-io-client/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | sockpp/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | soil2/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | sokol/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | sokol-tools/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | sol2/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | soloud/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | sophus/xmake.lua | | Description | SoPlex is an optimization package for solving linear programming problems (LPs) based on an advanced implementation of the primal and dual revised simplex algorithm. |
| -- | -- |
| Homepage | https://soplex.zib.de/ |
| Versions | 5.0.2 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | soplex/xmake.lua | | Description | SoundTouch Audio Processing Library |
| -- | -- |
| Homepage | https://modplug-xmms.sourceforge.net |
| License | LGPL-2.1 |
| Versions | 2.3.2 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | soundtouch/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | soxr/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | span-lite/xmake.lua | | 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 | x64, x86 |
| Definition | sparse-map/xmake.lua | | Description | A fast, memory efficient hash map for C++ |
| -- | -- |
| Homepage | https://github.com/greg7mdp/sparsepp |
| Versions | 1.22 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | sparsepp/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | spdlog/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | spectra/xmake.lua | | Description | 2D skeletal animation runtimes for Spine. |
| -- | -- |
| Homepage | http://esotericsoftware.com |
| License | Spine Runtimes |
| Versions | 3.8 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | spine-runtimes/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | spirv-cross/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | spirv-headers/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | spirv-reflect/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | spirv-tools/xmake.lua | | Description | SQLCipher is a standalone fork of the SQLite database library that adds 256 bit AES encryption of database files and other security features |
| -- | -- |
| Homepage | https://www.zetetic.net/sqlcipher/ |
| Versions | 4.5.3, 4.6.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | sqlcipher/xmake.lua | | 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, arm64ec, x64 |
| Definition | sqlite-vec/xmake.lua | | 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+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+100, 3.50.0+200, 3.50.0+0, 3.50.0+300 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | sqlite3/xmake.lua | | Description | A parser generator |
| -- | -- |
| Homepage | https://sqlite.org/ |
| License | Public Domain |
| Versions | 3.49.0+200 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | sqlite3-lemon/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | sqlite_orm/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | sqlitecpp/xmake.lua | | Description | A type safe SQL template library for C++ |
| -- | -- |
| Homepage | https://github.com/rbock/sqlpp11 |
| License | BSD-2-Clause |
| Versions | 0.61, 0.64, 0.65 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | sqlpp11/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | sqrat/xmake.lua | | Description | Official repository for the programming language Squirrel |
| -- | -- |
| Homepage | http://www.squirrel-lang.org |
| License | MIT |
| Versions | v3.2 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | squirrel/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | srell/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | srtp/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | sse2neon/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | sse2rvv/xmake.lua | | Description | C++ CSV parser |
| -- | -- |
| Homepage | https://github.com/red0124/ssp |
| License | MIT |
| Versions | v1.6.1, v1.8.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | ssp/xmake.lua | | Description | A library to walk the callstack in windows applications. |
| -- | -- |
| Homepage | https://github.com/JochenKalmbach/StackWalker |
| License | BSD-2-Clause |
| Versions | 1.20 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | stackwalker/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | stb/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | stc/xmake.lua | | Description | * | Description | A C++17 cross-platform implementation for UUIDs |
| -- | -- |
| Homepage | https://github.com/mariusbancila/stduuid |
| License | MIT |
| Versions | v1.2.3 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | stduuid/xmake.lua | | Description | Valve's steam audio library |
| -- | -- |
| Homepage | https://valvesoftware.github.io/steam-audio/ |
| License | Apache-2.0 |
| Versions | v4.6.0, v4.6.1 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | steam-audio/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | step20/xmake.lua | | Description | stfl with Newsboat-related bugfixes |
| -- | -- |
| Homepage | https://github.com/newsboat/stfl |
| License | LGPL-3.0 |
| Versions | 2024.12.24 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | stfl/xmake.lua | | Description | Adobe Source Libraries from Software Technology Lab |
| -- | -- |
| Homepage | https://stlab.cc/ |
| License | BSL-1.0 |
| Versions | v1.6.2 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | stlab/xmake.lua | | Description | Strawberry Perl is a perl environment for MS Windows containing all you need to run and develop perl applications. |
| -- | -- |
| Homepage | http://strawberryperl.com/ |
| Versions | 5.32.0+1 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | strawberry-perl/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | streamvbyte/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | string-view-lite/xmake.lua | | Description | header-only Windows implementation of the header |
| -- | -- |
| Homepage | https://github.com/win32ports/strings_h |
| License | MIT |
| Versions | 2023.03.17 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | strings_h/xmake.lua |
| 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, arm64ec, x64, x86 |
| Definition | stringzilla/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | strong_type/xmake.lua | | Description | C++ String Toolkit Library |
| -- | -- |
| Homepage | https://www.partow.net/programming/strtk/index.html |
| License | MIT |
| Versions | 2020.01.01 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | strtk/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | stx/xmake.lua | | 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 | x64, x86 |
| Definition | subhook/xmake.lua | | Description | *single header process launching solution for C and C++ * |
| -- | -- |
| Homepage | https://github.com/sheredom/subprocess.h |
| Versions | 2022.12.20 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | subprocess.h/xmake.lua | | Description | SuiteSparse is a suite of sparse matrix algorithms |
| -- | -- |
| Homepage | https://people.engr.tamu.edu/davis/suitesparse.html |
| Versions | v5.10.1, v5.12.0, v5.13.0, v7.5.1, v7.6.0, v7.7.0, v7.8.1 |
| Architectures | x64, x86 |
| Definition | suitesparse/xmake.lua | | Description | SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations. |
| -- | -- |
| Homepage | https://portal.nersc.gov/project/sparse/superlu/ |
| License | BSD-3-Clause |
| Versions | v5.2.2, v5.3.0, v7.0.0, v7.0.1 |
| Architectures | arm, arm64ec, x64, x86 |
| Definition | superlu/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | svector/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | svt-av1/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | swig/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | swisseph/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | swxjson/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | symengine/xmake.lua | | Description | header-only Windows implementation of the header |
| -- | -- |
| Homepage | https://github.com/win32ports/sys_time_h |
| License | MIT |
| Versions | 2023.03.22 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | sys_time_h/xmake.lua |
| Description | header-only Windows implementation of the header |
| -- | -- |
| Homepage | https://github.com/win32ports/sys_wait_h |
| License | MIT |
| Versions | 2019.05.12 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | sys_wait_h/xmake.lua |
| Description | C++ Advanced Command Line Parser |
| -- | -- |
| Homepage | https://github.com/SineStriker/syscmdline |
| License | MIT |
| Versions | 2024.03.27 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | syscmdline/xmake.lua | | Description | Szip is an implementation of the extended-Rice lossless compression algorithm. |
| -- | -- |
| Homepage | https://support.hdfgroup.org/doc_resource/SZIP/ |
| Versions | 2.1.1 |
| Architectures | x64 |
| Definition | szip/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | ta-lib/xmake.lua | | Description | Table Maker for Modern C++ |
| -- | -- |
| Homepage | https://github.com/p-ranav/tabulate |
| License | MIT |
| Versions | v1.5 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | tabulate/xmake.lua | | Description | TagLib Audio Meta-Data Library |
| -- | -- |
| Homepage | http://taglib.org/ |
| License | LGPL-2.1 |
| Versions | v2.1, v2.1.1 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | taglib/xmake.lua | | Description | tao_idl is TAO's Interface Description Language (IDL) compiler, based on Sun Microsystems' OMG IDL Compiler Front End (CFE) version 1.3, implements most IDL v3 & some IDL v4 features. |
| -- | -- |
| Homepage | https://www.dre.vanderbilt.edu/~schmidt/TAO.html |
| License | DOC |
| Versions | 8.0.3 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | tao_idl/xmake.lua | | Description | C++ header-only JSON library |
| -- | -- |
| Homepage | https://github.com/taocpp/json |
| License | MIT |
| Versions | 2025.03.11 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | taocpp-json/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | taskflow/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | taywee_args/xmake.lua | | Description | Threading Building Blocks (TBB) lets you easily write parallel C++ programs that take full advantage of multicore performance, that are portable, composable and have future-proof scalability. |
| -- | -- |
| Homepage | https://software.intel.com/en-us/tbb/ |
| License | Apache-2.0 |
| Versions | 2020.3, 2021.2.0, 2021.3.0, 2021.4.0, 2021.5.0, 2021.7.0, 2021.10.0, 2021.11.0, 2021.12.0, 2021.13.0, 2022.0.0, 2022.1.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | tbb/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tbox/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tcb-span/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tclap/xmake.lua | | Description | *The Tcl Core. (Mirror of core.tcl-lang.org) * |
| -- | -- |
| Homepage | https://core.tcl-lang.org/tcl/ |
| Versions | 2024.06.07 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | tclsh/xmake.lua | | 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 | arm, arm64, arm64ec, x64, x86 |
| Definition | teascript/xmake.lua | | Description | Telegram Bot API in C |
| -- | -- |
| Homepage | https://elmurod.net/telebot |
| License | Apache-2.0 |
| Versions | 2024.05.11 |
| Architectures | x64, x86 |
| Definition | telebot/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | termcap/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | termcolor/xmake.lua | | Description | Tesseract Open Source OCR Engine |
| -- | -- |
| Homepage | https://tesseract-ocr.github.io/ |
| License | Apache-2.0 |
| Versions | 4.1.1, 4.1.3, 5.0.1, 5.2.0, 5.3.4, 5.5.1 |
| Architectures | x64, x86 |
| Definition | tesseract/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tetgen/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tf_workstealingqueue/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tgbot-cpp/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | theora/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | think-cell-library/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | thorvg/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | thread-pool/xmake.lua | | Description | Thrift is a lightweight, language-independent software stack for point-to-point RPC implementation. |
| -- | -- |
| Homepage | https://thrift.apache.org/ |
| License | Apache-2.0 |
| Versions | v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0, v0.21.0, v0.22.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | thrift/xmake.lua | | Description | The C++ parallel algorithms library. |
| -- | -- |
| Homepage | https://github.com/NVIDIA/thrust |
| License | Apache-2.0 |
| Versions | 1.17.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | thrust/xmake.lua | | Description | TI CGT (code generate tool) are TI's compilers for TI C2000 DSP, TI C6000 DSP, TI Arm board. |
| -- | -- |
| Homepage | https://www.ti.com |
| Versions | 8.3.12, 8.3.13 |
| Architectures | x64 |
| Definition | ti-cgt/xmake.lua | | Description | The granddaddy of HTML tools, with support for modern standards |
| -- | -- |
| Homepage | http://www.html-tidy.org |
| Versions | 5.9.20 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | tidy-html5/xmake.lua | | Description | Core library from Tilted Phoques |
| -- | -- |
| Homepage | https://github.com/tiltedphoques/TiltedCore |
| Versions | v0.1.3, v0.1.4, v0.1.5, v0.1.6, v0.2.0, v0.2.1, v0.2.2, v0.2.3, v0.2.4, v0.2.5, v0.2.6, v0.2.7 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | tiltedcore/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tiny-aes-c/xmake.lua | | 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 | x64, x86 |
| Definition | tiny-optional/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tiny-process-library/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tinyalloc/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tinycbor/xmake.lua | | Description | Tiny C Compiler |
| -- | -- |
| Homepage | https://bellard.org/tcc/ |
| Versions | 0.9.27 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | tinycc/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tinycolormap/xmake.lua | | Description | TinyCrypt Cryptographic Library |
| -- | -- |
| Homepage | https://github.com/intel/tinycrypt |
| Versions | 2019.9.18 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | tinycrypt/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tinycthread/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tinydir/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tinyexpr/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tinyexr/xmake.lua | | Description | Native dialog library for WINDOWS MAC OSX GTK+ QT CONSOLE |
| -- | -- |
| Homepage | https://sourceforge.net/projects/tinyfiledialogs/ |
| License | zlib |
| Versions | 3.8.8, 3.15.1 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | tinyfiledialogs/xmake.lua | | Description | Minimal, type safe printf replacement library for C++ |
| -- | -- |
| Homepage | https://github.com/c42f/tinyformat/ |
| Versions | 2.3.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | tinyformat/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tinygltf/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tinyjpeg/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tinymcp/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tinyobjloader/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tinyply/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tinyspline/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tinyxml/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tinyxml2/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tl_expected/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tl_function_ref/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tl_optional/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tlsf/xmake.lua | | Description | C tmx map loader |
| -- | -- |
| Homepage | http://libtmx.rtfd.io/ |
| License | BSD-2-Clause |
| Versions | 1.2.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | tmx/xmake.lua | | Description | lightweight C++14 parser for Tiled tmx files |
| -- | -- |
| Homepage | https://github.com/fallahn/tmxlite |
| License | zlib |
| Versions | v1.4.4 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | tmxlite/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tmxparser/xmake.lua | | Description | *A modern C++ base64 encoder / decoder * |
| -- | -- |
| Homepage | https://github.com/tobiaslocker/base64 |
| License | MIT |
| Versions | 2024.02.26 |
| Architectures | arm, arm64ec, x64, x86 |
| Definition | tobiaslocker_base64/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | toml++/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | toml11/xmake.lua | | Description | TOML C library |
| -- | -- |
| Homepage | https://github.com/cktan/tomlc99 |
| License | MIT |
| Versions | 2023.09.30 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | tomlc99/xmake.lua | | Description | No fanfare TOML C++ Library |
| -- | -- |
| Homepage | https://github.com/cktan/tomlcpp |
| License | MIT |
| Versions | 2022.06.25 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | tomlcpp/xmake.lua | | Description | A JPEG encoder in a single C++ file |
| -- | -- |
| Homepage | https://create.stephan-brumme.com/toojpeg/ |
| License | zlib |
| Versions | 1.5 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | toojpeg/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tracy/xmake.lua | | Description | A header-only C++ library for task concurrency |
| -- | -- |
| Homepage | https://github.com/bloomen/transwarp |
| License | MIT |
| Versions | 2.2.3 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | transwarp/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | trantor/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tree-sitter/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | trompeloeil/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | tuplet/xmake.lua | | Description | Turbo Base64 - Fastest Base64 SIMD/Neon/Altivec |
| -- | -- |
| Homepage | https://github.com/powturbo/Turbo-Base64 |
| License | GPL-3.0 |
| Versions | 2022.02.21 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | turbobase64/xmake.lua | | Description | A modern C++ tweening library |
| -- | -- |
| Homepage | http://mobius3.github.io/tweeny |
| License | MIT |
| Versions | 2023.05.09 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | tweeny/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | type_safe/xmake.lua | | Description | UASM - Macro Assembler |
| -- | -- |
| Homepage | http://www.terraspace.co.uk/uasm.html |
| Versions | v2.57r |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | uasm/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | uchardet/xmake.lua | | Description | UDP-based Data Transfer Protocol |
| -- | -- |
| Homepage | https://github.com/dorkbox/UDT |
| License | Apache-2.0 |
| Versions | 2017.12.03 |
| Architectures | arm, arm64, arm64ec, x64 |
| Definition | udt/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | ufbx/xmake.lua | | Description | Ultralight makes it easy for C/C++ developers to seamlessly integrate web-content into games and desktop apps. |
| -- | -- |
| Homepage | https://ultralig.ht |
| License | LGPL |
| Versions | 1.3.0, 1.4.0-beta, 1.4.0 |
| Architectures | x64, x86 |
| Definition | ultralight/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | uni_algo/xmake.lua | | Description | Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86) |
| -- | -- |
| Homepage | http://www.unicorn-engine.org |
| License | GPL-2.0 |
| Versions | 2.1.1, 2.1.3 |
| Architectures | arm, arm64ec, x64, x86 |
| Definition | unicorn/xmake.lua | | Description | header-only Windows implementation of the header |
| -- | -- |
| Homepage | https://github.com/win32ports/unistd_h |
| License | MIT |
| Versions | 2019.07.30 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | unistd_h/xmake.lua |
| 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, arm64ec, x64, x86 |
| Definition | units/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | unity_test/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | universal_stacktrace/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | unordered_dense/xmake.lua | | Description | An Embedded NoSQL, Transactional Database Engine. |
| -- | -- |
| Homepage | https://unqlite.org |
| Versions | 1.1.9 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | unqlite/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | unzip/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | upa-url/xmake.lua | | Description | A C++ parser for the Unified Robot Description Format (URDF) |
| -- | -- |
| Homepage | https://wiki.ros.org/urdf |
| License | BSD-3-Clause |
| Versions | 1.0.4, 4.0.0, 4.0.1, 5.0.2 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | urdfdom/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | urdfdom-headers/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | uriparser/xmake.lua | | Description | Universal Scene Description |
| -- | -- |
| Homepage | http://www.openusd.org |
| License | Apache-2.0 |
| Versions | v22.11, v23.02, v24.03, v24.05, v24.08, v25.05, v25.05.01 |
| Architectures | x64 |
| Definition | usd/xmake.lua | | Description | µSockets is the non-blocking, thread-per-CPU foundation library used by µWebSockets. It provides optimized networking - using the same opaque API (programming interface) across all supported transports, event-loops and platforms. |
| -- | -- |
| Homepage | https://github.com/uNetworking |
| License | Apache-2.0 |
| Versions | v0.8.8 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | usockets/xmake.lua | | Description | A portable SCTP userland stack |
| -- | -- |
| Homepage | https://github.com/sctplab/usrsctp |
| License | BSD-3-Clause |
| Versions | 0.9.5+0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | usrsctp/xmake.lua | | Description | single header unit testing framework for C and C++ |
| -- | -- |
| Homepage | https://www.duskborn.com/utest_h/ |
| Versions | 2022.09.01 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | utest.h/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | utf8.h/xmake.lua | | Description | Utf8 range |
| -- | -- |
| Homepage | https://github.com/protocolbuffers/utf8_range |
| License | MIT |
| Versions | 2022.11.15, 2023.11.10 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | utf8_range/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | utf8proc/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | utfcpp/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | uthash/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | uuid_v4/xmake.lua | | Description | UVAtlas - isochart texture atlasing |
| -- | -- |
| Homepage | https://github.com/Microsoft/UVAtlas |
| License | MIT |
| Versions | 2023.06, 2024.02 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | uvatlas/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | uvw/xmake.lua | | Description | WASI syscall API built atop libuv |
| -- | -- |
| Homepage | https://github.com/nodejs/uvwasi |
| License | MIT |
| Versions | v0.0.12, v0.0.20, v0.0.21 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | uvwasi/xmake.lua | | Description | Simple, secure & standards compliant web server for the most demanding of applications. |
| -- | -- |
| Homepage | https://github.com/uNetworking |
| License | Apache-2.0 |
| Versions | v20.60.0, v20.61.0, v20.62.0, v20.64.0, v20.65.0, v20.66.0, v20.67.0, v20.70.0, v20.72.0, v20.74.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | uwebsockets/xmake.lua | | Description | V8 JavaScript Engine |
| -- | -- |
| Homepage | https://v8.dev |
| Versions | 13.5.212.10 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | v8/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | variant-lite/xmake.lua | | Description | SIMD Vector Classes for C++ |
| -- | -- |
| Homepage | https://github.com/VcDevel/Vc |
| License | BSD-3-Clause |
| Versions | 1.4.2 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | vc/xmake.lua | | Description | Shared to msvcrt.dll or ucrtbase.dll and optimize the C/C++ application file size |
| -- | -- |
| Homepage | https://github.com/Chuyu-Team/VC-LTL5 |
| License | EPL-2.0 |
| Versions | 5.0.6, 5.0.7, 5.0.9, 5.1.1, 5.2.1, 5.2.2 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | vc-ltl5/xmake.lua | | Description | The Visualization and Computer Graphics Library (VCG for short) is a open source portable C++ templated library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes. |
| -- | -- |
| Homepage | http://www.vcglib.net/ |
| License | GPL-3.0 |
| Versions | 2020.12, 2021.07, 2021.10, 2022.02, 2023.12, 2025.07 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | vcglib/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | vcpkg/xmake.lua | | Description | Vector math library with NEON/SSE support |
| -- | -- |
| Homepage | https://github.com/scoopr/vectorial |
| Versions | 2019.06.28 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | vectorial/xmake.lua | | Description | Windows internal undocumented API. |
| -- | -- |
| Homepage | https://github.com/MiroKaku/Veil |
| License | MIT |
| Versions | v1.4.1 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | veil/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | verdict/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | verilator/xmake.lua | | Description | VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP |
| -- | -- |
| Homepage | https://github.com/ddemidov/vexcl |
| License | MIT |
| Versions | 1.4.2 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | vexcl/xmake.lua | | Description | ViennaCL is a free open-source linear algebra library for computations on many-core architectures (GPUs, MIC) and multi-core CPUs. |
| -- | -- |
| Homepage | http://viennacl.sourceforge.net/ |
| License | MIT |
| Versions | 1.7.1 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | viennacl/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | visit_struct/xmake.lua | | Description | Vulkan Bootstrapping Iibrary. |
| -- | -- |
| Homepage | https://github.com/charles-lunarg/vk-bootstrap |
| License | MIT |
| Versions | v0.5, v0.6, v0.7, v1.3.268, v1.3.275, v1.3.280, v1.3.282, v1.3.283, v1.3.284, v1.3.285, v1.3.289, v1.3.290, v1.3.292, v1.3.295, v1.3.302, v1.4.307, v1.4.311, v1.4.312, v1.4.315 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | vk-bootstrap/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | vladimirshaleev-ipaddress/xmake.lua | | Description | Visual Leak Detector for Visual C++ |
| -- | -- |
| Homepage | https://github.com/oneiric/vld |
| License | LGPL-2.1 |
| Versions | v2.7.0 |
| Architectures | arm, arm64ec, x64, x86 |
| Definition | vld/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | volk/xmake.lua | | Description | The Visualization Toolkit (VTK) is open source software for manipulating and displaying scientific data. |
| -- | -- |
| Homepage | https://vtk.org/ |
| License | BSD-3-Clause |
| Versions | 9.0.1, 9.0.3, 9.1.0, 9.2.2, 9.2.6, 9.3.1, 9.4.2 |
| Architectures | x64, x86 |
| Definition | vtk/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | vulkan-headers/xmake.lua | | 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 | x64, x86 |
| Definition | vulkan-hpp/xmake.lua | | Description | This project provides the Khronos official Vulkan ICD desktop loader for Windows, Linux, and MacOS. |
| -- | -- |
| Homepage | https://github.com/KhronosGroup/Vulkan-Loader |
| License | Apache-2.0 |
| Versions | 1.2.154+1, 1.2.162+0, 1.2.182+0, 1.2.189+1, 1.2.198+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 | x64, x86 |
| Definition | vulkan-loader/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | vulkan-memory-allocator/xmake.lua | | 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 | x64, x86 |
| Definition | vulkan-memory-allocator-hpp/xmake.lua | | Description | Vulkan Utilities and Tools |
| -- | -- |
| Homepage | https://github.com/KhronosGroup/Vulkan-Tools |
| License | Apache-2.0 |
| Versions | 1.2.154+0, 1.2.162+0, 1.2.189+1, 1.2.198+0, 1.4.309+0 |
| Architectures | x64 |
| Definition | vulkan-tools/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | vulkan-utility-libraries/xmake.lua | | Description | Vulkan Validation Layers |
| -- | -- |
| Homepage | https://github.com/KhronosGroup/Vulkan-ValidationLayers/ |
| 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.275+0, 1.3.290+0, 1.4.309+0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | vulkan-validationlayers/xmake.lua | | Description | Vulkan & C++17 based Scene Graph Project |
| -- | -- |
| Homepage | http://www.vulkanscenegraph.org |
| License | MIT |
| Versions | 1.0.2, v1.1.10 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | vulkanscenegraph/xmake.lua | | Description | LunarG Vulkan® SDK |
| -- | -- |
| Homepage | https://www.lunarg.com/vulkan-sdk/ |
| Versions | |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | vulkansdk/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | vvenc/xmake.lua | | Description | Portable C and C++ Development Kit for x64 (and x86) Windows |
| -- | -- |
| Homepage | https://github.com/skeeto/w64devkit |
| License | Unlicense |
| Versions | |
| Architectures | x64 |
| Definition | w64devkit/xmake.lua | | Description | WebAssembly Micro Runtime (WAMR) |
| -- | -- |
| Homepage | https://github.com/bytecodealliance/wasm-micro-runtime |
| License | Apache-2.0 |
| Versions | 1.2.3, 1.3.2, 2.2.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | wasm-micro-runtime/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | watcher/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | wavpack/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | webdriverxx/xmake.lua | | Description | C++ websocket client/server library |
| -- | -- |
| Homepage | http://www.zaphoyd.com/websocketpp |
| Versions | 0.8.2 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | websocketpp/xmake.lua | | Description | Webthing-CPP is a modern CPP/C++17 implementation of the WebThings API. |
| -- | -- |
| Homepage | https://github.com/bw-hro/webthing-cpp |
| License | MIT |
| Versions | v1.1.0, v1.2.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | webthing-cpp/xmake.lua | | 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 | arm, arm64, arm64ec, x64, x86 |
| Definition | webui/xmake.lua | | 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 | arm64, x64, x86 |
| Definition | wgpu-native/xmake.lua | | Description | WGSL validator in Rust with C bindings. |
| -- | -- |
| Homepage | https://github.com/NazaraEngine/wgsl-validator |
| License | MIT |
| Versions | v1.0.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | wgsl-validator/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | whereami/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | which/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | whisper.cpp/xmake.lua | | Description | The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns. |
| -- | -- |
| Homepage | https://github.com/microsoft/wil |
| License | MIT |
| Versions | 2022.09.16, 2023.12.16, 2024.08.03 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | wil/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | wineditline/xmake.lua | | Description | Win flex-bison is a windows port the Flex (the fast lexical analyser) and Bison (GNU parser generator) |
| -- | -- |
| Homepage | https://github.com/lexxmark/winflexbison |
| License | GPL |
| Versions | v2.5.25 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | winflexbison/xmake.lua | | Description | getopt library for Windows compilers |
| -- | -- |
| Homepage | https://github.com/alex85k/wingetopt |
| Versions | 2023.10.29 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | wingetopt/xmake.lua | | Description | A lightweight modern C++11 library for Win32 API, using lambdas to handle Windows messages. |
| -- | -- |
| Homepage | https://github.com/rodrigocfd/winlamb |
| License | MIT |
| Versions | 2023.07.07 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | winlamb/xmake.lua | | Description | The industry-standard windows packet capture library |
| -- | -- |
| Homepage | https://www.winpcap.org/ |
| Versions | 4.1.2 |
| Architectures | x64, x86 |
| Definition | winpcap/xmake.lua | | Description | WinPixEventRuntime + decoder + tests |
| -- | -- |
| Homepage | https://devblogs.microsoft.com/pix |
| License | MIT |
| Versions | 2024.03.19 |
| Architectures | arm, arm64, arm64ec, x64 |
| Definition | winpixevent/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | winreg/xmake.lua | | Description | WinToast is a lightly library written in C++ which brings a complete integration of the modern toast notifications of Windows 8, Windows 10 and Windows 11. |
| -- | -- |
| Homepage | https://github.com/mohabouje/WinToast |
| License | MIT |
| Versions | v1.3.0, v1.3.1 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | wintoast/xmake.lua | | Description | Wirehair : O(N) Fountain Code for Large Data |
| -- | -- |
| Homepage | http://wirehairfec.com |
| License | BSD-3-Clause |
| Versions | 2023.12.02 |
| Architectures | arm, arm64ec, x64, x86 |
| Definition | wirehair/xmake.lua | | Description | The most powerful set of tools available to create your Windows installation experience. |
| -- | -- |
| Homepage | https://wixtoolset.org/ |
| Versions | 5.0.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | wixtoolset/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | wjakob_filesystem/xmake.lua | | Description | Font compression reference code. |
| -- | -- |
| Homepage | https://github.com/google/woff2 |
| License | MIT |
| Versions | v1.0.2 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | woff2/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | wolfssl/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | workspace_hanya/xmake.lua | | Description | Wren is a small, fast, class-based concurrent scripting language. |
| -- | -- |
| Homepage | http://wren.io |
| License | MIT |
| Versions | 0.4.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | wren/xmake.lua | | Description | Cross-Platform C++ GUI Library |
| -- | -- |
| Homepage | https://www.wxwidgets.org/ |
| Versions | 3.2.0, 3.2.2, 3.2.3, 3.2.4, 3.2.5 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | wxwidgets/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | wyhash/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | x264/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | x265/xmake.lua | | Description | Redistributable version of XAudio 2.9 for Windows 7 SP1 or later |
| -- | -- |
| Homepage | https://www.nuget.org/packages/Microsoft.XAudio2.Redist |
| License | Microsoft |
| Versions | 1.2.6, 1.2.7, 1.2.8, 1.2.9, 1.2.10, 1.2.11 |
| Architectures | x64, x86 |
| Definition | xaudio2redist/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | xbyak/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | xege/xmake.lua | | Description | Xerces-C++ is a validating XML parser written in a portable subset of C++. |
| -- | -- |
| Homepage | https://xerces.apache.org/xerces-c/ |
| License | Apache-2.0 |
| Versions | 3.2.4, 3.2.5 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | xerces-c/xmake.lua | | Description | C++ multi-dimensional labeled arrays and dataframe based on xtensor |
| -- | -- |
| Homepage | https://github.com/xtensor-stack/xframe/ |
| License | BSD-3-Clause |
| Versions | 0.2.0, 0.3.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | xframe/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | xgrammar/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | xlnt/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | xlsxio/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | xpack/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | xproperty/xmake.lua | | Description | C++ wrappers for SIMD intrinsics |
| -- | -- |
| Homepage | https://github.com/xtensor-stack/xsimd/ |
| License | BSD-3-Clause |
| Versions | 7.6.0, 8.0.3, 8.0.5, 9.0.1, 10.0.0, 11.0.0, 12.1.1, 13.0.0, 13.1.0, 13.2.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | xsimd/xmake.lua | | Description | Multi-dimensional arrays with broadcasting and lazy computing |
| -- | -- |
| Homepage | https://github.com/xtensor-stack/xtensor/ |
| License | BSD-3-Clause |
| Versions | 0.23.10, 0.24.0, 0.24.1, 0.24.3, 0.24.7, 0.25.0, 0.26.0, 0.27.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | xtensor/xmake.lua | | Description | BLAS extension to xtensor |
| -- | -- |
| Homepage | https://github.com/xtensor-stack/xtensor-blas/ |
| License | BSD-3-Clause |
| Versions | 0.19.1, 0.20.0, 0.21.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | xtensor-blas/xmake.lua | | Description | xtensor plugin to read and write images, audio files, numpy (compressed) npz and HDF5 |
| -- | -- |
| Homepage | https://github.com/xtensor-stack/xtensor-io |
| License | BSD-3-Clause |
| Versions | 0.13.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | xtensor-io/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | xtl/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | xxhash/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | xz/xmake.lua | | Description | A collection of modern C++ libraries |
| -- | -- |
| Homepage | https://github.com/alibaba/yalantinglibs |
| License | Apache-2.0 |
| Versions | 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8, 0.3.9, 0.3.11, 0.4.0, 0.5.2 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | yalantinglibs/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | yaml-cpp/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | yaml_cpp_struct/xmake.lua | | Description | Yet Another Serialization |
| -- | -- |
| Homepage | https://github.com/niXman/yas |
| Versions | 2023.09.13, 2025.02.19 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | yas/xmake.lua | | Description | Modular BSD reimplementation of NASM. |
| -- | -- |
| Homepage | https://yasm.tortall.net/ |
| Versions | 1.3.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | yasm/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | yoga/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | yomm2/xmake.lua | | Description | Yxml - A small, fast and correct XML parser* |
| -- | -- |
| Homepage | https://dev.yorhel.nl/yxml |
| License | MIT |
| Versions | 2020.08.13 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | yxml/xmake.lua | | Description | Fix DecodePointer, EncodePointer,RegDeleteKeyEx etc. APIs not found in Windows XP RTM. |
| -- | -- |
| Homepage | https://github.com/Chuyu-Team/YY-Thunks |
| License | MIT |
| Versions | 1.0.7, 1.0.9, 1.1.1, 1.1.4, 1.1.5, 1.1.6, 1.1.7 |
| Architectures | x64, x86 |
| Definition | yy-thunks/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | yyjson/xmake.lua | | Description | Z3 is a theorem prover from Microsoft Research. |
| -- | -- |
| Homepage | https://github.com/Z3Prover/z3 |
| License | MIT |
| Versions | 4.8.15 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | z3/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | zasm/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | zbar/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | zeromq/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | zeus_expected/xmake.lua | | Description | zfp is a compressed format for representing multidimensional floating-point and integer arrays. |
| -- | -- |
| Homepage | https://computing.llnl.gov/projects/zfp |
| License | BSD-3-Clause |
| Versions | 0.5.5, 1.0.1 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | zfp/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | zig/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | zint/xmake.lua | | Description | Info-ZIP zip utility |
| -- | -- |
| Homepage | http://www.info-zip.org/Zip.html |
| Versions | 3.0 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | zip/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | zlib/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | zlib-ng/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | zlibcomplete/xmake.lua | | Description | WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 |
| -- | -- |
| Homepage | https://github.com/ZLMediaKit/ZLMediaKit |
| License | MIT |
| Versions | 2023.8.26 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | zlmediakit/xmake.lua | | Description | A lightweight network framework based on C++11 that utilizes thread pool technology to achieve high concurrent network I/O. |
| -- | -- |
| Homepage | https://github.com/ZLMediaKit/ZLToolKit |
| License | MIT |
| Versions | 2023.7.8, 2023.8.26 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | zltoolkit/xmake.lua | | Description | A helper to use zeromq and protobuf together |
| -- | -- |
| Homepage | https://github.com/SFGrenade/ZmqPb-Cpp/ |
| License | MPL-2.0 |
| Versions | 0.1, 0.2, 0.3, 0.4, 0.8, 0.9, 0.10.2, 0.10.3, 0.10.4, 0.10.5 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | zmqpb/xmake.lua | | Description | C++ File Download Library. |
| -- | -- |
| Homepage | https://github.com/winsoft666/zoe |
| License | MIT |
| Versions | v3.6 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | zoe/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | zopfli/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | zpp_bits/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | zstd/xmake.lua | | Description | A C++ header-only ZLib wrapper. |
| -- | -- |
| Homepage | https://github.com/mateidavid/zstr |
| License | MIT |
| Versions | v1.0.7 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | zstr/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | zxing-cpp/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | zycore-c/xmake.lua | | 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, arm64ec, x64, x86 |
| Definition | zydis/xmake.lua | | Description | The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. |
| -- | -- |
| Homepage | http://zziplib.sourceforge.net/ |
| License | GPL-2.0 |
| Versions | v0.13.72, v0.13.73, v0.13.74, v0.13.76, v0.13.77, v0.13.78, v0.13.79, v0.13.80 |
| Architectures | arm, arm64, arm64ec, x64, x86 |
| Definition | zziplib/xmake.lua |Install command
xrepo install outcome
Integration in the project (xmake.lua)
add_requires("outcome")
ozz-animation (windows)
Install command
xrepo install ozz-animation
Integration in the project (xmake.lua)
add_requires("ozz-animation")
p
pagmo (windows)
Install command
xrepo install pagmo
Integration in the project (xmake.lua)
add_requires("pagmo")
pahomqttc (windows)
Install command
xrepo install pahomqttc
Integration in the project (xmake.lua)
add_requires("pahomqttc")
pahomqttcpp (windows)
Install command
xrepo install pahomqttcpp
Integration in the project (xmake.lua)
add_requires("pahomqttcpp")
pango (windows)
Install command
xrepo install pango
Integration in the project (xmake.lua)
add_requires("pango")
parallel-hashmap (windows)
Install command
xrepo install parallel-hashmap
Integration in the project (xmake.lua)
add_requires("parallel-hashmap")
partio (windows)
Install command
xrepo install partio
Integration in the project (xmake.lua)
add_requires("partio")
patch (windows)
Install command
xrepo install patch
Integration in the project (xmake.lua)
add_requires("patch")
paul_thread_pool (windows)
Install command
xrepo install paul_thread_pool
Integration in the project (xmake.lua)
add_requires("paul_thread_pool")
pcapplusplus (windows)
Install command
xrepo install pcapplusplus
Integration in the project (xmake.lua)
add_requires("pcapplusplus")
pcg-cpp (windows)
Install command
xrepo install pcg-cpp
Integration in the project (xmake.lua)
add_requires("pcg-cpp")
pcg32 (windows)
Install command
xrepo install pcg32
Integration in the project (xmake.lua)
add_requires("pcg32")
pcl (windows)
Install command
xrepo install pcl
Integration in the project (xmake.lua)
add_requires("pcl")
pcre (windows)
Install command
xrepo install pcre
Integration in the project (xmake.lua)
add_requires("pcre")
pcre2 (windows)
Install command
xrepo install pcre2
Integration in the project (xmake.lua)
add_requires("pcre2")
pdcurses (windows)
Install command
xrepo install pdcurses
Integration in the project (xmake.lua)
add_requires("pdcurses")
pdcursesmod (windows)
Install command
xrepo install pdcursesmod
Integration in the project (xmake.lua)
add_requires("pdcursesmod")
pdfhummus (windows)
Install command
xrepo install pdfhummus
Integration in the project (xmake.lua)
add_requires("pdfhummus")
pdfio (windows)
Install command
xrepo install pdfio
Integration in the project (xmake.lua)
add_requires("pdfio")
pe-parse (windows)
Install command
xrepo install pe-parse
Integration in the project (xmake.lua)
add_requires("pe-parse")
pedeps (windows)
Install command
xrepo install pedeps
Integration in the project (xmake.lua)
add_requires("pedeps")
pegtl (windows)
Install command
xrepo install pegtl
Integration in the project (xmake.lua)
add_requires("pegtl")
peloader (windows)
Install command
xrepo install peloader
Integration in the project (xmake.lua)
add_requires("peloader")
perlinnoise (windows)
Install command
xrepo install perlinnoise
Integration in the project (xmake.lua)
add_requires("perlinnoise")
pffft (windows)
Install command
xrepo install pffft
Integration in the project (xmake.lua)
add_requires("pffft")
phnt (windows)
Install command
xrepo install phnt
Integration in the project (xmake.lua)
add_requires("phnt")
physfs (windows)
Install command
xrepo install physfs
Integration in the project (xmake.lua)
add_requires("physfs")
picobench (windows)
Install command
xrepo install picobench
Integration in the project (xmake.lua)
add_requires("picobench")
picojson (windows)
Install command
xrepo install picojson
Integration in the project (xmake.lua)
add_requires("picojson")
picosha2 (windows)
Install command
xrepo install picosha2
Integration in the project (xmake.lua)
add_requires("picosha2")
piex (windows)
Install command
xrepo install piex
Integration in the project (xmake.lua)
add_requires("piex")
pixman (windows)
Install command
xrepo install pixman
Integration in the project (xmake.lua)
add_requires("pixman")
pkg-config (windows)
Install command
xrepo install pkg-config
Integration in the project (xmake.lua)
add_requires("pkg-config")
pkgconf (windows)
Install command
xrepo install pkgconf
Integration in the project (xmake.lua)
add_requires("pkgconf")
pl_mpeg (windows)
Install command
xrepo install pl_mpeg
Integration in the project (xmake.lua)
add_requires("pl_mpeg")
platformfolders (windows)
Install command
xrepo install platformfolders
Integration in the project (xmake.lua)
add_requires("platformfolders")
plf_colony (windows)
Install command
xrepo install plf_colony
Integration in the project (xmake.lua)
add_requires("plf_colony")
plf_hive (windows)
Install command
xrepo install plf_hive
Integration in the project (xmake.lua)
add_requires("plf_hive")
plf_indiesort (windows)
Install command
xrepo install plf_indiesort
Integration in the project (xmake.lua)
add_requires("plf_indiesort")
plf_list (windows)
Install command
xrepo install plf_list
Integration in the project (xmake.lua)
add_requires("plf_list")
plf_nanotimer (windows)
Install command
xrepo install plf_nanotimer
Integration in the project (xmake.lua)
add_requires("plf_nanotimer")
plf_queue (windows)
Install command
xrepo install plf_queue
Integration in the project (xmake.lua)
add_requires("plf_queue")
plf_rand (windows)
Install command
xrepo install plf_rand
Integration in the project (xmake.lua)
add_requires("plf_rand")
plf_reorderase (windows)
Install command
xrepo install plf_reorderase
Integration in the project (xmake.lua)
add_requires("plf_reorderase")
plf_stack (windows)
Install command
xrepo install plf_stack
Integration in the project (xmake.lua)
add_requires("plf_stack")
plfit (windows)
Install command
xrepo install plfit
Integration in the project (xmake.lua)
add_requires("plfit")
plog (windows)
Install command
xrepo install plog
Integration in the project (xmake.lua)
add_requires("plog")
plusaes (windows)
Install command
xrepo install plusaes
Integration in the project (xmake.lua)
add_requires("plusaes")
plutosvg (windows)
Install command
xrepo install plutosvg
Integration in the project (xmake.lua)
add_requires("plutosvg")
plutovg (windows)
Install command
xrepo install plutovg
Integration in the project (xmake.lua)
add_requires("plutovg")
pmp (windows)
Install command
xrepo install pmp
Integration in the project (xmake.lua)
add_requires("pmp")
pocketfft (windows)
Install command
xrepo install pocketfft
Integration in the project (xmake.lua)
add_requires("pocketfft")
pocketpy (windows)
Install command
xrepo install pocketpy
Integration in the project (xmake.lua)
add_requires("pocketpy")
poco (windows)
Install command
xrepo install poco
Integration in the project (xmake.lua)
add_requires("poco")
poly2tri (windows)
Install command
xrepo install poly2tri
Integration in the project (xmake.lua)
add_requires("poly2tri")
polyclipping (windows)
Install command
xrepo install polyclipping
Integration in the project (xmake.lua)
add_requires("polyclipping")
polyhook2 (windows)
Install command
xrepo install polyhook2
Integration in the project (xmake.lua)
add_requires("polyhook2")
polyscope (windows)
Install command
xrepo install polyscope
Integration in the project (xmake.lua)
add_requires("polyscope")
poppler (windows)
Install command
xrepo install poppler
Integration in the project (xmake.lua)
add_requires("poppler")
portable_build_tools (windows)
Install command
xrepo install portable_build_tools
Integration in the project (xmake.lua)
add_requires("portable_build_tools")
portaudio (windows)
Install command
xrepo install portaudio
Integration in the project (xmake.lua)
add_requires("portaudio")
portmidi (windows)
Install command
xrepo install portmidi
Integration in the project (xmake.lua)
add_requires("portmidi")
poselib (windows)
Install command
xrepo install poselib
Integration in the project (xmake.lua)
add_requires("poselib")
postgresql (windows)
Install command
xrepo install postgresql
Integration in the project (xmake.lua)
add_requires("postgresql")
ppqsort (windows)
Install command
xrepo install ppqsort
Integration in the project (xmake.lua)
add_requires("ppqsort")
pprint (windows)
Install command
xrepo install pprint
Integration in the project (xmake.lua)
add_requires("pprint")
pqp (windows)
Install command
xrepo install pqp
Integration in the project (xmake.lua)
add_requires("pqp")
premake5 (windows)
Install command
xrepo install premake5
Integration in the project (xmake.lua)
add_requires("premake5")
process-dump (windows)
Install command
xrepo install process-dump
Integration in the project (xmake.lua)
add_requires("process-dump")
proj (windows)
Install command
xrepo install proj
Integration in the project (xmake.lua)
add_requires("proj")
promise-cpp (windows)
Install command
xrepo install promise-cpp
Integration in the project (xmake.lua)
add_requires("promise-cpp")
protobuf-cpp (windows)
Install command
xrepo install protobuf-cpp
Integration in the project (xmake.lua)
add_requires("protobuf-cpp")
protoc (windows)
Install command
xrepo install protoc
Integration in the project (xmake.lua)
add_requires("protoc")
prvhash (windows)
Install command
xrepo install prvhash
Integration in the project (xmake.lua)
add_requires("prvhash")
pseudo-double-c (windows)
Install command
xrepo install pseudo-double-c
Integration in the project (xmake.lua)
add_requires("pseudo-double-c")
pseudo-double-cpp (windows)
Install command
xrepo install pseudo-double-cpp
Integration in the project (xmake.lua)
add_requires("pseudo-double-cpp")
ptex (windows)
Install command
xrepo install ptex
Integration in the project (xmake.lua)
add_requires("ptex")
pthreadpool (windows)
Install command
xrepo install pthreadpool
Integration in the project (xmake.lua)
add_requires("pthreadpool")
pthreads4w (windows)
Install command
xrepo install pthreads4w
Integration in the project (xmake.lua)
add_requires("pthreads4w")
ptl (windows)
Install command
xrepo install ptl
Integration in the project (xmake.lua)
add_requires("ptl")
pugixml (windows)
Install command
xrepo install pugixml
Integration in the project (xmake.lua)
add_requires("pugixml")
pybind11 (windows)
Install command
xrepo install pybind11
Integration in the project (xmake.lua)
add_requires("pybind11")
pycdc (windows)
Install command
xrepo install pycdc
Integration in the project (xmake.lua)
add_requires("pycdc")
pyincpp (windows)
Install command
xrepo install pyincpp
Integration in the project (xmake.lua)
add_requires("pyincpp")
pystring (windows)
Install command
xrepo install pystring
Integration in the project (xmake.lua)
add_requires("pystring")
python (windows)
Install command
xrepo install python
Integration in the project (xmake.lua)
add_requires("python")
python-launcher (windows)
Install command
xrepo install python-launcher
Integration in the project (xmake.lua)
add_requires("python-launcher")
python2 (windows)
Install command
xrepo install python2
Integration in the project (xmake.lua)
add_requires("python2")
q
qcbor (windows)
Install command
xrepo install qcbor
Integration in the project (xmake.lua)
add_requires("qcbor")
qdcae (windows)
Install command
xrepo install qdcae
Integration in the project (xmake.lua)
add_requires("qdcae")
qdldl (windows)
Install command
xrepo install qdldl
Integration in the project (xmake.lua)
add_requires("qdldl")
qengine (windows)
Install command
xrepo install qengine
Integration in the project (xmake.lua)
add_requires("qengine")
qhull (windows)
Install command
xrepo install qhull
Integration in the project (xmake.lua)
add_requires("qhull")
qjson (windows)
Install command
xrepo install qjson
Integration in the project (xmake.lua)
add_requires("qjson")
qmsetup (windows)
Install command
xrepo install qmsetup
Integration in the project (xmake.lua)
add_requires("qmsetup")
qoa (windows)
Install command
xrepo install qoa
Integration in the project (xmake.lua)
add_requires("qoa")
qoi (windows)
Install command
xrepo install qoi
Integration in the project (xmake.lua)
add_requires("qoi")
qr-code-generator-c (windows)
Install command
xrepo install qr-code-generator-c
Integration in the project (xmake.lua)
add_requires("qr-code-generator-c")
qr-code-generator-cpp (windows)
Install command
xrepo install qr-code-generator-cpp
Integration in the project (xmake.lua)
add_requires("qr-code-generator-cpp")
qt-tools (windows)
Install command
xrepo install qt-tools
Integration in the project (xmake.lua)
add_requires("qt-tools")
qt5base (windows)
Install command
xrepo install qt5base
Integration in the project (xmake.lua)
add_requires("qt5base")
qt5core (windows)
Install command
xrepo install qt5core
Integration in the project (xmake.lua)
add_requires("qt5core")
qt5gui (windows)
Install command
xrepo install qt5gui
Integration in the project (xmake.lua)
add_requires("qt5gui")
qt5network (windows)
Install command
xrepo install qt5network
Integration in the project (xmake.lua)
add_requires("qt5network")
qt5webview (windows)
Install command
xrepo install qt5webview
Integration in the project (xmake.lua)
add_requires("qt5webview")
qt5widgets (windows)
Install command
xrepo install qt5widgets
Integration in the project (xmake.lua)
add_requires("qt5widgets")
qt6base (windows)
Install command
xrepo install qt6base
Integration in the project (xmake.lua)
add_requires("qt6base")
qt6core (windows)
Install command
xrepo install qt6core
Integration in the project (xmake.lua)
add_requires("qt6core")
qt6gui (windows)
Install command
xrepo install qt6gui
Integration in the project (xmake.lua)
add_requires("qt6gui")
qt6network (windows)
Install command
xrepo install qt6network
Integration in the project (xmake.lua)
add_requires("qt6network")
qt6qml (windows)
Install command
xrepo install qt6qml
Integration in the project (xmake.lua)
add_requires("qt6qml")
qt6quick (windows)
Install command
xrepo install qt6quick
Integration in the project (xmake.lua)
add_requires("qt6quick")
qt6widgets (windows)
Install command
xrepo install qt6widgets
Integration in the project (xmake.lua)
add_requires("qt6widgets")
qtawesome (windows)
Install command
xrepo install qtawesome
Integration in the project (xmake.lua)
add_requires("qtawesome")
qtifw (windows)
Install command
xrepo install qtifw
Integration in the project (xmake.lua)
add_requires("qtifw")
qtpromise (windows)
Install command
xrepo install qtpromise
Integration in the project (xmake.lua)
add_requires("qtpromise")
quadsort (windows)
Install command
xrepo install quadsort
Integration in the project (xmake.lua)
add_requires("quadsort")
quake_triangle (windows)
Install command
xrepo install quake_triangle
Integration in the project (xmake.lua)
add_requires("quake_triangle")
quantlib (windows)
Install command
xrepo install quantlib
Integration in the project (xmake.lua)
add_requires("quantlib")
quickcpplib (windows)
Install command
xrepo install quickcpplib
Integration in the project (xmake.lua)
add_requires("quickcpplib")
quickjs (windows)
Install command
xrepo install quickjs
Integration in the project (xmake.lua)
add_requires("quickjs")
quickjs-ng (windows)
Install command
xrepo install quickjs-ng
Integration in the project (xmake.lua)
add_requires("quickjs-ng")
quill (windows)
Install command
xrepo install quill
Integration in the project (xmake.lua)
add_requires("quill")
quirc (windows)
Install command
xrepo install quirc
Integration in the project (xmake.lua)
add_requires("quirc")
qwindowkit (windows)
Install command
xrepo install qwindowkit
Integration in the project (xmake.lua)
add_requires("qwindowkit")
r
radeonrays (windows)
Install command
xrepo install radeonrays
Integration in the project (xmake.lua)
add_requires("radeonrays")
ragel (windows)
Install command
xrepo install ragel
Integration in the project (xmake.lua)
add_requires("ragel")
rang (windows)
Install command
xrepo install rang
Integration in the project (xmake.lua)
add_requires("rang")
range-v3 (windows)
Install command
xrepo install range-v3
Integration in the project (xmake.lua)
add_requires("range-v3")
rapidcsv (windows)
Install command
xrepo install rapidcsv
Integration in the project (xmake.lua)
add_requires("rapidcsv")
rapidfuzz (windows)
Install command
xrepo install rapidfuzz
Integration in the project (xmake.lua)
add_requires("rapidfuzz")
rapidhash (windows)
Install command
xrepo install rapidhash
Integration in the project (xmake.lua)
add_requires("rapidhash")
rapidjson (windows)
Install command
xrepo install rapidjson
Integration in the project (xmake.lua)
add_requires("rapidjson")
rapidobj (windows)
Install command
xrepo install rapidobj
Integration in the project (xmake.lua)
add_requires("rapidobj")
rapidxml (windows)
Install command
xrepo install rapidxml
Integration in the project (xmake.lua)
add_requires("rapidxml")
raw_pdb (windows)
Install command
xrepo install raw_pdb
Integration in the project (xmake.lua)
add_requires("raw_pdb")
raygui (windows)
Install command
xrepo install raygui
Integration in the project (xmake.lua)
add_requires("raygui")
raylib (windows)
Install command
xrepo install raylib
Integration in the project (xmake.lua)
add_requires("raylib")
raylib-cpp (windows)
Install command
xrepo install raylib-cpp
Integration in the project (xmake.lua)
add_requires("raylib-cpp")
rcmp (windows)
Install command
xrepo install rcmp
Integration in the project (xmake.lua)
add_requires("rcmp")
re-flex (windows)
Install command
xrepo install re-flex
Integration in the project (xmake.lua)
add_requires("re-flex")
re-spirv (windows)
Install command
xrepo install re-spirv
Integration in the project (xmake.lua)
add_requires("re-spirv")
re2 (windows)
Install command
xrepo install re2
Integration in the project (xmake.lua)
add_requires("re2")
re2c (windows)
Install command
xrepo install re2c
Integration in the project (xmake.lua)
add_requires("re2c")
reaction (windows)
Install command
xrepo install reaction
Integration in the project (xmake.lua)
add_requires("reaction")
reactiveplusplus (windows)
Install command
xrepo install reactiveplusplus
Integration in the project (xmake.lua)
add_requires("reactiveplusplus")
readerwriterqueue (windows)
Install command
xrepo install readerwriterqueue
Integration in the project (xmake.lua)
add_requires("readerwriterqueue")
readline (windows)
Install command
xrepo install readline
Integration in the project (xmake.lua)
add_requires("readline")
recastnavigation (windows)
Install command
xrepo install recastnavigation
Integration in the project (xmake.lua)
add_requires("recastnavigation")
reckless (windows)
Install command
xrepo install reckless
Integration in the project (xmake.lua)
add_requires("reckless")
redis-plus-plus (windows)
Install command
xrepo install redis-plus-plus
Integration in the project (xmake.lua)
add_requires("redis-plus-plus")
reflect-cpp (windows)
Install command
xrepo install reflect-cpp
Integration in the project (xmake.lua)
add_requires("reflect-cpp")
remotery (windows)
Install command
xrepo install remotery
Integration in the project (xmake.lua)
add_requires("remotery")
rendergraph (windows)
Install command
xrepo install rendergraph
Integration in the project (xmake.lua)
add_requires("rendergraph")
replxx (windows)
Install command
xrepo install replxx
Integration in the project (xmake.lua)
add_requires("replxx")
reproc (windows)
Install command
xrepo install reproc
Integration in the project (xmake.lua)
add_requires("reproc")
resiprocate (windows)
Install command
xrepo install resiprocate
Integration in the project (xmake.lua)
add_requires("resiprocate")
rest_rpc (windows)
Install command
xrepo install rest_rpc
Integration in the project (xmake.lua)
add_requires("rest_rpc")
restinio (windows)
Install command
xrepo install restinio
Integration in the project (xmake.lua)
add_requires("restinio")
ricab-scope_guard (windows)
Install command
xrepo install ricab-scope_guard
Integration in the project (xmake.lua)
add_requires("ricab-scope_guard")
ring-span-lite (windows)
Install command
xrepo install ring-span-lite
Integration in the project (xmake.lua)
add_requires("ring-span-lite")
rlottie (windows)
Install command
xrepo install rlottie
Integration in the project (xmake.lua)
add_requires("rlottie")
rmlui (windows)
Install command
xrepo install rmlui
Integration in the project (xmake.lua)
add_requires("rmlui")
robin-hood-hashing (windows)
Install command
xrepo install robin-hood-hashing
Integration in the project (xmake.lua)
add_requires("robin-hood-hashing")
robin-map (windows)
Install command
xrepo install robin-map
Integration in the project (xmake.lua)
add_requires("robin-map")
robotstxt (windows)
Install command
xrepo install robotstxt
Integration in the project (xmake.lua)
add_requires("robotstxt")
rocket (windows)
Install command
xrepo install rocket
Integration in the project (xmake.lua)
add_requires("rocket")
rocksdb (windows)
Install command
xrepo install rocksdb
Integration in the project (xmake.lua)
add_requires("rocksdb")
rpclib (windows)
Install command
xrepo install rpclib
Integration in the project (xmake.lua)
add_requires("rpclib")
rply (windows)
Install command
xrepo install rply
Integration in the project (xmake.lua)
add_requires("rply")
rpmalloc (windows)
Install command
xrepo install rpmalloc
Integration in the project (xmake.lua)
add_requires("rpmalloc")
rsm-autotoml (windows)
Install command
xrepo install rsm-autotoml
Integration in the project (xmake.lua)
add_requires("rsm-autotoml")
rsm-binary-io (windows)
Install command
xrepo install rsm-binary-io
Integration in the project (xmake.lua)
add_requires("rsm-binary-io")
rsm-bsa (windows)
Install command
xrepo install rsm-bsa
Integration in the project (xmake.lua)
add_requires("rsm-bsa")
rsm-mmio (windows)
Install command
xrepo install rsm-mmio
Integration in the project (xmake.lua)
add_requires("rsm-mmio")
rtaudio (windows)
Install command
xrepo install rtaudio
Integration in the project (xmake.lua)
add_requires("rtaudio")
rtm (windows)
Install command
xrepo install rtm
Integration in the project (xmake.lua)
add_requires("rtm")
rtmidi (windows)
Install command
xrepo install rtmidi
Integration in the project (xmake.lua)
add_requires("rtmidi")
rttr (windows)
Install command
xrepo install rttr
Integration in the project (xmake.lua)
add_requires("rttr")
ruapu (windows)
Install command
xrepo install ruapu
Integration in the project (xmake.lua)
add_requires("ruapu")
rust (windows)
Install command
xrepo install rust
Integration in the project (xmake.lua)
add_requires("rust")
rustup (windows)
Install command
xrepo install rustup
Integration in the project (xmake.lua)
add_requires("rustup")
ruy (windows)
Install command
xrepo install ruy
Integration in the project (xmake.lua)
add_requires("ruy")
rxcpp (windows)
Install command
xrepo install rxcpp
Integration in the project (xmake.lua)
add_requires("rxcpp")
s
s7 (windows)
Install command
xrepo install s7
Integration in the project (xmake.lua)
add_requires("s7")
safetyhook (windows)
Install command
xrepo install safetyhook
Integration in the project (xmake.lua)
add_requires("safetyhook")
sailormoon_flags (windows)
Install command
xrepo install sailormoon_flags
Integration in the project (xmake.lua)
add_requires("sailormoon_flags")
samurai (windows)
Install command
xrepo install samurai
Integration in the project (xmake.lua)
add_requires("samurai")
scnlib (windows)
Install command
xrepo install scnlib
Integration in the project (xmake.lua)
add_requires("scnlib")
scons (windows)
Install command
xrepo install scons
Integration in the project (xmake.lua)
add_requires("scons")
scotch (windows)
Install command
xrepo install scotch
Integration in the project (xmake.lua)
add_requires("scotch")
screen_capture_lite (windows)
Install command
xrepo install screen_capture_lite
Integration in the project (xmake.lua)
add_requires("screen_capture_lite")
seasocks (windows)
Install command
xrepo install seasocks
Integration in the project (xmake.lua)
add_requires("seasocks")
semi-static-conditions (windows)
Install command
xrepo install semi-static-conditions
Integration in the project (xmake.lua)
add_requires("semi-static-conditions")
semver (windows)
Install command
xrepo install semver
Integration in the project (xmake.lua)
add_requires("semver")
sentencepiece (windows)
Install command
xrepo install sentencepiece
Integration in the project (xmake.lua)
add_requires("sentencepiece")
sentry-native (windows)
Install command
xrepo install sentry-native
Integration in the project (xmake.lua)
add_requires("sentry-native")
serial (windows)
Install command
xrepo install serial
Integration in the project (xmake.lua)
add_requires("serial")
sfgui (windows)
Install command
xrepo install sfgui
Integration in the project (xmake.lua)
add_requires("sfgui")
sfl-library (windows)
Install command
xrepo install sfl-library
Integration in the project (xmake.lua)
add_requires("sfl-library")
sfml (windows)
Install command
xrepo install sfml
Integration in the project (xmake.lua)
add_requires("sfml")
sfntly (windows)
Install command
xrepo install sfntly
Integration in the project (xmake.lua)
add_requires("sfntly")
sfparse (windows)
Install command
xrepo install sfparse
Integration in the project (xmake.lua)
add_requires("sfparse")
shaderc (windows)
Install command
xrepo install shaderc
Integration in the project (xmake.lua)
add_requires("shaderc")
shaderwriter (windows)
Install command
xrepo install shaderwriter
Integration in the project (xmake.lua)
add_requires("shaderwriter")
sheenbidi (windows)
Install command
xrepo install sheenbidi
Integration in the project (xmake.lua)
add_requires("sheenbidi")
simage (windows)
Install command
xrepo install simage
Integration in the project (xmake.lua)
add_requires("simage")
simbody (windows)
Install command
xrepo install simbody
Integration in the project (xmake.lua)
add_requires("simbody")
simdcomp (windows)
Install command
xrepo install simdcomp
Integration in the project (xmake.lua)
add_requires("simdcomp")
simde (windows)
Install command
xrepo install simde
Integration in the project (xmake.lua)
add_requires("simde")
simdjson (windows)
Install command
xrepo install simdjson
Integration in the project (xmake.lua)
add_requires("simdjson")
simdutf (windows)
Install command
xrepo install simdutf
Integration in the project (xmake.lua)
add_requires("simdutf")
simpleini (windows)
Install command
xrepo install simpleini
Integration in the project (xmake.lua)
add_requires("simpleini")
simplethreadpool (windows)
Install command
xrepo install simplethreadpool
Integration in the project (xmake.lua)
add_requires("simplethreadpool")
simplewindow (windows)
Install command
xrepo install simplewindow
Integration in the project (xmake.lua)
add_requires("simplewindow")
simsimd (windows)
Install command
xrepo install simsimd
Integration in the project (xmake.lua)
add_requires("simsimd")
skia (windows)
Install command
xrepo install skia
Integration in the project (xmake.lua)
add_requires("skia")
slang (windows)
Install command
xrepo install slang
Integration in the project (xmake.lua)
add_requires("slang")
smoothcpp (windows)
Install command
xrepo install smoothcpp
Integration in the project (xmake.lua)
add_requires("smoothcpp")
snappy (windows)
Install command
xrepo install snappy
Integration in the project (xmake.lua)
add_requires("snappy")
snitch (windows)
Install command
xrepo install snitch
Integration in the project (xmake.lua)
add_requires("snitch")
snmalloc (windows)
Install command
xrepo install snmalloc
Integration in the project (xmake.lua)
add_requires("snmalloc")
snowhouse (windows)
Install command
xrepo install snowhouse
Integration in the project (xmake.lua)
add_requires("snowhouse")
sobjectizer (windows)
Install command
xrepo install sobjectizer
Integration in the project (xmake.lua)
add_requires("sobjectizer")
soci (windows)
Install command
xrepo install soci
Integration in the project (xmake.lua)
add_requires("soci")
socket-io-client (windows)
Install command
xrepo install socket-io-client
Integration in the project (xmake.lua)
add_requires("socket-io-client")
sockpp (windows)
Install command
xrepo install sockpp
Integration in the project (xmake.lua)
add_requires("sockpp")
soil2 (windows)
Install command
xrepo install soil2
Integration in the project (xmake.lua)
add_requires("soil2")
sokol (windows)
Install command
xrepo install sokol
Integration in the project (xmake.lua)
add_requires("sokol")
sokol-tools (windows)
Install command
xrepo install sokol-tools
Integration in the project (xmake.lua)
add_requires("sokol-tools")
sol2 (windows)
Install command
xrepo install sol2
Integration in the project (xmake.lua)
add_requires("sol2")
soloud (windows)
Install command
xrepo install soloud
Integration in the project (xmake.lua)
add_requires("soloud")
sophus (windows)
Install command
xrepo install sophus
Integration in the project (xmake.lua)
add_requires("sophus")
soplex (windows)
Install command
xrepo install soplex
Integration in the project (xmake.lua)
add_requires("soplex")
soundtouch (windows)
Install command
xrepo install soundtouch
Integration in the project (xmake.lua)
add_requires("soundtouch")
soxr (windows)
Install command
xrepo install soxr
Integration in the project (xmake.lua)
add_requires("soxr")
span-lite (windows)
Install command
xrepo install span-lite
Integration in the project (xmake.lua)
add_requires("span-lite")
sparse-map (windows)
Install command
xrepo install sparse-map
Integration in the project (xmake.lua)
add_requires("sparse-map")
sparsepp (windows)
Install command
xrepo install sparsepp
Integration in the project (xmake.lua)
add_requires("sparsepp")
spdlog (windows)
Install command
xrepo install spdlog
Integration in the project (xmake.lua)
add_requires("spdlog")
spectra (windows)
Install command
xrepo install spectra
Integration in the project (xmake.lua)
add_requires("spectra")
spine-runtimes (windows)
Install command
xrepo install spine-runtimes
Integration in the project (xmake.lua)
add_requires("spine-runtimes")
spirv-cross (windows)
Install command
xrepo install spirv-cross
Integration in the project (xmake.lua)
add_requires("spirv-cross")
spirv-headers (windows)
Install command
xrepo install spirv-headers
Integration in the project (xmake.lua)
add_requires("spirv-headers")
spirv-reflect (windows)
Install command
xrepo install spirv-reflect
Integration in the project (xmake.lua)
add_requires("spirv-reflect")
spirv-tools (windows)
Install command
xrepo install spirv-tools
Integration in the project (xmake.lua)
add_requires("spirv-tools")
sqlcipher (windows)
Install command
xrepo install sqlcipher
Integration in the project (xmake.lua)
add_requires("sqlcipher")
sqlite-vec (windows)
Install command
xrepo install sqlite-vec
Integration in the project (xmake.lua)
add_requires("sqlite-vec")
sqlite3 (windows)
Install command
xrepo install sqlite3
Integration in the project (xmake.lua)
add_requires("sqlite3")
sqlite3-lemon (windows)
Install command
xrepo install sqlite3-lemon
Integration in the project (xmake.lua)
add_requires("sqlite3-lemon")
sqlite_orm (windows)
Install command
xrepo install sqlite_orm
Integration in the project (xmake.lua)
add_requires("sqlite_orm")
sqlitecpp (windows)
Install command
xrepo install sqlitecpp
Integration in the project (xmake.lua)
add_requires("sqlitecpp")
sqlpp11 (windows)
Install command
xrepo install sqlpp11
Integration in the project (xmake.lua)
add_requires("sqlpp11")
sqrat (windows)
Install command
xrepo install sqrat
Integration in the project (xmake.lua)
add_requires("sqrat")
squirrel (windows)
Install command
xrepo install squirrel
Integration in the project (xmake.lua)
add_requires("squirrel")
srell (windows)
Install command
xrepo install srell
Integration in the project (xmake.lua)
add_requires("srell")
srtp (windows)
Install command
xrepo install srtp
Integration in the project (xmake.lua)
add_requires("srtp")
sse2neon (windows)
Install command
xrepo install sse2neon
Integration in the project (xmake.lua)
add_requires("sse2neon")
sse2rvv (windows)
Install command
xrepo install sse2rvv
Integration in the project (xmake.lua)
add_requires("sse2rvv")
ssp (windows)
Install command
xrepo install ssp
Integration in the project (xmake.lua)
add_requires("ssp")
stackwalker (windows)
Install command
xrepo install stackwalker
Integration in the project (xmake.lua)
add_requires("stackwalker")
stb (windows)
Install command
xrepo install stb
Integration in the project (xmake.lua)
add_requires("stb")
stc (windows)
Install command
xrepo install stc
Integration in the project (xmake.lua)
add_requires("stc")
stdexec (windows)
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, arm64ec, x64, x86 |
| Definition | stdexec/xmake.lua |Install command
xrepo install stdexec
Integration in the project (xmake.lua)
add_requires("stdexec")
stduuid (windows)
Install command
xrepo install stduuid
Integration in the project (xmake.lua)
add_requires("stduuid")
steam-audio (windows)
Install command
xrepo install steam-audio
Integration in the project (xmake.lua)
add_requires("steam-audio")
step20 (windows)
Install command
xrepo install step20
Integration in the project (xmake.lua)
add_requires("step20")
stfl (windows)
Install command
xrepo install stfl
Integration in the project (xmake.lua)
add_requires("stfl")
stlab (windows)
Install command
xrepo install stlab
Integration in the project (xmake.lua)
add_requires("stlab")
strawberry-perl (windows)
Install command
xrepo install strawberry-perl
Integration in the project (xmake.lua)
add_requires("strawberry-perl")
streamvbyte (windows)
Install command
xrepo install streamvbyte
Integration in the project (xmake.lua)
add_requires("streamvbyte")
string-view-lite (windows)
Install command
xrepo install string-view-lite
Integration in the project (xmake.lua)
add_requires("string-view-lite")
strings_h (windows)
Install command
xrepo install strings_h
Integration in the project (xmake.lua)
add_requires("strings_h")
stringzilla (windows)
Install command
xrepo install stringzilla
Integration in the project (xmake.lua)
add_requires("stringzilla")
strong_type (windows)
Install command
xrepo install strong_type
Integration in the project (xmake.lua)
add_requires("strong_type")
strtk (windows)
Install command
xrepo install strtk
Integration in the project (xmake.lua)
add_requires("strtk")
stx (windows)
Install command
xrepo install stx
Integration in the project (xmake.lua)
add_requires("stx")
subhook (windows)
Install command
xrepo install subhook
Integration in the project (xmake.lua)
add_requires("subhook")
subprocess.h (windows)
Install command
xrepo install subprocess.h
Integration in the project (xmake.lua)
add_requires("subprocess.h")
suitesparse (windows)
Install command
xrepo install suitesparse
Integration in the project (xmake.lua)
add_requires("suitesparse")
superlu (windows)
Install command
xrepo install superlu
Integration in the project (xmake.lua)
add_requires("superlu")
svector (windows)
Install command
xrepo install svector
Integration in the project (xmake.lua)
add_requires("svector")
svt-av1 (windows)
Install command
xrepo install svt-av1
Integration in the project (xmake.lua)
add_requires("svt-av1")
swig (windows)
Install command
xrepo install swig
Integration in the project (xmake.lua)
add_requires("swig")
swisseph (windows)
Install command
xrepo install swisseph
Integration in the project (xmake.lua)
add_requires("swisseph")
swxjson (windows)
Install command
xrepo install swxjson
Integration in the project (xmake.lua)
add_requires("swxjson")
symengine (windows)
Install command
xrepo install symengine
Integration in the project (xmake.lua)
add_requires("symengine")
sys_time_h (windows)
Install command
xrepo install sys_time_h
Integration in the project (xmake.lua)
add_requires("sys_time_h")
sys_wait_h (windows)
Install command
xrepo install sys_wait_h
Integration in the project (xmake.lua)
add_requires("sys_wait_h")
syscmdline (windows)
Install command
xrepo install syscmdline
Integration in the project (xmake.lua)
add_requires("syscmdline")
szip (windows)
Install command
xrepo install szip
Integration in the project (xmake.lua)
add_requires("szip")
t
ta-lib (windows)
Install command
xrepo install ta-lib
Integration in the project (xmake.lua)
add_requires("ta-lib")
tabulate (windows)
Install command
xrepo install tabulate
Integration in the project (xmake.lua)
add_requires("tabulate")
taglib (windows)
Install command
xrepo install taglib
Integration in the project (xmake.lua)
add_requires("taglib")
tao_idl (windows)
Install command
xrepo install tao_idl
Integration in the project (xmake.lua)
add_requires("tao_idl")
taocpp-json (windows)
Install command
xrepo install taocpp-json
Integration in the project (xmake.lua)
add_requires("taocpp-json")
taskflow (windows)
Install command
xrepo install taskflow
Integration in the project (xmake.lua)
add_requires("taskflow")
taywee_args (windows)
Install command
xrepo install taywee_args
Integration in the project (xmake.lua)
add_requires("taywee_args")
tbb (windows)
Install command
xrepo install tbb
Integration in the project (xmake.lua)
add_requires("tbb")
tbox (windows)
Install command
xrepo install tbox
Integration in the project (xmake.lua)
add_requires("tbox")
tcb-span (windows)
Install command
xrepo install tcb-span
Integration in the project (xmake.lua)
add_requires("tcb-span")
tclap (windows)
Install command
xrepo install tclap
Integration in the project (xmake.lua)
add_requires("tclap")
tclsh (windows)
Install command
xrepo install tclsh
Integration in the project (xmake.lua)
add_requires("tclsh")
teascript (windows)
Install command
xrepo install teascript
Integration in the project (xmake.lua)
add_requires("teascript")
telebot (windows)
Install command
xrepo install telebot
Integration in the project (xmake.lua)
add_requires("telebot")
termcap (windows)
Install command
xrepo install termcap
Integration in the project (xmake.lua)
add_requires("termcap")
termcolor (windows)
Install command
xrepo install termcolor
Integration in the project (xmake.lua)
add_requires("termcolor")
tesseract (windows)
Install command
xrepo install tesseract
Integration in the project (xmake.lua)
add_requires("tesseract")
tetgen (windows)
Install command
xrepo install tetgen
Integration in the project (xmake.lua)
add_requires("tetgen")
tf_workstealingqueue (windows)
Install command
xrepo install tf_workstealingqueue
Integration in the project (xmake.lua)
add_requires("tf_workstealingqueue")
tgbot-cpp (windows)
Install command
xrepo install tgbot-cpp
Integration in the project (xmake.lua)
add_requires("tgbot-cpp")
theora (windows)
Install command
xrepo install theora
Integration in the project (xmake.lua)
add_requires("theora")
think-cell-library (windows)
Install command
xrepo install think-cell-library
Integration in the project (xmake.lua)
add_requires("think-cell-library")
thorvg (windows)
Install command
xrepo install thorvg
Integration in the project (xmake.lua)
add_requires("thorvg")
thread-pool (windows)
Install command
xrepo install thread-pool
Integration in the project (xmake.lua)
add_requires("thread-pool")
thrift (windows)
Install command
xrepo install thrift
Integration in the project (xmake.lua)
add_requires("thrift")
thrust (windows)
Install command
xrepo install thrust
Integration in the project (xmake.lua)
add_requires("thrust")
ti-cgt (windows)
Install command
xrepo install ti-cgt
Integration in the project (xmake.lua)
add_requires("ti-cgt")
tidy-html5 (windows)
Install command
xrepo install tidy-html5
Integration in the project (xmake.lua)
add_requires("tidy-html5")
tiltedcore (windows)
Install command
xrepo install tiltedcore
Integration in the project (xmake.lua)
add_requires("tiltedcore")
tiny-aes-c (windows)
Install command
xrepo install tiny-aes-c
Integration in the project (xmake.lua)
add_requires("tiny-aes-c")
tiny-optional (windows)
Install command
xrepo install tiny-optional
Integration in the project (xmake.lua)
add_requires("tiny-optional")
tiny-process-library (windows)
Install command
xrepo install tiny-process-library
Integration in the project (xmake.lua)
add_requires("tiny-process-library")
tinyalloc (windows)
Install command
xrepo install tinyalloc
Integration in the project (xmake.lua)
add_requires("tinyalloc")
tinycbor (windows)
Install command
xrepo install tinycbor
Integration in the project (xmake.lua)
add_requires("tinycbor")
tinycc (windows)
Install command
xrepo install tinycc
Integration in the project (xmake.lua)
add_requires("tinycc")
tinycolormap (windows)
Install command
xrepo install tinycolormap
Integration in the project (xmake.lua)
add_requires("tinycolormap")
tinycrypt (windows)
Install command
xrepo install tinycrypt
Integration in the project (xmake.lua)
add_requires("tinycrypt")
tinycthread (windows)
Install command
xrepo install tinycthread
Integration in the project (xmake.lua)
add_requires("tinycthread")
tinydir (windows)
Install command
xrepo install tinydir
Integration in the project (xmake.lua)
add_requires("tinydir")
tinyexpr (windows)
Install command
xrepo install tinyexpr
Integration in the project (xmake.lua)
add_requires("tinyexpr")
tinyexr (windows)
Install command
xrepo install tinyexr
Integration in the project (xmake.lua)
add_requires("tinyexr")
tinyfiledialogs (windows)
Install command
xrepo install tinyfiledialogs
Integration in the project (xmake.lua)
add_requires("tinyfiledialogs")
tinyformat (windows)
Install command
xrepo install tinyformat
Integration in the project (xmake.lua)
add_requires("tinyformat")
tinygltf (windows)
Install command
xrepo install tinygltf
Integration in the project (xmake.lua)
add_requires("tinygltf")
tinyjpeg (windows)
Install command
xrepo install tinyjpeg
Integration in the project (xmake.lua)
add_requires("tinyjpeg")
tinymcp (windows)
Install command
xrepo install tinymcp
Integration in the project (xmake.lua)
add_requires("tinymcp")
tinyobjloader (windows)
Install command
xrepo install tinyobjloader
Integration in the project (xmake.lua)
add_requires("tinyobjloader")
tinyply (windows)
Install command
xrepo install tinyply
Integration in the project (xmake.lua)
add_requires("tinyply")
tinyspline (windows)
Install command
xrepo install tinyspline
Integration in the project (xmake.lua)
add_requires("tinyspline")
tinyxml (windows)
Install command
xrepo install tinyxml
Integration in the project (xmake.lua)
add_requires("tinyxml")
tinyxml2 (windows)
Install command
xrepo install tinyxml2
Integration in the project (xmake.lua)
add_requires("tinyxml2")
tl_expected (windows)
Install command
xrepo install tl_expected
Integration in the project (xmake.lua)
add_requires("tl_expected")
tl_function_ref (windows)
Install command
xrepo install tl_function_ref
Integration in the project (xmake.lua)
add_requires("tl_function_ref")
tl_optional (windows)
Install command
xrepo install tl_optional
Integration in the project (xmake.lua)
add_requires("tl_optional")
tlsf (windows)
Install command
xrepo install tlsf
Integration in the project (xmake.lua)
add_requires("tlsf")
tmx (windows)
Install command
xrepo install tmx
Integration in the project (xmake.lua)
add_requires("tmx")
tmxlite (windows)
Install command
xrepo install tmxlite
Integration in the project (xmake.lua)
add_requires("tmxlite")
tmxparser (windows)
Install command
xrepo install tmxparser
Integration in the project (xmake.lua)
add_requires("tmxparser")
tobiaslocker_base64 (windows)
Install command
xrepo install tobiaslocker_base64
Integration in the project (xmake.lua)
add_requires("tobiaslocker_base64")
toml++ (windows)
Install command
xrepo install toml++
Integration in the project (xmake.lua)
add_requires("toml++")
toml11 (windows)
Install command
xrepo install toml11
Integration in the project (xmake.lua)
add_requires("toml11")
tomlc99 (windows)
Install command
xrepo install tomlc99
Integration in the project (xmake.lua)
add_requires("tomlc99")
tomlcpp (windows)
Install command
xrepo install tomlcpp
Integration in the project (xmake.lua)
add_requires("tomlcpp")
toojpeg (windows)
Install command
xrepo install toojpeg
Integration in the project (xmake.lua)
add_requires("toojpeg")
tracy (windows)
Install command
xrepo install tracy
Integration in the project (xmake.lua)
add_requires("tracy")
transwarp (windows)
Install command
xrepo install transwarp
Integration in the project (xmake.lua)
add_requires("transwarp")
trantor (windows)
Install command
xrepo install trantor
Integration in the project (xmake.lua)
add_requires("trantor")
tree-sitter (windows)
Install command
xrepo install tree-sitter
Integration in the project (xmake.lua)
add_requires("tree-sitter")
trompeloeil (windows)
Install command
xrepo install trompeloeil
Integration in the project (xmake.lua)
add_requires("trompeloeil")
tuplet (windows)
Install command
xrepo install tuplet
Integration in the project (xmake.lua)
add_requires("tuplet")
turbobase64 (windows)
Install command
xrepo install turbobase64
Integration in the project (xmake.lua)
add_requires("turbobase64")
tweeny (windows)
Install command
xrepo install tweeny
Integration in the project (xmake.lua)
add_requires("tweeny")
type_safe (windows)
Install command
xrepo install type_safe
Integration in the project (xmake.lua)
add_requires("type_safe")
u
uasm (windows)
Install command
xrepo install uasm
Integration in the project (xmake.lua)
add_requires("uasm")
uchardet (windows)
Install command
xrepo install uchardet
Integration in the project (xmake.lua)
add_requires("uchardet")
udt (windows)
Install command
xrepo install udt
Integration in the project (xmake.lua)
add_requires("udt")
ufbx (windows)
Install command
xrepo install ufbx
Integration in the project (xmake.lua)
add_requires("ufbx")
ultralight (windows)
Install command
xrepo install ultralight
Integration in the project (xmake.lua)
add_requires("ultralight")
uni_algo (windows)
Install command
xrepo install uni_algo
Integration in the project (xmake.lua)
add_requires("uni_algo")
unicorn (windows)
Install command
xrepo install unicorn
Integration in the project (xmake.lua)
add_requires("unicorn")
unistd_h (windows)
Install command
xrepo install unistd_h
Integration in the project (xmake.lua)
add_requires("unistd_h")
units (windows)
Install command
xrepo install units
Integration in the project (xmake.lua)
add_requires("units")
unity_test (windows)
Install command
xrepo install unity_test
Integration in the project (xmake.lua)
add_requires("unity_test")
universal_stacktrace (windows)
Install command
xrepo install universal_stacktrace
Integration in the project (xmake.lua)
add_requires("universal_stacktrace")
unordered_dense (windows)
Install command
xrepo install unordered_dense
Integration in the project (xmake.lua)
add_requires("unordered_dense")
unqlite (windows)
Install command
xrepo install unqlite
Integration in the project (xmake.lua)
add_requires("unqlite")
unzip (windows)
Install command
xrepo install unzip
Integration in the project (xmake.lua)
add_requires("unzip")
upa-url (windows)
Install command
xrepo install upa-url
Integration in the project (xmake.lua)
add_requires("upa-url")
urdfdom (windows)
Install command
xrepo install urdfdom
Integration in the project (xmake.lua)
add_requires("urdfdom")
urdfdom-headers (windows)
Install command
xrepo install urdfdom-headers
Integration in the project (xmake.lua)
add_requires("urdfdom-headers")
uriparser (windows)
Install command
xrepo install uriparser
Integration in the project (xmake.lua)
add_requires("uriparser")
usd (windows)
Install command
xrepo install usd
Integration in the project (xmake.lua)
add_requires("usd")
usockets (windows)
Install command
xrepo install usockets
Integration in the project (xmake.lua)
add_requires("usockets")
usrsctp (windows)
Install command
xrepo install usrsctp
Integration in the project (xmake.lua)
add_requires("usrsctp")
utest.h (windows)
Install command
xrepo install utest.h
Integration in the project (xmake.lua)
add_requires("utest.h")
utf8.h (windows)
Install command
xrepo install utf8.h
Integration in the project (xmake.lua)
add_requires("utf8.h")
utf8_range (windows)
Install command
xrepo install utf8_range
Integration in the project (xmake.lua)
add_requires("utf8_range")
utf8proc (windows)
Install command
xrepo install utf8proc
Integration in the project (xmake.lua)
add_requires("utf8proc")
utfcpp (windows)
Install command
xrepo install utfcpp
Integration in the project (xmake.lua)
add_requires("utfcpp")
uthash (windows)
Install command
xrepo install uthash
Integration in the project (xmake.lua)
add_requires("uthash")
uuid_v4 (windows)
Install command
xrepo install uuid_v4
Integration in the project (xmake.lua)
add_requires("uuid_v4")
uvatlas (windows)
Install command
xrepo install uvatlas
Integration in the project (xmake.lua)
add_requires("uvatlas")
uvw (windows)
Install command
xrepo install uvw
Integration in the project (xmake.lua)
add_requires("uvw")
uvwasi (windows)
Install command
xrepo install uvwasi
Integration in the project (xmake.lua)
add_requires("uvwasi")
uwebsockets (windows)
Install command
xrepo install uwebsockets
Integration in the project (xmake.lua)
add_requires("uwebsockets")
v
v8 (windows)
Install command
xrepo install v8
Integration in the project (xmake.lua)
add_requires("v8")
variant-lite (windows)
Install command
xrepo install variant-lite
Integration in the project (xmake.lua)
add_requires("variant-lite")
vc (windows)
Install command
xrepo install vc
Integration in the project (xmake.lua)
add_requires("vc")
vc-ltl5 (windows)
Install command
xrepo install vc-ltl5
Integration in the project (xmake.lua)
add_requires("vc-ltl5")
vcglib (windows)
Install command
xrepo install vcglib
Integration in the project (xmake.lua)
add_requires("vcglib")
vcpkg (windows)
Install command
xrepo install vcpkg
Integration in the project (xmake.lua)
add_requires("vcpkg")
vectorial (windows)
Install command
xrepo install vectorial
Integration in the project (xmake.lua)
add_requires("vectorial")
veil (windows)
Install command
xrepo install veil
Integration in the project (xmake.lua)
add_requires("veil")
verdict (windows)
Install command
xrepo install verdict
Integration in the project (xmake.lua)
add_requires("verdict")
verilator (windows)
Install command
xrepo install verilator
Integration in the project (xmake.lua)
add_requires("verilator")
vexcl (windows)
Install command
xrepo install vexcl
Integration in the project (xmake.lua)
add_requires("vexcl")
viennacl (windows)
Install command
xrepo install viennacl
Integration in the project (xmake.lua)
add_requires("viennacl")
visit_struct (windows)
Install command
xrepo install visit_struct
Integration in the project (xmake.lua)
add_requires("visit_struct")
vk-bootstrap (windows)
Install command
xrepo install vk-bootstrap
Integration in the project (xmake.lua)
add_requires("vk-bootstrap")
vladimirshaleev-ipaddress (windows)
Install command
xrepo install vladimirshaleev-ipaddress
Integration in the project (xmake.lua)
add_requires("vladimirshaleev-ipaddress")
vld (windows)
Install command
xrepo install vld
Integration in the project (xmake.lua)
add_requires("vld")
volk (windows)
Install command
xrepo install volk
Integration in the project (xmake.lua)
add_requires("volk")
vtk (windows)
Install command
xrepo install vtk
Integration in the project (xmake.lua)
add_requires("vtk")
vulkan-headers (windows)
Install command
xrepo install vulkan-headers
Integration in the project (xmake.lua)
add_requires("vulkan-headers")
vulkan-hpp (windows)
Install command
xrepo install vulkan-hpp
Integration in the project (xmake.lua)
add_requires("vulkan-hpp")
vulkan-loader (windows)
Install command
xrepo install vulkan-loader
Integration in the project (xmake.lua)
add_requires("vulkan-loader")
vulkan-memory-allocator (windows)
Install command
xrepo install vulkan-memory-allocator
Integration in the project (xmake.lua)
add_requires("vulkan-memory-allocator")
vulkan-memory-allocator-hpp (windows)
Install command
xrepo install vulkan-memory-allocator-hpp
Integration in the project (xmake.lua)
add_requires("vulkan-memory-allocator-hpp")
vulkan-tools (windows)
Install command
xrepo install vulkan-tools
Integration in the project (xmake.lua)
add_requires("vulkan-tools")
vulkan-utility-libraries (windows)
Install command
xrepo install vulkan-utility-libraries
Integration in the project (xmake.lua)
add_requires("vulkan-utility-libraries")
vulkan-validationlayers (windows)
Install command
xrepo install vulkan-validationlayers
Integration in the project (xmake.lua)
add_requires("vulkan-validationlayers")
vulkanscenegraph (windows)
Install command
xrepo install vulkanscenegraph
Integration in the project (xmake.lua)
add_requires("vulkanscenegraph")
vulkansdk (windows)
Install command
xrepo install vulkansdk
Integration in the project (xmake.lua)
add_requires("vulkansdk")
vvenc (windows)
Install command
xrepo install vvenc
Integration in the project (xmake.lua)
add_requires("vvenc")
w
w64devkit (windows)
Install command
xrepo install w64devkit
Integration in the project (xmake.lua)
add_requires("w64devkit")
wasm-micro-runtime (windows)
Install command
xrepo install wasm-micro-runtime
Integration in the project (xmake.lua)
add_requires("wasm-micro-runtime")
watcher (windows)
Install command
xrepo install watcher
Integration in the project (xmake.lua)
add_requires("watcher")
wavpack (windows)
Install command
xrepo install wavpack
Integration in the project (xmake.lua)
add_requires("wavpack")
webdriverxx (windows)
Install command
xrepo install webdriverxx
Integration in the project (xmake.lua)
add_requires("webdriverxx")
websocketpp (windows)
Install command
xrepo install websocketpp
Integration in the project (xmake.lua)
add_requires("websocketpp")
webthing-cpp (windows)
Install command
xrepo install webthing-cpp
Integration in the project (xmake.lua)
add_requires("webthing-cpp")
webui (windows)
Install command
xrepo install webui
Integration in the project (xmake.lua)
add_requires("webui")
wgpu-native (windows)
Install command
xrepo install wgpu-native
Integration in the project (xmake.lua)
add_requires("wgpu-native")
wgsl-validator (windows)
Install command
xrepo install wgsl-validator
Integration in the project (xmake.lua)
add_requires("wgsl-validator")
whereami (windows)
Install command
xrepo install whereami
Integration in the project (xmake.lua)
add_requires("whereami")
which (windows)
Install command
xrepo install which
Integration in the project (xmake.lua)
add_requires("which")
whisper.cpp (windows)
Install command
xrepo install whisper.cpp
Integration in the project (xmake.lua)
add_requires("whisper.cpp")
wil (windows)
Install command
xrepo install wil
Integration in the project (xmake.lua)
add_requires("wil")
wineditline (windows)
Install command
xrepo install wineditline
Integration in the project (xmake.lua)
add_requires("wineditline")
winflexbison (windows)
Install command
xrepo install winflexbison
Integration in the project (xmake.lua)
add_requires("winflexbison")
wingetopt (windows)
Install command
xrepo install wingetopt
Integration in the project (xmake.lua)
add_requires("wingetopt")
winlamb (windows)
Install command
xrepo install winlamb
Integration in the project (xmake.lua)
add_requires("winlamb")
winpcap (windows)
Install command
xrepo install winpcap
Integration in the project (xmake.lua)
add_requires("winpcap")
winpixevent (windows)
Install command
xrepo install winpixevent
Integration in the project (xmake.lua)
add_requires("winpixevent")
winreg (windows)
Install command
xrepo install winreg
Integration in the project (xmake.lua)
add_requires("winreg")
wintoast (windows)
Install command
xrepo install wintoast
Integration in the project (xmake.lua)
add_requires("wintoast")
wirehair (windows)
Install command
xrepo install wirehair
Integration in the project (xmake.lua)
add_requires("wirehair")
wixtoolset (windows)
Install command
xrepo install wixtoolset
Integration in the project (xmake.lua)
add_requires("wixtoolset")
wjakob_filesystem (windows)
Install command
xrepo install wjakob_filesystem
Integration in the project (xmake.lua)
add_requires("wjakob_filesystem")
woff2 (windows)
Install command
xrepo install woff2
Integration in the project (xmake.lua)
add_requires("woff2")
wolfssl (windows)
Install command
xrepo install wolfssl
Integration in the project (xmake.lua)
add_requires("wolfssl")
workspace_hanya (windows)
Install command
xrepo install workspace_hanya
Integration in the project (xmake.lua)
add_requires("workspace_hanya")
wren (windows)
Install command
xrepo install wren
Integration in the project (xmake.lua)
add_requires("wren")
wxwidgets (windows)
Install command
xrepo install wxwidgets
Integration in the project (xmake.lua)
add_requires("wxwidgets")
wyhash (windows)
Install command
xrepo install wyhash
Integration in the project (xmake.lua)
add_requires("wyhash")
x
x264 (windows)
Install command
xrepo install x264
Integration in the project (xmake.lua)
add_requires("x264")
x265 (windows)
Install command
xrepo install x265
Integration in the project (xmake.lua)
add_requires("x265")
xaudio2redist (windows)
Install command
xrepo install xaudio2redist
Integration in the project (xmake.lua)
add_requires("xaudio2redist")
xbyak (windows)
Install command
xrepo install xbyak
Integration in the project (xmake.lua)
add_requires("xbyak")
xege (windows)
Install command
xrepo install xege
Integration in the project (xmake.lua)
add_requires("xege")
xerces-c (windows)
Install command
xrepo install xerces-c
Integration in the project (xmake.lua)
add_requires("xerces-c")
xframe (windows)
Install command
xrepo install xframe
Integration in the project (xmake.lua)
add_requires("xframe")
xgrammar (windows)
Install command
xrepo install xgrammar
Integration in the project (xmake.lua)
add_requires("xgrammar")
xlnt (windows)
Install command
xrepo install xlnt
Integration in the project (xmake.lua)
add_requires("xlnt")
xlsxio (windows)
Install command
xrepo install xlsxio
Integration in the project (xmake.lua)
add_requires("xlsxio")
xpack (windows)
Install command
xrepo install xpack
Integration in the project (xmake.lua)
add_requires("xpack")
xproperty (windows)
Install command
xrepo install xproperty
Integration in the project (xmake.lua)
add_requires("xproperty")
xsimd (windows)
Install command
xrepo install xsimd
Integration in the project (xmake.lua)
add_requires("xsimd")
xtensor (windows)
Install command
xrepo install xtensor
Integration in the project (xmake.lua)
add_requires("xtensor")
xtensor-blas (windows)
Install command
xrepo install xtensor-blas
Integration in the project (xmake.lua)
add_requires("xtensor-blas")
xtensor-io (windows)
Install command
xrepo install xtensor-io
Integration in the project (xmake.lua)
add_requires("xtensor-io")
xtl (windows)
Install command
xrepo install xtl
Integration in the project (xmake.lua)
add_requires("xtl")
xxhash (windows)
Install command
xrepo install xxhash
Integration in the project (xmake.lua)
add_requires("xxhash")
xz (windows)
Install command
xrepo install xz
Integration in the project (xmake.lua)
add_requires("xz")
y
yalantinglibs (windows)
Install command
xrepo install yalantinglibs
Integration in the project (xmake.lua)
add_requires("yalantinglibs")
yaml-cpp (windows)
Install command
xrepo install yaml-cpp
Integration in the project (xmake.lua)
add_requires("yaml-cpp")
yaml_cpp_struct (windows)
Install command
xrepo install yaml_cpp_struct
Integration in the project (xmake.lua)
add_requires("yaml_cpp_struct")
yas (windows)
Install command
xrepo install yas
Integration in the project (xmake.lua)
add_requires("yas")
yasm (windows)
Install command
xrepo install yasm
Integration in the project (xmake.lua)
add_requires("yasm")
yoga (windows)
Install command
xrepo install yoga
Integration in the project (xmake.lua)
add_requires("yoga")
yomm2 (windows)
Install command
xrepo install yomm2
Integration in the project (xmake.lua)
add_requires("yomm2")
yxml (windows)
Install command
xrepo install yxml
Integration in the project (xmake.lua)
add_requires("yxml")
yy-thunks (windows)
Install command
xrepo install yy-thunks
Integration in the project (xmake.lua)
add_requires("yy-thunks")
yyjson (windows)
Install command
xrepo install yyjson
Integration in the project (xmake.lua)
add_requires("yyjson")
z
z3 (windows)
Install command
xrepo install z3
Integration in the project (xmake.lua)
add_requires("z3")
zasm (windows)
Install command
xrepo install zasm
Integration in the project (xmake.lua)
add_requires("zasm")
zbar (windows)
Install command
xrepo install zbar
Integration in the project (xmake.lua)
add_requires("zbar")
zeromq (windows)
Install command
xrepo install zeromq
Integration in the project (xmake.lua)
add_requires("zeromq")
zeus_expected (windows)
Install command
xrepo install zeus_expected
Integration in the project (xmake.lua)
add_requires("zeus_expected")
zfp (windows)
Install command
xrepo install zfp
Integration in the project (xmake.lua)
add_requires("zfp")
zig (windows)
Install command
xrepo install zig
Integration in the project (xmake.lua)
add_requires("zig")
zint (windows)
Install command
xrepo install zint
Integration in the project (xmake.lua)
add_requires("zint")
zip (windows)
Install command
xrepo install zip
Integration in the project (xmake.lua)
add_requires("zip")
zlib (windows)
Install command
xrepo install zlib
Integration in the project (xmake.lua)
add_requires("zlib")
zlib-ng (windows)
Install command
xrepo install zlib-ng
Integration in the project (xmake.lua)
add_requires("zlib-ng")
zlibcomplete (windows)
Install command
xrepo install zlibcomplete
Integration in the project (xmake.lua)
add_requires("zlibcomplete")
zlmediakit (windows)
Install command
xrepo install zlmediakit
Integration in the project (xmake.lua)
add_requires("zlmediakit")
zltoolkit (windows)
Install command
xrepo install zltoolkit
Integration in the project (xmake.lua)
add_requires("zltoolkit")
zmqpb (windows)
Install command
xrepo install zmqpb
Integration in the project (xmake.lua)
add_requires("zmqpb")
zoe (windows)
Install command
xrepo install zoe
Integration in the project (xmake.lua)
add_requires("zoe")
zopfli (windows)
Install command
xrepo install zopfli
Integration in the project (xmake.lua)
add_requires("zopfli")
zpp_bits (windows)
Install command
xrepo install zpp_bits
Integration in the project (xmake.lua)
add_requires("zpp_bits")
zstd (windows)
Install command
xrepo install zstd
Integration in the project (xmake.lua)
add_requires("zstd")
zstr (windows)
Install command
xrepo install zstr
Integration in the project (xmake.lua)
add_requires("zstr")
zxing-cpp (windows)
Install command
xrepo install zxing-cpp
Integration in the project (xmake.lua)
add_requires("zxing-cpp")
zycore-c (windows)
Install command
xrepo install zycore-c
Integration in the project (xmake.lua)
add_requires("zycore-c")
zydis (windows)
Install command
xrepo install zydis
Integration in the project (xmake.lua)
add_requires("zydis")
zziplib (windows)
Install command
xrepo install zziplib
Integration in the project (xmake.lua)
add_requires("zziplib")