9 lines
144 B
Text
9 lines
144 B
Text
|
|
(library
|
||
|
|
(name testlib_eio_unix)
|
||
|
|
(enabled_if (>= %{ocaml_version} "5.0"))
|
||
|
|
(libraries
|
||
|
|
alcotest
|
||
|
|
caqti
|
||
|
|
caqti_eio_unix
|
||
|
|
testlib))
|