aboutcode-org / aboutcode-org/univers
Add support for swift vers range
未关闭
2-next
enhancement
good first issue
- 主要语言
- Python
- 星标
- 50
- 派生
- 29
- PR 合并指标
- 30 天内没有已合并 PR
描述
Swift uses semantic versioning. Refer to the official Swift documentation https://docs.swift.org/package-manager/PackageDescription/PackageDescription.html#version
The following are the native version ranges supported in the Swift manifest and their corresponding vers expression:
| Native | Vers |
| ------------- | ------------- |
| `exact: "1.2.3"` | `vers:swift/1.2.3` |
| `from: "1.2.3"` | `vers:swift/>=1.2.3\|<2.0.0` |
| `"1.2.3"..<"1.2.6"` | `vers:swift/>=1.2.3\|<1.2.6` |
| `"1.2.3"..."1.2.6"` | `vers:swift/>=1.2.3\|<=1.2.6` |
https://docs.swift.org/package-manager/PackageDescription/PackageDescription.html#package-dependency
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。