Skip to content

Commit

Permalink
ppx_tools.metaquot: Add old description and add runtime dependency (p…
Browse files Browse the repository at this point in the history
…reviously required unconditionally)
  • Loading branch information
kit-ty-kate committed Feb 11, 2020
1 parent 4b7cb44 commit 69f8c67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69f8c67

Please sign in to comment.