1 { lib, fetchFromGitHub, ocamlPackages }:
4 inherit (ocamlPackages)
16 buildDunePackage rec {
17 pname = "opam-publish";
20 src = fetchFromGitHub {
24 hash = "sha256-7TIBLHpLVzI8Ex01wiQqVPllMZuiiUQsbuGtsNmrW3Q=";
38 homepage = "https://github.com/ocaml-opam/${pname}";
39 description = "Tool to ease contributions to opam repositories";
40 mainProgram = "opam-publish";
41 license = with licenses; [ lgpl21Only ocamlLgplLinkingException ];
42 maintainers = with maintainers; [ niols ];