xrepo 如何查询一个包的所有版本? #5225
Closed
zchrissirhcz
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用官方 xrepo 仓库, 也就是全都是默认配置。
目前只能查询到最新版,例如:
结果为:
但是我看到 https://github.com/xmake-io/xmake-repo/blob/dev/packages/o/opencv/xmake.lua
这里写了很多版本, 比如 3.4.9, 4.9.0 等。 比如我一个月前的项目用的 opencv 4.9.0, 在新电脑上想安装同样的依赖库, 而不是安装最新的 4.10.0 版本。 在不写 xmake.lua 的情况下, 使用 xrepo 命令能否做到?
Beta Was this translation helpful? Give feedback.
All reactions