package containers

  1. Overview
  2. Docs
A modular, clean and powerful extension of the OCaml standard library

Install

Dune Dependency

Authors

Maintainers

Sources

v3.8.tar.gz
md5=f1c717c9a1015e81253f226ae594f547
sha512=7640b6af5a61e53e52eac51f237a06c5c21597374481af218cf0601c2b9059b96254058b92adb73ce20b1dece4ccaffb99d1b29b235c4dc954619738d8d0de40

doc/containers.bencode/Containers_bencode/Decode/index.html

Module Containers_bencode.DecodeSource

Decoding

Sourceval of_string : string -> t option
Sourceval of_string_exn : string -> t

Parse string.

  • raises Failure

    if the string is not valid bencode.

OCaml

Innovation. Community. Security.