-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathmcpp.toml
More file actions
38 lines (30 loc) · 756 Bytes
/
mcpp.toml
File metadata and controls
38 lines (30 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[package]
name = "xlings"
version = "0.4.47"
description = "Universal package management infrastructure tool with SubOS isolation"
license = "Apache-2.0"
repo = "https://github.com/openxlings/xlings"
[build]
include_dirs = ["src/libs/json"]
cxxflags = ["-DLIBARCHIVE_STATIC", "-DXLINGS_USE_GTEST_MAIN=1", "-DUNICODE", "-D_UNICODE"]
[targets.xlings]
kind = "bin"
main = "src/main.cpp"
[toolchain]
default = "gcc@16.1.0"
macos = "llvm@20.1.7"
windows = "llvm@20.1.7"
[target.x86_64-linux-musl]
toolchain = "gcc@15.1.0-musl"
linkage = "static"
[dependencies]
ftxui = "6.1.9"
[dependencies.compat]
libarchive = "3.8.7"
[dependencies.mcpplibs]
cmdline = "0.0.2"
xpkg = "0.0.41"
tinyhttps = "0.2.3"
capi.lua = "0.0.3"
[dev-dependencies]
gtest = "1.15.2"