(library
 (public_name parser_go.ast)
 (name parser_go_ast)
 (wrapped false)
 (libraries
   commons
   lib_parsing
   ast_generic ; just to factorize the operator
 )
 (preprocess (pps ppx_deriving.show))
)
