OCaml client library for the Tor control port [wip]
OCaml
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
doc Also generate docs of internal modules Nov 14, 2016
pkg Implementation of commands Nov 14, 2016
src Implementation of commands Nov 14, 2016
.gitignore Implementation of commands Nov 14, 2016
CHANGES.md
LICENSE.md
README.md
_tags
opam
top.ml Implementation of commands Nov 14, 2016

README.md

torcontrol

%%VERSION%%

This library is intended to help an application utilize the features of the tor control port, e. g. setting up onion services or resolving hosts via Tor.

Building

ocaml pkg/pkg.ml build

To play around with the library, do #use "top.ml" in the ocaml repl.

Documentation