File: dune

package info (click to toggle)
ocaml-eio 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,548 kB
  • sloc: ml: 14,608; ansic: 1,237; makefile: 25
file content (16 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(library
 (name eio_windows)
 (public_name eio_windows)
 (library_flags :standard -cclib -lbcrypt -cclib -lntdll)
 (enabled_if (= %{os_type} "Win32"))
 (foreign_stubs
  (language c)
  (include_dirs ../lib_eio/unix/include)
  (names eio_windows_stubs))
 (c_library_flags :standard -lbcrypt -lntdll)
 (libraries eio eio.unix eio.utils fmt))

(rule
 (targets config.ml)
 (enabled_if (= %{os_type} "Win32"))
 (action (run ./include/discover.exe)))