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 cebf367 commit c4ce24eCopy full SHA for c4ce24e
lib/dune
@@ -1,7 +1,6 @@
1
(library
2
(name lib)
3
(libraries
4
- atdgen
5
atdgen-runtime
6
base64
7
biniou
monorobot.opam
@@ -12,9 +12,9 @@ dev-repo: "git+https://github.com/ahrefs/monorobot.git"
12
depends: [
13
"ocaml" {>= "4.14.0"}
14
"dune" {>= "2.9.0"}
15
- "atd" {>= "2.2.1"}
16
- "atdgen" {>= "2.2.1"}
17
- "atdgen-runtime" {>= "2.2.1"}
+ "atd" {>= "2.14.0"}
+ "atdgen" {>= "2.14.0"}
+ "atdgen-runtime" {>= "2.14.0"}
18
"base64" {>= "3.0.0"}
19
"biniou"
20
"cmdliner" {>= "1.1.0"}
@@ -25,6 +25,8 @@ depends: [
25
"lwt_ppx" {>= "2.0.0"}
26
"ptime" {>= "1.2.0"}
27
"ocamldiff"
28
+ "sqlite3" {>= "5.1.0"}
29
+ "sqlgg" {>= "20231201"}
30
"re2"
31
"uri"
32
"omd" {< "2"}
0 commit comments