File: dune

package info (click to toggle)
ocaml-xiph 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 820 kB
  • sloc: ml: 4,494; ansic: 3,994; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(executable
 (name ogg2wav)
 (modules ogg2wav)
 (libraries vorbis))

(executable
 (name stream2wav)
 (modules stream2wav)
 (libraries vorbis))

(executable
 (name wav2ogg)
 (modules wav2ogg)
 (libraries vorbis))