Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] zarith (1.13+dune) #206

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
37 changes: 37 additions & 0 deletions packages/zarith/zarith.1.13+dune/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
opam-version: "2.0"
maintainer: "Xavier Leroy <xavier.leroy@inria.fr>"
authors: [
"Antoine Miné"
"Xavier Leroy"
"Pascal Cuoq"
]
homepage: "https://github.com/dune-universe/Zarith"
bug-reports: "https://github.com/dune-universe/Zarith/issues"
dev-repo: "git+https://github.com/dune-universe/Zarith.git"
license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception"
build: [
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name "-j" jobs ]
]
depends: [
"ocaml" {>="4.05.0"}
"dune" {>="2.0"}
"conf-gmp"
tmattio marked this conversation as resolved.
Show resolved Hide resolved
]
synopsis:
"Implements arithmetic and logical operations over arbitrary-precision integers"
description: """
The Zarith library implements arithmetic and logical operations over
arbitrary-precision integers. It uses GMP to efficiently implement
arithmetic over big integers. Small integers are represented as Caml
unboxed integers, for speed and space economy."""
url {
src:
"https://github.com/dune-universe/Zarith/releases/download/v1.13%2Bdune/zarith-1.13.dune.tbz"
checksum: [
"sha256=5cb16e3c89a75df86fd8c2646776197819af03d2b740f5e18e62ebfc843879f0"
"sha512=bcdb890836bdb15c8eb478a6d6b6318b7bf5b3cf7e70c6b69bfad83946ff6125eae7498781f445df71729ece219bf25b41d5c224ed54f77f86238d4a4a819155"
]
}
x-commit-hash: "82de3e1782cd3bec6c66e85e9dfc9a2764513044"