Skip to content

Commit

Permalink
Add lwt_ppx
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Aug 14, 2023
1 parent 24996c5 commit 547b703
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@
(depends
;; General system dependencies
(ocaml (and (>= 4.12.0) (< 5.0.0)))
(reason (>= 3.8.1))
melange

;; Library dependencies
(ppxlib (>= 0.23.0))
(reason (>= 3.8.1))
(pcre (<= 7.5.0))
(promise (>= 1.1.2))
(lwt (>= 5.6.0))
(lwt_ppx (>= 5.6.0))

;; Test dependencies
(alcotest :with-test)
Expand Down

0 comments on commit 547b703

Please sign in to comment.