about summary refs log tree commit diff
path: root/lib/dune
blob: 7889c590f64418d6d6130af058b60f17cf08cca9 (plain)
1
2
3
4
5
6
7
8
9
10
(menhir
 (explain true)
 (modules Parser))

(ocamllex Lexer)

(library
 (name toytt)
 (libraries asai yuujinchou)
 (preprocess (pps ppx_deriving.std)))