# OASIS_START
# DO NOT EDIT (digest: 431f8d222a6b255926917a89793fe722)
version = "2.0.8"
description = "Unit testing framework"
requires = "unix oUnit.advanced"
archive(byte) = "oUnit.cma"
archive(byte, plugin) = "oUnit.cma"
archive(native) = "oUnit.cmxa"
archive(native, plugin) = "oUnit.cmxs"
exists_if = "oUnit.cma"
package "threads" (
 version = "2.0.8"
 description = "Unit testing framework"
 requires = "threads oUnit"
 archive(byte) = "oUnitThreads.cma"
 archive(byte, plugin) = "oUnitThreads.cma"
 archive(native) = "oUnitThreads.cmxa"
 archive(native, plugin) = "oUnitThreads.cmxs"
 exists_if = "oUnitThreads.cma"
)

package "advanced" (
 version = "2.0.8"
 description = "Unit testing framework"
 requires = "bytes"
 archive(byte) = "oUnitAdvanced.cma"
 archive(byte, plugin) = "oUnitAdvanced.cma"
 archive(native) = "oUnitAdvanced.cmxa"
 archive(native, plugin) = "oUnitAdvanced.cmxs"
 exists_if = "oUnitAdvanced.cma"
)
# OASIS_STOP

