this repo has no description
1opam-version: "2.0" 2maintainer: "Carmelo Piccione <carmelo.piccione@gmail.com>" 3synopsis: "OCaml bindings for Gemini Trading Exchange API" 4description: "This library implements the Gemini exchange v1 REST, Market 5Data, and Order events websockets services. It is backed by yojson, cohttp-async 6and cohttp_async_websocket to do the heavy lifting. A provisional console interface 7is also provided using s-expressions to encode request parameters." 8authors: "Carmelo Piccione" 9homepage: "https://github.com/struktured/ocaml-gemini" 10license: "MIT" 11bug-reports: "https://github.com/struktured/ocaml-gemini/issues" 12dev-repo: "git+https://github.com/struktured/ocaml-gemini.git" 13build: [ 14 ["dune" "build" "-p" name "-j" jobs] 15] 16doc: "https://struktured.github.io/ocaml-gemini/" 17depends: [ 18 "ocaml" {>= "5.1.0"} 19 "async" {>= "v0.16.0"} 20 "core" {>= "v0.16.2"} 21 "async_ssl" 22 "cohttp-async" 23 "dune" {>= "1.2"} 24 "ppx_jane" 25 "uri" 26 "hex" 27 "yojson" {>= "2.1.0"} 28 "zarith" 29 "nocrypto" 30 "ppx_deriving_yojson" {>= "3.7.0"} 31 "ppx_csv_conv" 32 "csvfields" 33 "cohttp_async_websocket" 34 "expect_test_helpers_core" {>= "v0.16.0"} 35] 36url { 37 src: 38 "https://github.com/struktured/ocaml-gemini/releases/download/0.3.0/gemini-0.3.0.tbz" 39 checksum: [ 40 "sha256=272dee4881951e559c66dc65d524373132d592af70c5612ae6ce9845956a4b77" 41 "sha512=2f6e73ee03d688d7b6f0fd3ec97c67d9bdfee03868ec45c28acb58a7cf71f50f070020f335531c476b11354dff0393cb2d8084e28747d0d5bd8e1ce2a603f0ea" 42 ] 43} 44x-commit-hash: "eae7fbd616235baf8d432cc6eae09ddc50c9930e"