-
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.
- Loading branch information
1 parent
56f660c
commit d38b75c
Showing
2 changed files
with
2 additions
and
3 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,9 +1,8 @@ | ||
(library | ||
(name protocol_conv_json) | ||
(public_name ppx_protocol_conv_json) | ||
(modules :standard \ test_expect) | ||
(private_modules test_expect) | ||
(libraries ppx_protocol_conv.runtime ppx_protocol_conv.driver yojson) | ||
(synopsis "yojson (de)serialization driver for ppx_protocol_conv") | ||
(preprocess (pps ppx_protocol_conv)) | ||
(preprocess (pps ppx_protocol_conv ppx_expect)) | ||
) |
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