about summary refs log tree commit diff
path: root/toytt.opam
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2024-02-16 00:43:04 +0100
committerMalte Voos <git@mal.tc>2024-02-16 00:43:04 +0100
commit06d52c8ba30b1bd6e1174ebffbd6cc5ba668ecc2 (patch)
treec558e81d84fd12ef66e99c558e5b7dd1322e5c03 /toytt.opam
parent2bc6cae2458ba5f9573985791536618a00cbed8a (diff)
downloadtoytt-06d52c8ba30b1bd6e1174ebffbd6cc5ba668ecc2.tar.gz
toytt-06d52c8ba30b1bd6e1174ebffbd6cc5ba668ecc2.zip
basic lexer and parser
Diffstat (limited to 'toytt.opam')
-rw-r--r--toytt.opam3
1 files changed, 2 insertions, 1 deletions
diff --git a/toytt.opam b/toytt.opam
index c126fcb..1a4a45c 100644
--- a/toytt.opam
+++ b/toytt.opam
@@ -11,7 +11,8 @@ doc: "https://url/to/documentation"
 bug-reports: "https://github.com/username/reponame/issues"
 depends: [
   "ocaml"
-  "dune" {>= "3.7"}
+  "dune" {>= "3.13"}
+  "ppx_deriving"
   "asai"
   "odoc" {with-doc}
 ]