File: dune

package info (click to toggle)
ocaml-containers 3.15%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,412 kB
  • sloc: ml: 33,221; sh: 122; makefile: 32
file content (21 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(test
 (name t)
 (flags :standard -strict-sequence -warn-error -a+8 -w -48-60)
 (modes
  (best exe))
 (package containers)
 (preprocess
  (action
   (run %{project_root}/src/core/cpp/cpp.exe %{input-file})))
 (libraries
  containers
  containers.bencode
  containers.cbor
  containers.unix
  containers.pp
  threads
  containers_testlib
  iter
  gen
  uutf
  csexp))