This package implements a Camlp4 syntax extension for Objective
Caml. It adds the syntactic construction:
open M in e
that can appear in any context where an expression is expected. M is
an arbitrary module expression (not only qualified names as for usual
open statements) and e is an expression.