summaryrefslogtreecommitdiff
path: root/blog/dune
diff options
context:
space:
mode:
Diffstat (limited to 'blog/dune')
-rwxr-xr-xblog/dune8
1 files changed, 8 insertions, 0 deletions
diff --git a/blog/dune b/blog/dune
new file mode 100755
index 0000000..532a7ee
--- /dev/null
+++ b/blog/dune
@@ -0,0 +1,8 @@
+(library
+ (name blog)
+ (libraries
+ brr
+ brr.note
+ js_of_ocaml-tyxml)
+ (preprocess (pps tyxml-ppx))
+ )