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" license: "MIT" 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" {= version} "lwt" "lwt_ssl" "odoc" {with-doc} "ocaml" "ssl" {>= "0.5.8"} ] synopsis: "IRC client library - Lwt SSL implementation" url { src: "https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.7.0.tar.gz" checksum: "sha256=8655fe6e074701f28f4539e3cfbf83c0bdb67f546435ca255234236a4d2be206" }