Skip to content

Commit e87127a

Browse files
Merge pull request #28035 from xavierleroy/num-1.6
Num version 1.6
2 parents 89e62a2 + 4afc15d commit e87127a

File tree

1 file changed

+32
-0
lines changed
  • packages/num/num.1.6

1 file changed

+32
-0
lines changed

packages/num/num.1.6/opam

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
opam-version: "2.0"
2+
maintainer: "Xavier Leroy <[email protected]>"
3+
authors: [
4+
"Valérie Ménissier-Morain"
5+
"Pierre Weis"
6+
"Xavier Leroy"
7+
]
8+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
9+
x-maintenance-intent: ["(latest)"]
10+
homepage: "https://github.com/ocaml/num/"
11+
bug-reports: "https://github.com/ocaml/num/issues"
12+
dev-repo: "git+https://github.com/ocaml/num.git"
13+
build: [
14+
[make "PROFILE=release"
15+
"opam-legacy" {!ocaml:preinstalled & ocaml:version < "5.0.0~~"}
16+
"opam-modern" {ocaml:preinstalled | ocaml:version >= "5.0.0~~"}]
17+
[make "test"] {with-test}
18+
]
19+
depends: [
20+
"ocaml" {>= "4.06.0"}
21+
]
22+
conflicts: [ "base-num" ]
23+
synopsis:
24+
"The legacy Num library for arbitrary-precision integer and rational arithmetic"
25+
26+
url {
27+
src: "https://github.com/ocaml/num/archive/refs/tags/v1.6.tar.gz"
28+
checksum: [
29+
"sha256=b5cce325449aac746d5ca963d84688a627cca5b38d41e636cf71c68b60495b3e"
30+
"sha512=5cb32dfa9a9f0ad375bfd89079e9b1422979f3c089f61ef2300ad9cc64fb1fc25ed1f86b0267eb017f12ae41a574a959df5bfa39ab22c2be2f1ac84c3c671bdf"
31+
]
32+
}

0 commit comments

Comments
 (0)