mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
87 lines
2.8 KiB
Text
87 lines
2.8 KiB
Text
# OASIS_START
|
|
# DO NOT EDIT (digest: 29eba35d8937ec2340c27a97da9180a6)
|
|
version = "0.6.1"
|
|
description = "A modular standard library focused on data structures."
|
|
requires = "bytes"
|
|
archive(byte) = "containers.cma"
|
|
archive(byte, plugin) = "containers.cma"
|
|
archive(native) = "containers.cmxa"
|
|
archive(native, plugin) = "containers.cmxs"
|
|
exists_if = "containers.cma"
|
|
package "thread" (
|
|
version = "0.6.1"
|
|
description = "A modular standard library focused on data structures."
|
|
requires = "containers threads"
|
|
archive(byte) = "containers_thread.cma"
|
|
archive(byte, plugin) = "containers_thread.cma"
|
|
archive(native) = "containers_thread.cmxa"
|
|
archive(native, plugin) = "containers_thread.cmxs"
|
|
exists_if = "containers_thread.cma"
|
|
)
|
|
|
|
package "string" (
|
|
version = "0.6.1"
|
|
description = "A modular standard library focused on data structures."
|
|
archive(byte) = "containers_string.cma"
|
|
archive(byte, plugin) = "containers_string.cma"
|
|
archive(native) = "containers_string.cmxa"
|
|
archive(native, plugin) = "containers_string.cmxs"
|
|
exists_if = "containers_string.cma"
|
|
)
|
|
|
|
package "pervasives" (
|
|
version = "0.6.1"
|
|
description = "A modular standard library focused on data structures."
|
|
requires = "containers"
|
|
archive(byte) = "containers_pervasives.cma"
|
|
archive(byte, plugin) = "containers_pervasives.cma"
|
|
archive(native) = "containers_pervasives.cmxa"
|
|
archive(native, plugin) = "containers_pervasives.cmxs"
|
|
exists_if = "containers_pervasives.cma"
|
|
)
|
|
|
|
package "misc" (
|
|
version = "0.6.1"
|
|
description = "A modular standard library focused on data structures."
|
|
requires = "unix containers"
|
|
archive(byte) = "containers_misc.cma"
|
|
archive(byte, plugin) = "containers_misc.cma"
|
|
archive(native) = "containers_misc.cmxa"
|
|
archive(native, plugin) = "containers_misc.cmxs"
|
|
exists_if = "containers_misc.cma"
|
|
)
|
|
|
|
package "lwt" (
|
|
version = "0.6.1"
|
|
description = "A modular standard library focused on data structures."
|
|
requires = "containers lwt lwt.unix containers.misc"
|
|
archive(byte) = "containers_lwt.cma"
|
|
archive(byte, plugin) = "containers_lwt.cma"
|
|
archive(native) = "containers_lwt.cmxa"
|
|
archive(native, plugin) = "containers_lwt.cmxs"
|
|
exists_if = "containers_lwt.cma"
|
|
)
|
|
|
|
package "cgi" (
|
|
version = "0.6.1"
|
|
description = "A modular standard library focused on data structures."
|
|
requires = "containers CamlGI"
|
|
archive(byte) = "containers_cgi.cma"
|
|
archive(byte, plugin) = "containers_cgi.cma"
|
|
archive(native) = "containers_cgi.cmxa"
|
|
archive(native, plugin) = "containers_cgi.cmxs"
|
|
exists_if = "containers_cgi.cma"
|
|
)
|
|
|
|
package "advanced" (
|
|
version = "0.6.1"
|
|
description = "A modular standard library focused on data structures."
|
|
requires = "containers"
|
|
archive(byte) = "containers_advanced.cma"
|
|
archive(byte, plugin) = "containers_advanced.cma"
|
|
archive(native) = "containers_advanced.cmxa"
|
|
archive(native, plugin) = "containers_advanced.cmxs"
|
|
exists_if = "containers_advanced.cma"
|
|
)
|
|
# OASIS_STOP
|
|
|