this repo has no description
1opam-version: "2.0"
2maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
3authors: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
4#homepage: "https://forge.ocamlcore.org/projects/ocamlodbc/"
5#bug-reports: "https://forge.ocamlcore.org/tracker/?group_id=231"
6#license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
7build: [
8 ["./configure" "--prefix=%{prefix}%"]
9 [make]
10]
11remove: [
12 ["ocamlfind" "remove" "odbc"]
13]
14depends: ["ocaml" "ocamlfind"]
15depexts: [
16 ["unixodbc-dev"] {os-family = "debian"}
17 ["unixodbc"] {os = "macos" & os-distribution = "homebrew"}
18]
19install: [make "findlib_install"]
20synopsis: "Interface to various ODBC drivers"
21description: """
22Supported ODBC drivers include PostgreSQL, MySQL, unixODBC, DB2 and
23OPENINGRES. They require the installation of the corresponding C
24libraries before compiling this package."""
25flags: light-uninstall
26url {
27 src:
28 "https://download.ocamlcore.org/ocamlodbc/ocaml-odbc/3.0/ocaml-odbc-3.0.tar.gz"
29 checksum: [
30 "sha256=71d86e8739120c86ccfb04a86832b55ecf685a825a39a4a6d033dac5c093b03f"
31 "md5=2399d644496c8bfacc674aa84910b84e"
32 ]
33}