File: dune

package info (click to toggle)
ocaml-fileutils 0.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: ml: 3,882; makefile: 47
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
(executable
  (name benchFind)
  (modules benchFind)
  (libraries fileutils))

(test
  (name test)
  (modules test)
  (libraries fileutils fileutils_str ounit2))