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 7d3d06b commit 285a380Copy full SHA for 285a380
dune-project
@@ -27,5 +27,6 @@
27
(depends
28
(ocaml
29
(>= 4.12))
30
+ dune-compiledb
31
dune-configurator
32
(conf-postgresql :build)))
postgresql.opam
@@ -16,6 +16,7 @@ bug-reports: "https://github.com/mmottl/postgresql-ocaml/issues"
16
depends: [
17
"dune" {>= "2.7"}
18
"ocaml" {>= "4.12"}
19
+ "dune-compiledb"
20
"dune-configurator"
21
"conf-postgresql" {build}
22
"odoc" {with-doc}
0 commit comments