Skip to content

Commit d3f34ad

Browse files
committed
Add missing opam depends
1 parent bf7cb94 commit d3f34ad

File tree

3 files changed

+61
-2
lines changed

3 files changed

+61
-2
lines changed

dune-project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@
2828
batteries
2929
cohttp-lwt
3030
cohttp-lwt-unix
31+
cohttp-server-lwt-unix
3132
fileutils
3233
jsonrpc
3334
lwt
3435
lwt_ppx
3536
yojson
37+
ppx_yojson_conv ; TODO: switch to ppx_deriving_yojson like Goblint itself
3638
conduit-lwt-unix
3739
jsoo-react
3840
(goblint-cil (>= 2.0.0))

gobview.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ depends: [
1717
"batteries"
1818
"cohttp-lwt"
1919
"cohttp-lwt-unix"
20+
"cohttp-server-lwt-unix"
2021
"fileutils"
2122
"jsonrpc"
2223
"lwt"
2324
"lwt_ppx"
2425
"yojson"
26+
"ppx_yojson_conv"
2527
"conduit-lwt-unix"
2628
"jsoo-react"
2729
"goblint-cil" {>= "2.0.0"}

gobview.opam.locked

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,72 +13,127 @@ license: "MIT"
1313
homepage: "https://github.com/goblint/gobview"
1414
bug-reports: "https://github.com/goblint/gobview/issues"
1515
depends: [
16+
"angstrom" {= "0.15.0"}
17+
"asn1-combinators" {= "0.2.6"}
1618
"astring" {= "0.8.5"}
1719
"base" {= "v0.15.1"}
1820
"base-bigarray" {= "base"}
1921
"base-bytes" {= "base"}
2022
"base-threads" {= "base"}
2123
"base-unix" {= "base"}
24+
"base64" {= "3.5.0"}
25+
"batteries" {= "3.6.0"}
26+
"bigstringaf" {= "0.9.0"}
27+
"bos" {= "0.2.1"}
28+
"ca-certs" {= "0.2.3"}
2229
"camlp-streams" {= "5.0.1"}
2330
"cmdliner" {= "1.1.1"}
31+
"cohttp" {= "5.0.0"}
32+
"cohttp-lwt" {= "5.0.0"}
33+
"cohttp-lwt-unix" {= "5.0.0"}
34+
"cohttp-server-lwt-unix" {= "6.0.0~alpha1"}
35+
"conduit" {= "6.2.0"}
36+
"conduit-lwt" {= "6.2.0"}
37+
"conduit-lwt-unix" {= "6.2.0"}
2438
"conf-gcc" {= "1.0"}
2539
"conf-gmp" {= "4"}
40+
"conf-gmp-powm-sec" {= "3"}
41+
"conf-libssl" {= "4"}
2642
"conf-perl" {= "2"}
43+
"conf-pkg-config" {= "2"}
2744
"cppo" {= "1.6.9"}
2845
"csexp" {= "1.5.1"}
46+
"cstruct" {= "6.1.1"}
2947
"ctypes_stubs_js" {= "0.1"}
48+
"domain-name" {= "0.4.0"}
3049
"dune" {= "3.6.1"}
3150
"dune-build-info" {= "3.6.1"}
3251
"dune-configurator" {= "3.6.1"}
52+
"duration" {= "0.2.1"}
3353
"either" {= "1.0.0"}
54+
"eqaf" {= "0.9"}
55+
"fileutils" {= "0.6.4"}
3456
"fix" {= "20220121"}
35-
"fmt" {= "0.9.0" & with-doc}
57+
"fmt" {= "0.9.0"}
3658
"fpath" {= "0.7.3"}
3759
"gen_js_api" {= "1.0.9"}
60+
"gmap" {= "0.3.0"}
3861
"goblint-cil" {= "2.0.1"}
62+
"http" {= "6.0.0~alpha1"}
3963
"integers_stubs_js" {= "1.0"}
64+
"ipaddr" {= "5.3.1"}
65+
"ipaddr-sexp" {= "5.3.1"}
4066
"js_of_ocaml" {= "4.1.0"}
4167
"js_of_ocaml-compiler" {= "4.1.0"}
4268
"js_of_ocaml-lwt" {= "4.1.0"}
4369
"js_of_ocaml-ppx" {= "4.1.0"}
70+
"jsonm" {= "1.0.1"}
71+
"jsonrpc" {= "1.15.0~5.0preview1"}
4472
"jsoo-react" {= "dev"}
73+
"logs" {= "0.7.0"}
4574
"lwt" {= "5.6.1"}
4675
"lwt_log" {= "1.1.2"}
76+
"lwt_ppx" {= "2.1.0"}
77+
"lwt_ssl" {= "1.1.3"}
78+
"macaddr" {= "5.3.1"}
79+
"magic-mime" {= "1.3.0"}
4780
"menhir" {= "20220210"}
4881
"menhirLib" {= "20220210"}
4982
"menhirSdk" {= "20220210"}
5083
"merlin-extend" {= "0.6.1"}
84+
"mirage-crypto" {= "0.11.1"}
85+
"mirage-crypto-ec" {= "0.11.1"}
86+
"mirage-crypto-pk" {= "0.11.1"}
87+
"mirage-crypto-rng" {= "0.11.1"}
88+
"num" {= "1.4"}
5189
"ocaml" {= "4.14.0"}
52-
"ocaml-variants" {= "4.14.0+options"}
5390
"ocaml-compiler-libs" {= "v0.12.4"}
5491
"ocaml-config" {= "2"}
5592
"ocaml-option-flambda" {= "1"}
93+
"ocaml-syntax-shims" {= "1.0.0"}
94+
"ocaml-variants" {= "4.14.0+options"}
5695
"ocaml-version" {= "3.5.0"}
5796
"ocamlbuild" {= "0.14.2"}
5897
"ocamlfind" {= "1.9.5"}
5998
"ocamlformat" {= "0.24.1" & dev}
6099
"ocp-indent" {= "1.8.1"}
61100
"ocplib-endian" {= "1.2"}
101+
"octavius" {= "1.2.2"}
62102
"odoc" {= "2.2.0" & with-doc}
63103
"odoc-parser" {= "2.0.0"}
64104
"ojs" {= "1.1.1"}
105+
"parsexp" {= "v0.15.0"}
106+
"pbkdf" {= "1.2.0"}
65107
"ppx_blob" {= "0.7.2"}
66108
"ppx_derivers" {= "1.2.1"}
67109
"ppx_deriving" {= "5.2.1"}
68110
"ppx_deriving_yojson" {= "3.7.0"}
111+
"ppx_js_style" {= "v0.15.0"}
112+
"ppx_sexp_conv" {= "v0.15.1"}
113+
"ppx_yojson_conv" {= "v0.15.1"}
114+
"ppx_yojson_conv_lib" {= "v0.15.0"}
69115
"ppxlib" {= "0.28.0"}
116+
"ptime" {= "1.1.0"}
70117
"re" {= "1.10.4"}
71118
"reason" {= "3.8.2"}
72119
"result" {= "1.5"}
120+
"rresult" {= "0.7.0"}
73121
"seq" {= "base"}
122+
"sexplib" {= "v0.15.1"}
74123
"sexplib0" {= "v0.15.1"}
124+
"ssl" {= "0.5.13"}
75125
"stdio" {= "v0.15.0"}
76126
"stdlib-shims" {= "0.3.0"}
127+
"stringext" {= "1.6.0"}
77128
"topkg" {= "1.0.6"}
78129
"tyxml" {= "4.5.0" & with-doc}
130+
"uchar" {= "0.0.2"}
131+
"uri" {= "4.2.0"}
132+
"uri-sexp" {= "4.2.0"}
79133
"uucp" {= "15.0.0"}
80134
"uuseg" {= "15.0.0"}
81135
"uutf" {= "1.0.3"}
136+
"x509" {= "0.16.4"}
82137
"yojson" {= "2.0.2"}
83138
"zarith" {= "1.12-gob0"}
84139
"zarith_stubs_js" {= "v0.15.0"}

0 commit comments

Comments
 (0)