opam-version: "2.0" maintainer: "Petter A. Urkedal " authors: "Andre Nathan " homepage: "https://github.com/ocaml-community/ocaml-mariadb" bug-reports: "https://github.com/ocaml-community/ocaml-mariadb/issues" license: "MIT" dev-repo: "git+https://github.com/ocaml-community/ocaml-mariadb.git" synopsis: "OCaml bindings for MariaDB" description: "OCaml-MariaDB provides Ctypes-based bindings for MariaDB, including its nonblocking API." build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] depends: [ "ocaml" {>= "4.07.0"} "ctypes" {>= "0.13.0"} "conf-mariadb" "conf-gcc" "dune" {>= "3.15.0"} "dune-configurator" "async" {with-test} "lwt" {with-test} ] conflicts: [ "ocaml-option-bytecode-only" ] url { src: "https://github.com/ocaml-community/ocaml-mariadb/releases/download/1.2.0/mariadb-1.2.0.tbz" checksum: [ "sha256=a06643a58924e4fb46c12c85ea1ad56d7d8f3185a8c0873283a1ee4c95a4fa69" "sha512=44e8b43bb439201fbad5b654307c44304e6c9044886160fae36a7e07248b0919d683cb9691e791994f4fe2543517536360edcae429650693a290b80078382de7" ] } x-commit-hash: "fa7ba4a6a7eea5ebc022bf6df348a4e2e9c2224d"