this repo has no description
1opam-version: "2.0" 2authors: ["John Else" "Simon Cruanes"] 3homepage: "https://github.com/johnelse/ocaml-irc-client" 4bug-reports: "https://github.com/johnelse/ocaml-irc-client/issues" 5dev-repo: "git+https://github.com/johnelse/ocaml-irc-client" 6maintainer: "john.else@gmail.com" 7license: "MIT" 8build: [ 9 ["dune" "build" "@install" "-p" name "-j" jobs] 10 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 11 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 12] 13depends: [ 14 "dune" {>= "1.6"} 15 "irc-client" {= version} 16 "lwt" 17 "tls" {< "0.15.0"} 18 "x509" {>= "0.10.0"} 19 "odoc" {with-doc} 20 "ocaml" 21] 22synopsis: "IRC client library - TLS implementation" 23url { 24 src: 25 "https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.7.0.tar.gz" 26 checksum: "sha256=8655fe6e074701f28f4539e3cfbf83c0bdb67f546435ca255234236a4d2be206" 27}