+38
packages/memcpy/memcpy.0.2.2/opam
+38
packages/memcpy/memcpy.0.2.2/opam
···+There are several ways of storing and accessing blocks of memory in an OCaml program, including+* Ctypes ptr values that can be used to address arbitrary addresses using typed descriptions of the memory layout.+The Memcpy module provides functions for safely and efficiently copying blocks of memory between these different representations."""