Skip to content

Commit 3831b08

Browse files
authored
Merge pull request ocaml#28050 from mmottl/release-postgresql-5.2.0
[new release] postgresql (5.2.0)
2 parents 2c08fea + bebbe07 commit 3831b08

File tree

1 file changed

+45
-0
lines changed
  • packages/postgresql/postgresql.5.2.0

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
opam-version: "2.0"
2+
synopsis: "Bindings to the PostgreSQL library"
3+
description:
4+
"Postgresql offers library functions for accessing PostgreSQL databases."
5+
maintainer: ["Markus Mottl <[email protected]>"]
6+
authors: [
7+
"Alain Frisch <[email protected]>"
8+
"Markus Mottl <[email protected]>"
9+
"Petter Urkedal <[email protected]>"
10+
]
11+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
12+
homepage: "https://mmottl.github.io/postgresql-ocaml"
13+
doc: "https://mmottl.github.io/postgresql-ocaml/api"
14+
bug-reports: "https://github.com/mmottl/postgresql-ocaml/issues"
15+
depends: [
16+
"dune" {>= "2.7"}
17+
"ocaml" {>= "4.12"}
18+
"dune-configurator"
19+
"conf-postgresql" {build}
20+
"odoc" {with-doc}
21+
]
22+
build: [
23+
["dune" "subst"] {dev}
24+
[
25+
"dune"
26+
"build"
27+
"-p"
28+
name
29+
"-j"
30+
jobs
31+
"@install"
32+
"@runtest" {with-test}
33+
"@doc" {with-doc}
34+
]
35+
]
36+
dev-repo: "git+https://github.com/mmottl/postgresql-ocaml.git"
37+
url {
38+
src:
39+
"https://github.com/mmottl/postgresql-ocaml/releases/download/5.2.0/postgresql-5.2.0.tbz"
40+
checksum: [
41+
"sha256=b94fcaee1bd09631a75330a53d1768777dada5500677fb06aa1dcda88ca02780"
42+
"sha512=efcfbf65fba55b0c90eda97982a3e83f51021b899b032333b51e4908ab6cb77d546c5a10df0986ce4fb86df45c438c3947b37f1751e097c70ace02aff945b469"
43+
]
44+
}
45+
x-commit-hash: "ab0050d77fe5f26532c3af224c8d3a64dcf8b606"

0 commit comments

Comments
 (0)