This is a mirror page, please see the original page:
https://xrepo.xmake.io/#/packages/iphoneos
a
ada (iphoneos)
Description |
WHATWG-compliant and fast URL parser written in modern C++ |
Homepage |
https://www.ada-url.com |
License |
Apache-2.0 |
Versions |
2.3.1, 2.4.0, 2.4.1 |
Architectures |
arm64, x86_64 |
Definition |
ada/xmake.lua |
Install command
xrepo install -p iphoneos ada
Integration in the project (xmake.lua)
add_requires("ada")
aqt (iphoneos)
Install command
xrepo install -p iphoneos aqt
Integration in the project (xmake.lua)
add_requires("aqt")
argh (iphoneos)
Install command
xrepo install -p iphoneos argh
Integration in the project (xmake.lua)
add_requires("argh")
argparse (iphoneos)
Install command
xrepo install -p iphoneos argparse
Integration in the project (xmake.lua)
add_requires("argparse")
asio (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
asio/xmake.lua |
Install command
xrepo install -p iphoneos asio
Integration in the project (xmake.lua)
add_requires("asio")
assimp (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
assimp/xmake.lua |
Install command
xrepo install -p iphoneos assimp
Integration in the project (xmake.lua)
add_requires("assimp")
autoconf (iphoneos)
Install command
xrepo install -p iphoneos autoconf
Integration in the project (xmake.lua)
add_requires("autoconf")
automake (iphoneos)
Install command
xrepo install -p iphoneos automake
Integration in the project (xmake.lua)
add_requires("automake")
avir (iphoneos)
Install command
xrepo install -p iphoneos avir
Integration in the project (xmake.lua)
add_requires("avir")
b
b2 (iphoneos)
Install command
xrepo install -p iphoneos b2
Integration in the project (xmake.lua)
add_requires("b2")
base-n (iphoneos)
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 |
arm64, x86_64 |
Definition |
base-n/xmake.lua |
Install command
xrepo install -p iphoneos base-n
Integration in the project (xmake.lua)
add_requires("base-n")
bazel (iphoneos)
Install command
xrepo install -p iphoneos bazel
Integration in the project (xmake.lua)
add_requires("bazel")
better-enums (iphoneos)
Install command
xrepo install -p iphoneos better-enums
Integration in the project (xmake.lua)
add_requires("better-enums")
bin2c (iphoneos)
Install command
xrepo install -p iphoneos bin2c
Integration in the project (xmake.lua)
add_requires("bin2c")
binutils (iphoneos)
Install command
xrepo install -p iphoneos binutils
Integration in the project (xmake.lua)
add_requires("binutils")
bison (iphoneos)
Install command
xrepo install -p iphoneos bison
Integration in the project (xmake.lua)
add_requires("bison")
blake3 (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
blake3/xmake.lua |
Install command
xrepo install -p iphoneos blake3
Integration in the project (xmake.lua)
add_requires("blake3")
branchless-utf8 (iphoneos)
Install command
xrepo install -p iphoneos branchless-utf8
Integration in the project (xmake.lua)
add_requires("branchless-utf8")
brotli (iphoneos)
Install command
xrepo install -p iphoneos brotli
Integration in the project (xmake.lua)
add_requires("brotli")
bullet3 (iphoneos)
Install command
xrepo install -p iphoneos bullet3
Integration in the project (xmake.lua)
add_requires("bullet3")
bzip2 (iphoneos)
Install command
xrepo install -p iphoneos bzip2
Integration in the project (xmake.lua)
add_requires("bzip2")
c
ca-certificates (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
ca-certificates/xmake.lua |
Install command
xrepo install -p iphoneos ca-certificates
Integration in the project (xmake.lua)
add_requires("ca-certificates")
capstone (iphoneos)
Description |
Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community. |
Homepage |
http://www.capstone-engine.org |
Versions |
4.0.2 |
Architectures |
arm64, x86_64 |
Definition |
capstone/xmake.lua |
Install command
xrepo install -p iphoneos capstone
Integration in the project (xmake.lua)
add_requires("capstone")
cargs (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
cargs/xmake.lua |
Install command
xrepo install -p iphoneos cargs
Integration in the project (xmake.lua)
add_requires("cargs")
catch2 (iphoneos)
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.13.10, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.9.2, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2 |
Architectures |
arm64, x86_64 |
Definition |
catch2/xmake.lua |
Install command
xrepo install -p iphoneos catch2
Integration in the project (xmake.lua)
add_requires("catch2")
cereal (iphoneos)
Install command
xrepo install -p iphoneos cereal
Integration in the project (xmake.lua)
add_requires("cereal")
ceval (iphoneos)
Install command
xrepo install -p iphoneos ceval
Integration in the project (xmake.lua)
add_requires("ceval")
cgetopt (iphoneos)
Install command
xrepo install -p iphoneos cgetopt
Integration in the project (xmake.lua)
add_requires("cgetopt")
chaiscript (iphoneos)
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 |
arm64, x86_64 |
Definition |
chaiscript/xmake.lua |
Install command
xrepo install -p iphoneos chaiscript
Integration in the project (xmake.lua)
add_requires("chaiscript")
chipmunk2d (iphoneos)
Install command
xrepo install -p iphoneos chipmunk2d
Integration in the project (xmake.lua)
add_requires("chipmunk2d")
chromium_zlib (iphoneos)
Install command
xrepo install -p iphoneos chromium_zlib
Integration in the project (xmake.lua)
add_requires("chromium_zlib")
civetweb (iphoneos)
Install command
xrepo install -p iphoneos civetweb
Integration in the project (xmake.lua)
add_requires("civetweb")
cjson (iphoneos)
Install command
xrepo install -p iphoneos cjson
Integration in the project (xmake.lua)
add_requires("cjson")
clara (iphoneos)
Install command
xrepo install -p iphoneos clara
Integration in the project (xmake.lua)
add_requires("clara")
cli (iphoneos)
Install command
xrepo install -p iphoneos cli
Integration in the project (xmake.lua)
add_requires("cli")
clib (iphoneos)
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 |
arm64, x86_64 |
Definition |
clib/xmake.lua |
Install command
xrepo install -p iphoneos clib
Integration in the project (xmake.lua)
add_requires("clib")
cmake (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
cmake/xmake.lua |
Install command
xrepo install -p iphoneos cmake
Integration in the project (xmake.lua)
add_requires("cmake")
cnpy (iphoneos)
Install command
xrepo install -p iphoneos cnpy
Integration in the project (xmake.lua)
add_requires("cnpy")
concurrentqueue (iphoneos)
Install command
xrepo install -p iphoneos concurrentqueue
Integration in the project (xmake.lua)
add_requires("concurrentqueue")
convertutf (iphoneos)
Install command
xrepo install -p iphoneos convertutf
Integration in the project (xmake.lua)
add_requires("convertutf")
cpp-httplib (iphoneos)
Install command
xrepo install -p iphoneos cpp-httplib
Integration in the project (xmake.lua)
add_requires("cpp-httplib")
cpp-peglib (iphoneos)
Install command
xrepo install -p iphoneos cpp-peglib
Integration in the project (xmake.lua)
add_requires("cpp-peglib")
crc32c (iphoneos)
Install command
xrepo install -p iphoneos crc32c
Integration in the project (xmake.lua)
add_requires("crc32c")
crossguid (iphoneos)
Install command
xrepo install -p iphoneos crossguid
Integration in the project (xmake.lua)
add_requires("crossguid")
cryptopp (iphoneos)
Install command
xrepo install -p iphoneos cryptopp
Integration in the project (xmake.lua)
add_requires("cryptopp")
csv2 (iphoneos)
Install command
xrepo install -p iphoneos csv2
Integration in the project (xmake.lua)
add_requires("csv2")
csvparser (iphoneos)
Install command
xrepo install -p iphoneos csvparser
Integration in the project (xmake.lua)
add_requires("csvparser")
ctre (iphoneos)
Install command
xrepo install -p iphoneos ctre
Integration in the project (xmake.lua)
add_requires("ctre")
cxxopts (iphoneos)
Install command
xrepo install -p iphoneos cxxopts
Integration in the project (xmake.lua)
add_requires("cxxopts")
d
date (iphoneos)
Install command
xrepo install -p iphoneos date
Integration in the project (xmake.lua)
add_requires("date")
dbg-macro (iphoneos)
Install command
xrepo install -p iphoneos dbg-macro
Integration in the project (xmake.lua)
add_requires("dbg-macro")
debug_assert (iphoneos)
Install command
xrepo install -p iphoneos debug_assert
Integration in the project (xmake.lua)
add_requires("debug_assert")
debugbreak (iphoneos)
Install command
xrepo install -p iphoneos debugbreak
Integration in the project (xmake.lua)
add_requires("debugbreak")
decimal_for_cpp (iphoneos)
Install command
xrepo install -p iphoneos decimal_for_cpp
Integration in the project (xmake.lua)
add_requires("decimal_for_cpp")
demumble (iphoneos)
Install command
xrepo install -p iphoneos demumble
Integration in the project (xmake.lua)
add_requires("demumble")
docopt (iphoneos)
Install command
xrepo install -p iphoneos docopt
Integration in the project (xmake.lua)
add_requires("docopt")
doctest (iphoneos)
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 |
Versions |
2.3.1, 2.3.6, 2.4.10, 2.4.11, 2.4.8, 2.4.9 |
Architectures |
arm64, x86_64 |
Definition |
doctest/xmake.lua |
Install command
xrepo install -p iphoneos doctest
Integration in the project (xmake.lua)
add_requires("doctest")
doxygen (iphoneos)
Install command
xrepo install -p iphoneos doxygen
Integration in the project (xmake.lua)
add_requires("doxygen")
dr_flac (iphoneos)
Install command
xrepo install -p iphoneos dr_flac
Integration in the project (xmake.lua)
add_requires("dr_flac")
dr_mp3 (iphoneos)
Install command
xrepo install -p iphoneos dr_mp3
Integration in the project (xmake.lua)
add_requires("dr_mp3")
dr_wav (iphoneos)
Install command
xrepo install -p iphoneos dr_wav
Integration in the project (xmake.lua)
add_requires("dr_wav")
e
easyloggingpp (iphoneos)
Install command
xrepo install -p iphoneos easyloggingpp
Integration in the project (xmake.lua)
add_requires("easyloggingpp")
efsw (iphoneos)
Install command
xrepo install -p iphoneos efsw
Integration in the project (xmake.lua)
add_requires("efsw")
elfio (iphoneos)
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 |
arm64, x86_64 |
Definition |
elfio/xmake.lua |
Install command
xrepo install -p iphoneos elfio
Integration in the project (xmake.lua)
add_requires("elfio")
enet (iphoneos)
Install command
xrepo install -p iphoneos enet
Integration in the project (xmake.lua)
add_requires("enet")
entt (iphoneos)
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.10.0, v3.10.1, v3.10.3, v3.11.0, v3.11.1, v3.6.0, v3.7.0, v3.7.1, v3.8.0, v3.8.1, v3.9.0 |
Architectures |
arm64, x86_64 |
Definition |
entt/xmake.lua |
Install command
xrepo install -p iphoneos entt
Integration in the project (xmake.lua)
add_requires("entt")
exprtk (iphoneos)
Install command
xrepo install -p iphoneos exprtk
Integration in the project (xmake.lua)
add_requires("exprtk")
f
fast_float (iphoneos)
Install command
xrepo install -p iphoneos fast_float
Integration in the project (xmake.lua)
add_requires("fast_float")
fastcppcsvparser (iphoneos)
Install command
xrepo install -p iphoneos fastcppcsvparser
Integration in the project (xmake.lua)
add_requires("fastcppcsvparser")
flatbuffers (iphoneos)
Install command
xrepo install -p iphoneos flatbuffers
Integration in the project (xmake.lua)
add_requires("flatbuffers")
flex (iphoneos)
Install command
xrepo install -p iphoneos flex
Integration in the project (xmake.lua)
add_requires("flex")
fluxsort (iphoneos)
Install command
xrepo install -p iphoneos fluxsort
Integration in the project (xmake.lua)
add_requires("fluxsort")
fmt (iphoneos)
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 |
Versions |
10.0.0, 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 |
Architectures |
arm64, x86_64 |
Definition |
fmt/xmake.lua |
Install command
xrepo install -p iphoneos fmt
Integration in the project (xmake.lua)
add_requires("fmt")
freetype (iphoneos)
Install command
xrepo install -p iphoneos freetype
Integration in the project (xmake.lua)
add_requires("freetype")
frozen (iphoneos)
Install command
xrepo install -p iphoneos frozen
Integration in the project (xmake.lua)
add_requires("frozen")
functionalplus (iphoneos)
Install command
xrepo install -p iphoneos functionalplus
Integration in the project (xmake.lua)
add_requires("functionalplus")
fx-gltf (iphoneos)
Install command
xrepo install -p iphoneos fx-gltf
Integration in the project (xmake.lua)
add_requires("fx-gltf")
g
genie (iphoneos)
Install command
xrepo install -p iphoneos genie
Integration in the project (xmake.lua)
add_requires("genie")
gflags (iphoneos)
Install command
xrepo install -p iphoneos gflags
Integration in the project (xmake.lua)
add_requires("gflags")
ghc_filesystem (iphoneos)
Install command
xrepo install -p iphoneos ghc_filesystem
Integration in the project (xmake.lua)
add_requires("ghc_filesystem")
giflib (iphoneos)
Install command
xrepo install -p iphoneos giflib
Integration in the project (xmake.lua)
add_requires("giflib")
gli (iphoneos)
Install command
xrepo install -p iphoneos gli
Integration in the project (xmake.lua)
add_requires("gli")
glm (iphoneos)
Install command
xrepo install -p iphoneos glm
Integration in the project (xmake.lua)
add_requires("glm")
glog (iphoneos)
Install command
xrepo install -p iphoneos glog
Integration in the project (xmake.lua)
add_requires("glog")
glslang (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
glslang/xmake.lua |
Install command
xrepo install -p iphoneos glslang
Integration in the project (xmake.lua)
add_requires("glslang")
gn (iphoneos)
Install command
xrepo install -p iphoneos gn
Integration in the project (xmake.lua)
add_requires("gn")
gnu-rm (iphoneos)
Install command
xrepo install -p iphoneos gnu-rm
Integration in the project (xmake.lua)
add_requires("gnu-rm")
godotcpp (iphoneos)
Install command
xrepo install -p iphoneos godotcpp
Integration in the project (xmake.lua)
add_requires("godotcpp")
godotcpp4 (iphoneos)
Install command
xrepo install -p iphoneos godotcpp4
Integration in the project (xmake.lua)
add_requires("godotcpp4")
gsl (iphoneos)
Install command
xrepo install -p iphoneos gsl
Integration in the project (xmake.lua)
add_requires("gsl")
gtest (iphoneos)
Install command
xrepo install -p iphoneos gtest
Integration in the project (xmake.lua)
add_requires("gtest")
guetzli (iphoneos)
Install command
xrepo install -p iphoneos guetzli
Integration in the project (xmake.lua)
add_requires("guetzli")
guilite (iphoneos)
Install command
xrepo install -p iphoneos guilite
Integration in the project (xmake.lua)
add_requires("guilite")
gumbo-parser (iphoneos)
Install command
xrepo install -p iphoneos gumbo-parser
Integration in the project (xmake.lua)
add_requires("gumbo-parser")
gyp-next (iphoneos)
Install command
xrepo install -p iphoneos gyp-next
Integration in the project (xmake.lua)
add_requires("gyp-next")
h
handy (iphoneos)
Install command
xrepo install -p iphoneos handy
Integration in the project (xmake.lua)
add_requires("handy")
happly (iphoneos)
Install command
xrepo install -p iphoneos happly
Integration in the project (xmake.lua)
add_requires("happly")
hash-library (iphoneos)
Install command
xrepo install -p iphoneos hash-library
Integration in the project (xmake.lua)
add_requires("hash-library")
hiredis (iphoneos)
Install command
xrepo install -p iphoneos hiredis
Integration in the project (xmake.lua)
add_requires("hiredis")
hlslpp (iphoneos)
Install command
xrepo install -p iphoneos hlslpp
Integration in the project (xmake.lua)
add_requires("hlslpp")
hopscotch-map (iphoneos)
Install command
xrepo install -p iphoneos hopscotch-map
Integration in the project (xmake.lua)
add_requires("hopscotch-map")
http_parser (iphoneos)
Install command
xrepo install -p iphoneos http_parser
Integration in the project (xmake.lua)
add_requires("http_parser")
i
ifort (iphoneos)
Install command
xrepo install -p iphoneos ifort
Integration in the project (xmake.lua)
add_requires("ifort")
imgui (iphoneos)
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.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85, v1.85-docking, v1.86, v1.87, v1.87-docking, v1.88, v1.88-docking, v1.89, v1.89-docking, v1.89.3, v1.89.3-docking, v1.89.4, v1.89.4-docking, v1.89.5, v1.89.5-docking |
Architectures |
arm64, x86_64 |
Definition |
imgui/xmake.lua |
Install command
xrepo install -p iphoneos imgui
Integration in the project (xmake.lua)
add_requires("imgui")
imguizmo (iphoneos)
Install command
xrepo install -p iphoneos imguizmo
Integration in the project (xmake.lua)
add_requires("imguizmo")
indicators (iphoneos)
Install command
xrepo install -p iphoneos indicators
Integration in the project (xmake.lua)
add_requires("indicators")
inja (iphoneos)
Install command
xrepo install -p iphoneos inja
Integration in the project (xmake.lua)
add_requires("inja")
ip2region (iphoneos)
Install command
xrepo install -p iphoneos ip2region
Integration in the project (xmake.lua)
add_requires("ip2region")
irrxml (iphoneos)
Install command
xrepo install -p iphoneos irrxml
Integration in the project (xmake.lua)
add_requires("irrxml")
ispc (iphoneos)
Install command
xrepo install -p iphoneos ispc
Integration in the project (xmake.lua)
add_requires("ispc")
j
joltphysics (iphoneos)
Install command
xrepo install -p iphoneos joltphysics
Integration in the project (xmake.lua)
add_requires("joltphysics")
jsmn (iphoneos)
Install command
xrepo install -p iphoneos jsmn
Integration in the project (xmake.lua)
add_requires("jsmn")
json-c (iphoneos)
Install command
xrepo install -p iphoneos json-c
Integration in the project (xmake.lua)
add_requires("json-c")
json-schema-validator (iphoneos)
Install command
xrepo install -p iphoneos json-schema-validator
Integration in the project (xmake.lua)
add_requires("json-schema-validator")
json.h (iphoneos)
Install command
xrepo install -p iphoneos json.h
Integration in the project (xmake.lua)
add_requires("json.h")
jsoncons (iphoneos)
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/ |
Versions |
v0.158.0 |
Architectures |
arm64, x86_64 |
Definition |
jsoncons/xmake.lua |
Install command
xrepo install -p iphoneos jsoncons
Integration in the project (xmake.lua)
add_requires("jsoncons")
jsoncpp (iphoneos)
Install command
xrepo install -p iphoneos jsoncpp
Integration in the project (xmake.lua)
add_requires("jsoncpp")
k
kcp (iphoneos)
Install command
xrepo install -p iphoneos kcp
Integration in the project (xmake.lua)
add_requires("kcp")
kiwisolver (iphoneos)
Install command
xrepo install -p iphoneos kiwisolver
Integration in the project (xmake.lua)
add_requires("kiwisolver")
l
lexy (iphoneos)
Install command
xrepo install -p iphoneos lexy
Integration in the project (xmake.lua)
add_requires("lexy")
libdivide (iphoneos)
Install command
xrepo install -p iphoneos libdivide
Integration in the project (xmake.lua)
add_requires("libdivide")
libdivsufsort (iphoneos)
Install command
xrepo install -p iphoneos libdivsufsort
Integration in the project (xmake.lua)
add_requires("libdivsufsort")
libev (iphoneos)
Install command
xrepo install -p iphoneos libev
Integration in the project (xmake.lua)
add_requires("libev")
libffi (iphoneos)
Install command
xrepo install -p iphoneos libffi
Integration in the project (xmake.lua)
add_requires("libffi")
libflac (iphoneos)
Install command
xrepo install -p iphoneos libflac
Integration in the project (xmake.lua)
add_requires("libflac")
libgit2 (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
libgit2/xmake.lua |
Install command
xrepo install -p iphoneos libgit2
Integration in the project (xmake.lua)
add_requires("libgit2")
libhv (iphoneos)
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 |
Versions |
1.0.0, 1.1.0, 1.1.1, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.6, 1.3.0, 1.3.1 |
Architectures |
arm64, x86_64 |
Definition |
libhv/xmake.lua |
Install command
xrepo install -p iphoneos libhv
Integration in the project (xmake.lua)
add_requires("libhv")
libjpeg (iphoneos)
Description |
A widely used C library for reading and writing JPEG image files. |
Homepage |
http://ijg.org/ |
Versions |
v9b, v9c, v9d, v9e |
Architectures |
arm64, x86_64 |
Definition |
libjpeg/xmake.lua |
Install command
xrepo install -p iphoneos libjpeg
Integration in the project (xmake.lua)
add_requires("libjpeg")
libogg (iphoneos)
Install command
xrepo install -p iphoneos libogg
Integration in the project (xmake.lua)
add_requires("libogg")
libopus (iphoneos)
Install command
xrepo install -p iphoneos libopus
Integration in the project (xmake.lua)
add_requires("libopus")
libplist (iphoneos)
Install command
xrepo install -p iphoneos libplist
Integration in the project (xmake.lua)
add_requires("libplist")
libpng (iphoneos)
Install command
xrepo install -p iphoneos libpng
Integration in the project (xmake.lua)
add_requires("libpng")
libraw (iphoneos)
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 |
arm64, x86_64 |
Definition |
libraw/xmake.lua |
Install command
xrepo install -p iphoneos libraw
Integration in the project (xmake.lua)
add_requires("libraw")
librdkafka (iphoneos)
Install command
xrepo install -p iphoneos librdkafka
Integration in the project (xmake.lua)
add_requires("librdkafka")
libsais (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
libsais/xmake.lua |
Install command
xrepo install -p iphoneos libsais
Integration in the project (xmake.lua)
add_requires("libsais")
libsdl (iphoneos)
Description |
Simple DirectMedia Layer |
Homepage |
https://www.libsdl.org/ |
License |
zlib |
Versions |
2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3, 2.26.4 |
Architectures |
arm64, x86_64 |
Definition |
libsdl/xmake.lua |
Install command
xrepo install -p iphoneos libsdl
Integration in the project (xmake.lua)
add_requires("libsdl")
libsdl_image (iphoneos)
Install command
xrepo install -p iphoneos libsdl_image
Integration in the project (xmake.lua)
add_requires("libsdl_image")
libsdl_mixer (iphoneos)
Install command
xrepo install -p iphoneos libsdl_mixer
Integration in the project (xmake.lua)
add_requires("libsdl_mixer")
libsdl_net (iphoneos)
Install command
xrepo install -p iphoneos libsdl_net
Integration in the project (xmake.lua)
add_requires("libsdl_net")
libsdl_ttf (iphoneos)
Install command
xrepo install -p iphoneos libsdl_ttf
Integration in the project (xmake.lua)
add_requires("libsdl_ttf")
libsndfile (iphoneos)
Install command
xrepo install -p iphoneos libsndfile
Integration in the project (xmake.lua)
add_requires("libsndfile")
libsoundio (iphoneos)
Install command
xrepo install -p iphoneos libsoundio
Integration in the project (xmake.lua)
add_requires("libsoundio")
libspng (iphoneos)
Install command
xrepo install -p iphoneos libspng
Integration in the project (xmake.lua)
add_requires("libspng")
libsv (iphoneos)
Install command
xrepo install -p iphoneos libsv
Integration in the project (xmake.lua)
add_requires("libsv")
libsvm (iphoneos)
Install command
xrepo install -p iphoneos libsvm
Integration in the project (xmake.lua)
add_requires("libsvm")
Install command
xrepo install -p iphoneos libtool
Integration in the project (xmake.lua)
add_requires("libtool")
libuuid (iphoneos)
Install command
xrepo install -p iphoneos libuuid
Integration in the project (xmake.lua)
add_requires("libuuid")
libvorbis (iphoneos)
Install command
xrepo install -p iphoneos libvorbis
Integration in the project (xmake.lua)
add_requires("libvorbis")
libxml2 (iphoneos)
Install command
xrepo install -p iphoneos libxml2
Integration in the project (xmake.lua)
add_requires("libxml2")
linenoise (iphoneos)
Install command
xrepo install -p iphoneos linenoise
Integration in the project (xmake.lua)
add_requires("linenoise")
litehtml (iphoneos)
Install command
xrepo install -p iphoneos litehtml
Integration in the project (xmake.lua)
add_requires("litehtml")
littlefs (iphoneos)
Install command
xrepo install -p iphoneos littlefs
Integration in the project (xmake.lua)
add_requires("littlefs")
llfio (iphoneos)
Install command
xrepo install -p iphoneos llfio
Integration in the project (xmake.lua)
add_requires("llfio")
llhttp (iphoneos)
Install command
xrepo install -p iphoneos llhttp
Integration in the project (xmake.lua)
add_requires("llhttp")
llvm-mingw (iphoneos)
Install command
xrepo install -p iphoneos llvm-mingw
Integration in the project (xmake.lua)
add_requires("llvm-mingw")
lodepng (iphoneos)
Install command
xrepo install -p iphoneos lodepng
Integration in the project (xmake.lua)
add_requires("lodepng")
loguru (iphoneos)
Install command
xrepo install -p iphoneos loguru
Integration in the project (xmake.lua)
add_requires("loguru")
lua (iphoneos)
Description |
A powerful, efficient, lightweight, embeddable scripting language. |
Homepage |
http://lua.org |
Versions |
v5.1.1, v5.1.5, v5.2.3, v5.3.6, v5.4.1, v5.4.2, v5.4.3, v5.4.4 |
Architectures |
arm64, x86_64 |
Definition |
lua/xmake.lua |
Install command
xrepo install -p iphoneos lua
Integration in the project (xmake.lua)
add_requires("lua")
Install command
xrepo install -p iphoneos lua-format
Integration in the project (xmake.lua)
add_requires("lua-format")
luajit (iphoneos)
Description |
A Just-In-Time Compiler (JIT) for the Lua programming language. |
Homepage |
http://luajit.org |
Versions |
2.1.0-beta3 |
Architectures |
arm64, x86_64 |
Definition |
luajit/xmake.lua |
Install command
xrepo install -p iphoneos luajit
Integration in the project (xmake.lua)
add_requires("luajit")
lvgl (iphoneos)
Description |
Light and Versatile Graphics Library |
Homepage |
https://lvgl.io |
License |
MIT |
Versions |
v8.0.2, v8.2.0 |
Architectures |
arm64, x86_64 |
Definition |
lvgl/xmake.lua |
Install command
xrepo install -p iphoneos lvgl
Integration in the project (xmake.lua)
add_requires("lvgl")
lyra (iphoneos)
Install command
xrepo install -p iphoneos lyra
Integration in the project (xmake.lua)
add_requires("lyra")
lz4 (iphoneos)
Install command
xrepo install -p iphoneos lz4
Integration in the project (xmake.lua)
add_requires("lz4")
lzo (iphoneos)
Install command
xrepo install -p iphoneos lzo
Integration in the project (xmake.lua)
add_requires("lzo")
m
m4 (iphoneos)
Install command
xrepo install -p iphoneos m4
Integration in the project (xmake.lua)
add_requires("m4")
magic_enum (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
magic_enum/xmake.lua |
Install command
xrepo install -p iphoneos magic_enum
Integration in the project (xmake.lua)
add_requires("magic_enum")
make (iphoneos)
Install command
xrepo install -p iphoneos make
Integration in the project (xmake.lua)
add_requires("make")
mapbox_earcut (iphoneos)
Install command
xrepo install -p iphoneos mapbox_earcut
Integration in the project (xmake.lua)
add_requires("mapbox_earcut")
mapbox_eternal (iphoneos)
Install command
xrepo install -p iphoneos mapbox_eternal
Integration in the project (xmake.lua)
add_requires("mapbox_eternal")
mapbox_geometry (iphoneos)
Install command
xrepo install -p iphoneos mapbox_geometry
Integration in the project (xmake.lua)
add_requires("mapbox_geometry")
mapbox_variant (iphoneos)
Install command
xrepo install -p iphoneos mapbox_variant
Integration in the project (xmake.lua)
add_requires("mapbox_variant")
mathfu (iphoneos)
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 |
arm64, x86_64 |
Definition |
mathfu/xmake.lua |
Install command
xrepo install -p iphoneos mathfu
Integration in the project (xmake.lua)
add_requires("mathfu")
mbedtls (iphoneos)
Install command
xrepo install -p iphoneos mbedtls
Integration in the project (xmake.lua)
add_requires("mbedtls")
mdns (iphoneos)
Install command
xrepo install -p iphoneos mdns
Integration in the project (xmake.lua)
add_requires("mdns")
memorymapping (iphoneos)
Install command
xrepo install -p iphoneos memorymapping
Integration in the project (xmake.lua)
add_requires("memorymapping")
meson (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
meson/xmake.lua |
Install command
xrepo install -p iphoneos meson
Integration in the project (xmake.lua)
add_requires("meson")
microsoft-gsl (iphoneos)
Install command
xrepo install -p iphoneos microsoft-gsl
Integration in the project (xmake.lua)
add_requires("microsoft-gsl")
microsoft-proxy (iphoneos)
Install command
xrepo install -p iphoneos microsoft-proxy
Integration in the project (xmake.lua)
add_requires("microsoft-proxy")
mikktspace (iphoneos)
Install command
xrepo install -p iphoneos mikktspace
Integration in the project (xmake.lua)
add_requires("mikktspace")
miniaudio (iphoneos)
Description |
Single file audio playback and capture library written in C. |
Homepage |
https://miniaud.io |
Versions |
0.11.15, 0.11.16, 0.11.17 |
Architectures |
arm64, x86_64 |
Definition |
miniaudio/xmake.lua |
Install command
xrepo install -p iphoneos miniaudio
Integration in the project (xmake.lua)
add_requires("miniaudio")
minilzo (iphoneos)
Install command
xrepo install -p iphoneos minilzo
Integration in the project (xmake.lua)
add_requires("minilzo")
minimp3 (iphoneos)
Install command
xrepo install -p iphoneos minimp3
Integration in the project (xmake.lua)
add_requires("minimp3")
miniz (iphoneos)
Install command
xrepo install -p iphoneos miniz
Integration in the project (xmake.lua)
add_requires("miniz")
minizip (iphoneos)
Install command
xrepo install -p iphoneos minizip
Integration in the project (xmake.lua)
add_requires("minizip")
mio (iphoneos)
Install command
xrepo install -p iphoneos mio
Integration in the project (xmake.lua)
add_requires("mio")
mjson (iphoneos)
Install command
xrepo install -p iphoneos mjson
Integration in the project (xmake.lua)
add_requires("mjson")
mma (iphoneos)
Install command
xrepo install -p iphoneos mma
Integration in the project (xmake.lua)
add_requires("mma")
moonjit (iphoneos)
Install command
xrepo install -p iphoneos moonjit
Integration in the project (xmake.lua)
add_requires("moonjit")
mpmcqueue (iphoneos)
Install command
xrepo install -p iphoneos mpmcqueue
Integration in the project (xmake.lua)
add_requires("mpmcqueue")
msdfgen (iphoneos)
Install command
xrepo install -p iphoneos msdfgen
Integration in the project (xmake.lua)
add_requires("msdfgen")
muslcc (iphoneos)
Description |
static cross- and native- musl-based toolchains. |
Homepage |
https://musl.cc/ |
Versions |
20210202 |
Architectures |
arm64, x86_64 |
Definition |
muslcc/xmake.lua |
Install command
xrepo install -p iphoneos muslcc
Integration in the project (xmake.lua)
add_requires("muslcc")
n
named_type (iphoneos)
Install command
xrepo install -p iphoneos named_type
Integration in the project (xmake.lua)
add_requires("named_type")
nanobench (iphoneos)
Install command
xrepo install -p iphoneos nanobench
Integration in the project (xmake.lua)
add_requires("nanobench")
nanoflann (iphoneos)
Install command
xrepo install -p iphoneos nanoflann
Integration in the project (xmake.lua)
add_requires("nanoflann")
nanosvg (iphoneos)
Install command
xrepo install -p iphoneos nanosvg
Integration in the project (xmake.lua)
add_requires("nanosvg")
nasm (iphoneos)
Description |
Netwide Assembler (NASM) is an 80x86 assembler. |
Homepage |
https://www.nasm.us/ |
License |
BSD-2-Clause |
Versions |
2.13.03, 2.15.05 |
Architectures |
arm64, x86_64 |
Definition |
nasm/xmake.lua |
Install command
xrepo install -p iphoneos nasm
Integration in the project (xmake.lua)
add_requires("nasm")
ndk (iphoneos)
Install command
xrepo install -p iphoneos ndk
Integration in the project (xmake.lua)
add_requires("ndk")
Install command
xrepo install -p iphoneos niftiheader
Integration in the project (xmake.lua)
add_requires("niftiheader")
ninja (iphoneos)
Install command
xrepo install -p iphoneos ninja
Integration in the project (xmake.lua)
add_requires("ninja")
nlohmann_json (iphoneos)
Install command
xrepo install -p iphoneos nlohmann_json
Integration in the project (xmake.lua)
add_requires("nlohmann_json")
nng (iphoneos)
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://github.com/nanomsg/nng |
Versions |
1.3.2, 1.4.0, 1.5.2 |
Architectures |
arm64, x86_64 |
Definition |
nng/xmake.lua |
Install command
xrepo install -p iphoneos nng
Integration in the project (xmake.lua)
add_requires("nng")
nngpp (iphoneos)
Install command
xrepo install -p iphoneos nngpp
Integration in the project (xmake.lua)
add_requires("nngpp")
nod (iphoneos)
Install command
xrepo install -p iphoneos nod
Integration in the project (xmake.lua)
add_requires("nod")
nodesoup (iphoneos)
Install command
xrepo install -p iphoneos nodesoup
Integration in the project (xmake.lua)
add_requires("nodesoup")
ntkernel-error-category (iphoneos)
Install command
xrepo install -p iphoneos ntkernel-error-category
Integration in the project (xmake.lua)
add_requires("ntkernel-error-category")
o
olive.c (iphoneos)
Install command
xrepo install -p iphoneos olive.c
Integration in the project (xmake.lua)
add_requires("olive.c")
openal-soft (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
openal-soft/xmake.lua |
Install command
xrepo install -p iphoneos openal-soft
Integration in the project (xmake.lua)
add_requires("openal-soft")
opencl-clhpp (iphoneos)
Install command
xrepo install -p iphoneos opencl-clhpp
Integration in the project (xmake.lua)
add_requires("opencl-clhpp")
Install command
xrepo install -p iphoneos opencl-headers
Integration in the project (xmake.lua)
add_requires("opencl-headers")
openrestry-luajit (iphoneos)
Install command
xrepo install -p iphoneos openrestry-luajit
Integration in the project (xmake.lua)
add_requires("openrestry-luajit")
orangeduck_mpc (iphoneos)
Install command
xrepo install -p iphoneos orangeduck_mpc
Integration in the project (xmake.lua)
add_requires("orangeduck_mpc")
ordered_map (iphoneos)
Install command
xrepo install -p iphoneos ordered_map
Integration in the project (xmake.lua)
add_requires("ordered_map")
out_ptr (iphoneos)
Install command
xrepo install -p iphoneos out_ptr
Integration in the project (xmake.lua)
add_requires("out_ptr")
outcome (iphoneos)
Install command
xrepo install -p iphoneos outcome
Integration in the project (xmake.lua)
add_requires("outcome")
p
parallel-hashmap (iphoneos)
Install command
xrepo install -p iphoneos parallel-hashmap
Integration in the project (xmake.lua)
add_requires("parallel-hashmap")
patch (iphoneos)
Install command
xrepo install -p iphoneos patch
Integration in the project (xmake.lua)
add_requires("patch")
pcre2 (iphoneos)
Install command
xrepo install -p iphoneos pcre2
Integration in the project (xmake.lua)
add_requires("pcre2")
picojson (iphoneos)
Install command
xrepo install -p iphoneos picojson
Integration in the project (xmake.lua)
add_requires("picojson")
piex (iphoneos)
Install command
xrepo install -p iphoneos piex
Integration in the project (xmake.lua)
add_requires("piex")
pkg-config (iphoneos)
Install command
xrepo install -p iphoneos pkg-config
Integration in the project (xmake.lua)
add_requires("pkg-config")
pkgconf (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
pkgconf/xmake.lua |
Install command
xrepo install -p iphoneos pkgconf
Integration in the project (xmake.lua)
add_requires("pkgconf")
pprint (iphoneos)
Install command
xrepo install -p iphoneos pprint
Integration in the project (xmake.lua)
add_requires("pprint")
pqp (iphoneos)
Install command
xrepo install -p iphoneos pqp
Integration in the project (xmake.lua)
add_requires("pqp")
premake5 (iphoneos)
Install command
xrepo install -p iphoneos premake5
Integration in the project (xmake.lua)
add_requires("premake5")
protoc (iphoneos)
Install command
xrepo install -p iphoneos protoc
Integration in the project (xmake.lua)
add_requires("protoc")
prvhash (iphoneos)
Install command
xrepo install -p iphoneos prvhash
Integration in the project (xmake.lua)
add_requires("prvhash")
pystring (iphoneos)
Install command
xrepo install -p iphoneos pystring
Integration in the project (xmake.lua)
add_requires("pystring")
python (iphoneos)
Description |
The python programming language. |
Homepage |
https://www.python.org/ |
Versions |
2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6 |
Architectures |
arm64, x86_64 |
Definition |
python/xmake.lua |
Install command
xrepo install -p iphoneos python
Integration in the project (xmake.lua)
add_requires("python")
python2 (iphoneos)
Install command
xrepo install -p iphoneos python2
Integration in the project (xmake.lua)
add_requires("python2")
q
qoi (iphoneos)
Description |
The Quite OK Image Format for fast, lossless image compression |
Homepage |
https://qoiformat.org/ |
License |
MIT |
Versions |
2021.12.22, 2022.11.17 |
Architectures |
arm64, x86_64 |
Definition |
qoi/xmake.lua |
Install command
xrepo install -p iphoneos qoi
Integration in the project (xmake.lua)
add_requires("qoi")
qt5base (iphoneos)
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 |
arm64, x86_64 |
Definition |
qt5base/xmake.lua |
Install command
xrepo install -p iphoneos qt5base
Integration in the project (xmake.lua)
add_requires("qt5base")
qt5core (iphoneos)
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 |
arm64, x86_64 |
Definition |
qt5core/xmake.lua |
Install command
xrepo install -p iphoneos qt5core
Integration in the project (xmake.lua)
add_requires("qt5core")
qt5gui (iphoneos)
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 |
arm64, x86_64 |
Definition |
qt5gui/xmake.lua |
Install command
xrepo install -p iphoneos qt5gui
Integration in the project (xmake.lua)
add_requires("qt5gui")
qt5lib (iphoneos)
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 |
arm64, x86_64 |
Definition |
qt5lib/xmake.lua |
Install command
xrepo install -p iphoneos qt5lib
Integration in the project (xmake.lua)
add_requires("qt5lib")
qt5network (iphoneos)
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 |
arm64, x86_64 |
Definition |
qt5network/xmake.lua |
Install command
xrepo install -p iphoneos qt5network
Integration in the project (xmake.lua)
add_requires("qt5network")
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 |
arm64, x86_64 |
Definition |
qt5widgets/xmake.lua |
Install command
xrepo install -p iphoneos qt5widgets
Integration in the project (xmake.lua)
add_requires("qt5widgets")
quadsort (iphoneos)
Install command
xrepo install -p iphoneos quadsort
Integration in the project (xmake.lua)
add_requires("quadsort")
quake_triangle (iphoneos)
Install command
xrepo install -p iphoneos quake_triangle
Integration in the project (xmake.lua)
add_requires("quake_triangle")
quickcpplib (iphoneos)
Install command
xrepo install -p iphoneos quickcpplib
Integration in the project (xmake.lua)
add_requires("quickcpplib")
quickjs (iphoneos)
Install command
xrepo install -p iphoneos quickjs
Integration in the project (xmake.lua)
add_requires("quickjs")
r
range-v3 (iphoneos)
Install command
xrepo install -p iphoneos range-v3
Integration in the project (xmake.lua)
add_requires("range-v3")
rapidcsv (iphoneos)
Install command
xrepo install -p iphoneos rapidcsv
Integration in the project (xmake.lua)
add_requires("rapidcsv")
rapidjson (iphoneos)
Install command
xrepo install -p iphoneos rapidjson
Integration in the project (xmake.lua)
add_requires("rapidjson")
re2 (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
re2/xmake.lua |
Install command
xrepo install -p iphoneos re2
Integration in the project (xmake.lua)
add_requires("re2")
readerwriterqueue (iphoneos)
Install command
xrepo install -p iphoneos readerwriterqueue
Integration in the project (xmake.lua)
add_requires("readerwriterqueue")
recastnavigation (iphoneos)
Install command
xrepo install -p iphoneos recastnavigation
Integration in the project (xmake.lua)
add_requires("recastnavigation")
reproc (iphoneos)
Install command
xrepo install -p iphoneos reproc
Integration in the project (xmake.lua)
add_requires("reproc")
robin-hood-hashing (iphoneos)
Install command
xrepo install -p iphoneos robin-hood-hashing
Integration in the project (xmake.lua)
add_requires("robin-hood-hashing")
robin-map (iphoneos)
Install command
xrepo install -p iphoneos robin-map
Integration in the project (xmake.lua)
add_requires("robin-map")
rpclib (iphoneos)
Description |
rpclib is a modern C++ msgpack-RPC server and client library |
Homepage |
http://rpclib.net |
Versions |
v2.3.0 |
Architectures |
arm64, x86_64 |
Definition |
rpclib/xmake.lua |
Install command
xrepo install -p iphoneos rpclib
Integration in the project (xmake.lua)
add_requires("rpclib")
rply (iphoneos)
Install command
xrepo install -p iphoneos rply
Integration in the project (xmake.lua)
add_requires("rply")
rpmalloc (iphoneos)
Install command
xrepo install -p iphoneos rpmalloc
Integration in the project (xmake.lua)
add_requires("rpmalloc")
rttr (iphoneos)
Description |
rttr: An open source library, which adds reflection to C++. |
Homepage |
https://www.rttr.org |
License |
MIT |
Versions |
0.9.5, 0.9.6 |
Architectures |
arm64, x86_64 |
Definition |
rttr/xmake.lua |
Install command
xrepo install -p iphoneos rttr
Integration in the project (xmake.lua)
add_requires("rttr")
rxcpp (iphoneos)
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 |
arm64, x86_64 |
Definition |
rxcpp/xmake.lua |
Install command
xrepo install -p iphoneos rxcpp
Integration in the project (xmake.lua)
add_requires("rxcpp")
s
scnlib (iphoneos)
Install command
xrepo install -p iphoneos scnlib
Integration in the project (xmake.lua)
add_requires("scnlib")
scons (iphoneos)
Install command
xrepo install -p iphoneos scons
Integration in the project (xmake.lua)
add_requires("scons")
simde (iphoneos)
Install command
xrepo install -p iphoneos simde
Integration in the project (xmake.lua)
add_requires("simde")
simdjson (iphoneos)
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 |
Architectures |
arm64 |
Definition |
simdjson/xmake.lua |
Install command
xrepo install -p iphoneos simdjson
Integration in the project (xmake.lua)
add_requires("simdjson")
simpleini (iphoneos)
Install command
xrepo install -p iphoneos simpleini
Integration in the project (xmake.lua)
add_requires("simpleini")
simplethreadpool (iphoneos)
Install command
xrepo install -p iphoneos simplethreadpool
Integration in the project (xmake.lua)
add_requires("simplethreadpool")
snitch (iphoneos)
Install command
xrepo install -p iphoneos snitch
Integration in the project (xmake.lua)
add_requires("snitch")
sokol (iphoneos)
Install command
xrepo install -p iphoneos sokol
Integration in the project (xmake.lua)
add_requires("sokol")
sol2 (iphoneos)
Install command
xrepo install -p iphoneos sol2
Integration in the project (xmake.lua)
add_requires("sol2")
span-lite (iphoneos)
Install command
xrepo install -p iphoneos span-lite
Integration in the project (xmake.lua)
add_requires("span-lite")
sparsepp (iphoneos)
Install command
xrepo install -p iphoneos sparsepp
Integration in the project (xmake.lua)
add_requires("sparsepp")
spdlog (iphoneos)
Description |
Fast C++ logging library. |
Homepage |
https://github.com/gabime/spdlog |
Versions |
v1.10.0, v1.11.0, 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 |
Architectures |
arm64, x86_64 |
Definition |
spdlog/xmake.lua |
Install command
xrepo install -p iphoneos spdlog
Integration in the project (xmake.lua)
add_requires("spdlog")
Install command
xrepo install -p iphoneos spirv-headers
Integration in the project (xmake.lua)
add_requires("spirv-headers")
Install command
xrepo install -p iphoneos spirv-tools
Integration in the project (xmake.lua)
add_requires("spirv-tools")
sqlcipher (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
sqlcipher/xmake.lua |
Install command
xrepo install -p iphoneos sqlcipher
Integration in the project (xmake.lua)
add_requires("sqlcipher")
sqlite3 (iphoneos)
Description |
The most used database engine in the world |
Homepage |
https://sqlite.org/ |
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 |
Architectures |
arm64, x86_64 |
Definition |
sqlite3/xmake.lua |
Install command
xrepo install -p iphoneos sqlite3
Integration in the project (xmake.lua)
add_requires("sqlite3")
sqlitecpp (iphoneos)
Install command
xrepo install -p iphoneos sqlitecpp
Integration in the project (xmake.lua)
add_requires("sqlitecpp")
stb (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
stb/xmake.lua |
Install command
xrepo install -p iphoneos stb
Integration in the project (xmake.lua)
add_requires("stb")
string-view-lite (iphoneos)
Install command
xrepo install -p iphoneos string-view-lite
Integration in the project (xmake.lua)
add_requires("string-view-lite")
strtk (iphoneos)
Install command
xrepo install -p iphoneos strtk
Integration in the project (xmake.lua)
add_requires("strtk")
swig (iphoneos)
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 |
arm64, x86_64 |
Definition |
swig/xmake.lua |
Install command
xrepo install -p iphoneos swig
Integration in the project (xmake.lua)
add_requires("swig")
t
tabulate (iphoneos)
Install command
xrepo install -p iphoneos tabulate
Integration in the project (xmake.lua)
add_requires("tabulate")
taskflow (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
taskflow/xmake.lua |
Install command
xrepo install -p iphoneos taskflow
Integration in the project (xmake.lua)
add_requires("taskflow")
taywee_args (iphoneos)
Install command
xrepo install -p iphoneos taywee_args
Integration in the project (xmake.lua)
add_requires("taywee_args")
tbox (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
tbox/xmake.lua |
Install command
xrepo install -p iphoneos tbox
Integration in the project (xmake.lua)
add_requires("tbox")
tclap (iphoneos)
Install command
xrepo install -p iphoneos tclap
Integration in the project (xmake.lua)
add_requires("tclap")
termcolor (iphoneos)
Install command
xrepo install -p iphoneos termcolor
Integration in the project (xmake.lua)
add_requires("termcolor")
tetgen (iphoneos)
Install command
xrepo install -p iphoneos tetgen
Integration in the project (xmake.lua)
add_requires("tetgen")
thread-pool (iphoneos)
Install command
xrepo install -p iphoneos thread-pool
Integration in the project (xmake.lua)
add_requires("thread-pool")
thrust (iphoneos)
Install command
xrepo install -p iphoneos thrust
Integration in the project (xmake.lua)
add_requires("thrust")
tiny-process-library (iphoneos)
Install command
xrepo install -p iphoneos tiny-process-library
Integration in the project (xmake.lua)
add_requires("tiny-process-library")
tinycbor (iphoneos)
Install command
xrepo install -p iphoneos tinycbor
Integration in the project (xmake.lua)
add_requires("tinycbor")
tinycrypt (iphoneos)
Install command
xrepo install -p iphoneos tinycrypt
Integration in the project (xmake.lua)
add_requires("tinycrypt")
tinyexpr (iphoneos)
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 |
arm64, x86_64 |
Definition |
tinyexpr/xmake.lua |
Install command
xrepo install -p iphoneos tinyexpr
Integration in the project (xmake.lua)
add_requires("tinyexpr")
tinyexr (iphoneos)
Install command
xrepo install -p iphoneos tinyexr
Integration in the project (xmake.lua)
add_requires("tinyexr")
Install command
xrepo install -p iphoneos tinyformat
Integration in the project (xmake.lua)
add_requires("tinyformat")
tinygltf (iphoneos)
Install command
xrepo install -p iphoneos tinygltf
Integration in the project (xmake.lua)
add_requires("tinygltf")
tinyobjloader (iphoneos)
Install command
xrepo install -p iphoneos tinyobjloader
Integration in the project (xmake.lua)
add_requires("tinyobjloader")
tinyxml (iphoneos)
Install command
xrepo install -p iphoneos tinyxml
Integration in the project (xmake.lua)
add_requires("tinyxml")
tinyxml2 (iphoneos)
Install command
xrepo install -p iphoneos tinyxml2
Integration in the project (xmake.lua)
add_requires("tinyxml2")
tl_expected (iphoneos)
Install command
xrepo install -p iphoneos tl_expected
Integration in the project (xmake.lua)
add_requires("tl_expected")
tl_function_ref (iphoneos)
Install command
xrepo install -p iphoneos tl_function_ref
Integration in the project (xmake.lua)
add_requires("tl_function_ref")
toml++ (iphoneos)
Install command
xrepo install -p iphoneos toml++
Integration in the project (xmake.lua)
add_requires("toml++")
toml11 (iphoneos)
Install command
xrepo install -p iphoneos toml11
Integration in the project (xmake.lua)
add_requires("toml11")
toojpeg (iphoneos)
Install command
xrepo install -p iphoneos toojpeg
Integration in the project (xmake.lua)
add_requires("toojpeg")
trompeloeil (iphoneos)
Install command
xrepo install -p iphoneos trompeloeil
Integration in the project (xmake.lua)
add_requires("trompeloeil")
type_safe (iphoneos)
Install command
xrepo install -p iphoneos type_safe
Integration in the project (xmake.lua)
add_requires("type_safe")
u
uchardet (iphoneos)
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 |
arm64, x86_64 |
Definition |
uchardet/xmake.lua |
Install command
xrepo install -p iphoneos uchardet
Integration in the project (xmake.lua)
add_requires("uchardet")
uni_algo (iphoneos)
Install command
xrepo install -p iphoneos uni_algo
Integration in the project (xmake.lua)
add_requires("uni_algo")
units (iphoneos)
Install command
xrepo install -p iphoneos units
Integration in the project (xmake.lua)
add_requires("units")
unordered_dense (iphoneos)
Install command
xrepo install -p iphoneos unordered_dense
Integration in the project (xmake.lua)
add_requires("unordered_dense")
unzip (iphoneos)
Install command
xrepo install -p iphoneos unzip
Integration in the project (xmake.lua)
add_requires("unzip")
Install command
xrepo install -p iphoneos urdfdom-headers
Integration in the project (xmake.lua)
add_requires("urdfdom-headers")
utest.h (iphoneos)
Install command
xrepo install -p iphoneos utest.h
Integration in the project (xmake.lua)
add_requires("utest.h")
utf8.h (iphoneos)
Install command
xrepo install -p iphoneos utf8.h
Integration in the project (xmake.lua)
add_requires("utf8.h")
utfcpp (iphoneos)
Install command
xrepo install -p iphoneos utfcpp
Integration in the project (xmake.lua)
add_requires("utfcpp")
uvw (iphoneos)
Install command
xrepo install -p iphoneos uvw
Integration in the project (xmake.lua)
add_requires("uvw")
v
vectorial (iphoneos)
Install command
xrepo install -p iphoneos vectorial
Integration in the project (xmake.lua)
add_requires("vectorial")
visit_struct (iphoneos)
Install command
xrepo install -p iphoneos visit_struct
Integration in the project (xmake.lua)
add_requires("visit_struct")
volk (iphoneos)
Install command
xrepo install -p iphoneos volk
Integration in the project (xmake.lua)
add_requires("volk")
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 |
Architectures |
arm64, x86_64 |
Definition |
vulkan-headers/xmake.lua |
Install command
xrepo install -p iphoneos vulkan-headers
Integration in the project (xmake.lua)
add_requires("vulkan-headers")
vulkan-hpp (iphoneos)
Install command
xrepo install -p iphoneos vulkan-hpp
Integration in the project (xmake.lua)
add_requires("vulkan-hpp")
vulkan-memory-allocator (iphoneos)
Install command
xrepo install -p iphoneos vulkan-memory-allocator
Integration in the project (xmake.lua)
add_requires("vulkan-memory-allocator")
vulkan-memory-allocator-hpp (iphoneos)
Install command
xrepo install -p iphoneos vulkan-memory-allocator-hpp
Integration in the project (xmake.lua)
add_requires("vulkan-memory-allocator-hpp")
w
wolfssl (iphoneos)
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 |
v5.3.0-stable |
Architectures |
arm64, x86_64 |
Definition |
wolfssl/xmake.lua |
Install command
xrepo install -p iphoneos wolfssl
Integration in the project (xmake.lua)
add_requires("wolfssl")
x
xbyak (iphoneos)
Description |
A JIT assembler for x86(IA-32)/x64(AMD64, x86-64) MMX/SSE/SSE2/SSE3/SSSE3/SSE4/FPU/AVX/AVX2/AVX-512 by C++ header |
Homepage |
https://github.com/herumi/xbyak |
Versions |
v6.02, v6.03 |
Architectures |
arm64, x86_64 |
Definition |
xbyak/xmake.lua |
Install command
xrepo install -p iphoneos xbyak
Integration in the project (xmake.lua)
add_requires("xbyak")
xlnt (iphoneos)
Install command
xrepo install -p iphoneos xlnt
Integration in the project (xmake.lua)
add_requires("xlnt")
xxhash (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
xxhash/xmake.lua |
Install command
xrepo install -p iphoneos xxhash
Integration in the project (xmake.lua)
add_requires("xxhash")
y
yasm (iphoneos)
Install command
xrepo install -p iphoneos yasm
Integration in the project (xmake.lua)
add_requires("yasm")
yyjson (iphoneos)
Install command
xrepo install -p iphoneos yyjson
Integration in the project (xmake.lua)
add_requires("yyjson")
z
zig (iphoneos)
Description |
Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. |
Homepage |
https://www.ziglang.org/ |
Versions |
0.10.1 |
Architectures |
arm64, x86_64 |
Definition |
zig/xmake.lua |
Install command
xrepo install -p iphoneos zig
Integration in the project (xmake.lua)
add_requires("zig")
zlib (iphoneos)
Description |
A Massively Spiffy Yet Delicately Unobtrusive Compression Library |
Homepage |
http://www.zlib.net |
Versions |
v1.2.10, v1.2.11, v1.2.12, v1.2.13 |
Architectures |
arm64, x86_64 |
Definition |
zlib/xmake.lua |
Install command
xrepo install -p iphoneos zlib
Integration in the project (xmake.lua)
add_requires("zlib")
zlibcomplete (iphoneos)
Install command
xrepo install -p iphoneos zlibcomplete
Integration in the project (xmake.lua)
add_requires("zlibcomplete")
zstd (iphoneos)
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 |
Architectures |
arm64, x86_64 |
Definition |
zstd/xmake.lua |
Install command
xrepo install -p iphoneos zstd
Integration in the project (xmake.lua)
add_requires("zstd")
zycore-c (iphoneos)
Install command
xrepo install -p iphoneos zycore-c
Integration in the project (xmake.lua)
add_requires("zycore-c")