Skip to content

Commit

Permalink
Merge pull request #38 from yfyf/remove-jsonm-dependency-on-ppxlib
Browse files Browse the repository at this point in the history
Avoid linking against ppxlib in jsonm driver
  • Loading branch information
andersfugmann authored Nov 25, 2024
2 parents 1370b1c + d06c798 commit c51ed3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/jsonm/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name protocol_conv_jsonm)
(public_name ppx_protocol_conv_jsonm)
(libraries ppx_protocol_conv ppx_protocol_conv.runtime ppx_protocol_conv.driver ezjsonm)
(libraries ppx_protocol_conv.runtime ppx_protocol_conv.driver ezjsonm)
(synopsis "jsonm (de)serialization driver for ppx_protocol_conv based on ezjsonm")
)

0 comments on commit c51ed3e

Please sign in to comment.