summary refs log tree commit diff
path: root/source/mod_student/dune
diff options
context:
space:
mode:
authorPaweł Dybiec <pdybiec@stud.cs.uni.wroc.pl>2018-10-30 15:32:56 +0100
committerPaweł Dybiec <pdybiec@stud.cs.uni.wroc.pl>2018-10-30 15:32:56 +0100
commitb798ac29c37299b2f761243ae92ab8f7c4c4d7f1 (patch)
treeeb9b9cc9be294fe5bd3acf9a342098ffc0ea06e5 /source/mod_student/dune
Initial commit
Diffstat (limited to 'source/mod_student/dune')
-rw-r--r--source/mod_student/dune21
1 files changed, 21 insertions, 0 deletions
diff --git a/source/mod_student/dune b/source/mod_student/dune
new file mode 100644
index 0000000..c590740
--- /dev/null
+++ b/source/mod_student/dune
@@ -0,0 +1,21 @@
+(library
+    (name mod_student)
+    (public_name mod_student)
+    (libraries ocamlgraph xi_lib)
+    (modes byte)
+)
+(menhir 
+    (flags (--explain --dump))
+    (modules parser)
+)
+(ocamllex
+    lexer
+)
+(env
+    (dev
+        (flags (:standard -g -w -39-33-26-27-32))
+    )
+    (release
+        (flags (:standard -w -39-33-26-27))
+    )
+)