this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis:
4 "OCaml implementation of the native MySQL/MariaDB Protocol with the Bitstring library"
5description:
6 "This library allows you to access the functionality provided by MySQL or MariaDB"
7maintainer: ["Stéphane Legrand"]
8authors: ["Stéphane Legrand"]
9license: "LGPL-3.0-or-later"
10homepage: "https://github.com/slegrand45/mysql_protocol"
11bug-reports: "https://github.com/slegrand45/mysql_protocol/issues"
12depends: [
13 "dune" {>= "2.7"}
14 "num"
15 "ocaml" {>= "4.09.0"}
16 "cryptokit"
17 "ounit2" {with-test}
18 "bitstring" {>= "4.0.1"}
19 "ppx_bitstring" {>= "4.0.1"}
20 "odoc" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/slegrand45/mysql_protocol.git"
37url {
38 src: "https://github.com/slegrand45/mysql_protocol/archive/3.0.2.tar.gz"
39 checksum: [
40 "md5=1a7ead147f8bc63c9265bc6f5cd9c3bd"
41 "sha512=6df3ce7ffdee6feb9e5e56298787e46c7b44d40baabdb2475fc697476eaa04d4dfb33b35a4ac92fc15eeacac23d53cfb63a9fa3b065acfa6fced95dec4790502"
42 ]
43}