File: README.md

package info (click to toggle)
libcommuni 3.7.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,452 kB
  • sloc: cpp: 18,969; sh: 298; ansic: 139; makefile: 13
file content (26 lines) | stat: -rw-r--r-- 1,196 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# [![Logo]][Home] IRC framework 

[![Status]][CI]
[![Coverage]][Codecov]
[![BSD]][BSD-3-Clause]

A cross-platform IRC framework written with Qt.

Communi provides a set of tools for enabling IRC connectivity in Qt-based C++ and QML applications.
See the [online reference documentation](https://communi.github.io/doc) for help with getting started.

## Contact

- Website: [communi.github.io](https://communi.github.io)
- Documentation: [communi.github.io/doc](https://communi.github.io/doc)
- Issue tracker: [communi.github.io/issues](https://communi.github.io/issues)
- IRC channel: `#communi` on [irc.libera.chat](ircs://irc.libera.chat/communi)

[Home]:         https://communi.github.io
[Logo]:         https://raw.githubusercontent.com/communi/libcommuni/master/doc/communi.png
[Status]:       https://github.com/communi/libcommuni/workflows/CI/badge.svg
[CI]:           https://github.com/communi/libcommuni/actions
[Coverage]:     https://codecov.io/gh/communi/libcommuni/branch/master/graph/badge.svg
[Codecov]:      https://codecov.io/gh/communi/libcommuni
[BSD]:          https://img.shields.io/badge/license-BSD-yellow.svg
[BSD-3-Clause]: https://opensource.org/licenses/BSD-3-Clause