-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
48 lines (39 loc) · 1.1 KB
/
Copy pathdune-project
File metadata and controls
48 lines (39 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
(lang dune 3.16)
(name polymarket)
(version 0.2.0)
(generate_opam_files true)
(source
(github haut/polymarket))
(authors "Richard <rkhaut1@gmail.com>")
(maintainers "Richard <rkhaut1@gmail.com>")
(license MIT)
(documentation https://haut.github.io/polymarket)
(package
(name polymarket)
(synopsis "OCaml client library for the Polymarket prediction market API")
(description
"A comprehensive OCaml client for interacting with Polymarket's CLOB (Central Limit Order Book) and Gamma APIs. Supports market data retrieval and order management.")
(depends
(ocaml (>= 5.1))
(dune (>= 3.16))
(yojson (>= 2.0))
(ppx_yojson_conv (>= 0.16))
(ppx_deriving (>= 5.2))
(ppxlib (>= 0.32))
(eio_main (>= 1.0))
(uri (>= 4.0))
(cohttp-eio (>= 6.0))
(tls-eio (>= 1.0))
(ca-certs (>= 1.0))
(digestif (>= 1.2))
(secp256k1-internal (>= 0.4))
(base64 (>= 3.5))
(hex (>= 1.5))
(logs (>= 0.7))
(fmt (>= 0.9))
(ptime (>= 1.0))
(mirage-crypto-rng (>= 1.0))
(alcotest (and (>= 1.7) :with-test))
(zarith (>= 1.13)))
(tags
(polymarket prediction-market blockchain polygon api-client trading)))