this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25140 from struktured/release-gemini-0.3.0

[new release] gemini (0.3.0)

authored by

Marcello Seri and committed by
GitHub
f0d66596 e9109edc

+44
+44
packages/gemini/gemini.0.3.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Carmelo Piccione <carmelo.piccione@gmail.com>" 3 + synopsis: "OCaml bindings for Gemini Trading Exchange API" 4 + description: "This library implements the Gemini exchange v1 REST, Market 5 + Data, and Order events websockets services. It is backed by yojson, cohttp-async 6 + and cohttp_async_websocket to do the heavy lifting. A provisional console interface 7 + is also provided using s-expressions to encode request parameters." 8 + authors: "Carmelo Piccione" 9 + homepage: "https://github.com/struktured/ocaml-gemini" 10 + license: "MIT" 11 + bug-reports: "https://github.com/struktured/ocaml-gemini/issues" 12 + dev-repo: "git+https://github.com/struktured/ocaml-gemini.git" 13 + build: [ 14 + ["dune" "build" "-p" name "-j" jobs] 15 + ] 16 + doc: "https://struktured.github.io/ocaml-gemini/" 17 + depends: [ 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 + ] 36 + url { 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 + } 44 + x-commit-hash: "eae7fbd616235baf8d432cc6eae09ddc50c9930e"