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

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

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