package dropbox

  1. Overview
  2. Docs

Binding to the Dropbox Remote API

This is a binding in pure OCaml to the Dropbox Remote API using Lwt. It is suitable to run in mirage.

Install

Use OPAM:

    opam install dropbox
opam install dropbox_lwt_unix

Documentation

The documentation is online and in the interface files dropbox.mli and dropbox_lwt_unix.mli.

Test this library

Go to Dropbox App Console, create a new app, and generate an access token. Create a file run.conf with TOKEN=⟨your token⟩. Then you can use ./run pgm args where pgm is one of the tests.

OCaml

Innovation. Community. Security.