-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1344 from erikmd/coq-bignums.8.12.0
[released] Add coq-bignums.8.12.0
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
opam-version: "2.0" | ||
maintainer: "Vincent.Laporte@inria.fr" | ||
homepage: "https://github.com/coq/bignums" | ||
dev-repo: "git+https://github.com/coq/bignums.git" | ||
bug-reports: "https://github.com/coq/bignums/issues" | ||
authors: [ | ||
"Laurent Théry" | ||
"Benjamin Grégoire" | ||
"Arnaud Spiwack" | ||
"Evgeny Makarov" | ||
"Pierre Letouzey" | ||
] | ||
license: "LGPL-2.1-only" | ||
build: [ | ||
[make "-j%{jobs}%"] | ||
] | ||
install: [ | ||
[make "install"] | ||
] | ||
depends: [ | ||
"ocaml" | ||
"coq" {>= "8.12" & < "8.13~"} | ||
] | ||
tags: [ | ||
"keyword:integer numbers" | ||
"keyword:rational numbers" | ||
"keyword:arithmetic" | ||
"keyword:arbitrary-precision" | ||
"category:Miscellaneous/Coq Extensions" | ||
"category:Mathematics/Arithmetic and Number Theory/Number theory" | ||
"category:Mathematics/Arithmetic and Number Theory/Rational numbers" | ||
"logpath:Bignums" | ||
] | ||
synopsis: "Bignums, the Coq library of arbitrary large numbers" | ||
description: | ||
"Provides BigN, BigZ, BigQ that used to be part of Coq standard library < 8.7." | ||
url { | ||
src: "https://github.com/coq/bignums/archive/V8.12.0.tar.gz" | ||
checksum: "sha512=8bec000c7b2c0e36e3a51c630132dd8e412c208a3ada22a4ae2aba6300f80ab9550b50803af901819c1ada72a0f77f5555a57fd9448d7ba734092d9fbb32d677" | ||
} |