package ocamlify

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

ocamlify - Include files in OCaml code

OCaml-CI Build Status

Installation

The recommended way to install ocaml-gettext is via the [opam package manager][opam]:

$ opam install ocamlify

Examples

Using the following file test.mlify:

VarString file_ml "file.ml"

It is possible to run ocamlify to automatically embed the file file.ml as a string into another OCaml file.

$ ocamlify test.mlify
let file_ml = [...]
OCaml

Innovation. Community. Security.