projct structure refactoring

This commit is contained in:
ProgramSnail 2026-02-22 13:17:41 +00:00
parent 3f6844835c
commit 8885c4891c
11 changed files with 109 additions and 141 deletions

23
camlp5/dune Normal file
View file

@ -0,0 +1,23 @@
(rule
(targets pp5+gt+plugins+ocanren+dump.exe)
(action
(run
mkcamlp5.opt
-package
camlp5,camlp5.pa_o,camlp5.macro,camlp5.pr_dump,logger.syntax
-package
logger.syntax,GT.syntax,GT.syntax.all,OCanren.syntax
-o
%{targets})))
(rule
(targets pp5+gt+plugins+ostap+dump.exe)
(action
(run
mkcamlp5.opt
-package
camlp5,camlp5.pa_o,camlp5.macro,camlp5.pr_dump,logger.syntax
-package
logger.syntax,GT.syntax,GT.syntax.all,ostap.syntax
-o
%{targets})))