Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent from adding dependencies of OCaml 5 in the lock file (#1076)
If you run `make lock` with an `opam` switch using `OCaml 5`, you got two new packages in the lock files: `base-domains` and `base-nnp`. Not surprisingly, the former requires `OCaml 5`. The latter is an optional dependency for `OCaml 4` so I prevent from adding it too in the lock file.
- Loading branch information