Unverified Commit 0fb58839 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #223689 from vbgl/ocaml-ocaml-version-3.6.1

ocamlPackages.ocaml-version: 3.4.0 → 3.6.1
parents f60d1f38 1a10e925
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2,19 +2,19 @@

buildDunePackage rec {
  pname = "ocaml-version";
  version = "3.4.0";
  version = "3.6.1";

  src = fetchurl {
    url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-v${version}.tbz";
    sha256 = "sha256-2MG+tejY67dxC19DTOZqPsi3UrHk1rqHxP4nRSvbiiU=";
    url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-${version}.tbz";
    hash = "sha256-AKCaXUehJ3V8uET1tUDDbIzI8lZv5aygxhIbR21xnTI=";
  };

  checkInputs = [ alcotest ];

  doCheck = true;

  minimumOCamlVersion = "4.07";
  useDune2 = true;
  minimalOCamlVersion = "4.07";
  duneVersion = "3";

  meta = with lib; {
    description = "Manipulate, parse and generate OCaml compiler version strings";
+2 −5
Original line number Diff line number Diff line
@@ -26,11 +26,8 @@ buildDunePackage {
  pname = "ocamlformat";
  inherit src version;

  minimumOCamlVersion = "4.08";

  useDune2 = true;

  strictDeps = true;
  minimalOCamlVersion = "4.08";
  duneVersion = "3";

  nativeBuildInputs = [
    menhir