Skip to content

Commit 9d42b78

Browse files
authored
Merge pull request ocaml#26964 from mmottl/release-postgresql-5.1.1
[new release] postgresql (5.1.1)
2 parents 4be9b44 + 4b88362 commit 9d42b78

File tree

1 file changed

+46
-0
lines changed
  • packages/postgresql/postgresql.5.1.1

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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+
"base-bytes"
21+
"odoc" {with-doc}
22+
]
23+
build: [
24+
["dune" "subst"] {dev}
25+
[
26+
"dune"
27+
"build"
28+
"-p"
29+
name
30+
"-j"
31+
jobs
32+
"@install"
33+
"@runtest" {with-test}
34+
"@doc" {with-doc}
35+
]
36+
]
37+
dev-repo: "git+https://github.com/mmottl/postgresql-ocaml.git"
38+
url {
39+
src:
40+
"https://github.com/mmottl/postgresql-ocaml/releases/download/5.1.1/postgresql-5.1.1.tbz"
41+
checksum: [
42+
"sha256=ed6bbfcdc65ebeffa8e003e27d41f913aede8f8a359d20064cb51fa8320373dd"
43+
"sha512=1ed5918393a219e007e050b0e165481565e4ec6bd9dea84633dfe1ebbc32876bb040199c9c29356a84ad0f043c60a020b9d3ab46d4e682d85fd63914e114e7ff"
44+
]
45+
}
46+
x-commit-hash: "7f65e09c242e67e31de5516c0054e5a71eb007ef"

0 commit comments

Comments
 (0)