Skip to content

Commit 03938bc

Browse files
authored
Merge pull request #236 from Firobe/release-zarith-v1.14+dune
[new release] zarith (1.14+dune)
2 parents b6f8dfa + 4f2bd01 commit 03938bc

File tree

1 file changed

+38
-0
lines changed
  • packages/zarith/zarith.1.14+dune

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
opam-version: "2.0"
2+
maintainer: "Xavier Leroy <[email protected]>"
3+
authors: [
4+
"Antoine Miné"
5+
"Xavier Leroy"
6+
"Pascal Cuoq"
7+
]
8+
homepage: "https://github.com/dune-universe/Zarith"
9+
bug-reports: "https://github.com/dune-universe/Zarith/issues"
10+
dev-repo: "git+https://github.com/dune-universe/Zarith.git"
11+
license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception"
12+
build: [
13+
[ "dune" "subst" ] {pinned}
14+
[ "dune" "build" "-p" name "-j" jobs ]
15+
[ "dune" "runtest" "-p" name "-j" jobs ]
16+
]
17+
depends: [
18+
"ocaml" {>="4.07.0"}
19+
"dune" {>="2.0"}
20+
"base-unix"
21+
"conf-gmp"
22+
]
23+
synopsis:
24+
"Implements arithmetic and logical operations over arbitrary-precision integers"
25+
description: """
26+
The Zarith library implements arithmetic and logical operations over
27+
arbitrary-precision integers. It uses GMP to efficiently implement
28+
arithmetic over big integers. Small integers are represented as Caml
29+
unboxed integers, for speed and space economy."""
30+
url {
31+
src:
32+
"https://github.com/dune-universe/Zarith/releases/download/v1.14%2Bdune/zarith-1.14.dune.tbz"
33+
checksum: [
34+
"sha256=03f85ed1c8dd5fbae5b69c417e56a87b95d0a15cce37a7637a8c8ef8b242834b"
35+
"sha512=143612c568cab4b4fb6d7092d35e27a219a76da5453d54fca179d7ddfabf113e700d6be0bb340adbc12c76f870b351270741753417198bd2dbab6cad44362df4"
36+
]
37+
}
38+
x-commit-hash: "69028d08297a4be9ba90c1ac4153f9535a6ecfff"

0 commit comments

Comments
 (0)