Skip to content

Commit

Permalink
repository: add re as a dependency of opam-repository
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Nov 27, 2024
1 parent 0178490 commit 0329c7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ users)
## VCS

## Build
* Add `re` as a dependency of `opam-repository` [#6036 @rjbou]

## Infrastructure

Expand Down
1 change: 1 addition & 0 deletions opam-repository.opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ depends: [
"ocaml" {>= "4.08.0"}
"opam-format" {= version}
"dune" {>= "2.8.0"}
"re" {>= "1.10.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) re)
(flags (:standard
(:include ../ocaml-flags-standard.sexp)
(:include ../ocaml-flags-configure.sexp)
Expand Down

0 comments on commit 0329c7a

Please sign in to comment.