mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
5 lines
218 B
Plaintext
5 lines
218 B
Plaintext
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.
|