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 還沒有評估資料。