File: dune

package info (click to toggle)
ocaml-inotify 2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 208 kB
  • sloc: ml: 372; ansic: 76; makefile: 29
file content (16 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(test
 (name test_inotify)
 (libraries ounit2 inotify fileutils threads)
 (modules test_inotify))

(test
 (name test_inotify_lwt)
 (build_if %{lib-available:lwt})
 (libraries ounit2 inotify.lwt fileutils)
 (modules test_inotify_lwt))

(test
 (name test_inotify_eio)
 (build_if %{lib-available:eio_main})
 (libraries ounit2 inotify-eio eio_main fileutils)
 (modules test_inotify_eio))