dune/src/dune

20 lines
423 B
Plaintext

(library
(name dune)
(libraries unix
stdune
fiber
xdg
re
opam_file_format
usexp
ocaml_config
which_program)
(synopsis "Internal Dune library, do not use!"))
(ocamllex meta_lexer glob_lexer dune_lexer)
(rule
(targets setup.ml)
(mode fallback)
(action (copy# setup.defaults.ml setup.ml)))