opam-version: "2.0" authors: ["Simon Cruanes"] homepage: "https://github.com/johnelse/ocaml-irc-client" bug-reports: "https://github.com/johnelse/ocaml-irc-client/issues" dev-repo: "git+https://github.com/johnelse/ocaml-irc-client" maintainer: "john.else@gmail.com" build: [ ["dune" "build" "@install" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "dune" {>= "1.6"} "irc-client" {>= "0.4.0" & < "0.7.0"} "lwt" {>= "2.4.7"} "lwt_ssl" "ssl" {>= "0.5.8"} "odoc" {with-doc} "ocaml" { >= "4.02.0" } ] synopsis: "IRC client library - Lwt SSL implementation" url { src: "https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.6.2.tar.gz" checksum: [ "sha256=1d630af8a49161f5b593e61131207e5622efc7ba28afaeb257b058e3ed9fbd30" "md5=dd23fab61a244c530066e016b42d5197" ] }