We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ce24e commit 671657fCopy full SHA for 671657f
monorobot.opam
@@ -19,18 +19,20 @@ depends: [
19
"biniou"
20
"cmdliner" {>= "1.1.0"}
21
"digestif" {>= "1.2.0"}
22
- "devkit" {>= "1.20210120"}
+ "devkit" {>= "1.20240429"}
23
"extlib" {>= "1.7.8"}
24
"lwt" {>= "5.1.0"}
25
"lwt_ppx" {>= "2.0.0"}
26
"ptime" {>= "1.2.0"}
27
- "ocamldiff"
+ "ocamldiff" {>= "1.2"}
28
"sqlite3" {>= "5.1.0"}
29
"sqlgg" {>= "20231201"}
30
- "re2"
+ "re2" {>= "0.16.0"}
31
"uri"
32
"omd" {< "2"}
33
"yojson"
34
"ocamlformat" { with-dev-setup & = "0.26.2" }
35
+ "ocurl" {>= "0.9.2"}
36
+ "sexplib0" {>= "v0.16.0"}
37
]
38
build: ["dune" "build" "-p" name "-j" jobs]
0 commit comments