ยซ Up

infotheo 0.2.2 19 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
coq                 8.12.1      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.5       A library manager for OCaml
# 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.11" & < "8.13~") | (= "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"
  "logpath:infotheo"
]
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.2.2.tar.gz"
  checksum: "sha512=dc447af837732867e046afaf56feca3d73cdad0e25b6b24abb2fa45a4c9a78b2a67f508150418e122976bdd9828f3058e47f8aa8c7dca65243be527f3da96ec3"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-infotheo.0.2.2 coq.8.12.1
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.2.2 coq.8.12.1
Return code
0
Duration
49 m 0 s

Install ๐Ÿš€

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

Installation size

Total: 40 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
  • 892 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_choice.glob
  • 881 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo_proof.vo
  • 877 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_choice.vo
  • 846 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/proba.glob
  • 679 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/chap2.glob
  • 674 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/proba.vo
  • 664 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/jtypes.vo
  • 522 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/subgraph_partition.vo
  • 504 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo_proof.glob
  • 502 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_direct.glob
  • 483 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/chap2.vo
  • 464 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc.glob
  • 436 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/hamming_code.vo
  • 434 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_direct.vo
  • 430 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_stone.glob
  • 427 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fdist.glob
  • 426 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fsdist.vo
  • 421 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner_partition.vo
  • 413 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_converse.glob
  • 412 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/jtypes.glob
  • 411 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fdist.vo
  • 392 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/repcode.vo
  • 388 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/subgraph_partition.glob
  • 385 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/jfdist.glob
  • 377 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/linearcode.vo
  • 375 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/necset.vo
  • 375 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/jfdist.vo
  • 357 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_stone.vo
  • 355 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/hamming.vo
  • 346 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc.vo
  • 339 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_erasure.vo
  • 329 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/reed_solomon.glob
  • 323 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/success_decode_bound.vo
  • 322 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/summary_tanner.vo
  • 321 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssr_ext.vo
  • 316 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/hamming.glob
  • 315 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/stopping_set.vo
  • 314 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/linearcode.glob
  • 306 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/hamming_code.glob
  • 299 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/necset.glob
  • 289 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/reed_solomon.vo
  • 288 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/bch.vo
  • 283 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_converse.vo
  • 280 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/cyclic_code.vo
  • 275 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner_partition.glob
  • 272 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/kraft.glob
  • 265 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/types.vo
  • 261 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssr_ext.glob
  • 258 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Rbigop.vo
  • 256 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/euclid.glob
  • 251 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/convex_fdist.vo
  • 247 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fsdist.glob
  • 245 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/summary_tanner.glob
  • 242 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/poly_decoding.vo
  • 235 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/bch.glob
  • 231 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/information_theory/kraft.vo
  • 228 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Rbigop.glob
  • 228 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/stopping_set.glob
  • 221 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/euclid.vo
  • 220 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/bigop_ext.vo
  • 220 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/bigop_ext.glob
  • 215 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssralg_ext.vo
  • 210 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/vandermonde.vo
  • 208 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/pinsker.glob
  • 205 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/pinsker.vo
  • 201 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssrR.vo
  • 200 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/num_occ.glob
  • 199 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssrR.glob
  • 195 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/lib/dft.vo
  • 191 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/num_occ.vo
  • 189 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/decoding.vo
  • 188 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/types.glob
  • 186 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/conditional_entropy.vo
  • 184 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/vandermonde.glob
  • 182 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/cyclic_code.glob
  • 181 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/natbin.vo
  • 178 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/grs.vo
  • 174 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/ln_facts.vo
  • 174 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/summary.vo
  • 173 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo.vo
  • 170 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Reals_ext.vo
  • 168 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/conditional_divergence.vo
  • 167 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel.vo
  • 159 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_direct.vo
  • 159 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/graphoid.glob
  • 157 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/ln_facts.glob
  • 155 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/information_theory/convex_fdist.glob
  • 155 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_direct.glob
  • 154 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssralg_ext.glob
  • 153 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/success_decode_bound.glob
  • 147 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/graphoid.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
  • 138 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Ranalysis_ext.vo
  • 137 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/binary_symmetric_channel.vo
  • 136 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/logb.vo
  • 136 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/conditional_divergence.glob
  • 132 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/string_entropy.vo
  • 129 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/pproba.vo
  • 127 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/joint_typ_seq.glob
  • 126 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/log_sum.vo
  • 126 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/checksum.vo
  • 124 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner.vo
  • 124 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/typ_seq.vo
  • 122 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_direct.vo
  • 119 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/binary_symmetric_channel.glob
  • 118 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/joint_typ_seq.vo
  • 115 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_converse.vo
  • 115 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/decoding.glob
  • 115 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/error_exponent.vo
  • 115 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/partition_inequality.vo
  • 114 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/summary.glob
  • 110 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Reals_ext.glob
  • 107 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel.glob
  • 107 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/entropy.vo
  • 106 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/aep.vo
  • 106 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_choice.v
  • 106 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/mceliece.vo
  • 103 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance.vo
  • 102 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/shannon_fano.vo
  • 102 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_converse.vo
  • 101 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/grs.glob
  • 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/lib/binary_entropy_function.vo
  • 97 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/error_exponent.glob
  • 96 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/jensen.vo
  • 95 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/divergence.vo
  • 94 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_code.vo
  • 94 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_converse.glob
  • 92 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssrZ.vo
  • 92 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_ordn.vo
  • 91 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/erasure_channel.vo
  • 89 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/alternant.vo
  • 89 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_tuple.vo
  • 86 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/poly_ext.vo
  • 86 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/logb.glob
  • 83 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssrZ.glob
  • 80 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_code.vo
  • 80 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/typ_seq.glob
  • 80 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/variation_dist.vo
  • 80 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/string_entropy.glob
  • 79 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_direct.glob
  • 77 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/information_theory/pproba.glob
  • 77 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/f2.vo
  • 74 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/conditional_entropy.glob
  • 71 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Ranalysis_ext.glob
  • 70 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/max_subset.vo
  • 67 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo_proof.v
  • 64 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/checksum.glob
  • 59 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/log_sum.glob
  • 58 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo.glob
  • 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/information_theory/shannon_fano.glob
  • 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
  • 48 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner.glob
  • 47 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/necset.v
  • 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/lib/classical_sets_ext.vo
  • 47 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/partition_inequality.glob
  • 46 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/aep.glob
  • 46 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/jtypes.v
  • 46 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fdist.v
  • 42 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_stone.v
  • 39 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/ecc_classic/reed_solomon.v
  • 32 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/divergence.glob
  • 31 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fsdist.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/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/probability/jensen.glob
  • 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/probability/ln_facts.v
  • 24 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
  • 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/information_theory/types.v
  • 20 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/lib/Reals_ext.v
  • 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/classical_sets_ext.glob
  • 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/information_theory/source_coding_vl_direct.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
  • 13 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel.v
  • 13 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
  • 10 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_code.glob
  • 10 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Ranalysis_ext.v
  • 10 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/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/ecc_classic/grs.v
  • 9 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/pproba.v
  • 8 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_direct.v
  • 8 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/log_sum.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/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/shannon_fano.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/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/toy_examples/conditional_entropy.v
  • 3 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/classical_sets_ext.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.2.2
Return code
0
Missing removes
none
Wrong removes
none