Loading pkgs/development/ocaml-modules/htmlit/default.nix 0 → 100644 +24 −0 Original line number Diff line number Diff line { lib, fetchurl, buildTopkgPackage, }: buildTopkgPackage rec { pname = "htmlit"; version = "0.2.0"; minimalOCamlVersion = "4.14.0"; src = fetchurl { url = "https://erratique.ch/software/htmlit/releases/htmlit-${version}.tbz"; hash = "sha256-i+7gYle8G2y78GeoAnlNY5dpdONLhltuswusCbMmB/c="; }; meta = { description = "HTML generation combinators for OCaml"; homepage = "https://erratique.ch/software/htmlit"; license = lib.licenses.isc; maintainers = with lib.maintainers; [ redianthus ]; }; } pkgs/top-level/ocaml-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -817,6 +817,8 @@ let hpack = callPackage ../development/ocaml-modules/hpack { }; htmlit = callPackage ../development/ocaml-modules/htmlit { }; http = callPackage ../development/ocaml-modules/cohttp/http.nix { }; http-mirage-client = callPackage ../development/ocaml-modules/http-mirage-client { }; Loading Loading
pkgs/development/ocaml-modules/htmlit/default.nix 0 → 100644 +24 −0 Original line number Diff line number Diff line { lib, fetchurl, buildTopkgPackage, }: buildTopkgPackage rec { pname = "htmlit"; version = "0.2.0"; minimalOCamlVersion = "4.14.0"; src = fetchurl { url = "https://erratique.ch/software/htmlit/releases/htmlit-${version}.tbz"; hash = "sha256-i+7gYle8G2y78GeoAnlNY5dpdONLhltuswusCbMmB/c="; }; meta = { description = "HTML generation combinators for OCaml"; homepage = "https://erratique.ch/software/htmlit"; license = lib.licenses.isc; maintainers = with lib.maintainers; [ redianthus ]; }; }
pkgs/top-level/ocaml-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -817,6 +817,8 @@ let hpack = callPackage ../development/ocaml-modules/hpack { }; htmlit = callPackage ../development/ocaml-modules/htmlit { }; http = callPackage ../development/ocaml-modules/cohttp/http.nix { }; http-mirage-client = callPackage ../development/ocaml-modules/http-mirage-client { }; Loading