ocaml/dune

Add support for version comparison

开放

#1,071 创建于 2018年7月31日

 (3 条评论) (0 个反应) (0 位负责人)OCaml (478 个派生)github user discovery
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.

贡献者指南