-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.xpkgindex.json
More file actions
232 lines (232 loc) · 5.71 KB
/
Copy path.xpkgindex.json
File metadata and controls
232 lines (232 loc) · 5.71 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
{
"site": {
"title": {
"en": "mcpp Package Index",
"zh": "mcpp 包索引",
"zh-Hant": "mcpp 套件索引"
},
"description": {
"en": "Modular C++23 packages for the mcpp build tool",
"zh": "面向 mcpp 构建工具的模块化 C++23 包",
"zh-Hant": "給 mcpp 建置工具使用的模組化 C++23 套件"
},
"logo": "mcpp index"
},
"links": {
"github": "https://github.com/mcpplibs/mcpp-index",
"website": "https://mcpp.d2learn.org",
"custom": [
{
"label": "mcpp",
"url": "https://github.com/mcpp-community/mcpp"
},
{
"label": "xlings",
"url": "https://github.com/openxlings/xlings"
},
{
"label": {
"en": "xpkg V1 spec",
"zh": "xpkg V1 规范",
"zh-Hant": "xpkg V1 規範"
},
"url": "https://github.com/openxlings/xim-pkgindex/blob/main/docs/V1/xpackage-spec.md"
},
{
"label": {
"en": "mcpp ext",
"zh": "mcpp 扩展字段",
"zh-Hant": "mcpp 擴充欄位"
},
"url": "https://github.com/mcpp-community/mcpp/blob/main/docs/04-schema-xpkg-extension.md"
}
]
},
"about": {
"project_name": "mcpp",
"project_url": "https://github.com/mcpp-community/mcpp",
"description": {
"en": "Modern C++23 build & package management tool — modules-first, xlings-driven, single-binary install",
"zh": "现代 C++23 构建与包管理工具 —— 模块优先、由 xlings 驱动、单文件安装",
"zh-Hant": "現代 C++23 建置與套件管理工具 —— 模組優先、由 xlings 驅動、單一執行檔安裝"
},
"maintainers": [
"mcpp-community"
],
"license": "Apache-2.0"
},
"theme": {
"accent": "#5b46d6",
"style": "auto",
"tones": {
"module": "#5b46d6",
"header": "#52606d",
"tool": "#b8690f"
},
"dark": {
"accent": "#9b8bfa",
"tones": {
"module": "#9b8bfa",
"header": "#a7b6c7",
"tool": "#e0a260"
}
}
},
"pkgs_dir": "pkgs",
"growth": {
"total_label": {
"en": "all packages",
"zh": "全部包",
"zh-Hant": "全部套件"
},
"series": [
{
"label": "import",
"facet": "surface",
"value": "module",
"tone": "module"
},
{
"label": "mcpplibs",
"facet": "namespace",
"value": "mcpplibs"
}
]
},
"base_url": "https://mcpplibs.github.io/mcpp-index",
"languages": [
"en",
"zh",
"zh-Hant"
],
"install_command_template": "mcpp add {ref}@{version}",
"install": {
"primary": {
"label": {
"en": "Install mcpp",
"zh": "安装 mcpp",
"zh-Hant": "安裝 mcpp"
},
"command": "xlings install mcpp -y"
},
"summary": {
"en": "Don't have xlings yet?",
"zh": "还没装 xlings?",
"zh-Hant": "還沒安裝 xlings?"
},
"os": [
{
"id": "unix",
"os": "Linux / macOS",
"command": "curl -fsSL https://d2learn.org/xlings-install.sh | bash"
},
{
"id": "windows",
"os": "Windows · PowerShell",
"command": "irm https://d2learn.org/xlings-install.ps1.txt | iex"
}
]
},
"plugins": [
".xpkgindex/plugins/mcpp.py"
],
"docs": {
"landing": "quick-start",
"entries": [
{
"slug": "quick-start",
"title": {
"en": "Quick start",
"zh": "快速开始",
"zh-Hant": "快速開始"
},
"path": "docs/quick-start.md",
"translations": {
"zh": "docs/zh/quick-start.md"
}
},
{
"slug": "contributing",
"title": {
"en": "Adding a package",
"zh": "新增一个包",
"zh-Hant": "新增一個套件"
},
"path": "docs/README.md",
"translations": {
"zh": "docs/zh/README.md"
}
},
{
"slug": "package-types",
"title": {
"en": "The four library shapes",
"zh": "四种库形态",
"zh-Hant": "四種函式庫形態"
},
"path": "docs/package-types.md",
"translations": {
"zh": "docs/zh/package-types.md"
}
},
{
"slug": "cn-mirror",
"title": {
"en": "CN mirror loop",
"zh": "国内镜像流程",
"zh-Hant": "中國鏡像流程"
},
"path": "docs/cn-mirror.md",
"translations": {
"zh": "docs/zh/cn-mirror.md"
}
},
{
"slug": "repository-and-schema",
"title": "Repository & schema",
"path": "docs/repository-and-schema.md"
}
],
"cta": {
"eyebrow": {
"en": "New here?",
"zh": "第一次用?",
"zh-Hant": "第一次用?"
},
"title": {
"en": "Quick start",
"zh": "快速开始",
"zh-Hant": "快速開始"
},
"description": {
"en": "Install mcpp, create a project, add a library from this index, run it.",
"zh": "装好 mcpp,建个项目,从索引里加一个库,跑起来。",
"zh-Hant": "裝好 mcpp,建個專案,從索引裡加一個函式庫,跑起來。"
},
"lines": [
"mcpp new hello",
"mcpp add nlohmann.json@3.12.0",
"mcpp run"
],
"action": {
"en": "Read the guide",
"zh": "看指南",
"zh-Hant": "看指南"
}
}
},
"ecosystem": {
"owners": [
"mcpplibs",
"mcpp-community",
"openxlings",
"d2learn",
"Sunrisepeak"
],
"repos": [
"mcpp-community/mcpp",
"openxlings/xlings",
"mcpplibs/mcpp-index"
]
}
}