I recently decided to organize the files in my project directory. I moved the parsers I had for a few different file types into their own directory and also decided to use ocaml
You need to "include" the parser directory in the search path. You can do this in _tags:
_tags
"parser": include
Then ocamlbuild can search the parser directory for interesting files.
ocamlbuild