Skip to content

Commit 11a0632

Browse files
committed
Moved depexts to PostgreSQL configuration package
1 parent 567c60a commit 11a0632

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

postgresql.opam

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,7 @@ depends: [
2222
"base" {build}
2323
"stdio" {build}
2424
"base-bytes"
25-
]
26-
27-
depexts: [
28-
["libpq-dev"] {os-distribution = "debian"}
29-
["database/postgresql96-client"] {os-distribution = "freebsd"}
30-
["database/postgresql96-client"] {os-distribution = "openbsd"}
31-
["libpq-dev"] {os-distribution = "ubuntu"}
32-
["postgresql-devel"] {os-distribution = "centos"}
33-
["postgresql-devel"] {os-distribution = "rhel"}
34-
["postgresql-devel"] {os-distribution = "fedora"}
35-
["postgresql-devel"] {os-distribution = "opensuse"}
36-
["postgresql-dev"] {os-distribution = "alpine"}
37-
["postgresql"] {os = "macos" & os-distribution = "homebrew"}
38-
["postgresql96"] {os = "macos" & os-distribution = "macports"}
25+
"conf-postgresql" {build}
3926
]
4027

4128
synopsis: "Bindings to the PostgreSQL library"

0 commit comments

Comments
 (0)