good first issue
仓库指标
- 星标
- (1,882 个星标)
- PR 合并指标
- (平均合并 1天 20小时) (30 天内合并 345 个 PR)
描述
To get rid of -skip-versions, we must extend the boolean language to allow for version comparisions. Operators like ver=, ver>=, etc. would have to be added to blang. Opam already has such version comparing code, so all we need to do is to vendor the appropriate opam library (once it becomes available) to have the same version comparison mechanism.