package carton-miou
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Implementation of PACK file in OCaml for Miou
Install
dune-project
Dependency
Authors
Maintainers
Sources
carton-1.4.0.tbz
sha256=431e7df0e1c25209e502bec2125218921ce2652390d82c4fbd973655814ac247
sha512=f0dafcb8b175605164f2b177f3e4cb22485abdfadb2c36178c81e838c76e28d3a038d63ecbe2c649bbd70c1520ea81db954b9af0bd531b11a8ec08c25a60e95a
doc/src/carton-miou.bundle/carton_miou_bundle.ml.html
Source file carton_miou_bundle.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18let ( let* ) = Result.bind let save filename seq = let oc = open_out_bin (Fpath.to_string filename) in let finally () = close_out oc in Fun.protect ~finally @@ fun () -> Seq.iter (output_string oc) seq let of_packs ~cfg ~digest ~sort ?level hdr filenames = let pack = Carton_miou_unix.merge ~cfg ~digest ~sort ?level filenames in Bundle.to_seq hdr pack let read ?ref_length filename = let seq = Carton_miou_unix.seq_of_filename filename in Bundle.split ?ref_length seq let split ?ref_length filename ~pack = let* hdr, seq = read ?ref_length filename in save pack seq; Ok hdr
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>