-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathibkr_cp.opam
40 lines (40 loc) · 1.1 KB
/
ibkr_cp.opam
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Thin wrapper for IBKR Client Portal API"
description: "Thin wrapper for IBKR Client Portal API"
maintainer: ["Robin Björklin"]
authors: ["Robin Björklin"]
license: "Apache-2.0 WITH LLVM-exception"
tags: ["interactive" "brokers" "client" "portal"]
homepage: "https://github.com/rbjorklin/ibkr-client-portal-ocaml"
doc: "https://rbjorklin.github.io/ibkr-client-portal-ocaml/"
bug-reports: "https://github.com/rbjorklin/ibkr-client-portal-ocaml/issues"
depends: [
"alcotest" {with-test & >= "1.2.3"}
"atdgen-runtime" {>= "2.10.0"}
"bigdecimal" {>= "v0.16.0"}
"bisect_ppx" {with-test & >= "2.8.3"}
"cohttp-lwt-unix" {>= "5.0.0"}
"dune" {>= "3.12" & >= "3.12.1"}
"lwt" {>= "5.6.1"}
"ocaml"
"uri" {>= "4.4.0"}
"websocket-lwt-unix" {>= "2.15"}
"yojson"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/rbjorklin/ibkr-client-portal-ocaml.git"