From 69f8c6768872e6204bf4de4d4c0e7db057aa810b Mon Sep 17 00:00:00 2001 From: Kate Date: Tue, 11 Feb 2020 19:06:44 +0000 Subject: [PATCH] ppx_tools.metaquot: Add old description and add runtime dependency (previously required unconditionally) --- dune | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dune b/dune index af9a203..a9f71c9 100644 --- a/dune +++ b/dune @@ -8,9 +8,12 @@ (library (name ppx_metaquot) (public_name ppx_tools.metaquot) + (synopsis "Meta-quotation: Parsetree manipulation using concrete syntax") + (wrapped false) (kind ppx_rewriter) (modules ppx_metaquot) (ppx.driver (main Ppx_metaquot.Main.main)) + (ppx_runtime_libraries ppx_tools) (libraries compiler-libs.common ppx_tools ast_lifter)) (executable