Update dune files for all libraries.

Commit
7f40654efd7635f7e5acd8d42214627ce1f74c18
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
Changed files
bin/dune
index e1b7b0df..64f988c3 100644..100644
@@ -1,6 +1,4 @@
1 1 (executable
2 2 (public_name ogit)
3 3 (name main)
4 Removed: (libraries
5 Removed: dream
6 Removed: ogit.handlers))
4 Added: (libraries dream handlers))
lib/handlers/dune
index ae64b719..46816f16 100644..100644
@@ -1,8 +1,4 @@
1 1 (library
2 2 (name handlers)
3 3 (public_name ogit.handlers)
4 Removed: (libraries
5 Removed: dream
6 Removed: ogit.helpers
7 Removed: ogit.layouts)
8 Removed: (modules handlers))
4 Added: (libraries dream helpers views))
lib/helpers/dune
index a8c17333..f04f60c5 100644..100644
@@ -1,9 +1,5 @@
1 1 (library
2 2 (name helpers)
3 3 (public_name ogit.helpers)
4 Removed: (libraries
5 Removed: unix
6 Removed: ogit.layouts)
7 Removed: (modules
8 Removed: html_helpers
9 Removed: file_helpers))
4 Added: (libraries unix views)
5 Added: (modules html_helpers file_helpers))
lib/layouts/dune
index ee236ea1..00000000 100644..000000
@@ -1,16 +0,0 @@
1 Removed: (library
2 Removed: (name layouts)
3 Removed: (public_name ogit.layouts)
4 Removed: (modules header topnav))
5 Removed:
6 Removed: ; Rule to preprocess header.eml.html
7 Removed: (rule
8 Removed: (targets header.ml)
9 Removed: (deps header.eml.html)
10 Removed: (action (run dream_eml %{deps} --workspace %{workspace_root})))
11 Removed:
12 Removed: ; Rule to preprocess topnav.eml.html
13 Removed: (rule
14 Removed: (targets topnav.ml)
15 Removed: (deps topnav.eml.html)
16 Removed: (action (run dream_eml %{deps} --workspace %{workspace_root})))