File: dune

package info (click to toggle)
ocaml-ffmpeg 1.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 908 kB
  • sloc: ansic: 6,412; ml: 6,166; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
(executable
 (name gen_code)
 (foreign_stubs
  (language c)
  (names gen_code_stubs))
 (libraries unix str))

(rule
 (target config.ml)
 (action
  (with-stdout-to
   config.ml
   (run ./config/discover.exe))))