We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e0b16 commit 38435b5Copy full SHA for 38435b5
dune-project
@@ -24,6 +24,7 @@ Postgresql offers library functions for accessing PostgreSQL databases.")
24
(depends
25
(ocaml (>= 4.08))
26
(dune (>= 1.10))
27
+ dune-configurator
28
(base :build)
29
(stdio :build)
30
(conf-postgresql :build)
postgresql.opam
@@ -23,6 +23,7 @@ description:
23
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "1.10"}
+ "dune-configurator"
"base" {build}
"stdio" {build}
"conf-postgresql" {build}
0 commit comments