Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -11056,6 +11056,12 @@ githubId = 47835714; name = "Nintron"; }; niols = { email = "niols@niols.fr"; github = "niols"; githubId = 5920602; name = "Nicolas Jeannerod"; }; nioncode = { email = "nioncode+github@gmail.com"; github = "nioncode"; Loading pkgs/development/ocaml-modules/headache/default.nix 0 → 100644 +24 −0 Original line number Diff line number Diff line { lib, buildDunePackage, fetchFromGitHub, camomile }: buildDunePackage rec { pname = "headache"; version = "1.06"; src = fetchFromGitHub { owner = "frama-c"; repo = pname; rev = "v${version}"; sha256 = "sha256-BA7u09MKYMyspFX8AcAkDVA6UUG5DKAdbIDdt+b3Fc4="; }; duneVersion = "3"; propagatedBuildInputs = [ camomile ]; meta = with lib; { homepage = "https://github.com/frama-c/${pname}"; description = "Lightweight tool for managing headers in source code files"; license = licenses.lgpl2Plus; maintainers = with maintainers; [ niols ]; }; } pkgs/top-level/ocaml-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -609,6 +609,8 @@ let hashcons = callPackage ../development/ocaml-modules/hashcons { }; headache = callPackage ../development/ocaml-modules/headache { }; hex = callPackage ../development/ocaml-modules/hex { }; hidapi = callPackage ../development/ocaml-modules/hidapi { }; Loading Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -11056,6 +11056,12 @@ githubId = 47835714; name = "Nintron"; }; niols = { email = "niols@niols.fr"; github = "niols"; githubId = 5920602; name = "Nicolas Jeannerod"; }; nioncode = { email = "nioncode+github@gmail.com"; github = "nioncode"; Loading
pkgs/development/ocaml-modules/headache/default.nix 0 → 100644 +24 −0 Original line number Diff line number Diff line { lib, buildDunePackage, fetchFromGitHub, camomile }: buildDunePackage rec { pname = "headache"; version = "1.06"; src = fetchFromGitHub { owner = "frama-c"; repo = pname; rev = "v${version}"; sha256 = "sha256-BA7u09MKYMyspFX8AcAkDVA6UUG5DKAdbIDdt+b3Fc4="; }; duneVersion = "3"; propagatedBuildInputs = [ camomile ]; meta = with lib; { homepage = "https://github.com/frama-c/${pname}"; description = "Lightweight tool for managing headers in source code files"; license = licenses.lgpl2Plus; maintainers = with maintainers; [ niols ]; }; }
pkgs/top-level/ocaml-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -609,6 +609,8 @@ let hashcons = callPackage ../development/ocaml-modules/hashcons { }; headache = callPackage ../development/ocaml-modules/headache { }; hex = callPackage ../development/ocaml-modules/hex { }; hidapi = callPackage ../development/ocaml-modules/hidapi { }; Loading