This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,34 @@
(rule
(mode promote)
(action
(copy ../bin/bootstrap-info libs.ml)))
(alias
(name runtest)
(deps libs.ml))
(alias
(name check)
(deps libs.ml))
(executable
(name duneboot)
(modules :standard \ configure bootstrap)
(libraries unix))
(executable
(name configure)
(preprocess
(action
(run tail -n +2 %{input-file})))
(modules configure))
(executable
(name bootstrap)
(modules bootstrap))
;; For unused value warnings. We don't write a plain empty
;; duneboot.mli to simplify ../bootstrap.ml
(rule
(with-stdout-to duneboot.mli (progn)))