1 { lib, buildDunePackage, fetchFromGitHub
2 , menhir, menhirLib, ppx_deriving_yojson, visitors, yojson
9 src = fetchFromGitHub {
13 sha256 = "sha256-fOBaJHHP/Imi9UDLflI52OdKDcmMxpl+NH3pfofmv/o=";
22 propagatedBuildInputs = [
30 homepage = "https://github.com/colis-anr/${pname}";
31 description = "A static parser for POSIX Shell";
32 license = licenses.gpl3Plus;
33 maintainers = with maintainers; [ niols ];