Skip to content

Commit

Permalink
Add z3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Aug 24, 2024
1 parent 33a4730 commit 721ffe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@
(ocamlformat :with-dev-setup)
pyml
re2
(smtml (>= "0.2.4"))))
(smtml (>= "0.2.4"))
z3))
1 change: 1 addition & 0 deletions wasp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"pyml"
"re2"
"smtml" {>= "0.2.4"}
"z3"
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 721ffe4

Please sign in to comment.