File: dune

package info (click to toggle)
ppx-cold 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: ml: 39; makefile: 14
file content (16 lines) | stat: -rw-r--r-- 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(library
 (name for_ppx_cold_test)
 (libraries)
 (preprocess
  (pps ppx_cold)))

(rule
 (targets for_ppx_cold_test.pp-output)
 (deps
  (:first_dep for_ppx_cold_test.ml.pp))
 (action
  (bash "cp %{first_dep} %{targets}")))

(alias
 (name DEFAULT)
 (deps for_ppx_cold_test.pp-output))