# This META is the one provided by findlib when the "num" library was
# part of the core OCaml distribution.  For backward compatibility,
# it installs into OCaml's standard library directory, not in a subdirectory

requires = "num.core"
requires(toploop) = "num.core,num-top"
version = "1.0"
description = "Arbitrary-precision rational arithmetic"
package "core" (
  directory = "^"
  version = "1.0"
  browse_interfaces = ""
  archive(byte) = "nums.cma"
  archive(native) = "nums.cmxa"
  plugin(byte) = "nums.cma"
  plugin(native) = "nums.cmxs"
)
