File: META

package info (click to toggle)
ocaml-zarith 1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 620 kB
  • sloc: ansic: 2,998; ml: 2,767; sh: 288; makefile: 81
file content (18 lines) | stat: -rw-r--r-- 473 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
description = "Arbitrary precision integers"
requires = ""
version = "1.14"
archive(byte) = "zarith.cma"
archive(native) = "zarith.cmxa"
plugin(byte) = "zarith.cma"
plugin(native) = "zarith.cmxs"

package "top" (
  version = "1.13"
  description = "ZArith toplevel support"
  requires = "zarith"
  archive(byte) = "zarith_top.cma"
  archive(native) = "zarith_top.cmxa"
  plugin(byte) = "zarith_top.cma"
  plugin(native) = "zarith_top.cmxs"
  exists_if = "zarith_top.cma"
)