Skip to content

Commit

Permalink
Merge pull request #21195 from slegrand45/opam-publish-mysql_protocol…
Browse files Browse the repository at this point in the history
….3.0.3

Package mysql_protocol.3.0.3
  • Loading branch information
mseri committed Apr 13, 2022
2 parents a2baa57 + 424dfd3 commit 2ed4a9d
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/mysql_protocol/mysql_protocol.3.0.3/opam
@@ -0,0 +1,43 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"OCaml implementation of the native MySQL/MariaDB Protocol with the Bitstring library"
description:
"This library allows you to access the functionality provided by MySQL or MariaDB"
maintainer: ["Stéphane Legrand"]
authors: ["Stéphane Legrand"]
license: "LGPL-3.0-or-later"
homepage: "https://github.com/slegrand45/mysql_protocol"
bug-reports: "https://github.com/slegrand45/mysql_protocol/issues"
depends: [
"dune" {>= "2.7"}
"num"
"ocaml" {>= "4.09.0"}
"cryptokit"
"ounit2" {with-test}
"bitstring" {>= "4.0.1"}
"ppx_bitstring" {>= "4.0.1"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/slegrand45/mysql_protocol.git"
url {
src: "https://github.com/slegrand45/mysql_protocol/archive/3.0.3.tar.gz"
checksum: [
"md5=25881ffc4a6c0e974703d014b6b38a42"
"sha512=60ee821bfeaaf7996d803f560d87f171e5205cd41494cc5579d8e794755b1f1747e7c7da9d83b6e4c73ebe41d680a2306db2d26b72467c7d8789573da37f246c"
]
}

0 comments on commit 2ed4a9d

Please sign in to comment.