# Specifications for the "threads" library:
version = "[distributed with Ocaml]"
requires = "unix,stdlib"
directory = "^"
type_of_threads = "posix"

browse_interfaces = " Condition Event Mutex Thread ThreadUnix "

# --- Bytecode-only threads:
archive(byte,mt,mt_vm) = "threads.cma"

# --- POSIX-threads:
archive(byte,mt,mt_posix) = "threads.cma"
archive(native,mt,mt_posix) = "threads.so.cmxa"
