forked from mcpplibs/mcpp-index
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtensorvia-cpu.lua
More file actions
31 lines (30 loc) · 1.51 KB
/
Copy pathtensorvia-cpu.lua
File metadata and controls
31 lines (30 loc) · 1.51 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
-- AUTO-GENERATED by `mcpp emit xpkg`. Do not edit by hand.
-- Source: mcpp.toml @ v0.1.1
--
-- Hand-edit on top of the generated file: `mcpp emit xpkg` writes the bare
-- project name and no `namespace`; the `namespace = "aimol"` line below was
-- added when the package was filed into this index, which made `name` the
-- split form and left the package uninstallable (xlings keyed the entry under
-- `tensorvia-cpu` while mcpp asks for `aimol.tensorvia-cpu`). `name` is now
-- the fully-qualified spelling. See mcpp-community/mcpp#278.
package = {
spec = "1",
name = "tensorvia-cpu",
description = "CPU backend of Tensorvia, ported to C++23 modules",
licenses = {"MIT"},
repo = "https://github.com/Aimol-l/Tensorvia-cpu",
type = "package",
namespace = "aimol",
maintainers = {"Aimol-l"},
xpm = {
linux = {
['0.1.1'] = { url = "https://github.com/Aimol-l/Tensorvia-cpu/releases/download/v0.1.1/tensorvia-cpu-0.1.1.tar.gz", sha256 = "3732dd3f43dc540d5e7f9707d60608f465e0bbff8c88064c3f4198cdc5cb28b2" },
},
macosx = {
['0.1.1'] = { url = "https://github.com/Aimol-l/Tensorvia-cpu/releases/download/v0.1.1/tensorvia-cpu-0.1.1.tar.gz", sha256 = "3732dd3f43dc540d5e7f9707d60608f465e0bbff8c88064c3f4198cdc5cb28b2" },
},
windows = {
['0.1.1'] = { url = "https://github.com/Aimol-l/Tensorvia-cpu/releases/download/v0.1.1/tensorvia-cpu-0.1.1.tar.gz", sha256 = "3732dd3f43dc540d5e7f9707d60608f465e0bbff8c88064c3f4198cdc5cb28b2" },
},
},
}