-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.toml
More file actions
39 lines (35 loc) · 1.21 KB
/
Copy pathpixi.toml
File metadata and controls
39 lines (35 loc) · 1.21 KB
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
39
[workspace]
authors = ["matovitch <camille.brugel@laposte.net>"]
channels = ["conda-forge", "https://prefix.dev/tup",
"https://prefix.dev/libcmp",
"https://prefix.dev/libwamr"]
name = "dmit"
platforms = ["linux-64"]
version = "0.1.0"
[tasks]
setup = "tup init"
compiledb = "tup compiledb"
test = "bash -lc '. \"$PIXI_PROJECT_ROOT/env.sh\"; test'"
vgtest = "bash -lc '. \"$PIXI_PROJECT_ROOT/env.sh\"; vgtest'"
make-digraph = "bash -lc '. \"$PIXI_PROJECT_ROOT/env.sh\"; makeDigraph'"
clean-source = "bash -lc '. \"$PIXI_PROJECT_ROOT/env.sh\"; cleanSource'"
dmit-start = "bash -lc '. \"$PIXI_PROJECT_ROOT/env.sh\"; dmitStart'"
dmit-stop = "bash -lc '. \"$PIXI_PROJECT_ROOT/env.sh\"; dmitClient --stop'"
[dependencies]
tup = ">=0.8.1,<0.9"
clangxx = ">=22.1.0,<23"
doctest = ">=2.5.1,<3"
lld = ">=22.1.2,<23"
sqlite = ">=3.52.0,<4"
nng = ">=1.11,<2"
libcmp = ">=20.1,<21"
libwamr = ">=2.4.4,<3"
clang-tools = ">=22.1.0,<23"
python = ">=3.14.3,<3.15"
wabt = ">=1.0.40,<2"
valgrind = ">=3.26.0,<4"
graphviz = ">=14.1.2,<15"
dos2unix = ">=7.5.4,<8"
bash = ">=5.2.37,<6"
[pypi-dependencies]
ydiff = ">=1.5, <2"