this repo has no description
1opam-version: "2.0"
2maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
3authors: "Andre Nathan <andrenth@gmail.com>"
4homepage: "https://github.com/ocaml-community/ocaml-mariadb"
5bug-reports: "https://github.com/ocaml-community/ocaml-mariadb/issues"
6license: "MIT"
7dev-repo: "git+https://github.com/ocaml-community/ocaml-mariadb.git"
8synopsis: "OCaml bindings for MariaDB"
9description: "OCaml-MariaDB provides Ctypes-based bindings for MariaDB, including its nonblocking API."
10
11build: [
12 ["dune" "subst"] {dev}
13 ["dune" "build" "-p" name "-j" jobs
14 "@install"
15 "@runtest" {with-test}
16 "@doc" {with-doc}
17 ]
18]
19depends: [
20 "ocaml" {>= "4.07.0"}
21 "ctypes" {>= "0.13.0"}
22 "conf-mariadb"
23 "conf-gcc"
24 "dune" {>= "3.15.0"}
25 "dune-configurator"
26 "async" {with-test}
27 "lwt" {with-test}
28]
29conflicts: [ "ocaml-option-bytecode-only" ]
30url {
31 src:
32 "https://github.com/ocaml-community/ocaml-mariadb/releases/download/1.2.0/mariadb-1.2.0.tbz"
33 checksum: [
34 "sha256=a06643a58924e4fb46c12c85ea1ad56d7d8f3185a8c0873283a1ee4c95a4fa69"
35 "sha512=44e8b43bb439201fbad5b654307c44304e6c9044886160fae36a7e07248b0919d683cb9691e791994f4fe2543517536360edcae429650693a290b80078382de7"
36 ]
37}
38x-commit-hash: "fa7ba4a6a7eea5ebc022bf6df348a4e2e9c2224d"