File: dune

package info (click to toggle)
ocaml-res 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: ml: 1,479; makefile: 22
file content (9 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
(env
 (dev
  (flags
   (:standard -w -9 -principal))
  (c_flags
   (:standard -Wall -pedantic -Wextra -Wunused)))
 (release
  (ocamlopt_flags
   (:standard -O3))))