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