aboutsummaryrefslogtreecommitdiff
path: root/lib/syntax/dune
diff options
context:
space:
mode:
authorChimrod <>2023-10-06 08:35:56 +0200
committerChimrod <>2023-10-06 08:35:56 +0200
commit97ab5c9a21166f0bffee482210d69877fd6809fa (patch)
treed1fa44000fa07631edc8924a90020f2cfe637263 /lib/syntax/dune
parent40f4dbe7844725e0ab07f03f25c35f55b4699b46 (diff)
Moved qparser and syntax in the library folder
Diffstat (limited to 'lib/syntax/dune')
-rw-r--r--lib/syntax/dune6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/syntax/dune b/lib/syntax/dune
new file mode 100644
index 0000000..666273f
--- /dev/null
+++ b/lib/syntax/dune
@@ -0,0 +1,6 @@
+(library
+ (name qsp_syntax)
+
+ (preprocess (pps
+ ppx_deriving.show ppx_deriving.enum
+ ppx_deriving.eq )))