opam-version: "2.0"
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."
maintainer: ["Arena Developers <silver-snakes@arena.io>"]
authors: ["Arena Developers <silver-snakes@arena.io>"]
license: "Apache-2.0"
homepage: "https://github.com/arenadotio/ocaml-mssql"
doc: "https://arenadotio.github.io/ocaml-mssql"
bug-reports: "https://github.com/arenadotio/ocaml-mssql/issues"
depends: [
  "alcotest" {with-test & >= "1.0.1"}
  "alcotest-async" {with-test & >= "1.0.1"}
  "async_unix" {< "v0.15"}
  "bignum" {< "v0.15"}
  "ppx_jane" {< "v0.15"}
  "iter" {>= "1.2"}
  "ocaml" {>= "4.06.1"}
  "odoc" {with-doc}
  "logs"
  "text" {>= "0.8.0"}
  "freetds" {>= "0.7"}
  "bisect_ppx" {dev & >= "2.0.0"}
  "dune" {>= "1.11"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/arenadotio/ocaml-mssql.git"
url {
  src:
    "https://github.com/arenadotio/ocaml-mssql/releases/download/2.0.3/mssql-2.0.3.tbz"
  checksum: [
    "sha256=dd957434ffc0c4e571476a9b3459518755c6799992eeff9c7bbd9b4cb23e9f43"
    "sha512=f837a7552013660fcf489286756ea53fcd94918f11cf638215d41f671b34e38ee08b554a8bcdef9d913532e1845095533a27a3798e2af57ac8e01ebd87682c7f"
  ]
}
