Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
29 lines (29 loc) · 732 Bytes

File metadata and controls

29 lines (29 loc) · 732 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
"packages": [
"zig_0_13@latest",
"python@3.12.0",
"cmake@3.28.3",
"ninja@1.11.1",
"python312Packages.pip@latest",
"clang_18@18.1.8",
"gcc@13.3.0"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"configure": [
"python3 waf clean --no_resolve",
"python3 waf configure \"$@\""
],
"build": [
"python3 waf build \"$@\""
],
"format": [
"find ./test ./src \\( -iname '*.c' -o -iname '*.h' -o -iname '*.cpp' -o -iname '*.hpp' \\) -print0 | xargs -0 clang-format -i"
]
}
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.