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://ygrek.org/p/release/ocaml-mariadb/ocaml-mariadb-1.1.5.tar.gz" 26 checksum: [ 27 "md5=9f1bbb99a4ec94beb6141ef77f48fa1f" 28 "sha256=a61a20633fad42f6da2ba7aa99d7838a39248540edfd3284e056e1cb8460c1f0" 29 "sha512=962fc239ed54f6392cd134992ec505f0637a4134b1d6bdb55a7030783a4f3a6b8bc04be02e276ecfed3223402de9872f2cc4a697b21a377db82121d153419281" 30 ] 31 mirrors: "https://github.com/andrenth/ocaml-mariadb/releases/download/1.1.5/ocaml-mariadb-1.1.5.tar.gz" 32}