1 { lib, fetchFromGitHub, nix-update-script, ocamlPackages }:
4 inherit (ocamlPackages) buildDunePackage camomile;
11 src = fetchFromGitHub {
15 sha256 = "sha256-RL80ggcJSJFu2UTECUNP6KufRhR8ZnG7sQeYzhrw37g=";
18 propagatedBuildInputs = [
22 passthru.updateScript = nix-update-script { };
25 homepage = "https://github.com/frama-c/${pname}";
26 description = "Lightweight tool for managing headers in source code files";
27 mainProgram = "headache";
28 license = licenses.lgpl2Plus;
29 maintainers = with maintainers; [ niols ];