package protocol-9p
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
An implementation of the 9p protocol in pure OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
protocol-9p-2.1.0.tbz
sha256=28bace4c680708495bf3f8c936ade387870887c39c507318ecab456bf8824845
sha512=5c4a421211e84ddc2a4588d3d7d1979de83e32e8e5cde926ea0c93272720b67f009ead0ad51d087a62bffbad884390f02e030752c435f442115ee82ce932b741
doc/protocol-9p/Protocol_9p/Response/index.html
Module Protocol_9p.ResponseSource
Parsers and printers for 9P response messages
A variant including all possible 9P response payloads
Source
type t = {tag : Protocol_9p__.Protocol_9p_types.Tag.t;(*The tag used to match this response with the original request
*)payload : payload;
}A 9P protocol response
Read a t from the given buffer and return it, along with the unused remainder of the buffer. If the buffer cannot be parsed then return an error.
Write a t into the given buffer. If the buffer is too small, then return an error. Return the unused remainder of the buffer.
The size of the fixed response header
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>