Skip to content

Commit

Permalink
Avoid linking against ppxlib in all drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Nov 25, 2024
1 parent c51ed3e commit 0a4fd69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/msgpack/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name protocol_conv_msgpack)
(public_name ppx_protocol_conv_msgpack)
(libraries ppx_protocol_conv ppx_protocol_conv.runtime ppx_protocol_conv.driver msgpck)
(libraries ppx_protocol_conv.runtime ppx_protocol_conv.driver msgpck)
(synopsis "msgpack (de)serialization driver for ppx_protocol_conv")
)
2 changes: 1 addition & 1 deletion drivers/xml_light/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
(name protocol_conv_xml)
(public_name ppx_protocol_conv_xml_light)
(flags :standard -w -3)
(libraries ppx_protocol_conv ppx_protocol_conv.runtime xml-light)
(libraries ppx_protocol_conv.runtime ppx_protocol_conv.driver xml-light)
(synopsis "xml-light (de)serialization driver for ppx_protocol_conv")
)
2 changes: 1 addition & 1 deletion drivers/xmlm/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
(name protocol_conv_xmlm)
(public_name ppx_protocol_conv_xmlm)
(flags :standard -w -3)
(libraries ppx_protocol_conv ppx_protocol_conv.runtime ezxmlm)
(libraries ppx_protocol_conv.runtime ppx_protocol_conv.driver ezxmlm)
(synopsis "xmlm (de)serialization driver for ppx_protocol_conv")
)
2 changes: 1 addition & 1 deletion drivers/yaml/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name protocol_conv_yaml)
(public_name ppx_protocol_conv_yaml)
(libraries ppx_protocol_conv ppx_protocol_conv.runtime ppx_protocol_conv.driver global)
(libraries ppx_protocol_conv.runtime ppx_protocol_conv.driver global)
(synopsis "yaml (de)serialization driver for ppx_protocol_conv")
)

0 comments on commit 0a4fd69

Please sign in to comment.