Skip to content

Commit

Permalink
Add cppo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusf committed May 12, 2024
1 parent 99db7ea commit 0fc4ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
(description "The pry/pdb experience via a toplevel")
(depends
(ocaml (>= 4.14))
(cppo :build)
(ppxlib (>= 0.28.0))
(linenoise (>= 1.4.0))))
1 change: 1 addition & 0 deletions ppx_interact.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ bug-reports: "https://github.com/dariusf/ppx_interact/issues"
depends: [
"dune" {>= "3.7"}
"ocaml" {>= "4.14"}
"cppo" {build}
"ppxlib" {>= "0.28.0"}
"linenoise" {>= "1.4.0"}
"odoc" {with-doc}
Expand Down

0 comments on commit 0fc4ffb

Please sign in to comment.