this repo has no description
1opam-version: "2.0" 2maintainer: "ygrek@autistici.org" 3authors: [ 4 "Christian Lindig <lindig@eecs.harvard.edu>" 5 "Shawn Wagner <shawnw@speakeasy.org>" 6 "ygrek <ygrek@autistici.org>" 7] 8homepage: "https://ygrek.org/p/ocaml-mysql/" 9doc: "https://ygrek.org/p/ocaml-mysql/api/index.html" 10dev-repo: "git+https://github.com/ygrek/ocaml-mysql.git" 11bug-reports: "https://github.com/ygrek/ocaml-mysql/issues" 12license: "LGPL-2.1-only" 13tags: ["org:ygrek"] 14build: [ 15 ["./configure" "--prefix" "%{prefix}%"] 16 [make] 17 [make "htdoc"] {with-doc} 18] 19install: [make "install"] 20depends: [ 21 "ocaml" 22 "ocamlfind" {build} 23 ("conf-mariadb" | "conf-mysql") 24] 25synopsis: 26 "Bindings to C client library for interacting with Mysql/MariaDB/Percona databases" 27url { 28 src: "https://ygrek.org/p/release/ocaml-mysql/ocaml-mysql-1.2.4.tar.gz" 29 checksum: [ 30 "md5=022ec98e702eba2828888d05357a94e0" 31 "sha256=8535a88f74a34dfdb51c4539e4a965b84204273bd04e539a5d729f2536da6c9f" 32 "sha512=d22269cd24a7c2ed1ccf91c6c8a330cf5a8006cb40b368fe2fa90a543a5e01437e884de4d1c2009b7ce7f34fec070f73d98372dfebb0e69c516681731c725e4a" 33 ] 34 mirrors: 35 "https://github.com/ygrek/ocaml-mysql/releases/download/v1.2.4/ocaml-mysql-1.2.4.tar.gz" 36}