Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benoit Viguier
coq-verif-tweetnacl
Commits
a15bbdf8
Commit
a15bbdf8
authored
Jan 15, 2021
by
benoit
Browse files
fix coq-mathcomp-bigenough
parent
75792e6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/coq-mathcomp-bigenough/coq-mathcomp-bigenough.1.0.0/opam
View file @
a15bbdf8
opam-version: "
1.2
"
opam-version: "
2.0
"
name: "coq-mathcomp-bigenough"
version: "
dev
"
version: "
1.0.0
"
maintainer: "Cyril Cohen <cyril.cohen@inria.fr>"
homepage: "https://github.com/math-comp/bigenough"
bug-reports: "https://github.com/math-comp/bigenough/issues"
license: "CeCILL-B"
dev-repo: "git+https://github.com/math-comp/bigenough"
build: [ make "-j" "%{jobs}%" ]
install: [ make "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/bigenough'" ]
depends: [
"coq-mathcomp-ssreflect" { (>= "1.6.0" | = "dev") } ]
url {
src: "packages/coq-mathcomp"
}
depends: [
"ocaml"
"coq-mathcomp-ssreflect" {(>= "1.6" | = "dev")}
]
tags: [ "keyword:bigenough" "keyword:asymptotic reasonning" "keyword:small scale reflection" "keyword:mathematical components" ]
authors: [ "Cyril Cohen <cyril.cohen@inria.fr>" ]
synopsis: "A small library to do epsilon - N reasonning"
description: """
The package contains a package to reasoning with big enough objects
(mostly natural numbers). This package is essentially for backward
compatibility purposes as `bigenough` will be subsumed by the near
tactics. The formalization is based on the Mathematical Components
library."""
url {
src: "packages/coq-mathcomp-bigenough/coq-mathcomp-bigenough.1.0.0"
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment