# OASIS_START
# DO NOT EDIT (digest: f94b24fbf6d142db1c17209ea9220dff)
version = "0.5"
description =
"Optimised functions to read and write int16/32/64 from strings and bigarrays"
archive(byte) = "ocplib_endian.cma"
archive(byte, plugin) = "ocplib_endian.cma"
archive(native) = "ocplib_endian.cmxa"
archive(native, plugin) = "ocplib_endian.cmxs"
exists_if = "ocplib_endian.cma"
package "bigstring" (
 version = "0.5"
 description =
 "Optimised functions to read and write int16/32/64 from strings and bigarrays"
 requires = "bigarray"
 archive(byte) = "bigstring.cma"
 archive(byte, plugin) = "bigstring.cma"
 archive(native) = "bigstring.cmxa"
 archive(native, plugin) = "bigstring.cmxs"
 exists_if = "bigstring.cma"
)
# OASIS_STOP

