opam-version: "2.0"
authors: ["Arena Developers <silver-snakes@arena.io>"]
maintainer: "silver-snakes@arena.io"
homepage: "https://github.com/arenadotio/ocaml-mssql"
dev-repo: "git+https://github.com/arenadotio/ocaml-mssql.git"
bug-reports: "https://github.com/arenadotio/ocaml-mssql/issues"
doc: "https://arenadotio.github.io/ocaml-mssql/doc"
synopsis: "Async SQL Server client using FreeTDS"
description: "Mssql wraps FreeTDS in a nicer and safer interface, with support for parameterized queries, thread-based async IO, and a thread pool."

build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]

depends: [
  "async" {< "v0.13"}
  "bignum" {< "v0.13"}
  "ppx_jane" {< "v0.13"}
  "freetds"
  "ocaml" {>= "4.06.1"}
  "ounit"
  "logs"
  "text" {>= "0.8.0"}

  "bisect_ppx" {build & >= "1.3.1"}
  "dune" {>= "1.4"}
  "dune-configurator"
]
url {
  src: "https://github.com/arenadotio/ocaml-mssql/archive/1.1.tar.gz"
  checksum: [
    "md5=852ce4937004895f47fbfd2ae223062e"
    "sha512=8a8c5414e59a4414c9d7fcb84b0f836d94098e083a8792d2d1d7b3411948594847eee695967d65454d063a002d0980cfc1c7d2f3b8fb46bb7e3d5c4df38f7561"
  ]
}
