(library
 (public_name parser_ruby.ast)
 (name parser_ruby_ast)
 (wrapped false)
 (libraries
   commons
   lib_parsing
 )
 ; also deriving eq here
 (preprocess (pps ppx_deriving.show ppx_deriving.eq ppx_deriving.ord))
)
