ocaml/dune

Add support for version comparison

Open

#1,071 opened on Jul 31, 2018

 (3 comments) (0 reactions) (0 assignees)OCaml (478 forks)github user discovery
good first issue

Repository metrics

Stars
 (1,882 stars)
PR merge metrics
 (Avg merge 1d 20h) (345 merged PRs in 30d)

Description

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.

Contributor guide