this repo has no description
1opam-version: "2.0" 2maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 3authors: [ "Christophe Troestler <Christophe.Troestler@umons.ac.be>" ] 4tags: ["dropbox" "sync"] 5license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" 6homepage: "https://github.com/Chris00/ocaml-dropbox" 7dev-repo: "git+https://github.com/Chris00/ocaml-dropbox.git" 8bug-reports: "https://github.com/Chris00/ocaml-dropbox/issues" 9doc: "https://Chris00.github.io/ocaml-dropbox/doc" 10build: [ 11 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 14] 15depends: [ 16 "dune" {>= "1.1"} 17 "atdgen" {>= "1.5.0" & < "2.10.0"} 18 "yojson" {>= "1.6.0" & < "2.0.0"} 19 "base-bytes" 20 "base-unix" {with-test} 21 "cohttp" 22 "cohttp-lwt" {>= "2.0.0"} 23 "lwt" 24 ("tls" {< "1.0.0"} | "ssl") 25] 26synopsis: "Binding to the Dropbox Remote API" 27description: """ 28Pure OCaml library to access Dropbox. Lwt and Async backends are 29supported. In particular, this library can be used from a mirage 30unikernel.""" 31url { 32 src: 33 "https://github.com/Chris00/ocaml-dropbox/releases/download/0.2/dropbox-0.2.tbz" 34 checksum: [ 35 "sha256=3a317ff6963c453fe74d955e24b23721d5ab44f22969db106a1ab64328f1d8c7" 36 "sha512=170d74a2652f90c59108c4155ac31367ef38a0184a49d4a8657731da181695a249f2eab3bf6b460804aa07eb7dbcb165e895eca2f231662b15c74d98f65a948f" 37 ] 38}