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 (7 lines) | stat: -rw-r--r-- 187 bytes parent folder | download
1
2
3
4
5
6
7
(library
 (public_name stdlib-random.v5) (name random5)
 (foreign_stubs (language c) (names prng))
 (preprocess
  (action
   (run %{bin:cppo} -V OCAML:%{ocaml_version} %{input-file})))
)