package bencode
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Bencode (`.torrent` file format) reader/writer in OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
2.0.tar.gz
md5=80a4d59a246c31df45a42779c777bb28
sha512=687544db98ca47ecd55c8235e751b04df58fd5aba1270dcc93e19629f483f33232ac3779c0e07d0fdb67ea958156113143b0bd3b8640478928b591092d327d12
doc/bencode/Bencode/index.html
Module BencodeSource
Read and write bencode files in OCaml
sort list and wrap it in Dict. The list should not contain the same key twice.
pretty_print is not tail recursive (or pretty)
pp_hum fmt tree is the bencode tree pretty-printed in a human-readable format on fmt.
encode is not tail recursive
encode_to_string is not tail recursive
Helpers
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page