mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-28 11:54:51 -05:00
77 lines
2.5 KiB
Text
77 lines
2.5 KiB
Text
# OASIS_START
|
|
# DO NOT EDIT (digest: 6fc8b50f808e0788951f153fb45868c5)
|
|
version = "1.5.2"
|
|
description = "A modular standard library focused on data structures."
|
|
requires = "bytes result"
|
|
archive(byte) = "containers.cma"
|
|
archive(byte, plugin) = "containers.cma"
|
|
archive(native) = "containers.cmxa"
|
|
archive(native, plugin) = "containers.cmxs"
|
|
exists_if = "containers.cma"
|
|
package "unix" (
|
|
version = "1.5.2"
|
|
description = "A modular standard library focused on data structures."
|
|
requires = "bytes result unix"
|
|
archive(byte) = "containers_unix.cma"
|
|
archive(byte, plugin) = "containers_unix.cma"
|
|
archive(native) = "containers_unix.cmxa"
|
|
archive(native, plugin) = "containers_unix.cmxs"
|
|
exists_if = "containers_unix.cma"
|
|
)
|
|
|
|
package "top" (
|
|
version = "1.5.2"
|
|
description = "A modular standard library focused on data structures."
|
|
requires =
|
|
"compiler-libs.common containers containers.data containers.unix containers.sexp containers.iter"
|
|
archive(byte) = "containers_top.cma"
|
|
archive(byte, plugin) = "containers_top.cma"
|
|
archive(native) = "containers_top.cmxa"
|
|
archive(native, plugin) = "containers_top.cmxs"
|
|
exists_if = "containers_top.cma"
|
|
)
|
|
|
|
package "thread" (
|
|
version = "1.5.2"
|
|
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 "sexp" (
|
|
version = "1.5.2"
|
|
description = "A modular standard library focused on data structures."
|
|
requires = "bytes result"
|
|
archive(byte) = "containers_sexp.cma"
|
|
archive(byte, plugin) = "containers_sexp.cma"
|
|
archive(native) = "containers_sexp.cmxa"
|
|
archive(native, plugin) = "containers_sexp.cmxs"
|
|
exists_if = "containers_sexp.cma"
|
|
)
|
|
|
|
package "iter" (
|
|
version = "1.5.2"
|
|
description = "A modular standard library focused on data structures."
|
|
archive(byte) = "containers_iter.cma"
|
|
archive(byte, plugin) = "containers_iter.cma"
|
|
archive(native) = "containers_iter.cmxa"
|
|
archive(native, plugin) = "containers_iter.cmxs"
|
|
exists_if = "containers_iter.cma"
|
|
)
|
|
|
|
package "data" (
|
|
version = "1.5.2"
|
|
description = "A modular standard library focused on data structures."
|
|
requires = "bytes"
|
|
archive(byte) = "containers_data.cma"
|
|
archive(byte, plugin) = "containers_data.cma"
|
|
archive(native) = "containers_data.cmxa"
|
|
archive(native, plugin) = "containers_data.cmxs"
|
|
exists_if = "containers_data.cma"
|
|
)
|
|
# OASIS_STOP
|
|
|