Skip to content

Commit

Permalink
Merge pull request #2864 from proux01/bignums819
Browse files Browse the repository at this point in the history
Add bignums 9.0.0+coq8.19
  • Loading branch information
proux01 authored Dec 19, 2023
2 parents 5f9be1e + 420124b commit 1eed1a4
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions extra-dev/packages/coq-bignums/coq-bignums.9.0.0+coq8.19/opam
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"
}

0 comments on commit 1eed1a4

Please sign in to comment.