ยซ Up

infotheo 0.2.1 28 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.11.2      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.11.0" & < "1.12~") }
  "coq-mathcomp-fingroup" { (>= "1.11.0" & < "1.12~") }
  "coq-mathcomp-algebra" { (>= "1.11.0" & < "1.12~") }
  "coq-mathcomp-solvable" { (>= "1.11.0" & < "1.12~") }
  "coq-mathcomp-field" { (>= "1.11.0" & < "1.12~") }
  "coq-mathcomp-analysis" { (= "0.3.4") }
]
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.1.tar.gz"
  checksum: "sha512=d2374a83ea23283b20572fc91105d9e457869294663c1574d920cc65eb4afbd220a57dffed19d0185f760df47ddf84895fce3aec68f2f8654ea1d2eb8cf46af2"
}

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.1 coq.8.11.2
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.1 coq.8.11.2
Return code
0
Duration
1 h 2 m

Install ๐Ÿš€

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

Installation size

Total: 67 M

  • 28 M ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance.vo
  • 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
  • 877 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_choice.vo
  • 865 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo_proof.vo
  • 856 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_choice.glob
  • 814 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/proba.glob
  • 671 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/proba.vo
  • 669 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/chap2.glob
  • 664 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/jtypes.vo
  • 523 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/subgraph_partition.vo
  • 487 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo_proof.glob
  • 482 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/chap2.vo
  • 479 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_direct.glob
  • 449 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc.glob
  • 433 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/hamming_code.vo
  • 432 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_direct.vo
  • 425 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_stone.glob
  • 424 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fsdist.vo
  • 419 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner_partition.vo
  • 412 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fdist.vo
  • 411 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fdist.glob
  • 406 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_converse.glob
  • 401 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/jtypes.glob
  • 389 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/repcode.vo
  • 380 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/subgraph_partition.glob
  • 376 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/jfdist.glob
  • 376 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/jfdist.vo
  • 373 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/necset.vo
  • 354 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_stone.vo
  • 352 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/hamming.vo
  • 342 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc.vo
  • 335 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_erasure.vo
  • 326 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/reed_solomon.glob
  • 320 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/success_decode_bound.vo
  • 319 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssr_ext.vo
  • 318 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/summary_tanner.vo
  • 310 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/stopping_set.vo
  • 307 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/hamming.glob
  • 304 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/linearcode.glob
  • 303 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/hamming_code.glob
  • 288 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/reed_solomon.vo
  • 285 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/bch.vo
  • 285 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/necset.glob
  • 283 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_converse.vo
  • 277 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/cyclic_code.vo
  • 271 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner_partition.glob
  • 267 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/kraft.glob
  • 261 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/types.vo
  • 256 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Rbigop.vo
  • 252 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/lib/ssr_ext.glob
  • 248 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/convex_fdist.vo
  • 240 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fsdist.glob
  • 239 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/poly_decoding.vo
  • 234 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/summary_tanner.glob
  • 231 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/bch.glob
  • 225 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/kraft.vo
  • 223 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/stopping_set.glob
  • 223 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_erasure.glob
  • 219 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/euclid.vo
  • 217 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/bigop_ext.vo
  • 213 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Rbigop.glob
  • 213 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/bigop_ext.glob
  • 207 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/vandermonde.vo
  • 205 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/pinsker.glob
  • 202 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/pinsker.vo
  • 196 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssrR.vo
  • 196 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/num_occ.glob
  • 190 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/poly_decoding.glob
  • 189 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/dft.vo
  • 188 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/num_occ.vo
  • 186 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssrR.glob
  • 185 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/decoding.vo
  • 183 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/conditional_entropy.vo
  • 182 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/types.glob
  • 179 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/vandermonde.glob
  • 178 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/cyclic_code.glob
  • 175 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/grs.vo
  • 171 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/ln_facts.vo
  • 171 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/summary.vo
  • 169 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo.vo
  • 167 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Reals_ext.vo
  • 165 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/conditional_divergence.vo
  • 164 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel.vo
  • 158 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/graphoid.glob
  • 155 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_direct.vo
  • 153 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_direct.glob
  • 152 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/convex_fdist.glob
  • 152 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/success_decode_bound.glob
  • 151 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/dft.glob
  • 151 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/ln_facts.glob
  • 147 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssralg_ext.glob
  • 144 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/graphoid.vo
  • 140 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/degree_profile.v
  • 137 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/natbin.glob
  • 135 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/lib/Ranalysis_ext.vo
  • 133 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/binary_symmetric_channel.vo
  • 132 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/logb.vo
  • 128 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/string_entropy.vo
  • 126 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/pproba.vo
  • 125 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/joint_typ_seq.glob
  • 122 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/log_sum.vo
  • 122 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/checksum.vo
  • 121 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner.vo
  • 120 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/typ_seq.vo
  • 118 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_direct.vo
  • 118 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/binary_symmetric_channel.glob
  • 114 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/joint_typ_seq.vo
  • 112 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/decoding.glob
  • 112 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_converse.vo
  • 112 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/error_exponent.vo
  • 111 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/partition_inequality.vo
  • 110 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/summary.glob
  • 106 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_choice.v
  • 104 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Reals_ext.glob
  • 103 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/entropy.vo
  • 103 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel.glob
  • 103 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/aep.vo
  • 102 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/mceliece.vo
  • 99 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/shannon_fano.vo
  • 98 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_converse.vo
  • 98 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/grs.glob
  • 98 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/repcode.glob
  • 97 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/error_exponent.glob
  • 94 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/binary_entropy_function.vo
  • 93 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_converse.glob
  • 93 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/jensen.vo
  • 92 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/divergence.vo
  • 91 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/channel_code.vo
  • 89 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssrZ.vo
  • 88 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_ordn.vo
  • 87 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/erasure_channel.vo
  • 85 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_tuple.vo
  • 85 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_classic/alternant.vo
  • 83 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/poly_ext.vo
  • 82 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/logb.glob
  • 78 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_direct.glob
  • 78 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/typ_seq.glob
  • 77 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/string_entropy.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/source_code.vo
  • 76 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/variation_dist.vo
  • 76 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/pproba.glob
  • 76 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/ssrZ.glob
  • 74 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
  • 67 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
  • 67 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/Ranalysis_ext.glob
  • 62 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/checksum.glob
  • 57 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/log_sum.glob
  • 54 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
  • 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/information_theory/shannon_fano.glob
  • 49 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/binary_entropy_function.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
  • 46 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/jtypes.v
  • 46 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner.glob
  • 46 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/fdist.v
  • 45 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/aep.glob
  • 44 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/classical_sets_ext.vo
  • 42 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/convex_stone.v
  • 38 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner_partition.v
  • 38 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/information_theory/entropy.glob
  • 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
  • 35 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/information_theory/source_coding_vl_converse.v
  • 33 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc.v
  • 33 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/ecc_modern/max_subset.glob
  • 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
  • 31 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/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/lib/poly_ext.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/probability/jensen.glob
  • 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/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/information_theory/channel_code.glob
  • 22 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
  • 19 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/information_theory/source_coding_vl_direct.v
  • 15 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/lib/classical_sets_ext.glob
  • 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
  • 10 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/information_theory/binary_symmetric_channel.v
  • 8 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/infotheo/probability/variation_dist.glob
  • 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.1
Return code
0
Missing removes
none
Wrong removes
none