1 { lib, fetchFromGitHub, buildDunePackage, dune-configurator, postgresql }:
9 minimumOCamlVersion = "4.08";
11 src = fetchFromGitHub {
13 repo = "postgresql-ocaml";
15 sha256 = "1i4pnh2v00i0s7s9pcwz1x6s4xcd77d08gjjkvy0fmda6mqq6ghn";
18 buildInputs = [ dune-configurator postgresql ];
21 description = "Bindings to the PostgreSQL library";
22 license = lib.licenses.lgpl21Plus;
23 maintainers = with lib.maintainers; [ bcc32 ];
24 homepage = "https://mmottl.github.io/postgresql-ocaml";