opam-version: "2.0"
authors: ["John Else" "Simon Cruanes"]
homepage: "https://github.com/johnelse/ocaml-irc-client"
bug-reports: "https://github.com/johnelse/ocaml-irc-client/issues"
dev-repo: "git://github.com/johnelse/ocaml-irc-client"
maintainer: "john.else@gmail.com"
build: [
  ["jbuilder" "build" "@install" "-p" name]
  ["jbuilder" "runtest" "-p" name] {with-test}
  ["jbuilder" "build" "@doc" "-p" name] {with-doc}
]
depends: [
  "ocaml" {>= "4.02.0"}
  "jbuilder"
  "irc-client"
  "lwt"
  "tls"
  "x509" {< "0.10.0"}
  "ounit" {with-test}
]
synopsis: "IRC client library - TLS implementation"
url {
  src:
    "https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.6.0.tar.gz"
  checksum: "md5=06df0efe53238af79419c5633c2126f7"
}
