diff options
Diffstat (limited to 'lib/views/dune')
-rw-r--r-- | lib/views/dune | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/views/dune b/lib/views/dune new file mode 100644 index 0000000..1b722c5 --- /dev/null +++ b/lib/views/dune @@ -0,0 +1,4 @@ +(library + (name views) + (public_name ogit.views) + (libraries dream-html git)) |