File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
packages/postgresql/postgresql.5.3.2 Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 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" {>= "5.00"}
18+ "dune-compiledb"
19+ "dune-configurator"
20+ "conf-postgresql" {build}
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.3.2/postgresql-5.3.2.tbz"
41+ checksum: [
42+ "sha256=1c47d22772f8938ff23d7350575d88ff2a3cf0d1f3988162f7bb807bccb157af"
43+ "sha512=9f0ba45e066e7cdbc6429eede7a76955bd924a46db33c0a81dd2eb6a2cb3700a678355235b7891b17baaf227c6f32ad558c6bdac4e61923f13e227fae4e5afe2"
44+ ]
45+ }
46+ x-commit-hash: "eea20fde9aad7d66c9255ac65873302942ede946"
You can’t perform that action at this time.
0 commit comments