onedrive-api 0.10.2

OneDrive HTTP REST API
Documentation
1
2
3
4
5
6
7
with import <nixpkgs> {};
pkgs.mkShell {
  buildInputs = [
    pkg-config
    openssl
  ];
}