libotr

Off-The-Record messaging library for secure instant messaging

brewmacoslinux
Try with needOr install directly
Source

About

Off-The-Record (OTR) messaging library

Commands

libotr

Examples

Link libotr library in a C/C++ project compilation$ gcc -o myapp myapp.c -lotr
Check installed libotr version and location$ pkg-config --modversion libotr && pkg-config --cflags --libs libotr
Verify libotr library files in Homebrew installation$ brew list libotr