CS153/hw1/bin/dune

22 lines
331 B
Text
Raw Permalink Normal View History

(library
(name hellocaml)
(modules hellocaml))
(env
(dev
(flags
(:standard -w "+a-4-7-9-27-29-30-32..42-44-45-48-50-60-66..70")
)))
(executable
(public_name main)
(name main)
(modules main)
(promote (until-clean))
(libraries
; OCaml standard libraries
; project libraries
util
studenttests
gradedtests))