this repo has no description
1opam-version: "2.0"
2synopsis:
3 "The legacy Num library for arbitrary-precision integer and rational arithmetic"
4maintainer: "Xavier Leroy <xavier.leroy@inria.fr>"
5authors: ["Valérie Ménissier-Morain" "Pierre Weis" "Xavier Leroy"]
6license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
7homepage: "https://github.com/ocaml/num/"
8bug-reports: "https://github.com/ocaml/num/issues"
9depends: [
10 "ocaml" {>= "4.06.0"}
11 "ocamlfind" {build & >= "1.7.3"}
12]
13conflicts: [
14 "base-num"
15 "ocaml-option-bytecode-only"
16]
17build: make
18install: [
19 ["ocamlfind" "remove" "num"]
20 ["ocamlfind" "remove" "num-top"]
21 [
22 make
23 "install" {!ocaml:preinstalled}
24 "findlib-install" {ocaml:preinstalled}
25 ]
26]
27dev-repo: "git+https://github.com/ocaml/num.git"
28url {
29 src: "https://github.com/ocaml/num/archive/v1.4.tar.gz"
30 checksum: [
31 "md5=cda2b727e116a0b6a9c03902cc4b2415"
32 "sha512=0cc9be8ad95704bb683b4bf6698bada1ee9a40dc05924b72adc7b969685c33eeb68ccf174cc09f6a228c48c18fe94af06f28bebc086a24973a066da620db8e6f"
33 ]
34}