# OASIS_START
# DO NOT EDIT (digest: b678317118db25f5e609c9c42e12deae)
version = "1.0"
description =
"Optimised functions to read and write int16/32/64 from strings and bigarrays"
requires = "bytes"
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 = "1.0"
 description =
 "Optimised functions to read and write int16/32/64 from strings and bigarrays"
 requires = "bigarray bytes"
 archive(byte) = "bigstring.cma"
 archive(byte, plugin) = "bigstring.cma"
 archive(native) = "bigstring.cmxa"
 archive(native, plugin) = "bigstring.cmxs"
 exists_if = "bigstring.cma"
)
# OASIS_STOP

