Skip to content

Commit 446b104

Browse files
committed
llmapi: add 0.2.8 (project templates)
GLOBAL: GitHub tag tarball (sha256 verified). CN: gitcode mcpp-res release asset, byte-identical per mirror convention. 0.2.8 ships templates/ (openai default, chat, anthropic, deepseek) consumed by `mcpp new <name> --template llmapi` (needs mcpp > 0.0.52 for the namespaced template fetch fix, mcpp-community/mcpp#130). 0.2.7 is skipped: its default template did not compile under import std.
1 parent c72a4f7 commit 446b104

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

pkgs/l/llmapi.lua

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ package = {
3333
},
3434
sha256 = "d4aedb04d695c6bbf5685fad79185642aec4a48e8b4211275b752294c3eb43cc",
3535
},
36+
["0.2.8"] = {
37+
url = {
38+
GLOBAL = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.8.tar.gz",
39+
CN = "https://gitcode.com/mcpp-res/llmapi/releases/download/0.2.8/llmapi-0.2.8.tar.gz",
40+
},
41+
sha256 = "0f8ccc93d15a4d4eba9d1f2655c15fc394bf13ba2ee918b8de051127f2f1065d",
42+
},
3643
},
3744
macosx = {
3845
["0.2.4"] = {
@@ -56,6 +63,13 @@ package = {
5663
},
5764
sha256 = "d4aedb04d695c6bbf5685fad79185642aec4a48e8b4211275b752294c3eb43cc",
5865
},
66+
["0.2.8"] = {
67+
url = {
68+
GLOBAL = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.8.tar.gz",
69+
CN = "https://gitcode.com/mcpp-res/llmapi/releases/download/0.2.8/llmapi-0.2.8.tar.gz",
70+
},
71+
sha256 = "0f8ccc93d15a4d4eba9d1f2655c15fc394bf13ba2ee918b8de051127f2f1065d",
72+
},
5973
},
6074
windows = {
6175
["0.2.4"] = {
@@ -79,6 +93,13 @@ package = {
7993
},
8094
sha256 = "d4aedb04d695c6bbf5685fad79185642aec4a48e8b4211275b752294c3eb43cc",
8195
},
96+
["0.2.8"] = {
97+
url = {
98+
GLOBAL = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.8.tar.gz",
99+
CN = "https://gitcode.com/mcpp-res/llmapi/releases/download/0.2.8/llmapi-0.2.8.tar.gz",
100+
},
101+
sha256 = "0f8ccc93d15a4d4eba9d1f2655c15fc394bf13ba2ee918b8de051127f2f1065d",
102+
},
82103
},
83104
},
84105
}

0 commit comments

Comments
 (0)