Skip to content

Commit 69f8c67

Browse files
committed
ppx_tools.metaquot: Add old description and add runtime dependency (previously required unconditionally)
1 parent 4b7cb44 commit 69f8c67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dune

+3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
(library
99
(name ppx_metaquot)
1010
(public_name ppx_tools.metaquot)
11+
(synopsis "Meta-quotation: Parsetree manipulation using concrete syntax")
12+
(wrapped false)
1113
(kind ppx_rewriter)
1214
(modules ppx_metaquot)
1315
(ppx.driver (main Ppx_metaquot.Main.main))
16+
(ppx_runtime_libraries ppx_tools)
1417
(libraries compiler-libs.common ppx_tools ast_lifter))
1518

1619
(executable

0 commit comments

Comments
 (0)