-
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.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
released/packages/coq-qarith-stern-brocot/coq-qarith-stern-brocot.8.18.0/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,40 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
|
||
homepage: "https://github.com/coq-community/qarith-stern-brocot" | ||
dev-repo: "git+https://github.com/coq-community/qarith-stern-brocot.git" | ||
bug-reports: "https://github.com/coq-community/qarith-stern-brocot/issues" | ||
license: "LGPL-2.1-or-later" | ||
|
||
synopsis: "Binary rational numbers in Coq" | ||
description: """ | ||
Development of rational numbers in Coq as finite binary lists and defining | ||
field operations on them in two different ways: strict and lazy. | ||
""" | ||
|
||
build: [make "-j%{jobs}%"] | ||
install: [make "install"] | ||
depends: [ | ||
"coq" {>= "8.18" & < "8.20~"} | ||
] | ||
|
||
tags: [ | ||
"category:Mathematics/Arithmetic and Number Theory/Rational numbers" | ||
"category:Miscellaneous/Extracted Programs/Arithmetic" | ||
"keyword:rational numbers" | ||
"keyword:arithmetic" | ||
"keyword:field tactic" | ||
"keyword:binary lists" | ||
"keyword:Stern-Brocot" | ||
"logpath:QArithSternBrocot" | ||
"date:2023-10-15" | ||
] | ||
authors: [ | ||
"Milad Niqui" | ||
"Yves Bertot" | ||
] | ||
|
||
url { | ||
src: "https://github.com/coq-community/qarith-stern-brocot/archive/v8.18.0.tar.gz" | ||
checksum: "sha512=541e1f954e87bd39a5705526dd3cad5806a3a3bf477beca05c8fdbdbf14b0ae3d22835777ed25556394208105b76364001ed44241cffb8f59a9e11644479327e" | ||
} |