this repo has no description
1opam-version: "2.0" 2maintainer: "Andre Nathan <andrenth@gmail.com>" 3authors: "Andre Nathan <andrenth@gmail.com>" 4homepage: "https://github.com/andrenth/ocaml-mariadb" 5bug-reports: "https://github.com/andrenth/ocaml-mariadb/issues" 6license: "MIT" 7dev-repo: "git+https://github.com/andrenth/ocaml-mariadb.git" 8synopsis: "OCaml bindings for MariaDB" 9description: "OCaml-MariaDB provides Ctypes-based bindings for MariaDB, including its nonblocking API." 10 11build: [ 12 ["./configure" "--prefix=%{prefix}%"] 13 [make] 14] 15install: [make "install"] 16depends: [ 17 "ocaml" {>= "4.07.0" & < "5.0"} 18 "ocamlfind" {build} 19 "ocamlbuild" {build} 20 "ctypes" {>= "0.7.0" & < "0.21.0"} 21 "conf-mariadb" 22 "conf-gcc" 23] 24url { 25 src: "https://github.com/andrenth/ocaml-mariadb/releases/download/1.1.6/ocaml-mariadb-1.1.6.tar.gz" 26 checksum: [ 27 "md5=f4fd401ed2aad2a448e15d45517e85dc" 28 "sha256=dff0b51b3ea5b94cd2ee86ae74b9431cc4fa241dafe4e75b2d5cc986d6b21c63" 29 "sha512=52d5d2d8578dfa81748b2e24eefb06e9a0b7bbfd3ef43aed40eb0e02ddd122cb229f7bea8e7eb7fa8d17f5433dc13db58c1fe74c0992aabb01006c2f265dcf92" 30 ] 31}