-
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 link agains base not ppxlib. This reduces the size from 23M to …
…2.9M
- Loading branch information
1 parent
13088a2
commit 1be9d66
Showing
5 changed files
with
14 additions
and
14 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,7 +1,7 @@ | ||
(library | ||
(name ppx_protocol_driver) | ||
(public_name ppx_protocol_conv.driver) | ||
(libraries ppx_protocol_conv ppx_protocol_conv.runtime) | ||
(libraries ppx_protocol_conv.runtime) | ||
(flags :standard -w -3) | ||
(synopsis "generic (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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
(library | ||
(name protocol_conv_json) | ||
(public_name ppx_protocol_conv_json) | ||
(modules :standard \ test_expect) | ||
(private_modules test_expect) | ||
(libraries ppx_protocol_conv ppx_protocol_conv.runtime ppx_protocol_conv.driver yojson) | ||
(libraries ppx_protocol_conv.runtime ppx_protocol_conv.driver yojson) | ||
(synopsis "yojson (de)serialization driver for ppx_protocol_conv") | ||
(inline_tests) | ||
(preprocess (pps ppx_protocol_conv ppx_inline_test ppx_expect)) | ||
(preprocess (pps 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
(library | ||
(name protocol_conv) | ||
(public_name ppx_protocol_conv.runtime) | ||
(libraries base) | ||
(synopsis "runtime library 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