use lang 2.0 and format dune files (#440)
This commit is contained in:
parent
fc32fa37a1
commit
bfabaacf2a
|
@ -1,4 +1,5 @@
|
|||
(lang dune 1.11)
|
||||
(lang dune 2.0)
|
||||
(formatting (enabled_for dune))
|
||||
(name utop)
|
||||
|
||||
(generate_opam_files)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(executable
|
||||
(name myutop)
|
||||
(modes byte)
|
||||
(link_flags -linkall)
|
||||
(libraries utop))
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(executable
|
||||
(name test_program)
|
||||
(modes byte)
|
||||
(link_flags -linkall)
|
||||
(libraries utop))
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
(public_name utop)
|
||||
(wrapped false)
|
||||
(modes byte)
|
||||
(libraries compiler-libs.toplevel findlib.top lambda-term logs.lwt threads zed)
|
||||
(libraries compiler-libs.toplevel findlib.top lambda-term logs.lwt threads
|
||||
zed)
|
||||
(preprocess
|
||||
(action
|
||||
(run %{bin:cppo} -V OCAML:%{ocaml_version} %{input-file}))))
|
||||
|
|
Loading…
Reference in New Issue