File: dune

package info (click to toggle)
ocaml-afl-persistent 1.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: ml: 100; sh: 49; makefile: 11
file content (7 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
(library
 (wrapped false)
 (public_name afl-persistent)
 (name afl_persistent)
 (modules aflPersistent)
 (ocamlopt_flags (:standard -afl-inst-ratio 0))
 (libraries unix))