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