ocamlformat: Add versions 0.15.1 and 0.16.0

This commit is contained in:
Jules Aguillon
2021-01-22 09:10:02 +01:00
committed by Vincent Laporte
parent be14c2084d
commit bf010dac66
3 changed files with 30 additions and 3 deletions
@@ -40,5 +40,13 @@ rec {
version = "0.15.0";
};
ocamlformat = ocamlformat_0_15_0;
ocamlformat_0_15_1 = mkOCamlformat {
version = "0.15.1";
};
ocamlformat_0_16_0 = mkOCamlformat {
version = "0.16.0";
};
ocamlformat = ocamlformat_0_16_0;
}