File: META.in

package info (click to toggle)
findlib 1.2.5%2Bdebian-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,496 kB
  • ctags: 678
  • sloc: ml: 4,661; xml: 2,445; sh: 1,322; makefile: 306
file content (13 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
dnl This file is input of the m4 macro processor.
`# Specification for the "num" library:'
`requires = "num.core"'
`requires(toploop) = "num.core,num-top"'
`version = "[distributed with Ocaml]"'
`description = "Arbitrary-precision rational arithmetic"'
`package "core" ('
`  directory = "^"'
`  version = "[internal]"'
`  browse_interfaces = "'interfaces`"'
`  archive(byte) = "nums.cma"'
`  archive(native) = "nums.cmxa"'
`)'