CS153/hw1/bin/dune
jmug cfe502c598 Add all the assignment code.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-01-24 18:59:28 -08:00

21 lines
331 B
Text

(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))