-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid linking against ppxlib in all drivers
- Loading branch information
1 parent
c51ed3e
commit 0a4fd69
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") | ||
) |