-
Notifications
You must be signed in to change notification settings - Fork 3
/
cs_api_client.opam.locked
76 lines (76 loc) · 2.37 KB
/
cs_api_client.opam.locked
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
opam-version: "2.0"
name: "cs_api_client"
version: "dev"
synopsis: "Utilities for the Cryptosense API"
maintainer: "Cryptosense <[email protected]>"
authors: "Cryptosense <[email protected]>"
license: "BSD-2-Clause"
homepage: "https://github.com/cryptosense/api-client"
bug-reports: "https://github.com/cryptosense/api-client/issues"
depends: [
"alcotest" {= "1.7.0" & with-test}
"astring" {= "0.8.5" & with-test}
"base" {= "v0.16.3" & with-dev-setup}
"base-bigarray" {= "base"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"base64" {= "3.5.1"}
"camlp-streams" {= "5.0.1" & with-dev-setup}
"cmdliner" {= "1.3.0"}
"conf-bash" {= "1" & with-dev-setup}
"conf-libcurl" {= "2"}
"containers" {= "3.13.1"}
"cppo" {= "1.6.9"}
"csexp" {= "1.5.2"}
"dune" {= "3.16.0"}
"dune-build-info" {= "3.16.0" & with-dev-setup}
"dune-configurator" {= "3.16.0"}
"either" {= "1.0.0"}
"fix" {= "20230505" & with-dev-setup}
"fmt" {= "0.9.0"}
"fpath" {= "0.7.3" & with-dev-setup}
"host-arch-x86_64" {= "1"}
"host-system-other" {= "1"}
"logs" {= "0.7.0"}
"lwt" {= "5.7.0"}
"lwt_ppx" {= "2.1.0"}
"menhir" {= "20240715" & with-dev-setup}
"menhirCST" {= "20240715" & with-dev-setup}
"menhirLib" {= "20240715" & with-dev-setup}
"menhirSdk" {= "20240715" & with-dev-setup}
"ocaml" {= "4.14.2"}
"ocaml-base-compiler" {= "4.14.2"}
"ocaml-compiler-libs" {= "v0.12.4"}
"ocaml-config" {= "2"}
"ocaml-options-vanilla" {= "1"}
"ocaml-syntax-shims" {= "1.0.0" & with-test}
"ocaml-version" {= "3.6.7" & with-dev-setup}
"ocamlbuild" {= "0.15.0"}
"ocamlfind" {= "1.9.6"}
"ocamlformat" {= "0.25.1" & with-dev-setup}
"ocamlformat-lib" {= "0.25.1" & with-dev-setup}
"ocp-indent" {= "1.8.1" & with-dev-setup}
"ocplib-endian" {= "1.2"}
"ocurl" {= "0.9.1"}
"ppx_derivers" {= "1.2.1"}
"ppx_deriving" {= "6.0.2"}
"ppxlib" {= "0.33.0"}
"re" {= "1.11.0" & with-test}
"result" {= "1.5" & with-dev-setup}
"seq" {= "base"}
"sexplib0" {= "v0.16.0"}
"stdio" {= "v0.16.0" & with-dev-setup}
"stdlib-shims" {= "0.3.0"}
"terminal_size" {= "0.2.0"}
"topkg" {= "1.0.7"}
"uucp" {= "15.1.0" & with-dev-setup}
"uuseg" {= "15.1.0" & with-dev-setup}
"uutf" {= "1.0.3" & with-test}
"yojson" {= "2.2.2"}
]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
run-test: ["dune" "runtest" "-p" name "-j" jobs]