# otherlibs/systhreads/META.  Generated from META.in by configure.

version = "5.1.0"
description = "Multi-threading"
requires = "unix"
archive(byte) = "threads.cma"
archive(native) = "threads.cmxa"
type_of_threads = "posix"

package "posix" (
  requires = "threads"
  version = "[internal]"
)
