请在 2024 年 Clojure 状态调查! 分享您的想法。

欢迎!请参阅 关于 页面了解有关此功能的一些更多信息。

+2
tools.deps
重新分类

当前 tools.deps 的实现允许开发者在项目中指定 git 依赖项,同时如果使用特定的 git 道具,可以省略 git url。

例如,io.github.username/example 将解析为 https://github.com/username/example.git

我请求将 sourcehut 添加到 tools.deps 支持的 git 道具列表中。

Sourcehut git url 的形式为 https://git.sr.ht/~username/example
我建议由维护者自行决定,将工件名称采用 ht.sr.username/example 的形式。

1 个答案

+1

选择
by
我已经提交了,但可能要到周末才会发布预览版。
by
非常感谢您如此迅速地处理此事!
...