ocamlPackages.ocaml-recovery-parser: add update script

This commit is contained in:
José Romildo
2022-10-23 15:06:06 +02:00
committed by Vincent Laporte
parent ccbc7eb29e
commit c9628ed061
@@ -4,6 +4,7 @@
, fix
, menhirLib
, menhirSdk
, gitUpdater
}:
buildDunePackage rec {
@@ -26,6 +27,8 @@ buildDunePackage rec {
menhirSdk
];
passthru.updateScript = gitUpdater { };
meta = with lib; {
description = "A simple fork of OCaml parser with support for error recovery";
homepage = "https://github.com/serokell/ocaml-recovery-parser";