package htmlfromtexbooks

  1. Overview
  2. Docs
From TeX To Human-Readable HTML

Install

Dune Dependency

Authors

Maintainers

Sources

v3.3.2.tar.gz
md5=8eafd939e9dbcb31919c5be0ed144840
sha512=4e7d13452e0a6b358e013711085500d82faf034eb03845be7de86a631fbc7b66a9aede7eba63cfd35460992c16e74de6c7db9aa152234f7dbc3acf9ab31c12ee

doc/htmlfromtexbooks.lib/Htmlfromtexbooks/Utils/index.html

Module Htmlfromtexbooks.UtilsSource

Various utilities module

Sourceval string_starts_with : String.t -> string -> bool

Implementation of 4.13's OCaml String.starts_with command to be backward compatible

Sourceval string_to_list : String.t -> char list

A simple function to transform a string into a list of its chars

Sourceval read_file : string -> string list

Simple re-usable file-reading into a list of line function

Sourceval write_to_file : string -> string -> unit

A function to write in a output file

OCaml

Innovation. Community. Security.