File: dune

package info (click to toggle)
ocaml-odoc 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,012 kB
  • sloc: ml: 60,567; javascript: 2,572; sh: 560; makefile: 31
file content (11 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
; Use the 'compile' helper program defined in xref2 tests

(env
 (_
  (binaries
   (../odoc_print/odoc_print.exe as odoc_print)
   (../xref2/compile.exe as compile))))

(cram
 (package odoc)
 (deps %{bin:odoc} %{bin:odoc_print} %{bin:compile}))