diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-05-28 23:02:14 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-05-28 23:02:14 +0200 |
commit | ffae61af1a13862ffc2bf9415313f5da3d90d38e (patch) | |
tree | d1849eaf647e498e68cc0c9511d6b1d7f786dc62 /lib/dune | |
parent | 378d9f24bd19855b7aa59936d7104ab1203c42f3 (diff) |
Add link_to route generator.
Diffstat (limited to 'lib/dune')
-rw-r--r-- | lib/dune | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,4 +2,6 @@ (library (name ogit) - (libraries dream dream-html git-unix toml)) + (libraries dream dream-html git-unix toml) + (preprocess (pps dream-html.ppx))) + |