This is a mirror page, please see the original page:
https://xrepo.xmake.io/#/packages/cross
a
autoconf (cross)
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 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
autoconf/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] autoconf
Integration in the project (xmake.lua)
add_requires("autoconf")
automake (cross)
Description |
A tool for automatically generating Makefile.in files compliant with the GNU Coding Standards. |
Homepage |
https://www.gnu.org/software/automake/ |
Versions |
1.15.1, 1.16.1, 1.9.5, 1.9.6 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
automake/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] automake
Integration in the project (xmake.lua)
add_requires("automake")
b
bin2c (cross)
Description |
A simple utility for converting a binary file to a c application |
Homepage |
https://github.com/gwilymk/bin2c |
Versions |
0.0.1 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
bin2c/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] bin2c
Integration in the project (xmake.lua)
add_requires("bin2c")
binutils (cross)
Description |
GNU binary tools for native development |
Homepage |
https://www.gnu.org/software/binutils/binutils.html |
License |
GPL-2.0 |
Versions |
2.34 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
binutils/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] binutils
Integration in the project (xmake.lua)
add_requires("binutils")
brotli (cross)
Description |
Brotli compression format. |
Homepage |
https://github.com/google/brotli |
Versions |
1.0.9 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
brotli/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] brotli
Integration in the project (xmake.lua)
add_requires("brotli")
brynet (cross)
Description |
Header Only Cross platform high performance TCP network library using C++ 11 |
Homepage |
https://github.com/IronsDu/brynet |
Versions |
1.0.9 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
brynet/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] brynet
Integration in the project (xmake.lua)
add_requires("brynet")
c
catch2 (cross)
Description |
Catch2 is a multi-paradigm test framework for C++. which also supports Objective-C (and maybe C). |
Homepage |
https://github.com/catchorg/Catch2 |
Versions |
2.9.2 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
catch2/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] catch2
Integration in the project (xmake.lua)
add_requires("catch2")
cereal (cross)
Description |
cereal is a header-only C++11 serialization library. |
Homepage |
https://uscilab.github.io/cereal/index.html |
License |
BSD-3-Clause |
Versions |
1.3.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
cereal/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] cereal
Integration in the project (xmake.lua)
add_requires("cereal")
cgetopt (cross)
Description |
A GNU getopt() implementation written in pure C. |
Homepage |
https://github.com/xq114/cgetopt/ |
Versions |
1.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
cgetopt/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] cgetopt
Integration in the project (xmake.lua)
add_requires("cgetopt")
clara (cross)
Description |
A simple to use, composable, command line parser for C++ 11 and beyond. |
Homepage |
https://github.com/catchorg/Clara |
License |
BSL-1.0 |
Versions |
1.1.5 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
clara/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] clara
Integration in the project (xmake.lua)
add_requires("clara")
cmake (cross)
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 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
cmake/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] cmake
Integration in the project (xmake.lua)
add_requires("cmake")
concurrentqueue (cross)
Description |
An industrial-strength lock-free queue for C++. |
Homepage |
https://github.com/cameron314/concurrentqueue |
Versions |
|
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
concurrentqueue/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] concurrentqueue
Integration in the project (xmake.lua)
add_requires("concurrentqueue")
cpp-taskflow (cross)
Description |
A fast C++ header-only library to help you quickly write parallel programs with complex task dependencies |
Homepage |
https://cpp-taskflow.github.io/ |
Versions |
2.2.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
cpp-taskflow/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] cpp-taskflow
Integration in the project (xmake.lua)
add_requires("cpp-taskflow")
cxxopts (cross)
Description |
Lightweight C++ command line option parser |
Homepage |
https://github.com/jarro2783/cxxopts |
Versions |
v2.2.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
cxxopts/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] cxxopts
Integration in the project (xmake.lua)
add_requires("cxxopts")
d
doctest (cross)
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 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
doctest/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] doctest
Integration in the project (xmake.lua)
add_requires("doctest")
e
expected (cross)
Description |
C++11/14/17 std::expected with functional-style extensions |
Homepage |
https://github.com/TartanLlama/expected |
License |
CC0 |
Versions |
v1.0.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
expected/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] expected
Integration in the project (xmake.lua)
add_requires("expected")
f
fmt (cross)
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 |
5.3.0, 6.0.0, 6.2.0, 7.1.3 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
fmt/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] fmt
Integration in the project (xmake.lua)
add_requires("fmt")
g
glm (cross)
Description |
OpenGL Mathematics (GLM) |
Homepage |
https://glm.g-truc.net/ |
Versions |
0.9.9+8 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
glm/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] glm
Integration in the project (xmake.lua)
add_requires("glm")
gn (cross)
Description |
GN is a meta-build system that generates build files for Ninja. |
Homepage |
https://gn.googlesource.com/gn |
Versions |
20201128 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
gn/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] gn
Integration in the project (xmake.lua)
add_requires("gn")
gtest (cross)
Description |
Google Testing and Mocking Framework. |
Homepage |
https://github.com/google/googletest |
Versions |
1.10.0, 1.8.1 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
gtest/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] gtest
Integration in the project (xmake.lua)
add_requires("gtest")
h
hopscotch-map (cross)
Description |
A C++ implementation of a fast hash map and hash set using hopscotch hashing |
Homepage |
https://github.com/Tessil/hopscotch-map |
Versions |
v2.3.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
hopscotch-map/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] hopscotch-map
Integration in the project (xmake.lua)
add_requires("hopscotch-map")
http_parser (cross)
Description |
Parser for HTTP messages written in C. |
Homepage |
https://github.com/nodejs/http-parser |
Versions |
v2.9.4 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
http_parser/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] http_parser
Integration in the project (xmake.lua)
add_requires("http_parser")
i
inja (cross)
Description |
A Template Engine for Modern C++ |
Homepage |
https://pantor.github.io/inja/ |
Versions |
v2.1.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
inja/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] inja
Integration in the project (xmake.lua)
add_requires("inja")
ip2region (cross)
Description |
IP address region search library. |
Homepage |
https://github.com/lionsoul2014/ip2region |
License |
Apache-2.0 |
Versions |
v2020.10.31 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
ip2region/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] ip2region
Integration in the project (xmake.lua)
add_requires("ip2region")
irrXML (cross)
Description |
High speed and easy-to-use XML Parser for C++ |
Homepage |
https://sourceforge.net/projects/irrlicht/ |
Versions |
1.2 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
irrXML/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] irrXML
Integration in the project (xmake.lua)
add_requires("irrXML")
irrxml (cross)
Description |
High speed and easy-to-use XML Parser for C++ |
Homepage |
https://sourceforge.net/projects/irrlicht/ |
Versions |
1.2 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
irrxml/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] irrxml
Integration in the project (xmake.lua)
add_requires("irrxml")
j
jsoncons (cross)
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 |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
jsoncons/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] jsoncons
Integration in the project (xmake.lua)
add_requires("jsoncons")
jsoncpp (cross)
Description |
A C++ library for interacting with JSON. |
Homepage |
https://github.com/open-source-parsers/jsoncpp/wiki |
Versions |
1.9.4 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
jsoncpp/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] jsoncpp
Integration in the project (xmake.lua)
add_requires("jsoncpp")
k
kcp (cross)
Description |
A Fast and Reliable ARQ Protocol. |
Homepage |
https://github.com/skywind3000/kcp |
Versions |
1.7 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
kcp/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] kcp
Integration in the project (xmake.lua)
add_requires("kcp")
l
libcurl (cross)
Description |
The multiprotocol file transfer library. |
Homepage |
https://curl.haxx.se/ |
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 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
libcurl/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] libcurl
Integration in the project (xmake.lua)
add_requires("libcurl")
libjpeg (cross)
Description |
A widely used C library for reading and writing JPEG image files. |
Homepage |
http://ijg.org/ |
Versions |
v9b, v9c, v9d |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
libjpeg/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] libjpeg
Integration in the project (xmake.lua)
add_requires("libjpeg")
libogg (cross)
Description |
Ogg Bitstream Library |
Homepage |
https://www.xiph.org/ogg/ |
Versions |
1.3.4 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
libogg/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] libogg
Integration in the project (xmake.lua)
add_requires("libogg")
libplist (cross)
Description |
Library for Apple Binary- and XML-Property Lists |
Homepage |
https://www.libimobiledevice.org/ |
License |
LGPL-2.1 |
Versions |
2.2.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
libplist/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] libplist
Integration in the project (xmake.lua)
add_requires("libplist")
libpng (cross)
Description |
The official PNG reference library |
Homepage |
http://www.libpng.org/pub/png/libpng.html |
License |
libpng-2.0 |
Versions |
v1.6.34, v1.6.35, v1.6.36, v1.6.37 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
libpng/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] libpng
Integration in the project (xmake.lua)
add_requires("libpng")
Description |
A generic library support script. |
Homepage |
https://www.gnu.org/software/libtool/ |
Versions |
2.4.5, 2.4.6 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
libtool/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] libtool
Integration in the project (xmake.lua)
add_requires("libtool")
llhttp (cross)
Description |
Port of http_parser to llparse |
Homepage |
https://github.com/nodejs/llhttp |
License |
MIT |
Versions |
v3.0.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
llhttp/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] llhttp
Integration in the project (xmake.lua)
add_requires("llhttp")
lyra (cross)
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 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
lyra/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] lyra
Integration in the project (xmake.lua)
add_requires("lyra")
lz4 (cross)
Description |
LZ4 - Extremely fast compression |
Homepage |
https://www.lz4.org/ |
Versions |
v1.9.3 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
lz4/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] lz4
Integration in the project (xmake.lua)
add_requires("lz4")
lzo (cross)
Description |
LZO is a portable lossless data compression library written in ANSI C. |
Homepage |
http://www.oberhumer.com/opensource/lzo |
License |
GPL-2.0 |
Versions |
2.10 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
lzo/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] lzo
Integration in the project (xmake.lua)
add_requires("lzo")
m
m4 (cross)
Description |
Macro processing language |
Homepage |
https://www.gnu.org/software/m4 |
Versions |
1.4.18 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
m4/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] m4
Integration in the project (xmake.lua)
add_requires("m4")
make (cross)
Description |
GNU make tool. |
Homepage |
https://www.gnu.org/software/make/ |
Versions |
4.2.1 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
make/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] make
Integration in the project (xmake.lua)
add_requires("make")
meson (cross)
Description |
Fast and user friendly build system. |
Homepage |
https://mesonbuild.com/ |
Versions |
0.50.1, 0.56.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
meson/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] meson
Integration in the project (xmake.lua)
add_requires("meson")
n
nasm (cross)
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 |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
nasm/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] nasm
Integration in the project (xmake.lua)
add_requires("nasm")
ninja (cross)
Description |
Small build system for use with gyp or CMake. |
Homepage |
https://ninja-build.org/ |
Versions |
1.10.1, 1.9.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
ninja/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] ninja
Integration in the project (xmake.lua)
add_requires("ninja")
nlohmann_json (cross)
Description |
JSON for Modern C++ |
Homepage |
https://nlohmann.github.io/json/ |
Versions |
v3.9.1 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
nlohmann_json/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] nlohmann_json
Integration in the project (xmake.lua)
add_requires("nlohmann_json")
o
openssl (cross)
Description |
A robust, commercial-grade, and full-featured toolkit for TLS and SSL. |
Homepage |
https://www.openssl.org/ |
Versions |
1.0.0, 1.0.2u, 1.1.0l, 1.1.1h |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
openssl/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] openssl
Integration in the project (xmake.lua)
add_requires("openssl")
p
patch (cross)
Description |
GNU patch, which applies diff files to original files. |
Homepage |
http://www.gnu.org/software/patch/patch.html |
Versions |
2.7.6 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
patch/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] patch
Integration in the project (xmake.lua)
add_requires("patch")
pkg-config (cross)
Description |
A helper tool used when compiling applications and libraries. |
Homepage |
https://freedesktop.org/wiki/Software/pkg-config/ |
Versions |
0.29.2 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
pkg-config/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] pkg-config
Integration in the project (xmake.lua)
add_requires("pkg-config")
protoc (cross)
Description |
Google's data interchange format compiler |
Homepage |
https://developers.google.com/protocol-buffers/ |
Versions |
3.8.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
protoc/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] protoc
Integration in the project (xmake.lua)
add_requires("protoc")
pybind11 (cross)
Description |
Seamless operability between C++11 and Python. |
Homepage |
https://github.com/pybind/pybind11 |
Versions |
2.5.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
pybind11/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] pybind11
Integration in the project (xmake.lua)
add_requires("pybind11")
python (cross)
Description |
The python programming language. |
Homepage |
https://www.python.org/ |
Versions |
2.7.15, 2.7.18, 3.7.0, 3.8.1, 3.8.5 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
python/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] python
Integration in the project (xmake.lua)
add_requires("python")
python2 (cross)
Description |
The python programming language. |
Homepage |
https://www.python.org/ |
Versions |
2.7.15, 2.7.18 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
python2/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] python2
Integration in the project (xmake.lua)
add_requires("python2")
r
rapidjson (cross)
Description |
RapidJSON is a JSON parser and generator for C++. |
Homepage |
https://github.com/Tencent/rapidjson |
Versions |
v1.1.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
rapidjson/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] rapidjson
Integration in the project (xmake.lua)
add_requires("rapidjson")
s
spdlog (cross)
Description |
Fast C++ logging library. |
Homepage |
https://github.com/gabime/spdlog |
Versions |
1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
spdlog/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] spdlog
Integration in the project (xmake.lua)
add_requires("spdlog")
stb (cross)
Description |
single-file public domain (or MIT licensed) libraries for C/C++ |
Homepage |
https://github.com/nothings/stb |
Versions |
0.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
stb/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] stb
Integration in the project (xmake.lua)
add_requires("stb")
t
tbox (cross)
Description |
A glib-like multi-platform c library |
Homepage |
http://www.tboox.org |
Versions |
v1.6.2, v1.6.3, v1.6.4, v1.6.5 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
tbox/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] tbox
Integration in the project (xmake.lua)
add_requires("tbox")
Description |
Minimal, type safe printf replacement library for C++ |
Homepage |
https://github.com/c42f/tinyformat/ |
Versions |
2.3.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
tinyformat/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] tinyformat
Integration in the project (xmake.lua)
add_requires("tinyformat")
tmxparser (cross)
Description |
C++11 library for parsing the maps generated by Tiled Map Editor |
Homepage |
https://github.com/sainteos/tmxparser |
Versions |
2.2.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
tmxparser/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] tmxparser
Integration in the project (xmake.lua)
add_requires("tmxparser")
y
yasm (cross)
Description |
Modular BSD reimplementation of NASM. |
Homepage |
https://yasm.tortall.net/ |
Versions |
1.3.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
yasm/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] yasm
Integration in the project (xmake.lua)
add_requires("yasm")
yyjson (cross)
Description |
The fastest JSON library in C. |
Homepage |
https://github.com/ibireme/yyjson |
Versions |
0.2.0 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
yyjson/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] yyjson
Integration in the project (xmake.lua)
add_requires("yyjson")
z
zlib (cross)
Description |
A Massively Spiffy Yet Delicately Unobtrusive Compression Library |
Homepage |
http://www.zlib.net |
Versions |
1.2.10, 1.2.11 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
zlib/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] zlib
Integration in the project (xmake.lua)
add_requires("zlib")
zstd (cross)
Description |
Zstandard - Fast real-time compression algorithm |
Homepage |
https://www.zstd.net/ |
Versions |
v1.4.5 |
Architectures |
arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
Definition |
zstd/xmake.lua |
Install command
xrepo install -p cross [--sdk=/xxx] zstd
Integration in the project (xmake.lua)
add_requires("zstd")