# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.17.0 The Coq Proof Assistant coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server dune 3.13.0 Fast, portable, and opinionated build system ocaml 4.14.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.14.0 Official release 4.14.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.6 A library manager for OCaml zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" synopsis: "A Coq library defining operads" description: """ This library formalizes a definition of a symmetric colored operad and demonstrates the operad of sets as an example. """ homepage: "https://github.com/twosixlabs/coq-operads" dev-repo: "git+https://github.com/twosixlabs/coq-operads.git" bug-reports: "https://github.com/twosixlabs/coq-operads/issues" maintainer: "yakir.forman@twosixtech.com" authors: [ "Zachary Flores" "Angelo Taranto" "Eric Bond" "Yakir Forman" ] depends: [ "coq" {>= "8.15"} "coq-hammer" {>= "1.3"} ] build: [ [make "-j%{jobs}%"] ] install: [ [make "install"] ] url { src: "https://github.com/twosixlabs/coq-operads/archive/1.1.0.tar.gz" checksum: "sha256=8c973266b9b517ae4acfa7125a181f03daeb5e043f7e6b931636a187726eabd7" } tags: [ "keyword:operad" "category:Mathematics/Algebra" "date:2023-08-28" "logpath:Operads" ]
true
Dry install with the current Coq version:
opam install -y --show-action coq-operads.1.1.0 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; timeout 4h opam install -y --deps-only coq-operads.1.1.0 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-operads.1.1.0 coq.8.17.0
Total: 1 M
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/ColoredOperads.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/OperadOfSets.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/TColoredOperads.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/TOperadOfSets.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/OperadOfSets.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/TOperadOfSets.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/ColoredOperads.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/TColoredOperads.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/TTypecast.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/Typecast.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/TOperadOfSets.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/OperadOfSets.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/ColoredOperads.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/TColoredOperads.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/TTypecast.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/Tarski.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/Typecast.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/Tarski.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/TTypecast.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/Typecast.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Operads/Tarski.v
opam remove -y coq-operads.1.1.0