Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Mar 6, 2025
1 parent 2613e96 commit 6d73281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions opam-repository.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ build: [
depends: [
"ocaml" {>= "4.08.0"}
"opam-format" {= version}
"patch" {>= "3.0.0~alpha1"}
"dune" {>= "2.8.0"}
]
2 changes: 1 addition & 1 deletion src/repository/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(public_name opam-repository)
(synopsis "OCaml Package Manager remote repository handling library")
; TODO: Remove (re_export ...) when CI uses the OCaml version that includes https://github.com/ocaml/ocaml/pull/11989
(libraries (re_export opam-format))
(libraries (re_export opam-format) patch)
(flags (:standard
(:include ../ocaml-flags-standard.sexp)
(:include ../ocaml-flags-configure.sexp)
Expand Down

0 comments on commit 6d73281

Please sign in to comment.