From fae04042673def910291fad4a733becedab0e321 Mon Sep 17 00:00:00 2001 From: Chet Murthy Date: Thu, 26 Mar 2020 14:23:46 -0700 Subject: [PATCH 05/10] add "pr_r" subpackage to META (to go with pr_{o,dump}) fix copy-paste error in topfind.camlp5 --- etc/META.tpl | 6 ++++++ etc/topfind.camlp5 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/etc/META.tpl b/etc/META.tpl index d8fbbf2c..a7e01e61 100644 --- a/etc/META.tpl +++ b/etc/META.tpl @@ -28,6 +28,12 @@ archive(syntax,preprocessor,camlp5scheme) = "pa_scheme.cmo pr_dump.cmo" archive(syntax,preprocessor,camlp5lisp) = "pa_lisp.cmo pr_dump.cmo" preprocessor = "camlp5 -nolib" +package "pr_r" ( + requires(toploop) = "camlp5" + archive(syntax,preprocessor) = "pr_r.cmo" + archive(syntax,toploop) = "pr_r.cmo" +) + package "pr_o" ( requires(toploop) = "camlp5" archive(syntax,preprocessor) = "pr_o.cmo" diff --git a/etc/topfind.camlp5 b/etc/topfind.camlp5 index 5a260beb..9fd8f143 100644 --- a/etc/topfind.camlp5 +++ b/etc/topfind.camlp5 @@ -14,7 +14,7 @@ Hashtbl.add )) ; -(* Add "#camlp4r" directive: *) +(* Add "#camlp5r" directive: *) Hashtbl.add Toploop.directive_table -- 2.24.1