Skip to content

Commit c51ed3e

Browse files
Merge pull request #38 from yfyf/remove-jsonm-dependency-on-ppxlib
Avoid linking against ppxlib in jsonm driver
2 parents 1370b1c + d06c798 commit c51ed3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/jsonm/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(library
22
(name protocol_conv_jsonm)
33
(public_name ppx_protocol_conv_jsonm)
4-
(libraries ppx_protocol_conv ppx_protocol_conv.runtime ppx_protocol_conv.driver ezjsonm)
4+
(libraries ppx_protocol_conv.runtime ppx_protocol_conv.driver ezjsonm)
55
(synopsis "jsonm (de)serialization driver for ppx_protocol_conv based on ezjsonm")
66
)

0 commit comments

Comments
 (0)