LibTorrent

LICENSE

 GNU GPL, see COPYING. "usr/utils/sha_fast.{cc,h}" is originally from
the Mozilla NSS and is under a triple license; MPL, LGPL and GPL.

CONTACT

 Send bug reports, suggestions and patches to <jaris@ifi.uio.no> or
to the mailinglist.

LIBRARY DEPENDENCIES

  libsigc++ 2.0 (deb: libsigc++-2.0-dev)
  g++ >= 3.3

CLIENT DEPENDENCIES

  libcurl       (deb: libcurl3-dev)
  ncurses       (deb: libncurses5-dev)

SIGC++

 The API will use sigc++ signals to give the client a simple, yet
powerful way of reacting to events from the library. The client can
hook multiple slots on each signal and modify the parameters to suit
the functions. This avoids lots of unnecessary code in the client.
