diff options
Diffstat (limited to 'blog/dune')
-rwxr-xr-x | blog/dune | 8 |
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)) + ) |