package embedded_ocaml_templates

  1. Overview
  2. Docs
EML is a simple templating language that lets you generate text with plain OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.1.tar.gz
md5=65dfebc97da6ad5038c6144a864a118d
sha512=98e42ba1e1e12311c434f88d8931cb308572f7ef96620517dec9d26a5ad5f8e3483dcdae7225c1d3c5f92ce178d0e73544b135a6d6f3e087e11c628d038261f9

doc/embedded_ocaml_templates.common_eml/Common_eml/File_handling/index.html

Module Common_eml.File_handling

type file =
  1. | File of string
  2. | Directory of string * file array
val sort_by_int : 'a Core.Array.t -> to_int:('a -> Core_kernel__Int.t) -> unit
val print_file : file -> Base.unit
val path_readdir : Core_kernel__.Import.string -> Core_kernel__.Import.string Core.Array.t
val read_file_or_directory : ?filter:(string -> bool) -> ?sorted:bool -> Core_kernel__.Import.string -> file
OCaml

Innovation. Community. Security.