swh:1:snp:2d869aa00591d2ac8ec8e7abacdda563d413189d
Raw File
Tip revision: 312998462027e0ca6278d0eed3bc36ae9099db8d authored by Drup on 17 January 2020, 15:49:41 UTC
Version and fix parmap.opam
Tip revision: 3129984
dune
(executable
 (name mandels)
 (public_name ocaml-parmap-mandels)
 (modules mandels)
 (flags
  (:standard -w -3-27))
 (libraries parmap graphics unix bigarray))

;(executable
; (name mandels_sdl)
; (public_name ocaml-parmap-mandels_sdl)
; (modules mandels_sdl)
; (flags
;  (:standard -w -3-27))
; (libraries parmap graphics unix bigarray sdl))
back to top