(library
  (name cudf)
  (public_name cudf)
  (libraries extlib)
  (modules (:standard \ myocamlbuild test tests main_cudf_check main_cudf_parse_822))
  (wrapped false))

(ocamllex cudf_822_lexer cudf_type_lexer)

(ocamlyacc cudf_822_parser cudf_type_parser)
