Skip to content

Commit 7ce409c

Browse files
committed
remove constraints on depopts
1 parent 0504a55 commit 7ce409c

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

dune-project

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@
2222
uuidm)
2323
(depopts
2424
geoip
25-
(js_of_ocaml-lwt (>= 4.0.0))
26-
(calendar (>= 2.03))
27-
(cohttp-lwt-unix (>= 5.0.0))
28-
(cohttp-lwt-jsoo (>= 5.0.0))
25+
js_of_ocaml-lwt
26+
calendar
27+
cohttp-lwt-unix
28+
cohttp-lwt-jsoo
2929
lwt_log
3030
tls
31-
(httpaf-lwt-unix (>= 0.6.0))
32-
(ocurl (>= 0.8.0))
33-
(ezjs_fetch (>= 0.2))
31+
httpaf-lwt-unix
32+
ocurl
33+
ezjs_fetch
3434
websocket-lwt-unix
3535
websocket-httpaf-lwt
36-
(ppxlib (>= 0.18.0))
37-
(ppx_deriving_encoding (>= 0.3.0))
38-
(digestif (>= 1.0.0))
36+
ppxlib
37+
ppx_deriving_encoding
38+
digestif
3939
yaml)
4040
(conflicts
4141
(js_of_ocaml-lwt (< 4.0.0))

ez_api.opam

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ depends: [
2323
]
2424
depopts: [
2525
"geoip"
26-
"js_of_ocaml-lwt" {>= "4.0.0"}
27-
"calendar" {>= "2.03"}
28-
"cohttp-lwt-unix" {>= "5.0.0"}
29-
"cohttp-lwt-jsoo" {>= "5.0.0"}
26+
"js_of_ocaml-lwt"
27+
"calendar"
28+
"cohttp-lwt-unix"
29+
"cohttp-lwt-jsoo"
3030
"lwt_log"
3131
"tls"
32-
"httpaf-lwt-unix" {>= "0.6.0"}
33-
"ocurl" {>= "0.8.0"}
34-
"ezjs_fetch" {>= "0.2"}
32+
"httpaf-lwt-unix"
33+
"ocurl"
34+
"ezjs_fetch"
3535
"websocket-lwt-unix"
3636
"websocket-httpaf-lwt"
37-
"ppxlib" {>= "0.18.0"}
38-
"ppx_deriving_encoding" {>= "0.3.0"}
39-
"digestif" {>= "1.0.0"}
37+
"ppxlib"
38+
"ppx_deriving_encoding"
39+
"digestif"
4040
"yaml"
4141
]
4242
conflicts: [

0 commit comments

Comments
 (0)