oblub/lib/dune

6 lines
136 B
Text
Raw Normal View History

2023-10-08 12:14:38 +02:00
(library
(name oblub)
(inline_tests)
2023-10-11 01:19:56 +02:00
(libraries str lwt lwt.unix lwt_ppx)
2023-10-08 12:14:38 +02:00
(preprocess (pps ppx_inline_test ppx_assert ppx_expect)))