上传文件至 packages/s/str

This commit is contained in:
KeqingMoe 2025-03-21 02:53:34 +00:00
parent 569179d3c5
commit 561cec3a92

8
packages/s/str/xmake.lua Normal file
View File

@ -0,0 +1,8 @@
package("str")
set_description("基于 C++26/23 与模块的现代字符串库 | Modern String Library Built with C++26/23 and Modules")
add_urls("https://github.com/myrepo/foo.git")
on_install(function(package)
import("package.tools.xmake").install(package, {})
end)