-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmcpplibs.llmapi.lua
More file actions
32 lines (31 loc) · 1.22 KB
/
mcpplibs.llmapi.lua
File metadata and controls
32 lines (31 loc) · 1.22 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
-- Form A descriptor: the upstream repo ships its own mcpp.toml from
-- v0.2.4 onwards. mcpp's default-look-up walks the GitHub tarball
-- wrap (`llmapi-<tag>/mcpp.toml`) automatically.
package = {
spec = "1",
name = "mcpplibs.llmapi",
description = "Modern C++ LLM API client with openai-compatible support",
licenses = {"Apache-2.0"},
repo = "https://github.com/mcpplibs/llmapi",
type = "package",
xpm = {
linux = {
["0.2.4"] = {
url = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.4.tar.gz",
sha256 = "b1d204576ee2d2069abdac1a7e25078e605c8fae5b1cdad6cee200946cfed0f0",
},
},
macosx = {
["0.2.4"] = {
url = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.4.tar.gz",
sha256 = "b1d204576ee2d2069abdac1a7e25078e605c8fae5b1cdad6cee200946cfed0f0",
},
},
windows = {
["0.2.4"] = {
url = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.4.tar.gz",
sha256 = "b1d204576ee2d2069abdac1a7e25078e605c8fae5b1cdad6cee200946cfed0f0",
},
},
},
}