ยซ Up

infotheo 0.3.1 18 m 0 s ๐Ÿ†

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-threads        base
base-unix           base
conf-findutils      1           Virtual package relying on findutils
conf-gmp            4           Virtual package relying on a GMP lib system installation
coq                 8.13.0      Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.11.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2      Official release 4.11.2
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.3       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Reynald Affeldt <reynald.affeldt@aist.go.jp>"
homepage: "https://github.com/affeldt-aist/infotheo"
dev-repo: "git+https://github.com/affeldt-aist/infotheo.git"
bug-reports: "https://github.com/affeldt-aist/infotheo/issues"
license: "LGPL-2.1-or-later"
synopsis: "Discrete probabilities and information theory for Coq"
description: """
Infotheo is a Coq library for reasoning about discrete probabilities,
information theory, and linear error-correcting codes."""
build: [
    [make "-j%{jobs}%" ]
    [make "-C" "extraction" "tests"] {with-test}
  ]
install: [make "install"]
depends: [
  "coq" { (>= "8.13" & < "8.14~") | (= "dev") }
  "coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.13~") }
  "coq-mathcomp-fingroup" { (>= "1.12.0" & < "1.13~") }
  "coq-mathcomp-algebra" { (>= "1.12.0" & < "1.13~") }
  "coq-mathcomp-solvable" { (>= "1.12.0" & < "1.13~") }
  "coq-mathcomp-field" { (>= "1.12.0" & < "1.13~") }
  "coq-mathcomp-analysis" { (>= "0.3.4" & < "0.3.8") }
]
tags: [
  "keyword:information theory"
  "keyword:probability"
  "keyword:error-correcting codes"
  "keyword:convexity"
  "logpath:infotheo"
  "date:2021-02-28"
]
authors: [
  "Reynald Affeldt, AIST"
  "Manabu Hagiwara, Chiba U. (previously AIST)"
  "Jonas Senizergues, ENS Cachan (internship at AIST)"
  "Jacques Garrigue, Nagoya U."
  "Kazuhiko Sakaguchi, Tsukuba U."
  "Taku Asai, Nagoya U. (M2)"
  "Takafumi Saikawa, Nagoya U."
  "Naruomi Obata, Titech (M2)"
]
url {
  http: "https://github.com/affeldt-aist/infotheo/archive/0.3.1.tar.gz"
  checksum: "sha512=0267bdbd81cc3c48f03173f06cb5145bebcd48b26818b30222d79062d4d9a11bfb2830762c4d35edf67b2bc9637d7ef09bc087974ab13a002b4725bb3df63bd0"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-infotheo.0.3.1 coq.8.13.0
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-infotheo.0.3.1 coq.8.13.0
Return code
0
Duration
42 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-infotheo.0.3.1 coq.8.13.0
Return code
0
Duration
18 m 0 s

Installation size

Total: 37 M

  • 1 M ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/degree_profile.vo
  • 1 M ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/degree_profile.glob
  • 861 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/proba.glob
  • 829 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo_proof.vo
  • 684 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/chap2.glob
  • 635 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/proba.vo
  • 623 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex.glob
  • 620 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/jtypes.vo
  • 545 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex.vo
  • 518 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_direct.glob
  • 506 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo_proof.glob
  • 491 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/subgraph_partition.vo
  • 486 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc.glob
  • 467 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fsdist.vo
  • 446 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/chap2.vo
  • 433 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fdist.glob
  • 428 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_stone.glob
  • 420 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/jtypes.glob
  • 418 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_converse.glob
  • 398 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_direct.vo
  • 392 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/hamming_code.vo
  • 388 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/subgraph_partition.glob
  • 387 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/jfdist.glob
  • 382 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner_partition.vo
  • 379 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fdist.vo
  • 338 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/jfdist.vo
  • 334 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/repcode.vo
  • 334 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/linearcode.vo
  • 330 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/reed_solomon.glob
  • 319 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_stone.vo
  • 319 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/necset.vo
  • 319 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/hamming.glob
  • 318 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fsdist.glob
  • 316 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/linearcode.glob
  • 313 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/hamming.vo
  • 307 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/hamming_code.glob
  • 305 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc.vo
  • 302 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssr_ext.vo
  • 295 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_erasure.vo
  • 293 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_equiv.vo
  • 284 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/success_decode_bound.vo
  • 278 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/summary_tanner.vo
  • 278 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner_partition.glob
  • 274 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/kraft.glob
  • 270 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/stopping_set.vo
  • 261 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssr_ext.glob
  • 256 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/euclid.glob
  • 249 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/necset.glob
  • 247 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/summary_tanner.glob
  • 246 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_converse.vo
  • 246 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/reed_solomon.vo
  • 245 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/bch.vo
  • 237 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Rbigop.glob
  • 236 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/cyclic_code.vo
  • 236 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/bch.glob
  • 232 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_erasure.glob
  • 228 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/stopping_set.glob
  • 228 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/bigop_ext.glob
  • 227 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/types.vo
  • 224 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Rbigop.vo
  • 222 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_equiv.glob
  • 216 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/convex_fdist.vo
  • 209 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/kraft.vo
  • 209 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/pinsker.glob
  • 207 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/num_occ.glob
  • 201 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/poly_decoding.vo
  • 200 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssrR.glob
  • 197 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/poly_decoding.glob
  • 193 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/types.glob
  • 184 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/vandermonde.glob
  • 184 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/bigop_ext.vo
  • 183 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/cyclic_code.glob
  • 183 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/euclid.vo
  • 180 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssralg_ext.vo
  • 174 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/vandermonde.vo
  • 171 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/pinsker.vo
  • 159 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/num_occ.vo
  • 159 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/graphoid.glob
  • 158 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssrR.vo
  • 156 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/dft.glob
  • 155 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssralg_ext.glob
  • 155 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/success_decode_bound.glob
  • 155 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/convex_fdist.glob
  • 153 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/conditional_entropy.vo
  • 151 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_direct.glob
  • 151 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/dft.vo
  • 150 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Reals_ext.vo
  • 149 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/decoding.vo
  • 141 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/natbin.glob
  • 140 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/degree_profile.v
  • 140 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/natbin.vo
  • 140 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/summary.vo
  • 137 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/grs.vo
  • 136 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/conditional_divergence.glob
  • 135 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/ln_facts.glob
  • 133 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/conditional_divergence.vo
  • 132 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel.vo
  • 132 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo.vo
  • 127 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/ln_facts.vo
  • 127 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/joint_typ_seq.glob
  • 121 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Reals_ext.glob
  • 118 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/binary_symmetric_channel.glob
  • 116 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/summary.glob
  • 116 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_direct.vo
  • 116 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/decoding.glob
  • 114 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Ranalysis_ext.vo
  • 113 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/graphoid.vo
  • 109 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel.glob
  • 102 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/grs.glob
  • 101 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/logb.vo
  • 99 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/repcode.glob
  • 98 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/error_exponent.glob
  • 98 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/binary_symmetric_channel.vo
  • 95 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_converse.glob
  • 94 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/pproba.vo
  • 93 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/string_entropy.vo
  • 93 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Ranalysis_ext.glob
  • 92 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/log_sum.vo
  • 90 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner.vo
  • 88 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/typ_seq.vo
  • 86 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/logb.glob
  • 85 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/checksum.vo
  • 84 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex.v
  • 83 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/joint_typ_seq.vo
  • 83 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssrZ.glob
  • 82 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_direct.vo
  • 81 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_converse.vo
  • 81 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/error_exponent.vo
  • 81 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/partition_inequality.vo
  • 80 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/typ_seq.glob
  • 79 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_direct.glob
  • 79 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/pproba.glob
  • 78 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/proba.v
  • 77 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssrZ.vo
  • 76 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/string_entropy.glob
  • 74 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/conditional_entropy.glob
  • 73 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/entropy.vo
  • 73 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/aep.vo
  • 69 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance.vo
  • 68 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/shannon_fano.vo
  • 68 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_converse.vo
  • 67 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/checksum.glob
  • 67 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo_proof.v
  • 66 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/mceliece.vo
  • 64 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/binary_entropy_function.vo
  • 62 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/jensen.vo
  • 61 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/log_sum.glob
  • 61 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/divergence.vo
  • 60 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_code.vo
  • 58 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_ordn.vo
  • 58 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo.glob
  • 55 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_tuple.vo
  • 54 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/max_subset.vo
  • 52 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/chap2.v
  • 51 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/poly_ext.vo
  • 51 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/shannon_fano.glob
  • 51 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/erasure_channel.vo
  • 50 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/subgraph_partition.v
  • 50 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/binary_entropy_function.glob
  • 49 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/alternant.vo
  • 48 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner.glob
  • 48 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/partition_inequality.glob
  • 48 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/aep.glob
  • 47 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_converse.glob
  • 47 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_code.vo
  • 46 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/necset.v
  • 46 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fdist.v
  • 46 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/variation_dist.vo
  • 46 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/jtypes.v
  • 42 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_stone.v
  • 42 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/f2.vo
  • 41 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fsdist.v
  • 40 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/entropy.glob
  • 38 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner_partition.v
  • 37 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/linearcode.v
  • 37 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/jfdist.v
  • 36 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_direct.v
  • 35 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/hamming_code.v
  • 34 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssr_ext.v
  • 34 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/max_subset.glob
  • 34 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_converse.v
  • 33 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc.v
  • 32 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssrR.v
  • 32 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/divergence.glob
  • 32 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/classical_sets_ext.vo
  • 32 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/reed_solomon.v
  • 31 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/hamming.v
  • 30 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/jensen.glob
  • 30 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Rbigop.v
  • 30 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/poly_ext.glob
  • 30 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/stopping_set.v
  • 29 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/euclid.v
  • 29 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/kraft.v
  • 28 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_erasure.v
  • 27 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/summary_tanner.v
  • 26 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance.glob
  • 25 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_code.glob
  • 24 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/cyclic_code.v
  • 23 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/bch.v
  • 23 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/f2.glob
  • 23 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_equiv.v
  • 22 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/natbin.v
  • 21 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/ln_facts.v
  • 21 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/types.v
  • 21 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Reals_ext.v
  • 21 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/num_occ.v
  • 20 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/mceliece.glob
  • 20 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/alternant.glob
  • 19 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssralg_ext.v
  • 19 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/pinsker.v
  • 19 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/bigop_ext.v
  • 19 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/convex_fdist.v
  • 19 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/poly_decoding.v
  • 17 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/dft.v
  • 16 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/vandermonde.v
  • 16 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/classical_sets_ext.glob
  • 16 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_direct.v
  • 14 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Ranalysis_ext.v
  • 14 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/decoding.v
  • 14 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssrZ.v
  • 14 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel.v
  • 14 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_ordn.glob
  • 13 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/erasure_channel.glob
  • 12 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/success_decode_bound.v
  • 12 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/summary.v
  • 12 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/logb.v
  • 12 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/graphoid.v
  • 12 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/conditional_divergence.v
  • 12 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/joint_typ_seq.v
  • 12 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/repcode.v
  • 11 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo.v
  • 11 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_tuple.glob
  • 11 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_code.glob
  • 9 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/typ_seq.v
  • 9 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/error_exponent.v
  • 9 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/string_entropy.v
  • 9 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/grs.v
  • 9 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/pproba.v
  • 9 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_direct.v
  • 9 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_converse.v
  • 8 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/variation_dist.glob
  • 8 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/log_sum.v
  • 8 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/binary_symmetric_channel.v
  • 7 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner.v
  • 7 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_converse.v
  • 7 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/checksum.v
  • 6 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/entropy.v
  • 6 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/shannon_fano.v
  • 6 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/partition_inequality.v
  • 5 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/max_subset.v
  • 5 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/aep.v
  • 5 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/binary_entropy_function.v
  • 5 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/divergence.v
  • 4 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_code.v
  • 4 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/alternant.v
  • 4 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/f2.v
  • 4 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/mceliece.v
  • 4 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/jensen.v
  • 4 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/poly_ext.v
  • 3 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance.v
  • 3 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/classical_sets_ext.v
  • 3 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/conditional_entropy.v
  • 2 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_code.v
  • 2 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/erasure_channel.v
  • 2 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/variation_dist.v
  • 2 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_ordn.v
  • 1 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_tuple.v

Uninstall ๐Ÿงน

Command
opam remove -y coq-infotheo.0.3.1
Return code
0
Missing removes
none
Wrong removes
none