Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add version constraint for esgg package: atd < 4.0.0
  • Loading branch information
mjambon committed Mar 17, 2026
commit 19293897eebea51e3cf7aa241789a59d147736fd
2 changes: 1 addition & 1 deletion packages/esgg/esgg.20190322/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"ocaml" { >= "4.04.0" }
"yojson" {>= "1.7.0" & < "2.0.0"}
"extlib" {>= "1.7.1"}
"atd" {>= "2.0.0"}
"atd" {>= "2.0.0" & < "4.0.0"}
"easy-format"
"jsonm"
"ppx_deriving" {>= "4.2"}
Expand Down