9d63ebde62
resources directly into OCaml code. Needed as a dependency for other packages, mostly.
4 lines
218 B
Text
4 lines
218 B
Text
OCamlify allows to create OCaml source code by including whole files
|
|
into OCaml string or string list. The code generated can be compiled
|
|
as a standard OCaml file. It allows embedding external resources as
|
|
OCaml code.
|