This website works better with JavaScript.
Explore
Help
Sign In
pimhwang
/
qTox
mirror of
https://github.com/qTox/qTox.git
Watch
1
Star
0
Fork
You've already forked qTox
0
Code
Issues
Projects
Releases
Wiki
Activity
qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
video
p2p
audio
c-plus-plus
communication
distributed
encryption
messaging
privacy
qt
qtox
tox
voip
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8300
Commits
3
Branches
42
Tags
54 MiB
C++
85.6%
Shell
4.3%
C
3.6%
CMake
1.9%
CSS
1.8%
Other
2.7%
Branch:
master
master
path_rework
v1.17-dev
nightly
v1.0
v1.1
v1.10.0
v1.10.1
v1.10.2
v1.11.0
v1.12.0
v1.12.1
v1.13.0
v1.14.0
v1.14.1
v1.15.0
v1.16.0
v1.16.1
v1.16.2
v1.16.3
v1.17.0
v1.17.1
v1.17.2
v1.17.3
v1.17.4
v1.17.5
v1.17.6
v1.2
v1.2.1
v1.2.2
v1.2.3
v1.2.4
v1.3.0
v1.4.0
v1.4.1
v1.4.1.1
v1.5.0
v1.5.1
v1.5.2
v1.6.0
v1.7.0
v1.7.1
v1.8.0
v1.8.1
v1.9.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
qTox
/
shell.nix
2 lines
84 B
Raw
Permalink
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
inputsFrom
=
with
pkgs
;
[
qtox
]
;
}
Reference in new issue
Copy Permalink