# opam file: opam-version: "2.0" name: "coq-mathcomp-character" version: "1.8.0" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" homepage: "https://math-comp.github.io/" bug-reports: "https://github.com/math-comp/math-comp/issues" dev-repo: "git+https://github.com/math-comp/math-comp.git" license: "CeCILL-B" build: [ make "-C" "mathcomp/character" "-j" "%{jobs}%" ] install: [ make "-C" "mathcomp/character" "install" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/character'" ] depends: [ "coq-mathcomp-field" { = "1.8.0" } ] tags: [ "keyword:algebra" "keyword:character" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ] authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Thรฉry <>" "Assia Mahboubi <>" ] synopsis: "Mathematical Components Library on character theory" description:""" This library contains definitions and theorems about group representations, characters and class functions. """ url { src: "http://github.com/math-comp/math-comp/archive/mathcomp-1.8.0.tar.gz" checksum: "sha256=dcb3b29041d61084d21451cd38c0aeb61ef61dd136efaec96055a1ceea3b9162" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-mathcomp-character.1.8.0 coq.
opam: PACKAGES... arguments: Invalid character in package name "coq." Usage: opam install [OPTION]... [PACKAGES]... Try `opam install --help' or `opam --help' for more information.
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-character.1.8.0
Fatal error: Out of memory Fatal error: Out of memory
true
true
No files were installed.
true