ยซ Up

infotheo 0.1.2 26 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.10.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2      Official release 4.10.2
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.3       A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "reynald.affeldt@aist.go.jp"
homepage: "https://github.com/affeldt-aist/infotheo"
bug-reports: "https://github.com/affeldt-aist/infotheo/issues"
dev-repo: "git+https://github.com/affeldt-aist/infotheo.git"
license: "GPL-3.0-or-later"
authors: [
  "Reynald Affeldt"
  "Manabu Hagiwara"
  "Jonas Senizergues"
  "Jacques Garrigue"
  "Kazuhiko Sakaguchi"
  "Taku Asai"
  "Takafumi Saikawa"
  "Naruomi Obata"
  "Erik Martin-Dorel"
  "Ryosuke Obi"
  "Mitsuharu Yamamoto"
]
build: [
  [make "-j%{jobs}%"]
  [make "-C" "extraction" "tests"] {with-test}
]
install: [
  [make "install"]
]
depends: [
  "coq" {>= "8.11" & < "8.13~"}
  "coq-mathcomp-field" {>= "1.11" & < "1.12~"}
  "coq-mathcomp-analysis"   {>= "0.3.2" & < "0.3.3~"}
]
synopsis: "Infotheo"
description: """
a Coq formalization of information theory and linear error-correcting codes
"""
tags: [
  "category:Computer Science/Data Types and Data Structures"
  "keyword: information theory"
  "keyword: probability"
  "keyword: error-correcting codes"
  "logpath:infotheo"
  "date:2020-08-11"
]
url {
  http: "https://github.com/affeldt-aist/infotheo/archive/0.1.2.tar.gz"
  checksum: "sha512=3ae60b960db080bdb176adf7713126d03e1046764da96114ac8bb89de427750819115505844a887b6b82b6250391ff869141f0cb1594c3f87fa1715d45de17ea"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-infotheo.0.1.2 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.1.2 coq.8.11.2
Return code
0
Duration
39 m 0 s

Install ๐Ÿš€

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

Installation size

Total: 67 M

  • 28 M ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance.vo
  • 1 M ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/degree_profile.vo
  • 1 M ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/degree_profile.glob
  • 876 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo_proof.vo
  • 859 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/convex_choice.vo
  • 849 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/convex_choice.glob
  • 668 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/chap2.glob
  • 661 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/jtypes.vo
  • 521 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/subgraph_partition.vo
  • 487 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/proba.glob
  • 486 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo_proof.glob
  • 481 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/cinde.glob
  • 480 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/chap2.vo
  • 478 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_direct.glob
  • 449 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc.glob
  • 433 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/hamming_code.vo
  • 432 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/proba.vo
  • 430 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_direct.vo
  • 424 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/convex_stone.glob
  • 424 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/fsdist.vo
  • 421 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner_partition.vo
  • 411 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/jfdist.glob
  • 408 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/fdist.glob
  • 407 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/fdist.vo
  • 405 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_converse.glob
  • 401 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/jtypes.glob
  • 398 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/jfdist.vo
  • 388 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/repcode.vo
  • 380 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/subgraph_partition.glob
  • 376 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/linearcode.vo
  • 372 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/necset.vo
  • 363 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/convex_stone.vo
  • 352 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/hamming.vo
  • 343 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc.vo
  • 336 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_erasure.vo
  • 326 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/reed_solomon.glob
  • 320 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/success_decode_bound.vo
  • 319 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/summary_tanner.vo
  • 310 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/stopping_set.vo
  • 309 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/ssr_ext.vo
  • 307 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/hamming.glob
  • 304 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/linearcode.glob
  • 303 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/hamming_code.glob
  • 299 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/cinde.vo
  • 288 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/reed_solomon.vo
  • 285 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/bch.vo
  • 284 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/necset.glob
  • 280 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_converse.vo
  • 277 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/cyclic_code.vo
  • 271 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner_partition.glob
  • 268 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/kraft.glob
  • 261 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/types.vo
  • 252 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/euclid.glob
  • 248 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/convex_fdist.vo
  • 245 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/Rbigop.vo
  • 240 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/fsdist.glob
  • 239 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/poly_decoding.vo
  • 236 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/ssr_ext.glob
  • 233 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/summary_tanner.glob
  • 231 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/bch.glob
  • 225 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/kraft.vo
  • 223 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/stopping_set.glob
  • 223 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_erasure.glob
  • 219 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/euclid.vo
  • 213 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/ssralg_ext.vo
  • 208 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/Rbigop.glob
  • 207 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/vandermonde.vo
  • 202 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/pinsker.glob
  • 200 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/pinsker.vo
  • 195 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/num_occ.glob
  • 195 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/ssrR.vo
  • 190 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/poly_decoding.glob
  • 189 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/dft.vo
  • 188 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/num_occ.vo
  • 186 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/bigop_ext.vo
  • 185 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/decoding.vo
  • 185 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/ssrR.glob
  • 183 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/toy_examples/conditional_entropy.vo
  • 182 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/types.glob
  • 179 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/vandermonde.glob
  • 178 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/natbin.vo
  • 178 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/cyclic_code.glob
  • 175 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/grs.vo
  • 173 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/bigop_ext.glob
  • 171 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/ln_facts.vo
  • 171 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/summary.vo
  • 169 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo.vo
  • 167 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/Reals_ext.vo
  • 166 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/channel.vo
  • 165 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/conditional_divergence.vo
  • 158 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_direct.vo
  • 156 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_direct.glob
  • 152 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/convex_fdist.glob
  • 152 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/success_decode_bound.glob
  • 151 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/dft.glob
  • 151 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/ln_facts.glob
  • 147 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/ssralg_ext.glob
  • 140 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/degree_profile.v
  • 137 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/natbin.glob
  • 135 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/conditional_divergence.glob
  • 135 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/Ranalysis_ext.vo
  • 132 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/logb.vo
  • 131 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/binary_symmetric_channel.vo
  • 128 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/string_entropy.vo
  • 126 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/pproba.vo
  • 125 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/joint_typ_seq.glob
  • 122 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/log_sum.vo
  • 122 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/checksum.vo
  • 121 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner.vo
  • 120 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/typ_seq.vo
  • 118 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_direct.vo
  • 114 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/joint_typ_seq.vo
  • 112 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/decoding.glob
  • 112 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_converse.vo
  • 111 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/binary_symmetric_channel.glob
  • 111 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/partition_inequality.vo
  • 110 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/error_exponent.vo
  • 110 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/summary.glob
  • 106 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/convex_choice.v
  • 105 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/channel.glob
  • 104 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/Reals_ext.glob
  • 103 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/aep.vo
  • 102 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/mceliece.vo
  • 101 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/entropy.vo
  • 98 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/shannon_fano.vo
  • 98 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/grs.glob
  • 98 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/repcode.glob
  • 97 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_converse.vo
  • 95 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/error_exponent.glob
  • 94 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/binary_entropy_function.vo
  • 93 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_converse.glob
  • 92 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/jensen.vo
  • 92 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/divergence.vo
  • 91 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/channel_code.vo
  • 88 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_ordn.vo
  • 87 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/ssrZ.vo
  • 87 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/erasure_channel.vo
  • 85 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_tuple.vo
  • 85 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/alternant.vo
  • 83 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/poly_ext.vo
  • 82 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/logb.glob
  • 78 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_direct.glob
  • 78 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/typ_seq.glob
  • 77 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/string_entropy.glob
  • 77 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/source_code.vo
  • 76 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/pproba.glob
  • 76 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/variation_dist.vo
  • 75 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/ssrZ.glob
  • 74 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/f2.vo
  • 74 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/toy_examples/conditional_entropy.glob
  • 67 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/max_subset.vo
  • 67 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/Ranalysis_ext.glob
  • 66 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo_proof.v
  • 62 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/checksum.glob
  • 57 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/log_sum.glob
  • 54 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo.glob
  • 53 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/proba.v
  • 52 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/chap2.v
  • 50 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/subgraph_partition.v
  • 50 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/shannon_fano.glob
  • 49 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/binary_entropy_function.glob
  • 47 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/classical_sets_ext.vo
  • 47 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/necset.v
  • 46 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/partition_inequality.glob
  • 46 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_converse.glob
  • 46 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner.glob
  • 46 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/jtypes.v
  • 45 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/fdist.v
  • 45 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/aep.glob
  • 42 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/convex_stone.v
  • 40 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/jfdist.v
  • 38 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/cinde.v
  • 38 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner_partition.v
  • 37 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/linearcode.v
  • 36 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_direct.v
  • 35 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/entropy.glob
  • 35 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/hamming_code.v
  • 33 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_converse.v
  • 33 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc.v
  • 33 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/ssr_ext.v
  • 32 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/max_subset.glob
  • 32 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/ssrR.v
  • 32 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/reed_solomon.v
  • 31 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/divergence.glob
  • 31 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/fsdist.v
  • 31 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/hamming.v
  • 29 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/stopping_set.v
  • 29 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/euclid.v
  • 29 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/Rbigop.v
  • 29 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/poly_ext.glob
  • 29 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/kraft.v
  • 28 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/jensen.glob
  • 28 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_erasure.v
  • 27 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/summary_tanner.v
  • 26 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance.glob
  • 25 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/ln_facts.v
  • 24 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/cyclic_code.v
  • 23 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/channel_code.glob
  • 23 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/bch.v
  • 22 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/f2.glob
  • 22 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/natbin.v
  • 21 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/types.v
  • 20 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/num_occ.v
  • 20 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/mceliece.glob
  • 20 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/classical_sets_ext.glob
  • 20 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/Reals_ext.v
  • 19 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/alternant.glob
  • 19 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/ssralg_ext.v
  • 19 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/pinsker.v
  • 19 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/convex_fdist.v
  • 19 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/poly_decoding.v
  • 17 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/dft.v
  • 16 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/vandermonde.v
  • 16 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_direct.v
  • 15 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/bigop_ext.v
  • 14 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/decoding.v
  • 14 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/channel.v
  • 14 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/ssrZ.v
  • 13 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_ordn.glob
  • 13 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/erasure_channel.glob
  • 12 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/success_decode_bound.v
  • 12 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/summary.v
  • 12 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/logb.v
  • 12 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/joint_typ_seq.v
  • 12 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/conditional_divergence.v
  • 11 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/repcode.v
  • 11 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo.v
  • 10 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_tuple.glob
  • 10 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/source_code.glob
  • 10 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/Ranalysis_ext.v
  • 9 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/typ_seq.v
  • 9 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/string_entropy.v
  • 9 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/error_exponent.v
  • 9 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/grs.v
  • 9 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/pproba.v
  • 8 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_direct.v
  • 8 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_converse.v
  • 8 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/log_sum.v
  • 8 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/variation_dist.glob
  • 7 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/binary_symmetric_channel.v
  • 7 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/tanner.v
  • 6 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/checksum.v
  • 6 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/channel_coding_converse.v
  • 6 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/shannon_fano.v
  • 6 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/partition_inequality.v
  • 5 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/entropy.v
  • 5 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_modern/max_subset.v
  • 5 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/aep.v
  • 5 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/binary_entropy_function.v
  • 5 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/divergence.v
  • 4 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/channel_code.v
  • 4 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/alternant.v
  • 4 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/f2.v
  • 4 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/ecc_classic/mceliece.v
  • 4 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/jensen.v
  • 3 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/classical_sets_ext.v
  • 3 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/lib/poly_ext.v
  • 3 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance.v
  • 3 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/toy_examples/conditional_entropy.v
  • 2 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/source_code.v
  • 2 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/information_theory/erasure_channel.v
  • 2 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/probability/variation_dist.v
  • 1 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_ordn.v
  • 1 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_tuple.v

Uninstall ๐Ÿงน

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