about summary refs log tree commit diff
path: root/src/ast/dune
blob: 072fe895868a19e3b2cde44e65f75911aea9c412 (plain)
1
2
3
4
(library
 (name Ast)
 (public_name toytt.ast)
 (libraries asai toytt.ident))