File: dune

package info (click to toggle)
ben 1.14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672 kB
  • sloc: ml: 4,116; sh: 345; javascript: 78; ansic: 39; makefile: 29; python: 18
file content (14 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(executable
 (name ben)
 (public_name ben)
 (libraries ben_frontends))

(rule
 (target ben.ml)
 (deps ben.mlp)
 (action
  (with-stdout-to
   %{target}
   (chdir
    %{project_root}
    (run bin/fill_frontends.sh bin/ben.mlp)))))