(executable
  (name quackyducky)
  (libraries
    batteries
    hex
  )
  (flags (:standard -w -27-33-39-50))
)

(ocamllex rfc_lexer)

(menhir
  (modules rfc_parser)
)
