about summary refs log tree commit diff
path: root/dune-project
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2024-02-20 14:00:27 +0100
committerMalte Voos <git@mal.tc>2024-02-20 14:00:27 +0100
commit4b2a72d01b48b9e5fd4743b98b0c6bf6422cfc0c (patch)
treecddb4b01dec26679ecdbb190286ac45fed78161a /dune-project
parent5252fe93e5e7ef77888c06c97de4e350dce90448 (diff)
downloadtoytt-4b2a72d01b48b9e5fd4743b98b0c6bf6422cfc0c.tar.gz
toytt-4b2a72d01b48b9e5fd4743b98b0c6bf6422cfc0c.zip
use yuujinchou for identifiers
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project11
1 files changed, 10 insertions, 1 deletions
diff --git a/dune-project b/dune-project
index 61494e3..e09f88d 100644
--- a/dune-project
+++ b/dune-project
@@ -15,7 +15,16 @@
  (name toytt)
  (synopsis "A short synopsis")
  (description "A longer description")
- (depends ocaml dune menhir ppx_deriving algaeff asai bwd)
+ (depends 
+  ocaml
+  dune
+  menhir
+  ppx_deriving
+  algaeff
+  asai
+  bwd
+  yuujinchou
+ )
  (tags
   (topics "to describe" your project)))