File: dune

package info (click to toggle)
ocaml-taglib 0.3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 192 kB
  • sloc: ml: 479; cpp: 451; makefile: 8
file content (23 lines) | stat: -rw-r--r-- 400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(executable
 (name read_tags)
 (modules read_tags)
 (libraries taglib))

(executable
 (name properties)
 (modules properties)
 (libraries taglib))

(executable
 (name tagutil)
 (modules tagutil)
 (libraries taglib))

(rule
 (alias runtest)
 (package taglib)
 (deps
  (:mp3 test.mp3)
  (:properties ./properties.exe))
 (action
  (system "./%{properties} %{mp3} | grep ocaml_taglib_test >/dev/null")))