From 77544bdfad2af41514ec1435f706fee87ea2969e Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 7 Feb 2022 15:38:37 +0100 Subject: Added viz.js code --- blog/dune | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 blog/dune (limited to 'blog/dune') diff --git a/blog/dune b/blog/dune deleted file mode 100755 index 648990f..0000000 --- a/blog/dune +++ /dev/null @@ -1,21 +0,0 @@ -(rule - (targets hash_host.ml) - (enabled_if (= %{profile} dev)) - (action (copy# hash_host/hash_localhost.ml hash_host.ml))) - -(rule - (targets hash_host.ml) - (enabled_if (<> %{profile} dev)) - (action (copy# hash_host/hash_blog.ml hash_host.ml))) - -(library - (name blog) - (libraries - brr - brr.note - elements - ) - (preprocess (pps ppx_hash)) - - - ) -- cgit v1.2.3