|
1 | | --- AUTO-GENERATED by mcpp emit xpkg-equivalent (manual seed). |
| 1 | +-- AUTO-GENERATED by `mcpp emit xpkg`-equivalent (manual seed). |
2 | 2 | -- Source: https://github.com/mcpp-community/templates @ v0.0.1 |
| 3 | +-- Form A descriptor: the source repo has its own mcpp.toml, so no |
| 4 | +-- `mcpp = {}` workaround segment is needed. |
3 | 5 | package = { |
4 | | - spec = "1", |
5 | | - name = "mcpplibs.templates", |
| 6 | + spec = "1", |
| 7 | + name = "mcpplibs.templates", |
6 | 8 | description = "Minimal C++23 modular hello library", |
7 | | - licenses = {"Apache-2.0"}, |
8 | | - repo = "https://github.com/mcpp-community/templates", |
9 | | - type = "package", |
| 9 | + licenses = {"Apache-2.0"}, |
| 10 | + repo = "https://github.com/mcpp-community/templates", |
| 11 | + type = "package", |
10 | 12 |
|
11 | 13 | xpm = { |
12 | 14 | linux = { |
13 | 15 | ["0.0.1"] = { |
14 | | - url = "https://github.com/mcpp-community/templates/archive/refs/tags/v0.0.1.tar.gz", |
| 16 | + url = "https://github.com/mcpp-community/templates/archive/refs/tags/v0.0.1.tar.gz", |
15 | 17 | sha256 = "348640a5b8fb09c6392e5487234f426f0d1dd6b1ed46e6644cdec3c9d65e7fd3", |
16 | 18 | }, |
17 | 19 | }, |
18 | 20 | macosx = { |
19 | 21 | ["0.0.1"] = { |
20 | | - url = "https://github.com/mcpp-community/templates/archive/refs/tags/v0.0.1.tar.gz", |
| 22 | + url = "https://github.com/mcpp-community/templates/archive/refs/tags/v0.0.1.tar.gz", |
21 | 23 | sha256 = "348640a5b8fb09c6392e5487234f426f0d1dd6b1ed46e6644cdec3c9d65e7fd3", |
22 | 24 | }, |
23 | 25 | }, |
24 | 26 | windows = { |
25 | 27 | ["0.0.1"] = { |
26 | | - url = "https://github.com/mcpp-community/templates/archive/refs/tags/v0.0.1.tar.gz", |
| 28 | + url = "https://github.com/mcpp-community/templates/archive/refs/tags/v0.0.1.tar.gz", |
27 | 29 | sha256 = "348640a5b8fb09c6392e5487234f426f0d1dd6b1ed46e6644cdec3c9d65e7fd3", |
28 | 30 | }, |
29 | 31 | }, |
30 | 32 | }, |
31 | | - |
32 | | - mcpp = { |
33 | | - schema = "0.1", |
34 | | - language = "c++23", |
35 | | - import_std = true, |
36 | | - modules = { "mcpplibs.templates" }, |
37 | | - deps = { }, |
38 | | - manifest = "mcpp.toml", |
39 | | - }, |
40 | 33 | } |
0 commit comments