# specifications for "schoca":
description = "Scheme for OCaml"
requires = ""
requires(mt) = "threads"
version = "0.1"
linkopts=""
archive(byte) = "schoca.cma"
archive(byte,mt) = "schoca.cma"
archive(native) = "schoca.cmxa"
archive(native,mt) = "schoca.cmxa"
