package camomile
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A Unicode library
Install
dune-project
Dependency
github.com
Readme
Changelog
LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception License
Edit opam file
Versions (7)
Authors
Maintainers
Sources
v2.1.0.tar.gz
md5=35c450853b72e286bef9b75ae4821621
sha512=fff70942e1866c5ad180a9de392a153809db7858f6d9f1067cd88db8b23b03643d09666abf09e6fae3d4da99f44570158b83170104cee68fdd5c1fc41b7c3e7b
doc/camomile.lib/CamomileLib/ULine/index.html
Module CamomileLib.ULine
Line IO
Line separators.
`CRspecifies carriage return.`LFspecifies linefeed.`CRLFspecifies the sequence of carriage return and linefeed.`NELspecifies next line (\u0085).`LSspecifies Unicode line separator (\u2028).`PSspecifies Unicode paragraph separator (\u2029).
class input : separator -> UChar.t OOChannel.obj_input_channel -> UChar.t
CamomileLib.OOChannel.obj_input_channelnew input separator input_obj creates the new input channel object OOChannel.obj_input_channel which reads from input_obj and converts line separators (all of CR, LF, CRLF, NEL, LS, PS) to separator.
class output : separator -> UChar.t OOChannel.obj_output_channel -> UChar.t
CamomileLib.OOChannel.obj_output_channelnew output separator output_obj creates the new output channel object OOChannel.obj_output_channel which receives Unicode characters and converts line separators (all of CR, LF, CRLF, NEL, LS, PS) to separator.
module type Type = sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>