Unverified Commit 0c36e365 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocaml-top: use Dune 3

parent e138708d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@ with ocamlPackages; buildDunePackage rec {
  pname = "ocaml-top";
  version = "1.2.0";

  duneVersion = "3";

  src = fetchFromGitHub {
    owner = "OCamlPro";
    repo = "ocaml-top";