utop/examples/custom-utop/jbuild

8 lines
132 B
Plaintext
Raw Normal View History

2017-05-26 13:43:45 +00:00
(jbuild_version 1)
(executable
((name myutop)
(flags (:standard -safe-string))
2017-05-26 13:43:45 +00:00
(link_flags (-linkall))
(libraries (utop))))