-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
45 lines (45 loc) · 1.45 KB
/
project.json
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
40
41
42
43
44
45
{
"$schema": "https://schemas.cute.engineering/stable/cutekit.manifest.project.v1",
"id": "skift-org/karm",
"type": "project",
"version": "v0.4.0",
"description": "A framework for modern C++ application development",
"extern": {
"cute-engineering/ce-heap": {
"git": "https://github.com/cute-engineering/ce-heap.git",
"tag": "v1.1.0"
},
"cute-engineering/ce-mdi": {
"git": "https://github.com/cute-engineering/ce-mdi.git",
"tag": "v0.2.0"
},
"cute-engineering/ce-libc": {
"git": "https://github.com/cute-engineering/ce-libc.git",
"tag": "v1.1.0"
},
"cute-engineering/ce-libm": {
"git": "https://github.com/cute-engineering/ce-libm.git",
"tag": "v1.0.2"
},
"cute-engineering/ce-stdcpp": {
"git": "https://github.com/cute-engineering/ce-stdcpp.git",
"tag": "v1.3.0"
},
"cute-engineering/cat": {
"git": "https://github.com/cute-engineering/cat.git",
"tag": "v0.7.4"
},
"sdl2": {
"description": "A cross-platform development library designed to provide low level access to hardware",
"names": [
"sdl2"
]
},
"uring": {
"description": "Linux io_uring library",
"names": [
"liburing"
]
}
}
}