Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
"Ppx_embed_file"
ppx_embed_file is a simple PPX that allows embedding files directly into executables as strings or bytes so that we can embed files into OCaml programs.
How to use
First, in your dune file, specify preprocess to include ppx_embed_file and preprocessor_deps to include any files to be included: