package base
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Full standard library replacement for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.14.4.tar.gz
md5=89c571906217b5513682123b74327522
sha512=d8fdc0de663797b73b65f1753e4e46f3de58dc63a9bbac10d128f84a208da16d231500906796dbc1ac6d6566f4eb4007ff7c02200b4617cc8dd475c10446cdb6
doc/src/base.md5/md5_lib.ml.html
Source file md5_lib.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26type t = string (* Share the digest of the empty string *) let empty = Digest.string "" let make s = if s = empty then empty else s let compare = compare let length = 16 let to_binary s = s let of_binary_exn s = assert (String.length s = length); make s let unsafe_of_binary = make let to_hex = Digest.to_hex let of_hex_exn s = make (Digest.from_hex s) let string s = make (Digest.string s) let bytes s = make (Digest.bytes s) let subbytes bytes ~pos ~len = make (Digest.subbytes bytes pos len)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>