summaryrefslogtreecommitdiff
path: root/src/dune
diff options
context:
space:
mode:
authorSon Ho2021-11-17 12:53:22 +0100
committerSon Ho2021-11-17 12:53:22 +0100
commit4f3807c15ea1e7f8c69dbf120ea3c54e0e60d3ac (patch)
tree5a8872bac7bf6ff584b9eb6cbc8d6ac5409da6d3 /src/dune
parent33a1999bf6128358c841862f6b27123413ea4483 (diff)
Start working on json deserialization
Diffstat (limited to 'src/dune')
-rw-r--r--src/dune4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dune b/src/dune
index 6ab09aa4..2c07ec16 100644
--- a/src/dune
+++ b/src/dune
@@ -1,2 +1,4 @@
(executable
- (name main)) \ No newline at end of file
+ (name main)
+ (libraries yojson)
+ (preprocess (pps ppx_deriving.show ppx_deriving.ord ppx_deriving_yojson))) \ No newline at end of file