(library
  (name gitconfig)
  (package lab)
  (modules types lexer parser resolve)
  (libraries str)
  (modules_without_implementation types))

(ocamllex lexer)

(menhir
 (modules parser))
