-
Notifications
You must be signed in to change notification settings - Fork 167
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 #2864 from proux01/bignums819
Add bignums 9.0.0+coq8.19
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
extra-dev/packages/coq-bignums/coq-bignums.9.0.0+coq8.19/opam
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,43 @@ | ||
opam-version: "2.0" | ||
maintainer: "pierre.roux@onera.fr" | ||
|
||
homepage: "https://github.com/coq-community/bignums" | ||
dev-repo: "git+https://github.com/coq-community/bignums.git" | ||
bug-reports: "https://github.com/coq-community/bignums/issues" | ||
license: "LGPL-2.1-only" | ||
|
||
synopsis: "Bignums, the Coq library of arbitrarily large numbers" | ||
description: """ | ||
This Coq library provides BigN, BigZ, and BigQ that used to | ||
be part of the standard library.""" | ||
|
||
build: [make "-j%{jobs}%"] | ||
install: [make "install"] | ||
depends: [ | ||
"ocaml" | ||
"coq" {>= "8.19" & < "8.20~"} | ||
] | ||
|
||
tags: [ | ||
"category:Miscellaneous/Coq Extensions" | ||
"category:Mathematics/Arithmetic and Number Theory/Number theory" | ||
"category:Mathematics/Arithmetic and Number Theory/Rational numbers" | ||
"keyword:integer numbers" | ||
"keyword:rational numbers" | ||
"keyword:arithmetic" | ||
"keyword:arbitrary precision" | ||
"logpath:Bignums" | ||
"date:2023-12-19" | ||
] | ||
authors: [ | ||
"Laurent Théry" | ||
"Benjamin Grégoire" | ||
"Arnaud Spiwack" | ||
"Evgeny Makarov" | ||
"Pierre Letouzey" | ||
] | ||
|
||
url { | ||
src: "https://github.com/coq/bignums/archive/v9.0.0+coq8.19.tar.gz" | ||
checksum: "sha512=6651f2c1b0e8dde757434c9e0a54964f041aabf762090d601ec75b96afae978a353e392c3355849ebedac624789fab41f9bf392a9fdb08fc88b34d2e9ac8529e" | ||
} |