(library
 (name intel)
 (synopsis "Upstream Intel edger8r")
 (libraries str unix))

(ocamllex Lexer)

(ocamlyacc Parser)

; TODO: Upstream code has a lot of warnings still.

(env
 (dev
  (flags
   (:standard -warn-error -A))))
