mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
44 lines
1.4 KiB
Text
44 lines
1.4 KiB
Text
# OASIS_START
|
|
# DO NOT EDIT (digest: 6c4b4efc4408717882c37d4e5ee32d91)
|
|
version = "0.1"
|
|
description = "A bunch of modules, including polymorphic containers."
|
|
requires = "unix"
|
|
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.1"
|
|
description = "A bunch of modules, including polymorphic containers."
|
|
requires = "containers lwt"
|
|
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 "lwt" (
|
|
version = "0.1"
|
|
description = "A bunch of modules, including polymorphic containers."
|
|
requires = "containers lwt lwt.unix"
|
|
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.1"
|
|
description = "A bunch of modules, including polymorphic containers."
|
|
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"
|
|
)
|
|
# OASIS_STOP
|
|
|