-
-
Save Yuliosity/a7db150787405ea579203d5b453fe9b2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| ;bin/rpc/dune | |
| (library | |
| (synopsis "RPC service") | |
| (name rpc) | |
| (public_name main.rpc) | |
| (libraries core opium ezjsonm ppx_protocol_conv_jsonm) | |
| (preprocess | |
| (pps ppx_protocol_conv))) | |
| ;bin/dune | |
| (executable | |
| (name demo) | |
| (public_name demo) | |
| (preprocess | |
| (pps ppx_protocol_conv)) | |
| (libraries core lwt ppx_protocol_conv_yaml yaml yaml.unix rpc) | |
| (package main)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment