Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-03-07 12:20:40 +00:00
committed by GitHub
45 changed files with 746 additions and 660 deletions
@@ -1,6 +1,7 @@
{ stdenv, lib, fetchurl, ocaml, findlib }:
if !lib.versionAtLeast ocaml.version "4.02"
|| lib.versionAtLeast ocaml.version "4.12"
then throw "dune is not available for OCaml ${ocaml.version}"
else