;
; Shims for running coq binaries with minimal dependencies
;
; coqtop
(alias
(name coqtop-prelude)
(deps
%{bin:coqtop}
; XXX: bug, we are missing the dep on the _install meta file...
%{project_root}/theories/Init/Prelude.vo))
(alias
(name coqidetop-prelude)
(deps
%{bin:coqidetop.opt}
; XXX: bug, we are missing the dep on the _install meta file...
%{project_root}/theories/Init/Prelude.vo))
(alias
(name rocqide-prelude)
(deps
; without this if the gtk libs are not available dune can try to use
; rocqide from PATH instead of giving a nice error
; there is no problem with the other shims since they don't depend on optional build products
%{project_root}/ide/rocqide/rocqide_main.exe
%{bin:rocqworker}
%{bin:coqidetop}
%{project_root}/theories/Init/Prelude.vo
%{project_root}/coqide-server.install
%{project_root}/rocqide.install))
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.