aboutsummaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
authorMishio595 <[email protected]>2018-10-14 08:29:52 -0600
committerMishio595 <[email protected]>2018-10-14 08:29:52 -0600
commitc42603da68df3610d063d7b232b53bb45e0183e1 (patch)
tree9666bd4f51e7e6679c6dd5fa6cd97ee29fb3117d /dune
downloaddisml-c42603da68df3610d063d7b232b53bb45e0183e1.tar.xz
disml-c42603da68df3610d063d7b232b53bb45e0183e1.zip
Initial commit
Diffstat (limited to 'dune')
-rw-r--r--dune6
1 files changed, 6 insertions, 0 deletions
diff --git a/dune b/dune
new file mode 100644
index 0000000..62061f5
--- /dev/null
+++ b/dune
@@ -0,0 +1,6 @@
+(library
+ (name animus)
+ (libraries lwt lwt.unix cohttp cohttp.lwt yojson)
+)
+
+(include_subdirs unqualified) \ No newline at end of file