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 "] authors: ["Arena Developers "] 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"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/arenadotio/ocaml-mssql.git" x-commit-hash: "b71a47119c6a19f3fd87637687731e496e157009" url { src: "https://github.com/arenadotio/ocaml-mssql/releases/download/2.2.0/mssql-2.2.0.tbz" checksum: [ "sha256=4c1bba6dd0fc6be8a5a370050400192dbe54706e7c070b4d2ddce5845d5239e2" "sha512=d2dd16f9bd0df3dac374d218fd8359e9a04cafabb47057dcafce9424abe624256e41b495b8b178a804f982c87c92f5f9244bae5601a937b554e61e0eaf447931" ] }