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+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"} "base-unix" "irc-client" {= version} "odoc" {with-doc} "ocaml" ] synopsis: "IRC client library - Unix implementation" url { src: "https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.7.0.tar.gz" checksum: "sha256=8655fe6e074701f28f4539e3cfbf83c0bdb67f546435ca255234236a4d2be206" }