File: dune

package info (click to toggle)
ocaml-stdlib-random 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: ml: 1,767; ansic: 42; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
4
5
6
(library
   (public_name stdlib-random.v3) (name random3)
   (preprocess
    (action
     (run %{bin:cppo} -V OCAML:%{ocaml_version} %{input-file})))
)