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: "http://ocaml-mysql.forge.ocamlcore.org"
9doc: "http://ocaml-mysql.forge.ocamlcore.org/doc/index.html"
10dev-repo: "git+https://github.com/ygrek/ocaml-mysql.git"
11bug-reports: "https://github.com/ygrek/ocaml-mysql/issues"
12build: [
13 ["./configure" "--prefix" "%{prefix}%"]
14 [make]
15 [make "htdoc"] {with-doc}
16]
17install: [make "install"]
18remove: [
19 ["ocamlfind" "remove" "mysql"]
20]
21depends: [
22 "ocaml"
23 "ocamlfind" {build}
24 "conf-mysql"
25]
26synopsis: "Bindings to libmysqlclient for interacting with mysql databases"
27flags: light-uninstall
28url {
29 src: "https://ygrek.org/p/release/ocaml-mysql/ocaml-mysql-1.2.1.tar.gz"
30 checksum: [
31 "sha256=827a43e1341721eba5afe3acdec3d38bac87ff092918f529b0fc8c7df012ab1a"
32 "md5=776d07219ac3a6ffa000811defd91eb3"
33 ]
34}