text
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hott: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.11.dev / hott - 8.8</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> hott <small> 8.8 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2020-07-27 01:07:00 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-27 01:07:00 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.11.dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Jason Gross &lt;[email protected]&gt;&quot; homepage: &quot;http://homotopytypetheory.org/&quot; bug-reports: &quot;https://github.com/HoTT/HoTT/issues&quot; license: &quot;BSD-2-Clause&quot; build: [ [&quot;rm&quot; &quot;.gitmodules&quot;] [&quot;bash&quot; &quot;-c&quot; &quot;./autogen.sh || :&quot;] [&quot;./configure&quot; &quot;COQBIN=%{bin}%&quot; &quot;--prefix=%{prefix}%&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [make &quot;install&quot;] depends: [ &quot;conf-autoconf&quot; {build} &quot;ocaml&quot; &quot;ocamlfind&quot; {build} &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] authors: [&quot;The Coq-HoTT Development Team&quot;] dev-repo: &quot;git+https://github.com/HoTT/HoTT.git&quot; synopsis: &quot;The Homotopy Type Theory library&quot; tags: [&quot;logpath:HoTT&quot;] url { src: &quot;https://github.com/HoTT/HoTT/archive/V8.8.tar.gz&quot; checksum: &quot;sha512=9acfa003302929ef7ef162fbef8ccde38879d7f7adb25152f0bbfa6b28bb2809e080ef9242433bebef01ea66f4f2172ee2a6f0a0d770e23659e17996ffecc56d&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-hott.8.8 coq.8.11.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.dev). The following dependencies couldn&#39;t be met: - coq-hott -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-hott.8.8</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/extra-dev/8.11.dev/hott/8.8.html
HTML
mit
6,806
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>flocq: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.0 / flocq - 3.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> flocq <small> 3.1.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-11-28 06:52:07 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-28 06:52:07 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.5.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://flocq.gitlabpages.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/flocq/flocq.git&quot; bug-reports: &quot;https://gitlab.inria.fr/flocq/flocq/issues&quot; license: &quot;LGPL-3.0-or-later&quot; build: [ [&quot;./configure&quot; &quot;--libdir&quot; &quot;%{lib}%/coq/user-contrib/Flocq&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword:floating-point arithmetic&quot; ] authors: [ &quot;Sylvie Boldo &lt;[email protected]&gt;&quot; &quot;Guillaume Melquiond &lt;[email protected]&gt;&quot; ] synopsis: &quot;A floating-point formalization for the Coq system&quot; url { src: &quot;https://flocq.gitlabpages.inria.fr/releases/flocq-3.1.0.tar.gz&quot; checksum: &quot;md5=44c56098e1b9e65db38226d3377b4680&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-flocq.3.1.0 coq.8.5.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.0). The following dependencies couldn&#39;t be met: - coq-flocq -&gt; coq &gt;= 8.7 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-flocq.3.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.5.0/flocq/3.1.0.html
HTML
mit
6,707
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Dummy</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> {{content-for 'head'}} <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/vendor.css"> <link rel="stylesheet" href="assets/dummy.css"> {{content-for 'head-footer'}} </head> <body> {{content-for 'body'}} <script src="assets/vendor.js"></script> <script src="assets/dummy.js"></script> {{content-for 'body-footer'}} </body> </html>
kbullaughey/ember-mobiletouch
tests/dummy/app/index.html
HTML
mit
766
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>aac-tactics: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.4.5 / aac-tactics - 8.13.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> aac-tactics <small> 8.13.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-05 04:20:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-05 04:20:23 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.4.5 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/aac-tactics&quot; dev-repo: &quot;git+https://github.com/coq-community/aac-tactics.git&quot; bug-reports: &quot;https://github.com/coq-community/aac-tactics/issues&quot; license: &quot;LGPL-3.0-or-later&quot; synopsis: &quot;Coq plugin providing tactics for rewriting universally quantified equations, modulo associative (and possibly commutative) operators&quot; description: &quot;&quot;&quot; This Coq plugin provides tactics for rewriting universally quantified equations, modulo associativity and commutativity of some operator. The tactics can be applied for custom operators by registering the operators and their properties as type class instances. Many common operator instances, such as for Z binary arithmetic and booleans, are provided with the plugin.&quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; {&gt;= &quot;4.05.0&quot; &amp; &lt; &quot;4.12&quot;} &quot;coq&quot; {&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.14~&quot;} ] tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;keyword:reflexive tactic&quot; &quot;keyword:rewriting&quot; &quot;keyword:rewriting modulo associativity and commutativity&quot; &quot;keyword:rewriting modulo ac&quot; &quot;keyword:decision procedure&quot; &quot;logpath:AAC_tactics&quot; &quot;date:2020-12-16&quot; ] authors: [ &quot;Thomas Braibant&quot; &quot;Damien Pous&quot; &quot;Fabian Kunze&quot; ] url { src: &quot;https://github.com/coq-community/aac-tactics/archive/v8.13.0.tar.gz&quot; checksum: &quot;sha512=8d34c04a4d28e44a5d831bddc1907fc23b0f3ef61335b9b8206518060bb545e7983f63bdcf9808d43e4557acebb4b1031785a11772e239bb8b1193b87c086260&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-aac-tactics.8.13.0 coq.8.4.5</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.5). The following dependencies couldn&#39;t be met: - coq-aac-tactics -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-aac-tactics.8.13.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.4.5/aac-tactics/8.13.0.html
HTML
mit
7,847
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / metacoq - 1.0~alpha2+8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> metacoq <small> 1.0~alpha2+8.11 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-06 21:49:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-06 21:49:33 UTC)</em><p> <h2>Context</h2> <pre># 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.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.1 Official release 4.11.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.11&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;[email protected]&gt;&quot; &quot;Simon Boulier &lt;[email protected]&gt;&quot; &quot;Cyril Cohen &lt;[email protected]&gt;&quot; &quot;Yannick Forster &lt;[email protected]&gt;&quot; &quot;Fabian Kunze &lt;[email protected]&gt;&quot; &quot;Gregory Malecha &lt;[email protected]&gt;&quot; &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Nicolas Tabareau &lt;[email protected]&gt;&quot; &quot;Thรฉo Winterhalter &lt;[email protected]&gt;&quot; ] license: &quot;MIT&quot; depends: [ &quot;ocaml&quot; {&gt;= &quot;4.07.1&quot;} &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} &quot;coq-metacoq-pcuic&quot; {= version} &quot;coq-metacoq-safechecker&quot; {= version} &quot;coq-metacoq-erasure&quot; {= version} &quot;coq-metacoq-translations&quot; {= version} ] synopsis: &quot;A meta-programming framework for Coq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The meta-package includes the template-coq library, unverified checker for Coq, PCUIC development including a verified translation from Coq to PCUIC, safe checker and erasure for PCUIC and example translations. See individual packages for more detailed descriptions. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/v1.0-alpha2-8.11.tar.gz&quot; checksum: &quot;sha256=8f1d2b42ad97d7c8660a57aabe53ddcc7b1645ced43386a1d2bef428b20d6b42&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq.1.0~alpha2+8.11 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-metacoq -&gt; coq-metacoq-template = 1.0~alpha2+8.11 -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq.1.0~alpha2+8.11</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.1-2.0.7/released/8.11.1/metacoq/1.0~alpha2+8.11.html
HTML
mit
7,542
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>compcert-64: 27 m 16 s ๐Ÿ†</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1 / compcert-64 - 3.7~coq-platform</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> compcert-64 <small> 3.7~coq-platform <span class="label label-success">27 m 16 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-24 17:13:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 17:13:48 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; authors: &quot;Xavier Leroy &lt;[email protected]&gt;&quot; maintainer: &quot;Jacques-Henri Jourdan &lt;[email protected]&gt;&quot; homepage: &quot;http://compcert.inria.fr/&quot; dev-repo: &quot;git+https://github.com/AbsInt/CompCert.git&quot; bug-reports: &quot;https://github.com/AbsInt/CompCert/issues&quot; license: &quot;INRIA Non-Commercial License Agreement&quot; version: &quot;3.7&quot; build: [ [&quot;./configure&quot; &quot;amd64-linux&quot; {os = &quot;linux&quot;} &quot;amd64-macosx&quot; {os = &quot;macos&quot;} &quot;amd64-cygwin&quot; {os = &quot;cygwin&quot;} &quot;-prefix&quot; &quot;%{prefix}%/variants/compcert64&quot; &quot;-install-coqdev&quot; &quot;-clightgen&quot; &quot;-coqdevdir&quot; &quot;%{lib}%/coq-variant/compcert64/compcert&quot; &quot;-ignore-coq-version&quot;] [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;}] ] patches: [ &quot;0001-Install-compcert.config-file-along-the-Coq-developme.patch&quot; &quot;0007-Dual-license-aarch64-Archi.v-Cbuiltins.ml-extraction.patch&quot; &quot;0008-Update-the-list-of-dual-licensed-files.patch&quot; &quot;0011-Use-Coq-platform-supplied-Flocq.patch&quot; &quot;0012-Use-platform-supplied-menhirlib-as-suggested-by-jhjo.patch&quot; ] extra-files: [ [&quot;0001-Install-compcert.config-file-along-the-Coq-developme.patch&quot; &quot;sha256=32ba8c21c84ae6a2075ecb0a039f05150e87db40728e64a81ea8d5daba6df541&quot;] [&quot;0007-Dual-license-aarch64-Archi.v-Cbuiltins.ml-extraction.patch&quot; &quot;sha256=fd66f444b4097e4f20f53df9439ea5c66eb889183d271f6c1d45ce25793094d7&quot;] [&quot;0008-Update-the-list-of-dual-licensed-files.patch&quot; &quot;sha256=406d241f0e9eb31d02a4be6ec5700044000a176ffe6cfeccf1ca52b42bdedb7d&quot;] [&quot;0011-Use-Coq-platform-supplied-Flocq.patch&quot; &quot;sha256=1fd53e11083ca566e30b810acc68fc93d4fd5b5c55c2d493a86e0691c50fdff0&quot;] [&quot;0012-Use-platform-supplied-menhirlib-as-suggested-by-jhjo.patch&quot; &quot;sha256=854f1ebbfed8829063f59c26c6e37dc164f98ecf60a572db0531a0d1f56b0981&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; {&gt;= &quot;8.7.0&quot; &amp; &lt; &quot;8.12&quot;} &quot;coq-flocq&quot; {&gt;= &quot;3.2.1&quot;} &quot;coq-menhirlib&quot; {&gt;= &quot;20190626&quot; &amp; &lt; &quot;20200123&quot;} &quot;menhir&quot; {&gt;= &quot;20190626&quot; &amp; &lt; &quot;20200123&quot;} &quot;ocaml&quot; {&gt;= &quot;4.05.0&quot;} ] synopsis: &quot;The CompCert C compiler (64 bit, using coq-platform supplied version of Flocq)&quot; description: &quot;This package installs the 64 bit version of CompCert. For coexistence with the 32 bit version, the files are installed in: %{prefix}%/variants/compcert64/bin (ccomp and clightgen binaries) %{prefix}%/variants/compcert64/lib/compcert (C library) %{lib}%/coq/user-contrib/compcert64 (Coq library) Please note that the coq module path is compcert and not compcert64, so the files cannot be directly Required as compcert64. Instead -Q or -R options must be used to bind the compcert64 folder to the module path compcert. This is more convenient if one development uses both 32 and 64 bit versions. Otherwise all files would have to be duplicated with module paths compcert and compcert64. Please also note that the binary folder is usually not in the path.&quot; tags: [ &quot;category:Computer Science/Semantics and Compilation/Compilation&quot; &quot;category:Computer Science/Semantics and Compilation/Semantics&quot; &quot;keyword:C&quot; &quot;keyword:compiler&quot; &quot;logpath:compcert64&quot; &quot;date:2020-04-29&quot; ] url { src: &quot;https://github.com/AbsInt/CompCert/archive/v3.7.tar.gz&quot; checksum: &quot;sha256=ceee1b2ed6c2576cb66eb7a0f2669dcf85e65c0fc68385f0781b0ca4edb87eb0&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-compcert-64.3.7~coq-platform coq.8.7.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-compcert-64.3.7~coq-platform coq.8.7.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>11 m 26 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-compcert-64.3.7~coq-platform coq.8.7.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>27 m 16 s</dd> </dl> <h2>Installation size</h2> <p>Total: 107 M</p> <ul> <li>11 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cparser/Parser.vo</code></li> <li>10 M <code>../ocaml-base-compiler.4.06.1/variants/compcert64/bin/ccomp</code></li> <li>7 M <code>../ocaml-base-compiler.4.06.1/variants/compcert64/bin/clightgen</code></li> <li>4 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/SimplExprproof.vo</code></li> <li>3 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/SelectOp.vo</code></li> <li>3 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/SelectLong.vo</code></li> <li>3 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/ValueDomain.vo</code></li> <li>3 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/Op.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/MenhirLib/Interpreter_complete.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/Machregs.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/Cminorgenproof.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/Integers.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/MenhirLib/Main.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Prop/Double_rounding.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/Ctyping.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/Cexec.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/SimplLocalsproof.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Allocproof.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Allocation.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/Asmgenproof1.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/MenhirLib/Validator_complete.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/Cstrategy.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/Events.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/RTLgenproof.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/Memory.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/CombineOp.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Selectionproof.vo</code></li> <li>977 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/Cshmgenproof.vo</code></li> <li>841 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/SelectOpproof.vo</code></li> <li>815 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Inliningproof.vo</code></li> <li>807 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/SplitLong.vo</code></li> <li>744 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/Values.vo</code></li> <li>740 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/Asm.vo</code></li> <li>740 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/FSetAVLplus.vo</code></li> <li>726 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/Cop.vo</code></li> <li>701 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/IEEE754_extra.vo</code></li> <li>679 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/ConstpropOp.vo</code></li> <li>665 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/Ctypes.vo</code></li> <li>662 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/Asmgenproof.vo</code></li> <li>637 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/IEEE754/Binary.vo</code></li> <li>609 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Stackingproof.vo</code></li> <li>577 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/Initializersproof.vo</code></li> <li>565 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/SplitLongproof.vo</code></li> <li>560 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Cminor.vo</code></li> <li>539 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/ValueAnalysis.vo</code></li> <li>530 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/SimplExprspec.vo</code></li> <li>523 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/Linking.vo</code></li> <li>509 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Deadcodeproof.vo</code></li> <li>487 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Selection.vo</code></li> <li>479 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/Smallstep.vo</code></li> <li>476 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/CSEproof.vo</code></li> <li>471 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Unusedglobproof.vo</code></li> <li>469 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/SelectLongproof.vo</code></li> <li>466 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Bounds.vo</code></li> <li>449 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/Globalenvs.vo</code></li> <li>440 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Linearize.vo</code></li> <li>438 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/SimplLocals.vo</code></li> <li>429 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/RTLgenspec.vo</code></li> <li>426 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Unusedglob.vo</code></li> <li>424 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/AST.vo</code></li> <li>417 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/Heaps.vo</code></li> <li>416 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Inliningspec.vo</code></li> <li>412 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Registers.vo</code></li> <li>410 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/CleanupLabels.vo</code></li> <li>393 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/ConstpropOpproof.vo</code></li> <li>391 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/ValueAOp.vo</code></li> <li>389 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Cminortyping.vo</code></li> <li>383 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/SelectDivproof.vo</code></li> <li>383 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Constpropproof.vo</code></li> <li>381 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/Asmgen.vo</code></li> <li>358 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/RTLtyping.vo</code></li> <li>353 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/NeedDomain.vo</code></li> <li>352 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/Parmov.vo</code></li> <li>346 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/Floats.vo</code></li> <li>341 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/Maps.vo</code></li> <li>333 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/MenhirLib/Interpreter.vo</code></li> <li>317 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Asmgenproof0.vo</code></li> <li>316 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/Memdata.vo</code></li> <li>299 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Tailcallproof.vo</code></li> <li>291 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Linearizeproof.vo</code></li> <li>281 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/Separation.vo</code></li> <li>274 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Kildall.vo</code></li> <li>265 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/NeedOp.vo</code></li> <li>264 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/MenhirLib/Interpreter_correct.vo</code></li> <li>262 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/Coqlib.vo</code></li> <li>261 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/Builtins0.vo</code></li> <li>258 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Tunnelingproof.vo</code></li> <li>253 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/Zbits.vo</code></li> <li>248 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Core/Ulp.vo</code></li> <li>247 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Debugvar.vo</code></li> <li>237 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/ClightBigstep.vo</code></li> <li>235 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Debugvarproof.vo</code></li> <li>222 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/Initializers.vo</code></li> <li>209 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/Csem.vo</code></li> <li>209 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/driver/Compiler.vo</code></li> <li>203 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/Clight.vo</code></li> <li>203 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Core/Generic_fmt.vo</code></li> <li>202 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/IntvSets.vo</code></li> <li>196 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/CleanupLabelsproof.vo</code></li> <li>192 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/Behaviors.vo</code></li> <li>189 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/Determinism.vo</code></li> <li>188 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Core/Raux.vo</code></li> <li>188 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/SimplExpr.vo</code></li> <li>185 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/RTL.vo</code></li> <li>183 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Locations.vo</code></li> <li>172 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/Unityping.vo</code></li> <li>172 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Prop/Div_sqrt_error.vo</code></li> <li>171 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Mach.vo</code></li> <li>171 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Deadcode.vo</code></li> <li>169 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/IEEE754/Bits.vo</code></li> <li>167 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/CminorSel.vo</code></li> <li>165 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/Cshmgen.vo</code></li> <li>164 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Prop/Round_odd.vo</code></li> <li>159 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Lineartyping.vo</code></li> <li>156 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/MenhirLib/Validator_safe.vo</code></li> <li>154 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/Lattice.vo</code></li> <li>151 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/Switch.vo</code></li> <li>151 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/RTLgen.vo</code></li> <li>150 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Calc/Round.vo</code></li> <li>149 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Core/Digits.vo</code></li> <li>141 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/Intv.vo</code></li> <li>140 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/CombineOpproof.vo</code></li> <li>138 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Core/FLT.vo</code></li> <li>134 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Prop/Relative.vo</code></li> <li>129 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Renumberproof.vo</code></li> <li>128 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/driver/Complements.vo</code></li> <li>124 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/MenhirLib/Automaton.vo</code></li> <li>124 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Inlining.vo</code></li> <li>124 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/Memtype.vo</code></li> <li>118 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/Postorder.vo</code></li> <li>115 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Calc/Bracket.vo</code></li> <li>114 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/UnionFind.vo</code></li> <li>112 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/Csharpminor.vo</code></li> <li>111 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Core/Round_pred.vo</code></li> <li>105 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/CSE.vo</code></li> <li>102 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/SelectDiv.vo</code></li> <li>101 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Core/Zaux.vo</code></li> <li>100 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Core/Round_NE.vo</code></li> <li>99 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/Stacklayout.vo</code></li> <li>97 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Prop/Plus_error.vo</code></li> <li>93 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/Conventions1.vo</code></li> <li>91 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/Ordered.vo</code></li> <li>91 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/CSEdomain.vo</code></li> <li>91 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/Cminorgen.vo</code></li> <li>90 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Prop/Mult_error.vo</code></li> <li>88 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Linear.vo</code></li> <li>87 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/LTL.vo</code></li> <li>87 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/MenhirLib/Alphabet.vo</code></li> <li>86 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Core/FTZ.vo</code></li> <li>82 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Core/FLX.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Constprop.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Conventions.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/MenhirLib/Grammar.vo</code></li> <li>78 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Liveness.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Core/Float_prop.vo</code></li> <li>73 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Stacking.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cparser/Cabs.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/cfrontend/Csyntax.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Calc/Div.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Calc/Sqrt.vo</code></li> <li>64 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/Decidableplus.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Tailcall.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Renumber.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/backend/Tunneling.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/Iteration.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Calc/Operations.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/exportclight/Clightdefs.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/Errors.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Prop/Sterbenz.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/common/Builtins.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86/Builtins1.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Core/FIX.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Core/Defs.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/x86_64/Archi.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/BoolEqual.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/flocq/Core/Core.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/MenhirLib/Validator_classes.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/variants/compcert64/share/man/man1/ccomp.1</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/Wfsimpl.vo</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/lib/Axioms.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/variants/compcert64/lib/compcert/include/stddef.h</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/variants/compcert64/lib/compcert/libcompcert.a</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/driver/Compopts.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/variants/compcert64/lib/compcert/include/float.h</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/variants/compcert64/lib/compcert/include/stdarg.h</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/variants/compcert64/lib/compcert/include/stdalign.h</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/variants/compcert64/lib/compcert/include/stdbool.h</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/variants/compcert64/lib/compcert/include/varargs.h</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/variants/compcert64/lib/compcert/include/stdnoreturn.h</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/variants/compcert64/share/compcert.ini</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/compcert.config</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/README</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq-variant/compcert64/compcert/VERSION</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-compcert-64.3.7~coq-platform</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1/compcert-64/3.7~coq-platform.html
HTML
mit
34,049
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 77fbaf08-8f0b-4754-8964-d1e5b45e029b </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#FunScript.TypeScript.Binding.iscroll">FunScript.TypeScript.Binding.iscroll</a></strong></td> <td class="text-center">100.00 %</td> <td class="text-center">100.00 %</td> <td class="text-center">100.00 %</td> <td class="text-center">100.00 %</td> </tr> </tbody> </table> </div> <div id="details"> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/fu/funscript.typescript.binding.iscroll.1.1.0.37/FunScript.TypeScript.Binding.iscroll-net40.html
HTML
mit
9,687
<html><body><p>๏ปฟ<!-- saved from url=(0024)http://docs.autodesk.com --> <!DOCTYPE html> <!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/classes/pymel.core.nodetypes/pymel.core.nodetypes.Bump3d.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:16:50 GMT --> <!-- Added by HTTrack --><meta content="text/html;charset=utf-8" http-equiv="content-type"/><!-- /Added by HTTrack --> </p> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> <title>pymel.core.nodetypes.Bump3d โ€” PyMEL 1.0.7 documentation</title> <link href="../../../_static/nature.css" rel="stylesheet" type="text/css"/> <link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../../../', VERSION: '1.0.7', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script src="../../../_static/jquery.js" type="text/javascript"></script> <script src="../../../_static/underscore.js" type="text/javascript"></script> <script src="../../../_static/doctools.js" type="text/javascript"></script> <link href="../../../index-2.html" rel="top" title="PyMEL 1.0.7 documentation"/> <link href="../../pymel.core.nodetypes.html" rel="up" title="pymel.core.nodetypes"/> <link href="pymel.core.nodetypes.CacheBase.html" rel="next" title="pymel.core.nodetypes.CacheBase"/> <link href="pymel.core.nodetypes.Bump2d.html" rel="prev" title="pymel.core.nodetypes.Bump2d"/> <link href="../../../../style/adsk.cpm.css" rel="stylesheet" type="text/css"/><meta content="expert" name="experiencelevel"/><meta content="programmer" name="audience"/><meta content="enable" name="user-comments"/><meta content="ENU" name="language"/><meta content="MAYAUL" name="product"/><meta content="2016" name="release"/><meta content="Customization" name="book"/><meta content="Maya-Tech-Docs" name="component"/><meta content="/view/MAYAUL/2016/ENU/" name="helpsystempath"/><meta content="04/03/2015" name="created"/><meta content="04/03/2015" name="modified"/><meta content="Navigation index modules | next | previous | PyMEL 1.0.7 documentation ยป pymel.core.nodetypes ยป pymel.core.nodetypes.Bump3d ยถ class Bump3d ( *args , **kwargs ) ยถ MAttrClass = Enum( EnumValue('MAttrClass', 1, 'localDynamicAttr'), EnumValue('MAttrClass', 2, 'normalAttr'), EnumValue('MAttrClass', 3, 'extensionAttr'), EnumValue('MAttrClass', 4, 'invalidAttr')) ยถ MdgTimerMetric = Enum(..." name="description"/><meta content="__PyMel_generated_classes_pymel_core_nodetypes_pymel_core_nodetypes_Bump3d_html" name="topicid"/> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a accesskey="I" href="../../../genindex.html" title="General Index">index</a></li> <li class="right"> <a href="../../../py-modindex.html" title="Python Module Index">modules</a> |</li> <li class="right"> <a accesskey="N" href="pymel.core.nodetypes.CacheBase.html" title="pymel.core.nodetypes.CacheBase">next</a> |</li> <li class="right"> <a accesskey="P" href="pymel.core.nodetypes.Bump2d.html" title="pymel.core.nodetypes.Bump2d">previous</a> |</li> <li><a href="../../../index-2.html">PyMEL 1.0.7 documentation</a> ยป</li> <li><a accesskey="U" href="../../pymel.core.nodetypes.html">pymel.core.nodetypes</a> ยป</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="pymel-core-nodetypes-bump3d"> <h1>pymel.core.nodetypes.Bump3d<a class="headerlink" href="#pymel-core-nodetypes-bump3d" title="Permalink to this headline">ยถ</a></h1> <p class="graphviz"> <img alt="Inheritance diagram of Bump3d" class="inheritance" src="../../../_images/inheritance-369d58c75e65e62be6312046eca6aac070e70edf.png" usemap="#inheritance79efaa2132"/> <map id="inheritance79efaa2132" name="inheritance79efaa2132"> <area alt="" coords="13,121,85,145" href="#pymel.core.nodetypes.Bump3d" id="node1" shape="rect" title="Bump3d"></area> <area alt="" coords="7,83,91,107" href="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode" id="node2" shape="rect" title="DependNode"></area> <area alt="" coords="13,44,85,68" href="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode" id="node3" shape="rect" title="Abstract class that is base for all pymel nodes classes."></area> <area alt="" coords="5,5,93,29" href="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode" id="node4" shape="rect" title="ProxyUnicode"></area> </map> </p> <dl class="class"> <dt id="pymel.core.nodetypes.Bump3d"><a name="//apple_ref/cpp/Class/pymel.core.nodetypes.Bump3d"></a> <em class="property">class </em><tt class="descname">Bump3d</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d" title="Permalink to this definition">ยถ</a></dt> <dd><dl class="attribute"> <dt id="pymel.core.nodetypes.Bump3d.MAttrClass"><a name="//apple_ref/cpp/Attribute/pymel.core.nodetypes.Bump3d.MAttrClass"></a> <tt class="descname">MAttrClass</tt><em class="property"> = Enum( EnumValue('MAttrClass', 1, 'localDynamicAttr'), EnumValue('MAttrClass', 2, 'normalAttr'), EnumValue('MAttrClass', 3, 'extensionAttr'), EnumValue('MAttrClass', 4, 'invalidAttr'))</em><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.MAttrClass" title="Permalink to this definition">ยถ</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymel.core.nodetypes.Bump3d.MdgTimerMetric"><a name="//apple_ref/cpp/Attribute/pymel.core.nodetypes.Bump3d.MdgTimerMetric"></a> <tt class="descname">MdgTimerMetric</tt><em class="property"> = Enum( EnumValue('MdgTimerMetric', 0, 'metric_callback'), EnumValue('MdgTimerMetric', 1, 'metric_compute'), EnumValue('MdgTimerMetric', 2, 'metric_dirty'), EnumValue('MdgTimerMetric', 3, 'metric_draw'), EnumValue('MdgTimerMetric', 4, 'metric_fetch'), EnumValue('MdgTimerMetric', 5, 'metric_callbackViaAPI'), EnumValue('MdgTimerMetric', 6, 'metric_callbackNotViaAPI'), EnumValue('MdgTimerMetric', 7, 'metric_computeDuringCallback'), EnumValue('MdgTimerMetric', 8, 'metric_computeNotDuringCallback'), EnumValue('MdgTimerMetric', 9, 'metrics'))</em><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.MdgTimerMetric" title="Permalink to this definition">ยถ</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymel.core.nodetypes.Bump3d.MdgTimerState"><a name="//apple_ref/cpp/Attribute/pymel.core.nodetypes.Bump3d.MdgTimerState"></a> <tt class="descname">MdgTimerState</tt><em class="property"> = Enum( EnumValue('MdgTimerState', 0, 'off'), EnumValue('MdgTimerState', 1, 'on'), EnumValue('MdgTimerState', 2, 'uninitialized'), EnumValue('MdgTimerState', 3, 'invalidState'))</em><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.MdgTimerState" title="Permalink to this definition">ยถ</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymel.core.nodetypes.Bump3d.MdgTimerType"><a name="//apple_ref/cpp/Attribute/pymel.core.nodetypes.Bump3d.MdgTimerType"></a> <tt class="descname">MdgTimerType</tt><em class="property"> = Enum( EnumValue('MdgTimerType', 0, 'type_self'), EnumValue('MdgTimerType', 1, 'type_inclusive'), EnumValue('MdgTimerType', 2, 'type_count'), EnumValue('MdgTimerType', 3, 'types'))</em><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.MdgTimerType" title="Permalink to this definition">ยถ</a></dt> <dd></dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.addAttribute"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.addAttribute"></a> <tt class="descname">addAttribute</tt><big>(</big><em>attr</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.addAttribute" title="Permalink to this definition">ยถ</a></dt> <dd><p>Add a new dynamic attibute to this node.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first last docutils"> <dt>attr <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt></span></dt> <dd><p class="first last">new attribute</p> </dd> </dl> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.addAttribute</span></tt></p> <p><strong>Undo is not currently supported for this method</strong></p> </dd></dl> <dl class="classmethod"> <dt id="pymel.core.nodetypes.Bump3d.allocateFlag"> <em class="property">classmethod </em><tt class="descname">allocateFlag</tt><big>(</big><em>pluginName</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.allocateFlag" title="Permalink to this definition">ยถ</a></dt> <dd><p>Allocates a node flag for sole use by the caller. Note that the flag is not specific to any one node but is made available to the caller on all nodes. Furthermore, node flags only persist for the duration of the current Maya session: they are not saved with the scene.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first docutils"> <dt>pluginName <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">unicode</span></tt></span></dt> <dd><p class="first last">The name of the plugin which is allocating the flag. A pluginโ€™s name can be retrieved by calling MFnPlugin::name() within its initializePlugin() or uninitializePlugin() functions.</p> </dd> </dl> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><tt class="xref py py-obj docutils literal"><span class="pre">int</span></tt></p> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.allocateFlag</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.attribute"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.attribute"></a> <tt class="descname">attribute</tt><big>(</big><em>index</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.attribute" title="Permalink to this definition">ยถ</a></dt> <dd><p>Finds the attribute of this node at the given index. Index order is based on the order in which the attributes were added to the node.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first docutils"> <dt>index <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">int</span></tt></span></dt> <dd><p class="first last">the index of the attribute</p> </dd> </dl> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt></p> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.attribute</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.attributeClass"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.attributeClass"></a> <tt class="descname">attributeClass</tt><big>(</big><em>attribute</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.attributeClass" title="Permalink to this definition">ยถ</a></dt> <dd><p>Returns the class (normal, dynamic, extension) of the specified attribute.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first docutils"> <dt>attribute <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt></span></dt> <dd><p class="first last">the attribute to check</p> </dd> </dl> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><a class="reference internal" href="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode.MAttrClass" title="pymel.core.nodetypes.DependNode.MAttrClass"><tt class="xref py py-obj docutils literal"><span class="pre">DependNode.MAttrClass</span></tt></a></p> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.attributeClass</span></tt></p> </dd></dl> <dl class="classmethod"> <dt id="pymel.core.nodetypes.Bump3d.deallocateAllFlags"> <em class="property">classmethod </em><tt class="descname">deallocateAllFlags</tt><big>(</big><em>pluginName</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.deallocateAllFlags" title="Permalink to this definition">ยถ</a></dt> <dd><p>Deallocates all of the node flags which are currently allocated to the specified plugin. The deallocated flags immediately become available for use by any plugin.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first last docutils"> <dt>pluginName <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">unicode</span></tt></span></dt> <dd><p class="first last">The name of the plugin whose flags are to be deallocated. A pluginโ€™s name can be retrieved by calling MFnPlugin::name() within its initializePlugin() or uninitializePlugin() functions.</p> </dd> </dl> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.deallocateAllFlags</span></tt></p> <p><strong>Undo is not currently supported for this method</strong></p> </dd></dl> <dl class="classmethod"> <dt id="pymel.core.nodetypes.Bump3d.deallocateFlag"> <em class="property">classmethod </em><tt class="descname">deallocateFlag</tt><big>(</big><em>pluginName</em>, <em>flag</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.deallocateFlag" title="Permalink to this definition">ยถ</a></dt> <dd><p>Deallocates a node flag which was previously allocated by a call to allocateFlag . The flag subsequently becomes available for reallocation and use by someone else.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first last docutils"> <dt>pluginName <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">unicode</span></tt></span></dt> <dd><p class="first last">The name of the plugin which allocated the flag. A pluginโ€™s name can be retrieved by calling MFnPlugin::name() within its initializePlugin() or uninitializePlugin() functions.</p> </dd> <dt>flag <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">int</span></tt></span></dt> <dd><p class="first last">Flag to deallocate.</p> </dd> </dl> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.deallocateFlag</span></tt></p> <p><strong>Undo is not currently supported for this method</strong></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.dgCallbacks"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.dgCallbacks"></a> <tt class="descname">dgCallbacks</tt><big>(</big><em>timerType</em>, <em>callbackName</em>, <em>value</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.dgCallbacks" title="Permalink to this definition">ยถ</a></dt> <dd><p>Node callbacks that occur when timing is enabled get logged with the node and can be queried via this method. See the dgCallbackIds method for getting a further breakdown of the time for an individual callback on this node.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first last docutils"> <dt>timerType <span class="classifier-delimiter">:</span> <span class="classifier"><a class="reference internal" href="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode.MdgTimerType" title="pymel.core.nodetypes.DependNode.MdgTimerType"><tt class="xref py py-obj docutils literal"><span class="pre">DependNode.MdgTimerType</span></tt></a></span></dt> <dd><p class="first">The timer we want to query, e.g. kTimerType_self for self time.</p> <p class="last">values: โ€˜type_selfโ€™, โ€˜type_inclusiveโ€™, โ€˜type_countโ€™, โ€˜typesโ€™</p> </dd> <dt>callbackName <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">list</span></tt> list</span></dt> <dd><p class="first last">Returns an array of callback names that were invoked for this node since the last timer reset.</p> </dd> <dt>value <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">float</span></tt> list</span></dt> <dd><p class="first last">Returns an array of timing values. There is a one-to-one correspondence with the <a href="#id1"><span class="problematic" id="id2">`</span></a>callbackNameโ€™ array.</p> </dd> </dl> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.dgCallbacks</span></tt></p> <p><strong>Undo is not currently supported for this method</strong></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.dgTimer"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.dgTimer"></a> <tt class="descname">dgTimer</tt><big>(</big><em>timerMetric</em>, <em>timerType</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.dgTimer" title="Permalink to this definition">ยถ</a></dt> <dd><p>The function returns the specified timer value for the current node. This is the total amount of time spent performing the requested operation since the timer was last reset (see dgTimerReset() for details). There are numerous timers per node and these are referenced by the metric and the timer type.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first docutils"> <dt>timerMetric <span class="classifier-delimiter">:</span> <span class="classifier"><a class="reference internal" href="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode.MdgTimerMetric" title="pymel.core.nodetypes.DependNode.MdgTimerMetric"><tt class="xref py py-obj docutils literal"><span class="pre">DependNode.MdgTimerMetric</span></tt></a></span></dt> <dd><p class="first">The timing metric we wish to query.</p> <p class="last">values: โ€˜metric_callbackโ€™, โ€˜metric_computeโ€™, โ€˜metric_dirtyโ€™, โ€˜metric_drawโ€™, โ€˜metric_fetchโ€™, โ€˜metric_callbackViaAPIโ€™, โ€˜metric_callbackNotViaAPIโ€™, โ€˜metric_computeDuringCallbackโ€™, โ€˜metric_computeNotDuringCallbackโ€™, โ€˜metricsโ€™</p> </dd> <dt>timerType <span class="classifier-delimiter">:</span> <span class="classifier"><a class="reference internal" href="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode.MdgTimerType" title="pymel.core.nodetypes.DependNode.MdgTimerType"><tt class="xref py py-obj docutils literal"><span class="pre">DependNode.MdgTimerType</span></tt></a></span></dt> <dd><p class="first">The timer type we wish to query.</p> <p class="last">values: โ€˜type_selfโ€™, โ€˜type_inclusiveโ€™, โ€˜type_countโ€™, โ€˜typesโ€™</p> </dd> </dl> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><tt class="xref py py-obj docutils literal"><span class="pre">float</span></tt></p> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.dgTimer</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.dgTimerOff"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.dgTimerOff"></a> <tt class="descname">dgTimerOff</tt><big>(</big><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.dgTimerOff" title="Permalink to this definition">ยถ</a></dt> <dd><p>Indicates that this node should no longer collect DG timing data when DG timing is enabled. See dgTimerOn() and enableDGTiming() for more details. Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.dgTimerOff</span></tt></p> <p><strong>Undo is not currently supported for this method</strong></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.dgTimerOn"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.dgTimerOn"></a> <tt class="descname">dgTimerOn</tt><big>(</big><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.dgTimerOn" title="Permalink to this definition">ยถ</a></dt> <dd><p>Indicates that this node should collect DG timing data whenever DG timing is enabled. See enableDGTiming() for more details. Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.dgTimerOn</span></tt></p> <p><strong>Undo is not currently supported for this method</strong></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.dgTimerQueryState"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.dgTimerQueryState"></a> <tt class="descname">dgTimerQueryState</tt><big>(</big><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.dgTimerQueryState" title="Permalink to this definition">ยถ</a></dt> <dd><p>The function returns the current on/off state of the nodeโ€™s timer.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><a class="reference internal" href="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode.MdgTimerState" title="pymel.core.nodetypes.DependNode.MdgTimerState"><tt class="xref py py-obj docutils literal"><span class="pre">DependNode.MdgTimerState</span></tt></a></td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.dgTimerQueryState</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.dgTimerReset"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.dgTimerReset"></a> <tt class="descname">dgTimerReset</tt><big>(</big><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.dgTimerReset" title="Permalink to this definition">ยถ</a></dt> <dd><p>The function resets the dependency graph timers and counters for this node to zero. Note that this method does not start or stop timing, it only resets the values to zero. If you want to turn on timing, use the method dgTimerOn() . If you want to turn off timing, use dgTimerOff() . Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.dgTimerReset</span></tt></p> <p><strong>Undo is not currently supported for this method</strong></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.findAlias"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.findAlias"></a> <tt class="descname">findAlias</tt><big>(</big><em>alias</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.findAlias" title="Permalink to this definition">ยถ</a></dt> <dd><p>Retrieves the attribute with the given alias.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first docutils"> <dt>alias <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">unicode</span></tt></span></dt> <dd><p class="first last">alternative name of the attribute</p> </dd> </dl> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">(<tt class="xref py py-obj docutils literal"><span class="pre">bool</span></tt>, <tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt>)</p> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.findAlias</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.findPlug"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.findPlug"></a> <tt class="descname">findPlug</tt><big>(</big><em>attr</em>, <em>wantNetworkedPlug</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.findPlug" title="Permalink to this definition">ยถ</a></dt> <dd><p>Attempt to find a plug for the given attribute. This method will first try to find the networked version of the plug if requested. The networked version of a plug is one that currently exists in the dependency graph at a particular connection point. If a networked version is not found, then a standard non-networked plug is returned.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first docutils"> <dt>attr <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt></span></dt> <dd><p class="first last">attribute whose plug we wish to find</p> </dd> <dt>wantNetworkedPlug <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">bool</span></tt></span></dt> <dd><p class="first last">if true, request a networked plug if it is available</p> </dd> </dl> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt></p> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.findPlug</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.getAffectedAttributes"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.getAffectedAttributes"></a> <tt class="descname">getAffectedAttributes</tt><big>(</big><em>attr</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.getAffectedAttributes" title="Permalink to this definition">ยถ</a></dt> <dd><p>Returns an array of attributes that are affected by the attribute passed in. That is, when the given attribute, attr is marked dirty (changed) all the affectedAttributes attributes will also be marked dirty. For nodes defined in plug-ins this call returns all those attributes that were marked as being affected by the given one via the MPxNode::attributeAffects call.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first docutils"> <dt>attr <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt></span></dt> <dd><p class="first last">the attribute to check</p> </dd> </dl> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt> list</p> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.getAffectedAttributes</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.getAffectedByAttributes"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.getAffectedByAttributes"></a> <tt class="descname">getAffectedByAttributes</tt><big>(</big><em>attr</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.getAffectedByAttributes" title="Permalink to this definition">ยถ</a></dt> <dd><p>Returns an array of attributes that affect the attribute passed in, attr . That is, when one of the attributes in affectedByAttributes is marked dirty (changed) then attr will also be marked dirty. For nodes defined in plug-ins this call returns all those attributes that were marked as affecting the given one via the MPxNode::attributeAffects call.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first docutils"> <dt>attr <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt></span></dt> <dd><p class="first last">the attribute to check</p> </dd> </dl> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt> list</p> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.getAffectedByAttributes</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.getAliasAttr"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.getAliasAttr"></a> <tt class="descname">getAliasAttr</tt><big>(</big><em>force</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.getAliasAttr" title="Permalink to this definition">ยถ</a></dt> <dd><p>Returns the nodeโ€™s alias attribute, which is a special attribute used to store information about the nodeโ€™s attribute aliases.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first docutils"> <dt>force <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">bool</span></tt></span></dt> <dd><p class="first last">To indicate whether the alias attr should be created.</p> </dd> </dl> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt></p> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.getAliasAttr</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.getAliasList"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.getAliasList"></a> <tt class="descname">getAliasList</tt><big>(</big><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.getAliasList" title="Permalink to this definition">ยถ</a></dt> <dd><p>Returns a list of all attribute aliases for this node. The aliases are pairs of strings with the first being the alias and the second being the attributeโ€™s real name.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body">(<tt class="xref py py-obj docutils literal"><span class="pre">bool</span></tt>, <tt class="xref py py-obj docutils literal"><span class="pre">list</span></tt> list)</td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.getAliasList</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.getConnections"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.getConnections"></a> <tt class="descname">getConnections</tt><big>(</big><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.getConnections" title="Permalink to this definition">ยถ</a></dt> <dd><p>Get all of the current connections to this node as an array of plugs.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt> list</td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.getConnections</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.getName"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.getName"></a> <tt class="descname">getName</tt><big>(</big><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.getName" title="Permalink to this definition">ยถ</a></dt> <dd><p>Returns the name of this node. Note that if the object the instance of this class is attached to is data instead of being in the graph (ie. the object was created by one of the MFn*Data function sets, or was passed to an MPxNode::compute function in a data block) then the name method will not work.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><tt class="xref py py-obj docutils literal"><span class="pre">unicode</span></tt></td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.name</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.hasAttribute"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.hasAttribute"></a> <tt class="descname">hasAttribute</tt><big>(</big><em>attrName</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.hasAttribute" title="Permalink to this definition">ยถ</a></dt> <dd><p>Returns true if the node already has an attribute with the given name.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first docutils"> <dt>attrName <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">unicode</span></tt></span></dt> <dd><p class="first last">Name of attribute to be checked.</p> </dd> </dl> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><tt class="xref py py-obj docutils literal"><span class="pre">bool</span></tt></p> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.hasAttribute</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.hasUniqueName"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.hasUniqueName"></a> <tt class="descname">hasUniqueName</tt><big>(</big><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.hasUniqueName" title="Permalink to this definition">ยถ</a></dt> <dd><p>Indicates whether or not this nodeโ€™s name is unique within the scene.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><tt class="xref py py-obj docutils literal"><span class="pre">bool</span></tt></td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.hasUniqueName</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.isFromReferencedFile"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.isFromReferencedFile"></a> <tt class="descname">isFromReferencedFile</tt><big>(</big><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.isFromReferencedFile" title="Permalink to this definition">ยถ</a></dt> <dd><p>Indicates whether or not this node came from a referenced file. If it did, the node will be marked as read-only in the scene and changes to the nodeโ€™s attributes will be saved in the main scene file, not the referenced file from which the node came.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><tt class="xref py py-obj docutils literal"><span class="pre">bool</span></tt></td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.isFromReferencedFile</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.isNewAttribute"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.isNewAttribute"></a> <tt class="descname">isNewAttribute</tt><big>(</big><em>attr</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.isNewAttribute" title="Permalink to this definition">ยถ</a></dt> <dd><p>Indicates whether or not the specified attribute was added to this node within the current scene.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first docutils"> <dt>attr <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt></span></dt> <dd><p class="first last">Attribute to check.</p> </dd> </dl> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><tt class="xref py py-obj docutils literal"><span class="pre">bool</span></tt></p> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.isNewAttribute</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.plugsAlias"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.plugsAlias"></a> <tt class="descname">plugsAlias</tt><big>(</big><em>plug</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.plugsAlias" title="Permalink to this definition">ยถ</a></dt> <dd><p>Returns the alias for the plugโ€™s attribute or the empty string if that attribute has no alias.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first docutils"> <dt>plug <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt></span></dt> <dd><p class="first last">plug for whose attribute we want the alias</p> </dd> </dl> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><tt class="xref py py-obj docutils literal"><span class="pre">unicode</span></tt></p> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.plugsAlias</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.removeAttribute"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.removeAttribute"></a> <tt class="descname">removeAttribute</tt><big>(</big><em>attribute</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.removeAttribute" title="Permalink to this definition">ยถ</a></dt> <dd><p>Remove a dynamic attribute from a node.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first last docutils"> <dt>attribute <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt></span></dt> <dd><p class="first last">attribute to remove</p> </dd> </dl> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.removeAttribute</span></tt></p> <p><strong>Undo is not currently supported for this method</strong></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.reorderedAttribute"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.reorderedAttribute"></a> <tt class="descname">reorderedAttribute</tt><big>(</big><em>index</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.reorderedAttribute" title="Permalink to this definition">ยถ</a></dt> <dd><p>Some nodes, such as the various animCurve nodes, require that their attributes be set in a specific order for proper operation. Usually this ordering is only important when the node is being created during file I/O.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first docutils"> <dt>index <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">int</span></tt></span></dt> <dd><p class="first last">the reordered index of the attribute</p> </dd> </dl> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt></p> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.reorderedAttribute</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.setAlias"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.setAlias"></a> <tt class="descname">setAlias</tt><big>(</big><em>alias</em>, <em>name</em>, <em>plug</em>, <em>add=True</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.setAlias" title="Permalink to this definition">ยถ</a></dt> <dd><p>Sets or removes an alias (i.e. an alternative name) for an attribute.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first docutils"> <dt>alias <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">unicode</span></tt></span></dt> <dd><p class="first last">alternative name for the attribute</p> </dd> <dt>name <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">unicode</span></tt></span></dt> <dd><p class="first last">real name of the attribute</p> </dd> <dt>plug <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">PyNode</span></tt></span></dt> <dd><p class="first last">plug to the attribute</p> </dd> <dt>add <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">bool</span></tt></span></dt> <dd><p class="first last">true to add the alias, false to remove it</p> </dd> </dl> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><tt class="xref py py-obj docutils literal"><span class="pre">bool</span></tt></p> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.setAlias</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.setFlag"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.setFlag"></a> <tt class="descname">setFlag</tt><big>(</big><em>flag</em>, <em>state</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.setFlag" title="Permalink to this definition">ยถ</a></dt> <dd><p>Sets the state of the specified flag for the node.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first last docutils"> <dt>flag <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">int</span></tt></span></dt> <dd><p class="first last">flag to set</p> </dd> <dt>state <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">bool</span></tt></span></dt> <dd><p class="first last">new state to which the flag will be set</p> </dd> </dl> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.setFlag</span></tt></p> <p><strong>Undo is not currently supported for this method</strong></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.setName"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.setName"></a> <tt class="descname">setName</tt><big>(</big><em>name</em>, <em>createNamespace=False</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.setName" title="Permalink to this definition">ยถ</a></dt> <dd><p>Sets the name of this node.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><dl class="first docutils"> <dt>name <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">unicode</span></tt></span></dt> <dd><p class="first last">the new name for the node</p> </dd> <dt>createNamespace <span class="classifier-delimiter">:</span> <span class="classifier"><tt class="xref py py-obj docutils literal"><span class="pre">bool</span></tt></span></dt> <dd><p class="first last">determine whether or not to create a new namespace when the given name includes a namespace which does not exist.</p> </dd> </dl> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><tt class="xref py py-obj docutils literal"><span class="pre">unicode</span></tt></p> </td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.setName</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bump3d.typeName"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bump3d.typeName"></a> <tt class="descname">typeName</tt><big>(</big><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bump3d.typeName" title="Permalink to this definition">ยถ</a></dt> <dd><p>Returns the type name of this node. The string returned is the name of the node type as it is used in the ascii file format.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name"></col> <col class="field-body"></col> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><tt class="xref py py-obj docutils literal"><span class="pre">unicode</span></tt></td> </tr> </tbody> </table> <p>Derived from api method <tt class="xref py py-obj docutils literal"><span class="pre">maya.OpenMaya.MFnDependencyNode.typeName</span></tt></p> </dd></dl> </dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="pymel.core.nodetypes.Bump2d.html" title="previous chapter">pymel.core.nodetypes.Bump2d</a></p> <h4>Next topic</h4> <p class="topless"><a href="pymel.core.nodetypes.CacheBase.html" title="next chapter">pymel.core.nodetypes.CacheBase</a></p> <h3><a href="../../../modules.html">Core Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.core.animation.html#module-pymel.core.animation"><tt class="xref">animation</tt></a></li> <li><a class="reference external" href="../../pymel.core.effects.html#module-pymel.core.effects"><tt class="xref">effects</tt></a></li> <li><a class="reference external" href="../../pymel.core.general.html#module-pymel.core.general"><tt class="xref">general</tt></a></li> <li><a class="reference external" href="../../pymel.core.language.html#module-pymel.core.language"><tt class="xref">language</tt></a></li> <li><a class="reference external" href="../../pymel.core.modeling.html#module-pymel.core.modeling"><tt class="xref">modeling</tt></a></li> <li><a class="reference external" href="../../pymel.core.rendering.html#module-pymel.core.rendering"><tt class="xref">rendering</tt></a></li> <li><a class="reference external" href="../../pymel.core.system.html#module-pymel.core.system"><tt class="xref">system</tt></a></li> <li><a class="reference external" href="../../pymel.core.windows.html#module-pymel.core.windows"><tt class="xref">windows</tt></a></li> </ul> <h3><a href="../../../modules.html">Type Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.core.datatypes.html#module-pymel.core.datatypes"><tt class="xref">datatypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.nodetypes.html#module-pymel.core.nodetypes"><tt class="xref">nodetypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.uitypes.html#module-pymel.core.uitypes"><tt class="xref">uitypes</tt></a></li> </ul> <h3><a href="../../../modules.html">Other Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.api.plugins.html#module-pymel.api.plugins"><tt class="xref">plugins</tt></a></li> <li><a class="reference external" href="../../pymel.mayautils.html#module-pymel.mayautils"><tt class="xref">mayautils</tt></a></li> <li><a class="reference external" href="../../pymel.util.html#module-pymel.util"><tt class="xref">util</tt></a></li> <li><a class="reference external" href="../../pymel.versions.html#module-pymel.versions"><tt class="xref">versions</tt></a> </li><li><a class="reference external" href="../../pymel.tools.html#module-pymel.tools"><tt class="xref">tools</tt></a></li> </ul> <!-- <ul> <li><a class="reference external" href="../../pymel.core.animation.html.html#module-pymel.core.animation"><tt class="xref">animation</tt></a></li> <li><a class="reference external" href="../../pymel.core.datatypes.html.html#module-pymel.core.datatypes"><tt class="xref">datatypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.effects.html.html#module-pymel.core.effects"><tt class="xref">effects</tt></a></li> <li><a class="reference external" href="../../pymel.core.general.html.html#module-pymel.core.general"><tt class="xref">general</tt></a></li> <li><a class="reference external" href="../../pymel.core.language.html.html#module-pymel.core.language"><tt class="xref">language</tt></a></li> <li><a class="reference external" href="../../pymel.core.modeling.html.html#module-pymel.core.modeling"><tt class="xref">modeling</tt></a></li> <li><a class="reference external" href="../../pymel.core.nodetypes.html.html#module-pymel.core.nodetypes"><tt class="xref">nodetypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.rendering.html.html#module-pymel.core.rendering"><tt class="xref">rendering</tt></a></li> <li><a class="reference external" href="../../pymel.core.system.html.html#module-pymel.core.system"><tt class="xref">system</tt></a></li> <li><a class="reference external" href="../../pymel.core.windows.html.html#module-pymel.core.windows"><tt class="xref">windows</tt></a></li> <li><a class="reference external" href="../../pymel.util.html.html#module-pymel.util"><tt class="xref">pymel.util</tt></a></li> </ul> --> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../../../_sources/generated/classes/pymel.core.nodetypes/pymel.core.nodetypes.Bump3d.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form action="http://help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/search.html" class="search" method="get"></form> <input name="q" type="text"/> <input type="submit" value="Go"/> <input name="check_keywords" type="hidden" value="yes"/> <input name="area" type="hidden" value="default"/> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../../genindex.html" title="General Index">index</a></li> <li class="right"> <a href="../../../py-modindex.html" title="Python Module Index">modules</a> |</li> <li class="right"> <a href="pymel.core.nodetypes.CacheBase.html" title="pymel.core.nodetypes.CacheBase">next</a> |</li> <li class="right"> <a href="pymel.core.nodetypes.Bump2d.html" title="pymel.core.nodetypes.Bump2d">previous</a> |</li> <li><a href="../../../index-2.html">PyMEL 1.0.7 documentation</a> ยป</li> <li><a href="../../pymel.core.nodetypes.html">pymel.core.nodetypes</a> ยป</li> </ul> </div> <div class="footer"> ยฉ Copyright 2009, Chad Dombrova. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3. </div> <!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/classes/pymel.core.nodetypes/pymel.core.nodetypes.Bump3d.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:16:51 GMT --> </body></html>
alexwidener/PyMelDocset
PyMel.docset/Contents/Resources/Documents/generated/classes/pymel.core.nodetypes/pymel.core.nodetypes.Bump3d.html
HTML
mit
57,111
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Dรฉbut du titre --> <title> Green Planet Electric - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Dรฉbut des mรฉtadonnรฉes --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492289528015&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=20224&V_SEARCH.docsStart=20223&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Franรงais" lang="fr">Franรงais</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=20222&amp;V_DOCUMENT.docRank=20223&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492289561440&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567155079&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=20224&amp;V_DOCUMENT.docRank=20225&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492289561440&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567064720&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Green Planet Electric </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Green Planet Electric</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://gpetelectric.com/" target="_blank" title="Website URL">http://gpetelectric.com/</a></p> <p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 1643 Spencely Dr.<br/> OSHAWA, Ontario<br/> L1K 0B3 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 1643 Spencely Dr.<br/> OSHAWA, Ontario<br/> L1K 0B3 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (866) 531-8384 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: </p> </div> <div class="col-md-3 mrgn-tp-md"> <h2 class="wb-inv">Logo</h2> <img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=234567129471&amp;graphFileName=6_REV_WhiteBackgroun&amp;applicationCode=AP&amp;lang=eng" alt="Logo" /> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> MASTER ELECTRICIAN AND ELECTRICAL CONTRACTORS IN OSHAWA, DURHAM REGION, TORONTO AND THE GTA. <br>Green Planet Electric offers electrical contracting, fire alarm wiring installation, inspection or verification, ESA (approved) certificates, lighting automation for the home and industrial settings including hotels, and other applications such as home theater wiring . We also work with general contractors for all kinds of projects, such as basement and kitchen renovations, additions, and also numerous commercial and institutional type projects. <br>When you need quality electrical work done, anywhere in the Durham Region, Toronto and the GTA turn to Green Planet Electric. As an established electrical contractor in the Greater Toronto Area , Green Planet Electric has skillful and certified electricians with the training and experience necessary to complete your installation or repair with the speed, professionalism and efficiency you expect. <br>Whether your propertyย’s electrical system is brand new or completely outdated, Green Planet Electric will always work with you in mind to complete your project to your full satisfaction. <br>Further, since our establishment more than 40 years ago, our list of satisfied customers are constantly increasing ย– we look forward to welcoming you soon. <br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Mark Fraser </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Director<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (866) 531-8384 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 2009 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 238210 - Electrical Contractors and Other Wiring Installation Contractors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Electrical Maintenance<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Electrical Maintenance, Electrical Upgrade, Green Electrical Maintenance<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Mark Fraser </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Director<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (866) 531-8384 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 2009 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 238210 - Electrical Contractors and Other Wiring Installation Contractors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Electrical Maintenance<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Electrical Maintenance, Electrical Upgrade, Green Electrical Maintenance<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-11-08 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/234567129471.html
HTML
mit
34,733
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-checker: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.1 / metacoq-checker - 1.0~alpha2+8.10</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> metacoq-checker <small> 1.0~alpha2+8.10 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-12-23 15:45:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-23 15:45:32 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.9.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.10&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;[email protected]&gt;&quot; &quot;Simon Boulier &lt;[email protected]&gt;&quot; &quot;Cyril Cohen &lt;[email protected]&gt;&quot; &quot;Yannick Forster &lt;[email protected]&gt;&quot; &quot;Fabian Kunze &lt;[email protected]&gt;&quot; &quot;Gregory Malecha &lt;[email protected]&gt;&quot; &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Nicolas Tabareau &lt;[email protected]&gt;&quot; &quot;Thรฉo Winterhalter &lt;[email protected]&gt;&quot; ] license: &quot;MIT&quot; build: [ [&quot;sh&quot; &quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot; &quot;checker&quot;] ] install: [ [make &quot;-C&quot; &quot;checker&quot; &quot;install&quot;] ] depends: [ &quot;ocaml&quot; {&gt; &quot;4.02.3&quot;} &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} &quot;coq-equations&quot; { &gt;= &quot;1.2&quot; } &quot;coq-metacoq-template&quot; {= version} ] synopsis: &quot;Specification of Coq&#39;s type theory and reference checker implementation&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The Checker module provides a complete specification of Coq&#39;s typing and conversion relation along with a reference type-checker that is extracted to a pluging. This provides a command: `MetaCoq Check [global_reference]` that can be used to typecheck a Coq definition using the verified type-checker. &quot;&quot;&quot; # url { # src: &quot;https://github.com/MetaCoq/metacoq/archive/v2.1-beta3.tar.gz&quot; # checksum: &quot;md5=e81b8ecabef788a10337a39b095d54f3&quot; # } url { src: &quot;https://github.com/MetaCoq/metacoq/archive/v1.0-alpha2-8.10.tar.gz&quot; checksum: &quot;sha256=94156cb9397b44915c9217a435a812cabc9651684cd229d5069b34332d0792a2&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq-checker.1.0~alpha2+8.10 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.9.1). The following dependencies couldn&#39;t be met: - coq-metacoq-checker -&gt; coq &gt;= 8.10 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq-checker.1.0~alpha2+8.10</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.9.1/metacoq-checker/1.0~alpha2+8.10.html
HTML
mit
8,027
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>param-pi: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.1 / param-pi - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> param-pi <small> 8.5.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-05 02:20:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-05 02:20:17 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/param-pi&quot; license: &quot;LGPL 2&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ParamPi&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:pi calculus&quot; &quot;category:Computer Science/Lambda Calculi&quot; &quot;date:1998-09-30&quot; ] authors: [ &quot;Loรฏc Henry-Grรฉard &lt;[email protected]&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/param-pi/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/param-pi.git&quot; synopsis: &quot;Coding of a typed monadic pi-calculus using parameters for free names&quot; description: &quot;&quot;&quot; This development contains the specification for a monadic pi-calculus using the same coding method for names than J. Mc Kinna and R. Pollack used for PTS in LEGO: &quot;Some Lambda Calculus and Type Theory Formalized&quot;. The basic, monadic calculus encoded here has a type system restraining the direction of communication for processes&#39; names. A number of lemmas usefull for doing proofs on that coding are included, and subject reduction properties for each kind of transition is made as an example of actually using the coding to mechanize proofs on the pi-calculus.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/param-pi/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=ac8b20571cba62795c908347bc6c5932&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-param-pi.8.5.0 coq.8.10.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.1). The following dependencies couldn&#39;t be met: - coq-param-pi -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-param-pi.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.10.1/param-pi/8.5.0.html
HTML
mit
7,426
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>tortoise-hare-algorithm: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+1 / tortoise-hare-algorithm - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> tortoise-hare-algorithm <small> 8.9.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-03-06 11:16:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-06 11:16:41 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1+1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/tortoise-hare-algorithm&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/TortoiseHareAlgorithm&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: program verification&quot; &quot;keyword: paths&quot; &quot;keyword: cycle detection&quot; &quot;keyword: graphs&quot; &quot;keyword: graph theory&quot; &quot;keyword: finite sets&quot; &quot;keyword: Floyd&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;date: 2007-02&quot; ] authors: [ &quot;Jean-Christophe Filliรขtre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/tortoise-hare-algorithm/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/tortoise-hare-algorithm.git&quot; synopsis: &quot;Tortoise and the hare algorithm&quot; description: &quot;&quot;&quot; Correctness proof of Floyd&#39;s cycle-finding algorithm, also known as the &quot;tortoise and the hare&quot;-algorithm. See http://en.wikipedia.org/wiki/Floyd&#39;s_cycle-finding_algorithm&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/tortoise-hare-algorithm/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=648b8b3ffe46ea6c1299b87b3a963c6d&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-tortoise-hare-algorithm.8.9.0 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+1). The following dependencies couldn&#39;t be met: - coq-tortoise-hare-algorithm -&gt; coq &gt;= 8.9 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-tortoise-hare-algorithm.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.7.1+1/tortoise-hare-algorithm/8.9.0.html
HTML
mit
7,520
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coqeal: 4 m 41 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.1 / coqeal - 1.0.4</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> coqeal <small> 1.0.4 <span class="label label-success">4 m 41 s</span> </small> </h1> <p><em><script>document.write(moment("2020-09-01 14:15:30 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-01 14:15:30 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.8.1 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Cyril Cohen &lt;[email protected]&gt;&quot; homepage: &quot;https://github.com/CoqEAL/CoqEAL&quot; bug-reports: &quot;https://github.com/CoqEAL/CoqEAL/issues&quot; dev-repo: &quot;git+https://github.com/CoqEAL/CoqEAL.git&quot; license: &quot;MIT&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.13~&quot;} &quot;coq-bignums&quot; &quot;coq-paramcoq&quot; {&gt;= &quot;1.1.1&quot;} &quot;coq-mathcomp-multinomials&quot; {&gt;= &quot;1.5.1&quot; &amp; &lt; &quot;1.7~&quot;} &quot;coq-mathcomp-algebra&quot; {&gt;= &quot;1.11.0&quot; &amp; &lt; &quot;1.12~&quot;} ] tags: [ &quot;keyword:effective algebra&quot; &quot;keyword:elementary divisor rings&quot; &quot;keyword:Smith normal form&quot; &quot;keyword:mathematical components&quot; &quot;keyword:Bareiss&quot; &quot;keyword:Karatsuba&quot; &quot;keyword:refinements&quot; &quot;logpath:CoqEAL&quot; ] authors: [ &quot;Guillaume Cano&quot; &quot;Cyril Cohen&quot; &quot;Maxime Dรฉnรจs&quot; &quot;Anders Mรถrtberg&quot; &quot;Vincent Siles&quot; ] synopsis: &quot;CoqEAL - The Coq Effective Algebra Library&quot; description: &quot;&quot;&quot; This library contains a subset of the work that was developed in the context of the ForMath european project (2009-2013). It has two parts: - theory (module CoqEAL_theory), which contains formal developments in algebra and optimized algorithms on mathcomp data structures. - refinements (module CoqEAL_refinements), which is a framework to ease change of data representation during a proof. &quot;&quot;&quot; url { src: &quot;https://github.com/CoqEAL/CoqEAL/archive/1.0.4.tar.gz&quot; checksum: &quot;sha512=d3d4cdc2975dbc237c59ff23f99e3fff2fc88fc0330aaeb966025457aae4c094c8eff91b562b8f6944ff12f4db649b681e2f378543f1ed6b2747cb8e77631c1d&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-coqeal.1.0.4 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-coqeal.1.0.4 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 m 43 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-coqeal.1.0.4 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>4 m 41 s</dd> </dl> <h2>Installation size</h2> <p>Total: 44 M</p> <ul> <li>14 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/refinements.vo</code></li> <li>12 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/param.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/hpoly.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/multipoly.vo</code></li> <li>888 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx.vo</code></li> <li>677 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.vo</code></li> <li>619 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/kaplansky.vo</code></li> <li>603 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/dvdring.vo</code></li> <li>514 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx.glob</code></li> <li>500 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/dvdring.glob</code></li> <li>463 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/kaplansky.glob</code></li> <li>447 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/multipoly.glob</code></li> <li>336 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.vo</code></li> <li>324 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/polydvd.vo</code></li> <li>320 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/similar.vo</code></li> <li>310 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/smithpid.vo</code></li> <li>304 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/mxstructure.vo</code></li> <li>297 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/hpoly.glob</code></li> <li>281 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/fpmod.vo</code></li> <li>279 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/smith.vo</code></li> <li>277 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/edr.vo</code></li> <li>257 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/coherent.vo</code></li> <li>253 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binint.vo</code></li> <li>246 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/polydvd.glob</code></li> <li>221 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.vo</code></li> <li>219 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.vo</code></li> <li>213 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.glob</code></li> <li>212 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/rational.vo</code></li> <li>202 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/fpmod.glob</code></li> <li>201 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.glob</code></li> <li>188 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.vo</code></li> <li>183 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/bareiss.vo</code></li> <li>180 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/poly_div.vo</code></li> <li>177 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.vo</code></li> <li>176 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binrat.vo</code></li> <li>174 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.vo</code></li> <li>174 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.vo</code></li> <li>173 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/mxstructure.glob</code></li> <li>167 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/similar.glob</code></li> <li>165 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/edr.glob</code></li> <li>164 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/coherent.glob</code></li> <li>155 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binint.glob</code></li> <li>151 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/minor.vo</code></li> <li>147 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binrat.glob</code></li> <li>144 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.vo</code></li> <li>143 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.glob</code></li> <li>136 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/smithpid.glob</code></li> <li>136 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.vo</code></li> <li>133 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/bareiss.glob</code></li> <li>129 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binnat.vo</code></li> <li>127 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.glob</code></li> <li>120 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/smith.glob</code></li> <li>111 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/rational.glob</code></li> <li>105 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/toomcook.vo</code></li> <li>104 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.glob</code></li> <li>89 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/gauss.vo</code></li> <li>89 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binnat.glob</code></li> <li>89 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.glob</code></li> <li>83 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/rank.vo</code></li> <li>79 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/multipoly.v</code></li> <li>78 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/minor.glob</code></li> <li>77 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/karatsuba.vo</code></li> <li>76 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/refinements.glob</code></li> <li>74 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/strassen.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/dvdring.v</code></li> <li>70 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.glob</code></li> <li>67 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binord.vo</code></li> <li>64 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/poly_op.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.glob</code></li> <li>60 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.glob</code></li> <li>56 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/boolF2.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx.v</code></li> <li>55 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/poly_div.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/hrel.vo</code></li> <li>46 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/pos.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.v</code></li> <li>34 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/toomcook.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/hpoly.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/karatsuba.glob</code></li> <li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/kaplansky.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/fpmod.v</code></li> <li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/polydvd.v</code></li> <li>28 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/rank.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/strassen.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/gauss.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/mxstructure.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binord.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binrat.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/similar.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/coherent.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/edr.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binint.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/refinements.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binnat.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/bareiss.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/rational.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/smithpid.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/smith.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/hrel.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/boolF2.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/minor.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/pos.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/param.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/poly_div.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/poly_op.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binord.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/strassen.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/toomcook.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/boolF2.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/rank.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/gauss.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/param.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/hrel.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/karatsuba.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/pos.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/poly_op.v</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-coqeal.1.0.4</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.8.1/coqeal/1.0.4.html
HTML
mit
23,515
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>stalmarck: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.0 / stalmarck - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> stalmarck <small> 8.6.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-26 04:03:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-26 04:03:56 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.12.0 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.0 Official release 4.10.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/stalmarck&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Stalmarck&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: boolean formula&quot; &quot;keyword: tautology checker&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;category: Miscellaneous/Extracted Programs/Decision procedures&quot; &quot;date: 2000&quot; ] authors: [ &quot;Pierre Letouzey&quot; &quot;Laurent Thรฉry&quot; ] bug-reports: &quot;https://github.com/coq-community/stalmarck/issues&quot; dev-repo: &quot;git+https://github.com/coq-community/stalmarck.git&quot; synopsis: &quot;Proof of Stalmarck&#39;s algorithm&quot; description: &quot;&quot;&quot; A two-level approach to prove tautology using Stalmarck&#39;s algorithm.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-community/stalmarck/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=5d5b5316fd65d219d53014f465dfa340&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-stalmarck.8.6.0 coq.8.12.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.0). The following dependencies couldn&#39;t be met: - coq-stalmarck -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-stalmarck.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.0-2.0.6/released/8.12.0/stalmarck/8.6.0.html
HTML
mit
6,897
<html> <head> <script src='https://surikov.github.io/webaudiofont/npm/dist/WebAudioFontPlayer.js'></script> <script src='0340_Aspirin_sf2_file.js'></script> <script> var selectedPreset=_tone_0340_Aspirin_sf2_file; var AudioContextFunc = window.AudioContext || window.webkitAudioContext; var audioContext = new AudioContextFunc(); var player=new WebAudioFontPlayer(); player.adjustPreset(audioContext,selectedPreset); function startWaveTableNow(pitch) { var audioBufferSourceNode = player.queueWaveTable(audioContext, audioContext.destination, selectedPreset, audioContext.currentTime + 0, pitch, 0.4); var audioBufferSourceNode = player.queueWaveTable(audioContext, audioContext.destination, selectedPreset, audioContext.currentTime + 0.4, pitch, 0.2); var audioBufferSourceNode = player.queueWaveTable(audioContext, audioContext.destination, selectedPreset, audioContext.currentTime + 0.6, pitch, 0.2); var audioBufferSourceNode = player.queueWaveTable(audioContext, audioContext.destination, selectedPreset, audioContext.currentTime + 0.8, pitch, 4); } </script> </head> <body> <p>file: 0340_Aspirin_sf2_file.js<br/> variable: _tone_0340_Aspirin_sf2_file<br/> MIDI: 34. Electric Bass (pick): Bass</p> <p><a href='javascript:player.cancelQueue(audioContext);'>stop</a></p> <p>chords: <a href='javascript:startWaveTableNow(4+12*4+0); startWaveTableNow(9+12*4+0); startWaveTableNow(2+12*5+2); startWaveTableNow(7+12*5+2); startWaveTableNow(11+12*5+1); startWaveTableNow(4+12*6+0);'>Am</a> | <a href='javascript:startWaveTableNow(4+12*4+0); startWaveTableNow(9+12*4+3); startWaveTableNow(2+12*5+2); startWaveTableNow(7+12*5+0); startWaveTableNow(11+12*5+1); startWaveTableNow(4+12*6+0);'>C</a> | <a href='javascript:startWaveTableNow(4+12*4+0); startWaveTableNow(9+12*4+2); startWaveTableNow(2+12*5+2); startWaveTableNow(7+12*5+1); startWaveTableNow(11+12*5+0); startWaveTableNow(4+12*6+0);'>E</a> | <a href='javascript:startWaveTableNow(4+12*4+3); startWaveTableNow(9+12*4+2); startWaveTableNow(2+12*5+0); startWaveTableNow(7+12*5+0); startWaveTableNow(11+12*5+0); startWaveTableNow(4+12*6+3);'>G</a> </p> <p>1. <a href='javascript:startWaveTableNow(0+12*1);'>C</a> <a href='javascript:startWaveTableNow(1+12*1);'>C#</a> <a href='javascript:startWaveTableNow(2+12*1);'>D</a> <a href='javascript:startWaveTableNow(3+12*1);'>D#</a> <a href='javascript:startWaveTableNow(4+12*1);'>E</a> <a href='javascript:startWaveTableNow(5+12*1);'>F</a> <a href='javascript:startWaveTableNow(6+12*1);'>F#</a> <a href='javascript:startWaveTableNow(7+12*1);'>G</a> <a href='javascript:startWaveTableNow(8+12*1);'>G#</a> <a href='javascript:startWaveTableNow(9+12*1);'>A</a> <a href='javascript:startWaveTableNow(10+12*1);'>A#</a> <a href='javascript:startWaveTableNow(11+12*1);'>B</a> </p> <p>2. <a href='javascript:startWaveTableNow(0+12*2);'>C</a> <a href='javascript:startWaveTableNow(1+12*2);'>C#</a> <a href='javascript:startWaveTableNow(2+12*2);'>D</a> <a href='javascript:startWaveTableNow(3+12*2);'>D#</a> <a href='javascript:startWaveTableNow(4+12*2);'>E</a> <a href='javascript:startWaveTableNow(5+12*2);'>F</a> <a href='javascript:startWaveTableNow(6+12*2);'>F#</a> <a href='javascript:startWaveTableNow(7+12*2);'>G</a> <a href='javascript:startWaveTableNow(8+12*2);'>G#</a> <a href='javascript:startWaveTableNow(9+12*2);'>A</a> <a href='javascript:startWaveTableNow(10+12*2);'>A#</a> <a href='javascript:startWaveTableNow(11+12*2);'>B</a> </p> <p>3. <a href='javascript:startWaveTableNow(0+12*3);'>C</a> <a href='javascript:startWaveTableNow(1+12*3);'>C#</a> <a href='javascript:startWaveTableNow(2+12*3);'>D</a> <a href='javascript:startWaveTableNow(3+12*3);'>D#</a> <a href='javascript:startWaveTableNow(4+12*3);'>E</a> <a href='javascript:startWaveTableNow(5+12*3);'>F</a> <a href='javascript:startWaveTableNow(6+12*3);'>F#</a> <a href='javascript:startWaveTableNow(7+12*3);'>G</a> <a href='javascript:startWaveTableNow(8+12*3);'>G#</a> <a href='javascript:startWaveTableNow(9+12*3);'>A</a> <a href='javascript:startWaveTableNow(10+12*3);'>A#</a> <a href='javascript:startWaveTableNow(11+12*3);'>B</a> </p> <p>4. <a href='javascript:startWaveTableNow(0+12*4);'>C</a> <a href='javascript:startWaveTableNow(1+12*4);'>C#</a> <a href='javascript:startWaveTableNow(2+12*4);'>D</a> <a href='javascript:startWaveTableNow(3+12*4);'>D#</a> <a href='javascript:startWaveTableNow(4+12*4);'>E</a> <a href='javascript:startWaveTableNow(5+12*4);'>F</a> <a href='javascript:startWaveTableNow(6+12*4);'>F#</a> <a href='javascript:startWaveTableNow(7+12*4);'>G</a> <a href='javascript:startWaveTableNow(8+12*4);'>G#</a> <a href='javascript:startWaveTableNow(9+12*4);'>A</a> <a href='javascript:startWaveTableNow(10+12*4);'>A#</a> <a href='javascript:startWaveTableNow(11+12*4);'>B</a> </p> <p>5. <a href='javascript:startWaveTableNow(0+12*5);'>C</a> <a href='javascript:startWaveTableNow(1+12*5);'>C#</a> <a href='javascript:startWaveTableNow(2+12*5);'>D</a> <a href='javascript:startWaveTableNow(3+12*5);'>D#</a> <a href='javascript:startWaveTableNow(4+12*5);'>E</a> <a href='javascript:startWaveTableNow(5+12*5);'>F</a> <a href='javascript:startWaveTableNow(6+12*5);'>F#</a> <a href='javascript:startWaveTableNow(7+12*5);'>G</a> <a href='javascript:startWaveTableNow(8+12*5);'>G#</a> <a href='javascript:startWaveTableNow(9+12*5);'>A</a> <a href='javascript:startWaveTableNow(10+12*5);'>A#</a> <a href='javascript:startWaveTableNow(11+12*5);'>B</a> </p> <p>6. <a href='javascript:startWaveTableNow(0+12*6);'>C</a> <a href='javascript:startWaveTableNow(1+12*6);'>C#</a> <a href='javascript:startWaveTableNow(2+12*6);'>D</a> <a href='javascript:startWaveTableNow(3+12*6);'>D#</a> <a href='javascript:startWaveTableNow(4+12*6);'>E</a> <a href='javascript:startWaveTableNow(5+12*6);'>F</a> <a href='javascript:startWaveTableNow(6+12*6);'>F#</a> <a href='javascript:startWaveTableNow(7+12*6);'>G</a> <a href='javascript:startWaveTableNow(8+12*6);'>G#</a> <a href='javascript:startWaveTableNow(9+12*6);'>A</a> <a href='javascript:startWaveTableNow(10+12*6);'>A#</a> <a href='javascript:startWaveTableNow(11+12*6);'>B</a> </p> <p>7. <a href='javascript:startWaveTableNow(0+12*7);'>C</a> <a href='javascript:startWaveTableNow(1+12*7);'>C#</a> <a href='javascript:startWaveTableNow(2+12*7);'>D</a> <a href='javascript:startWaveTableNow(3+12*7);'>D#</a> <a href='javascript:startWaveTableNow(4+12*7);'>E</a> <a href='javascript:startWaveTableNow(5+12*7);'>F</a> <a href='javascript:startWaveTableNow(6+12*7);'>F#</a> <a href='javascript:startWaveTableNow(7+12*7);'>G</a> <a href='javascript:startWaveTableNow(8+12*7);'>G#</a> <a href='javascript:startWaveTableNow(9+12*7);'>A</a> <a href='javascript:startWaveTableNow(10+12*7);'>A#</a> <a href='javascript:startWaveTableNow(11+12*7);'>B</a> </p> <p>8. <a href='javascript:startWaveTableNow(0+12*8);'>C</a> <a href='javascript:startWaveTableNow(1+12*8);'>C#</a> <a href='javascript:startWaveTableNow(2+12*8);'>D</a> <a href='javascript:startWaveTableNow(3+12*8);'>D#</a> <a href='javascript:startWaveTableNow(4+12*8);'>E</a> <a href='javascript:startWaveTableNow(5+12*8);'>F</a> <a href='javascript:startWaveTableNow(6+12*8);'>F#</a> <a href='javascript:startWaveTableNow(7+12*8);'>G</a> <a href='javascript:startWaveTableNow(8+12*8);'>G#</a> <a href='javascript:startWaveTableNow(9+12*8);'>A</a> <a href='javascript:startWaveTableNow(10+12*8);'>A#</a> <a href='javascript:startWaveTableNow(11+12*8);'>B</a> </p> </body> </html>
surikov/webaudiofontdata
sound/0340_Aspirin_sf2_file.html
HTML
mit
7,844
<html> <head> <title>User agent detail - Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HUAWEI; W1-U00)</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HUAWEI; W1-U00) </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>piwik/device-detector<br /><small>/Tests/fixtures/smartphone-1.yml</small></td><td>IE Mobile 9.0</td><td>Windows Phone 7.5</td><td>Trident 5.0</td><td style="border-left: 1px solid #555">Huawei</td><td>W1-U00</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a> <!-- Modal Structure --> <div id="modal-test" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Testsuite result detail</h4> <p><pre><code class="php">Array ( [user_agent] => Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HUAWEI; W1-U00) [os] => Array ( [name] => Windows Phone [short_name] => WPH [version] => 7.5 [platform] => ) [client] => Array ( [type] => browser [name] => IE Mobile [short_name] => IM [version] => 9.0 [engine] => Trident ) [device] => Array ( [type] => smartphone [brand] => HU [model] => W1-U00 ) [os_family] => Windows Mobile [browser_family] => Internet Explorer ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>IEMobile 9.0</td><td>Trident 5.0</td><td>WinPhone7.5 7.5</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.032</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a> <!-- Modal Structure --> <div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(compatible.*; msie 9\.0.*;.*windows phone os 7\.5.* trident\/5\.0; iemobile.9\.0.*$/ [browser_name_pattern] => mozilla/5.0 (compatible*; msie 9.0*;*windows phone os 7.5* trident/5.0; iemobile?9.0* [parent] => IEMobile 9.0 [comment] => IEMobile 9.0 [browser] => IEMobile [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Microsoft Corporation [browser_modus] => unknown [version] => 9.0 [majorver] => 9 [minorver] => 0 [platform] => WinPhone7.5 [platform_version] => 7.5 [platform_description] => Windows Phone OS 7.5 [platform_bits] => 32 [platform_maker] => Microsoft Corporation [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => 1 [javascript] => 1 [vbscript] => 1 [javaapplets] => 1 [activexcontrols] => 1 [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => Trident [renderingengine_version] => 5.0 [renderingengine_description] => For Internet Explorer since version 4.0 and embedded WebBrowser controls (such as Internet Explorer shells, Maxthon and some media players). [renderingengine_maker] => Microsoft Corporation ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>IEMobile 9.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a> <!-- Modal Structure --> <div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Windows Phone [browser] => IEMobile [version] => 9.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>IE Mobile 9.0</td><td><i class="material-icons">close</i></td><td>Windows 7.5</td><td style="border-left: 1px solid #555">Generic</td><td>Windows Phone 7.5</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.18302</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a> <!-- Modal Structure --> <div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 800 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Generic [mobile_model] => Windows Phone 7.5 [version] => 9.0 [is_android] => [browser_name] => IE Mobile [operating_system_family] => Windows [operating_system_version] => 7.5 [is_ios] => [producer] => Microsoft Corporation. [operating_system] => Windows Phone 7 [mobile_screen_width] => 480 [mobile_browser] => IEMobile ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>IE Mobile 9.0</td><td>Trident </td><td>Windows Phone 7.5</td><td style="border-left: 1px solid #555">Huawei</td><td>W1-U00</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.007</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a> <!-- Modal Structure --> <div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => IE Mobile [short_name] => IM [version] => 9.0 [engine] => Trident ) [operatingSystem] => Array ( [name] => Windows Phone [short_name] => WPH [version] => 7.5 [platform] => ) [device] => Array ( [brand] => HU [brandName] => Huawei [model] => W1-U00 [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Internet Explorer 9.0</td><td><i class="material-icons">close</i></td><td>Windows Phone </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td>Windows Phone</td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a> <!-- Modal Structure --> <div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HUAWEI; W1-U00) ) [name:Sinergi\BrowserDetector\Browser:private] => Internet Explorer [version:Sinergi\BrowserDetector\Browser:private] => 9.0 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Windows Phone [version:Sinergi\BrowserDetector\Os:private] => 0 [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HUAWEI; W1-U00) ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => Windows Phone [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HUAWEI; W1-U00) ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>IE Mobile 9.0</td><td><i class="material-icons">close</i></td><td>Windows Phone 7.5</td><td style="border-left: 1px solid #555">Huawei</td><td>W1-U00</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.002</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a> <!-- Modal Structure --> <div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 9 [minor] => 0 [patch] => [family] => IE Mobile ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 7 [minor] => 5 [patch] => [patchMinor] => [family] => Windows Phone ) [device] => UAParser\Result\Device Object ( [brand] => Huawei [model] => W1-U00 [family] => Huawei W1-U00 ) [originalUserAgent] => Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HUAWEI; W1-U00) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>IE Mobile 9.0</td><td><i class="material-icons">close</i></td><td>Windows Phone OS </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.06101</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a> <!-- Modal Structure --> <div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => IE Mobile [agent_version] => 9.0 [os_type] => Windows [os_name] => Windows Phone OS [os_versionName] => [os_versionNumber] => [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => [agent_languageTag] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Internet Explorer Mobile 9.0</td><td>Trident 5.0</td><td>Windows Phone </td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.40504</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Windows Phone [simple_sub_description_string] => [simple_browser_string] => Internet Explorer Mobile 9 on Windows Phone 7.5 [browser_version] => 9 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => Array ( ) [layout_engine_name] => Trident [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => internet-explorer-mobile [operating_system_version] => 7.5 [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 5.0 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Windows Phone 7.5 [operating_system_version_full] => [operating_platform_code] => [browser_name] => Internet Explorer Mobile [operating_system_name_code] => windows-phone [user_agent] => Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HUAWEI; W1-U00) [browser_version_full] => 9.0 [browser] => Internet Explorer Mobile 9 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>Mobile Internet Explorer 9.0</td><td>Trident 5.0</td><td>Windows Phone 7.5</td><td style="border-left: 1px solid #555">Huawei</td><td>Ascend W1</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.008</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Mobile Internet Explorer [version] => 9.0 [type] => browser ) [engine] => Array ( [name] => Trident [version] => 5.0 ) [os] => Array ( [name] => Windows Phone [version] => 7.5 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Huawei [model] => Ascend W1 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Internet Explorer 9.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a> <!-- Modal Structure --> <div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Internet Explorer [vendor] => Microsoft [version] => 9.0 [category] => smartphone [os] => Windows Phone OS [os_version] => 7.5 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>IE Mobile 9.0</td><td><i class="material-icons">close</i></td><td>Windows Phone 7.5</td><td style="border-left: 1px solid #555"></td><td></td><td>Smartphone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.01</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a> <!-- Modal Structure --> <div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => true [is_app] => false [is_full_desktop] => false [is_largescreen] => true [is_mobile] => true [is_robot] => false [is_smartphone] => true [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Windows Phone [advertised_device_os_version] => 7.5 [advertised_browser] => IE Mobile [advertised_browser_version] => 9.0 [complete_device_name] => Generic Windows Phone 7.5 [form_factor] => Smartphone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Generic [model_name] => Windows Phone 7.5 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Windows Phone OS [mobile_browser] => IEMobile [mobile_browser_version] => 9.0 [device_os_version] => 7.5 [pointing_method] => touchscreen [release_date] => 2011_july [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => false [xhtml_supports_forms_in_table] => false [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => false [xhtml_supports_css_cell_table_coloring] => false [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => none [xhtml_file_upload] => not_supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => false [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => false [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 480 [resolution_height] => 800 [columns] => 12 [max_image_width] => 320 [max_image_height] => 480 [rows] => 20 [physical_screen_width] => 50 [physical_screen_height] => 84 [dual_orientation] => true [density_class] => 1.5 [wbmp] => false [bmp] => false [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 384 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 100000 [max_url_length_in_requests] => 512 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => false [inline_support] => false [oma_support] => false [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => true [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 0 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => 9 [streaming_preferred_protocol] => http [streaming_preferred_http_protocol] => microsoft_smooth_streaming [wap_push_support] => true [connectionless_service_indication] => true [connectionless_service_load] => true [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => true [sender] => true [mms_max_size] => 614400 [mms_max_height] => 1600 [mms_max_width] => 1600 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => true [mms_jpeg_progressive] => false [mms_gif_static] => true [mms_gif_animated] => true [mms_png] => true [mms_bmp] => true [mms_wbmp] => false [mms_amr] => false [mms_wav] => true [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => true [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => true [mms_mp4] => true [mms_3gpp] => true [mms_3gpp2] => true [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => true [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => true [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 1 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => true [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => lc [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => 9 [hinted_progressive_download] => false [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-02-13 13:33:30</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v4/user-agent-detail/76/59/76594947-fac8-45b0-8263-b6f75228de55.html
HTML
mit
46,748
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ieee754: 12 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1 / ieee754 - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> ieee754 <small> 8.7.0 <span class="label label-success">12 s</span> </small> </h1> <p><em><script>document.write(moment("2020-08-09 15:43:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-09 15:43:56 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.7.1 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/ieee754&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/IEEE754&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: floating-point arithmetic&quot; &quot;keyword: floats&quot; &quot;keyword: IEEE&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; &quot;category: Computer Science/Semantics and Compilation/Semantics&quot; &quot;date: 1997&quot; ] authors: [ &quot;Patrick Loiseleur&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ieee754/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ieee754.git&quot; synopsis: &quot;A formalisation of the IEEE754 norm on floating-point arithmetic&quot; description: &quot;&quot;&quot; This library contains a non-verified implementation of binary floating-point addition and multiplication operators inspired by the IEEE-754 standard. It is today outdated. See the attached 1997 report rapport-stage-dea.ps.gz for a discussion (in French) of this work. For the state of the art at the time of updating this notice, see e.g. &quot;Flocq: A Unified Library for Proving Floating-point Algorithms in Coq&quot; by S. Boldo and G. Melquiond, 2011.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ieee754/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=c79fabb9831e0231bc5ce75f3be6aad7&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-ieee754.8.7.0 coq.8.7.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-ieee754.8.7.0 coq.8.7.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>5 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-ieee754.8.7.0 coq.8.7.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 s</dd> </dl> <h2>Installation size</h2> <p>Total: 436 K</p> <ul> <li>75 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/IEEE754_def.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/Diadic.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/Diadic.glob</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/IEEE754_def.glob</code></li> <li>36 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/Registers.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/tests.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/IEEE754_properties.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/IEEE.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/IEEE754_algorithms.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/Diadic.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/IEEE754_def.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/Registers.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/Registers.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/IEEE754_properties.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/tests.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/IEEE.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/IEEE754_algorithms.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/tests.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/IEEE754_properties.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/IEEE.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/IEEE754/IEEE754_algorithms.glob</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-ieee754.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.7.1/ieee754/8.7.0.html
HTML
mit
9,601
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>weak-up-to: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.6 / weak-up-to - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> weak-up-to <small> 8.9.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-03 17:13:05 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-03 17:13:05 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.6 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;http://perso.ens-lyon.fr/damien.pous/upto/&quot; license: &quot;GPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/WeakUpTo&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: weak bisimilarity&quot; &quot;keyword: weak bisimulation&quot; &quot;keyword: up-to techniques&quot; &quot;keyword: termination&quot; &quot;keyword: commutation&quot; &quot;keyword: Newman&#39;s lemma&quot; &quot;category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; &quot;date: 2005-02-22&quot; ] authors: [ &quot;Damien Pous &lt;damien.pous at ens-lyon.fr&gt; [http://perso.ens-lyon.fr/damien.pous/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/weak-up-to/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/weak-up-to.git&quot; synopsis: &quot;New Up-to Techniques for Weak Bisimulation&quot; description: &quot;&quot;&quot; This contribution is the formalisation of a paper that appeared in Proc. of ICALP 2005: &quot;Up-to Techniques for Weak Bisimulation&quot;. First we define a framework for defining up-to techniques for weak bisimulation in a modular way. Then we prove the correctness of some new up-to techniques, based on termination guarantees. Notably, a generalisation of Newman&#39;s Lemma to commutation results is established.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/weak-up-to/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=6c91d9b73aee52981c01c0f5b300aafe&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-weak-up-to.8.9.0 coq.8.6</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.6). The following dependencies couldn&#39;t be met: - coq-weak-up-to -&gt; coq &gt;= 8.9 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-weak-up-to.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.6/weak-up-to/8.9.0.html
HTML
mit
7,553
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>equations: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.15.0 / equations - 1.3~beta2+8.13</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> equations <small> 1.3~beta2+8.13 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-18 08:58:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-18 08:58:34 UTC)</em><p> <h2>Context</h2> <pre># 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.15.0 Formal proof management system dune 2.9.3 Fast, portable, and opinionated build system ocaml 4.13.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.13.1 Official release 4.13.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled 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: &quot;2.0&quot; authors: [ &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Cyprien Mangin &lt;[email protected]&gt;&quot; ] dev-repo: &quot;git+https://github.com/mattam82/Coq-Equations.git&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://mattam82.github.io/Coq-Equations&quot; bug-reports: &quot;https://github.com/mattam82/Coq-Equations/issues&quot; license: &quot;LGPL-2.1-or-later&quot; synopsis: &quot;A function definition package for Coq&quot; description: &quot;&quot;&quot; Equations is a function definition plugin for Coq, that allows the definition of functions by dependent pattern-matching and well-founded, mutual or nested structural recursion and compiles them into core terms. It automatically derives the clauses equations, the graph of the function and its associated elimination principle. &quot;&quot;&quot; tags: [ &quot;keyword:dependent pattern-matching&quot; &quot;keyword:functional elimination&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:Equations&quot; ] build: [ [&quot;./configure.sh&quot; &quot;--enable-hott&quot; {coq-hott:installed} ] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] run-test: [ [make &quot;test-suite&quot;] ] depends: [ &quot;coq&quot; {&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.14~&quot;} &quot;ocamlfind&quot; {build} ] depopts: [ &quot;coq-hott&quot; {= &quot;8.13&quot;} ] url { src: &quot;https://github.com/mattam82/Coq-Equations/archive/refs/tags/v1.3-8.13beta2.tar.gz&quot; checksum: &quot;sha512=5957dd6bd8af7575bdcd7f18d4134acaee29511624e35d311361feae5be157cd9a442a3c7ac4d93ea492435ee408d99c79d897f09a4efdeb09a4ada80fb376dc&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-equations.1.3~beta2+8.13 coq.8.15.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.15.0). The following dependencies couldn&#39;t be met: - coq-equations -&gt; coq &lt; 8.14~ -&gt; ocaml &lt; 4.12 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-equations.1.3~beta2+8.13</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.13.1-2.0.10/released/8.15.0/equations/1.3~beta2+8.13.html
HTML
mit
7,718
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>equations: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.2 / equations - 1.2.3+8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> equations <small> 1.2.3+8.11 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-10-24 09:29:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-24 09:29:54 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; authors: [ &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Cyprien Mangin &lt;[email protected]&gt;&quot; ] dev-repo: &quot;git+https://github.com/mattam82/Coq-Equations.git#8.11&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://mattam82.github.io/Coq-Equations&quot; bug-reports: &quot;https://github.com/mattam82/Coq-Equations/issues&quot; license: &quot;LGPL-2.1-or-later&quot; synopsis: &quot;A function definition package for Coq&quot; description: &quot;&quot;&quot; Equations is a function definition plugin for Coq, that allows the definition of functions by dependent pattern-matching and well-founded, mutual or nested structural recursion and compiles them into core terms. It automatically derives the clauses equations, the graph of the function and its associated elimination principle. &quot;&quot;&quot; tags: [ &quot;keyword:dependent pattern-matching&quot; &quot;keyword:functional elimination&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:Equations&quot; ] build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] run-test: [ [make &quot;test-suite&quot;] ] depends: [ &quot;coq&quot; {&gt;= &quot;8.11.0&quot; &amp; &lt; &quot;8.12~&quot;} ] url { src: &quot;https://github.com/mattam82/Coq-Equations/archive/v1.2.3-8.11.tar.gz&quot; checksum: &quot;sha512=bb302e09f86d1eeb10e9ff8040e52f3fb372b89929cf0ec8e05055478b8e70562d5651bbe8931615580dfe7d105b4d4c01969de823bdff4639e7210ede90eeae&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-equations.1.2.3+8.11 coq.8.8.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.2). The following dependencies couldn&#39;t be met: - coq-equations -&gt; coq &gt;= 8.11.0 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-equations.1.2.3+8.11</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.8.2/equations/1.2.3+8.11.html
HTML
mit
7,324
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>io: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.0 / io - 3.2.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> io <small> 3.2.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-03-08 23:52:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-08 23:52:51 UTC)</em><p> <h2>Context</h2> <pre># 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.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled 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: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/clarus/io&quot; dev-repo: &quot;git+https://github.com/clarus/io.git&quot; bug-reports: &quot;https://github.com/clarus/io/issues&quot; authors: [&quot;Guillaume Claret&quot;] license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Io&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot; &amp; &lt; &quot;8.5~&quot;} ] synopsis: &quot;A library for effects in Coq&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-io/io/archive/3.2.0.tar.gz&quot; checksum: &quot;md5=e2cecb304942df8ecfcde4d6bbaf6217&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-io.3.2.0 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.0). The following dependencies couldn&#39;t be met: - coq-io -&gt; coq &lt; 8.5~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-io.3.2.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.0/io/3.2.0.html
HTML
mit
6,659
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./5e95f02d5623f44b0db94f7e8dbdc6dbb3ea10ef7614c187f72a0af7a67e6406.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/4db526ff7db4acf414fe0d5b2fc12bf8b75fbd1376f7c4d4035568ff025e7bfd.html
HTML
mit
550
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>huffman: 1 m 21 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.0 / huffman - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> huffman <small> 8.10.0 <span class="label label-success">1 m 21 s</span> </small> </h1> <p><em><script>document.write(moment("2020-09-14 18:10:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-14 18:10:41 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.13 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.8.0 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/huffman&quot; dev-repo: &quot;git+https://github.com/coq-community/huffman.git&quot; bug-reports: &quot;https://github.com/coq-community/huffman/issues&quot; license: &quot;LGPL-2.1-or-later&quot; synopsis: &quot;A Coq proof of the correctness of the Huffman coding algorithm&quot; description: &quot;&quot;&quot; This projects contains a Coq proof of the correctness of the Huffman coding algorithm, as described in David A. Huffman&#39;s paper A Method for the Construction of Minimum-Redundancy Codes, Proc. IRE, pp. 1098-1101, September 1952.&quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.12~&quot;} ] tags: [ &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;category:Miscellaneous/Extracted Programs/Combinatorics&quot; &quot;keyword:data compression&quot; &quot;keyword:code&quot; &quot;keyword:huffman tree&quot; &quot;logpath:Huffman&quot; &quot;date:2019-12-07&quot; ] authors: [ &quot;Laurent Thรฉry&quot; ] url { src: &quot;https://github.com/coq-community/huffman/archive/v8.10.0.tar.gz&quot; checksum: &quot;sha512=faeeaa47712a7b5df82ce1bc93db0e5c44b8398da71f3e7ce83d43b99b838c31734fd8226a7be39bf70ca75dbf5f0b6f9a516fea001282eadf3e22b7cfcd449d&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-huffman.8.10.0 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-huffman.8.10.0 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>5 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-huffman.8.10.0 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 21 s</dd> </dl> <h2>Installation size</h2> <p>Total: 3 M</p> <ul> <li>302 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/PBTree.vo</code></li> <li>220 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Huffman.vo</code></li> <li>116 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Huffman.glob</code></li> <li>114 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/BTree.vo</code></li> <li>104 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/PBTree.glob</code></li> <li>99 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Aux.vo</code></li> <li>99 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Code.vo</code></li> <li>94 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/HeightPred.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Prod2List.glob</code></li> <li>80 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Permutation.vo</code></li> <li>76 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/HeightPred.glob</code></li> <li>73 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Build.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Prod2List.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Frequency.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Cover.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Aux.glob</code></li> <li>57 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Permutation.glob</code></li> <li>53 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Code.glob</code></li> <li>50 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Weight.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/UniqueKey.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/PBTree2BTree.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/UList.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/OrderedCover.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Ordered.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/PBTree.v</code></li> <li>41 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/OneStep.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Restrict.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/SubstPred.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Cover.glob</code></li> <li>35 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Build.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/WeightTree.vo</code></li> <li>33 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/CoverMin.vo</code></li> <li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/BTree.glob</code></li> <li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/ISort.vo</code></li> <li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Frequency.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Weight.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/SameSumLeaves.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Extraction.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Code.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/HeightPred.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Aux.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/OneStep.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Restrict.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Permutation.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Huffman.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/UniqueKey.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/BTree.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/PBTree2BTree.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Cover.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Prod2List.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Frequency.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Build.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Ordered.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/SubstPred.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/OrderedCover.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/WeightTree.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Weight.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/ISort.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/UList.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Restrict.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/PBTree2BTree.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/UniqueKey.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Ordered.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/OneStep.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/OrderedCover.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/CoverMin.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/SubstPred.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/UList.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/SameSumLeaves.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/ISort.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/WeightTree.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/sTactic.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/CoverMin.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/sTactic.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/SameSumLeaves.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Extraction.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/sTactic.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Huffman/Extraction.glob</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-huffman.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.8.0/huffman/8.10.0.html
HTML
mit
15,804
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-erasure: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / metacoq-erasure - 1.0~alpha+8.9</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> metacoq-erasure <small> 1.0~alpha+8.9 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2019-12-20 08:22:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2019-12-20 08:22:20 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.8&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;[email protected]&gt;&quot; &quot;Simon Boulier &lt;[email protected]&gt;&quot; &quot;Cyril Cohen &lt;[email protected]&gt;&quot; &quot;Yannick Forster &lt;[email protected]&gt;&quot; &quot;Fabian Kunze &lt;[email protected]&gt;&quot; &quot;Gregory Malecha &lt;[email protected]&gt;&quot; &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Nicolas Tabareau &lt;[email protected]&gt;&quot; &quot;Thรฉo Winterhalter &lt;[email protected]&gt;&quot; ] license: &quot;MIT&quot; build: [ [&quot;sh&quot; &quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot; &quot;-C&quot; &quot;erasure&quot;] [make &quot;test-suite&quot;] {with-test} ] install: [ [make &quot;-C&quot; &quot;erasure&quot; &quot;install&quot;] ] depends: [ &quot;ocaml&quot; {&gt; &quot;4.02.3&quot;} &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} &quot;coq-metacoq-pcuic&quot; {= version} &quot;coq-metacoq-safechecker&quot; {= version} ] synopsis: &quot;Implementation and verification of an erasure procedure for Coq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The Erasure module provides a complete specification of Coq&#39;s so-called \&quot;extraction\&quot; procedure, starting from the PCUIC calculus and targeting untyped call-by-value lambda-calculus. The `erasure` function translates types and proofs in well-typed terms into a dummy `tBox` constructor, following closely P. Letouzey&#39;s PhD thesis. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/1.0-alpha+8.9.tar.gz&quot; checksum: &quot;sha256=899ef4ee73b1684a0f1d2e37ab9ab0f9b24424f6d8a10a10efd474c0ed93488e&quot; }</pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq-erasure.1.0~alpha+8.9 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-metacoq-erasure -&gt; coq-metacoq-template = 1.0~alpha+8.9 -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq-erasure.1.0~alpha+8.9</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/extra-dev/dev/metacoq-erasure/1.0~alpha+8.9.html
HTML
mit
8,001
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-finmap: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / mathcomp-finmap - 1.3.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> mathcomp-finmap <small> 1.3.1 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-03-31 05:27:10 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-03-31 05:27:10 UTC)</em><p> <h2>Context</h2> <pre># 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.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.1 Official release 4.10.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Cyril Cohen &lt;[email protected]&gt;&quot; homepage: &quot;https://github.com/math-comp/finmap&quot; bug-reports: &quot;https://github.com/math-comp/finmap/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/finmap.git&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;install&quot; ] depends: [ &quot;coq&quot; { (&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.11~&quot;) } &quot;coq-mathcomp-ssreflect&quot; { (&gt;= &quot;1.8.0&quot; &amp; &lt; &quot;1.10~&quot;) } &quot;coq-mathcomp-bigenough&quot; { (&gt;= &quot;1.0.0&quot; &amp; &lt; &quot;1.1~&quot;) } ] tags: [ &quot;keyword:finmap&quot; &quot;keyword:finset&quot; &quot;keyword:multiset&quot; &quot;keyword:order&quot; &quot;date:2019-06-13&quot; &quot;logpath:mathcomp.finmap&quot;] authors: [ &quot;Cyril Cohen &lt;[email protected]&gt;&quot; &quot;Kazuhiko Sakaguchi &lt;[email protected]&gt;&quot; ] synopsis: &quot;Finite sets, finite maps, finitely supported functions, orders&quot; description: &quot;&quot;&quot; This library is an extension of mathematical component in order to support finite sets and finite maps on choicetypes (rather that finite types). This includes support for functions with finite support and multisets. The library also contains a generic order and set libary, which will be used to subsume notations for finite sets, eventually.&quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/finmap/archive/1.3.1.tar.gz&quot; checksum: &quot;sha256=5b90b4dbb1c851be7a835493ef81471238260580e2d1b340dc4cf40668c6a15b&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mathcomp-finmap.1.3.1 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-mathcomp-finmap -&gt; coq &lt; 8.11~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-finmap.1.3.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.1-2.0.6/released/8.11.2/mathcomp-finmap/1.3.1.html
HTML
mit
7,237
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>serapi: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / serapi - 8.15+rc1+0.15.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> serapi <small> 8.15+rc1+0.15.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-27 19:27:03 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-27 19:27:03 UTC)</em><p> <h2>Context</h2> <pre># 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 dev Formal proof management system dune 3.0.2 Fast, portable, and opinionated build system ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled 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: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/ejgallego/coq-serapi&quot; bug-reports: &quot;https://github.com/ejgallego/coq-serapi/issues&quot; dev-repo: &quot;git+https://github.com/ejgallego/coq-serapi.git&quot; license: &quot;GPL-3.0-or-later&quot; doc: &quot;https://ejgallego.github.io/coq-serapi/&quot; synopsis: &quot;Serialization library and protocol for machine interaction with the Coq proof assistant&quot; description: &quot;&quot;&quot; SerAPI is a library for machine-to-machine interaction with the Coq proof assistant, with particular emphasis on applications in IDEs, code analysis tools, and machine learning. SerAPI provides automatic serialization of Coq&#39;s internal OCaml datatypes from/to JSON or S-expressions (sexps). &quot;&quot;&quot; authors: [ &quot;Emilio Jesรบs Gallego Arias&quot; &quot;Karl Palmskog&quot; &quot;Clรฉment Pit-Claudel&quot; &quot;Kaiyu Yang&quot; ] depends: [ &quot;ocaml&quot; { &gt;= &quot;4.07.0&quot; } &quot;coq&quot; { &gt;= &quot;8.15&quot; &amp; &lt; &quot;8.16&quot; } &quot;cmdliner&quot; { &gt;= &quot;1.0.0&quot; } &quot;ocamlfind&quot; { &gt;= &quot;1.8.0&quot; } &quot;sexplib&quot; { &gt;= &quot;v0.13.0&quot; } &quot;dune&quot; { &gt;= &quot;2.0.1&quot; } &quot;ppx_import&quot; { build &amp; &gt;= &quot;1.5-3&quot; } &quot;ppx_deriving&quot; { &gt;= &quot;4.2.1&quot; } &quot;ppx_sexp_conv&quot; { &gt;= &quot;v0.13.0&quot; &amp; &lt; &quot;v0.15&quot; } &quot;yojson&quot; { &gt;= &quot;1.7.0&quot; } &quot;ppx_deriving_yojson&quot; { &gt;= &quot;3.4&quot; } ] build: [ &quot;dune&quot; &quot;build&quot; &quot;-p&quot; name &quot;-j&quot; jobs ] x-commit-hash: &quot;7b5ae22d90b7d436a1c9a4774926a0802ef575e6&quot; url { src: &quot;https://github.com/ejgallego/coq-serapi/archive/8.15+rc1+0.15.0.tar.gz&quot; checksum: [ &quot;sha256=7520f3aa6ae8b4e8725d0d7d83e21c07013ad802885c0ccfb3253abcc961cf60&quot; &quot;sha512=c29bb448231410e372ae63a160d8f69a223c0d6144b630494bd8c0f1acbfdf4716c433d41c070e1cd8ee7225198c01d5ddb54e18e5ca291f2b59e18e18e59a27&quot; ] } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-serapi.8.15+rc1+0.15.0 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-serapi -&gt; coq &lt; 8.16 -&gt; ocaml &lt; 4.12 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-serapi.8.15+rc1+0.15.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.12.1-2.0.8/extra-dev/dev/serapi/8.15+rc1+0.15.0.html
HTML
mit
8,459
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>dpdgraph: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.0 / dpdgraph - 0.5</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> dpdgraph <small> 0.5 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-01-08 11:23:12 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-08 11:23:12 UTC)</em><p> <h2>Context</h2> <pre># 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.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; license: &quot;LGPL 2.1&quot; homepage: &quot;https://github.com/karmaki/coq-dpdgraph&quot; build: [ [&quot;./configure&quot;] [&quot;echo&quot; &quot;%{jobs}%&quot; &quot;jobs for the linter&quot;] [make] ] install: [make &quot;install&quot; &quot;BINDIR=%{bin}%&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} &quot;ocamlgraph&quot; ] authors: [ &quot;Anne Pacalet&quot; &quot;Yves Bertot&quot;] tags: [ &quot;logpath:dpdgraph&quot; ] synopsis: &quot;Compute dependencies between Coq objects (definitions, theorems) and produce graphs&quot; url { src: &quot;https://github.com/ybertot/coq-dpdgraph/archive/coq-dpdgraph-0.5-rc2.zip&quot; checksum: &quot;md5=d9614264c394080c2734638befaf0483&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-dpdgraph.0.5 coq.8.11.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.0). The following dependencies couldn&#39;t be met: - coq-dpdgraph -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-dpdgraph.0.5</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.11.0/dpdgraph/0.5.html
HTML
mit
6,400
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="lectorqr.aspx.cs" Inherits="Prestamos.lectorqr" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title></title> </head> <script src="jquery-1.9.1.min.js"></script> <script src="html5-qrcode.min.js"></script> <body> <form id="form1" runat="server"> <div id="reader" style="width:300px; height:250px"> <p> Datos del Cรณdigo QR: <asp:TextBox ID="txtCodigo" runat="server" Width="371px"></asp:TextBox> </p> <br /> </div> <script> $(document).ready(function () { $('#reader').html5_qrcode(function (data) { $('#<%=txtCodigo.ClientID%>').val(data); }, function (error) { }, function (videoError) { alert("No hay cรกmara"); } ); }); </script> </form> </body> </html>
juliapaolaord/mrparking
lectorqr.html
HTML
mit
1,076
<!-- This is the home page (obvi) --> <div id="homePage" ng-controller="HomeCtrl"> <md-toolbar md-scroll-y class="md-whiteframe-z4" layout="row"> <h1 id="hitch_home" layout-align-gt-sm="left" class="md-toolbar-tools">HITCH</h1> <md-button ng-controller="LoginCtrl" ng-click="loginWithFacebook()" flex>LOGIN</md-button> </md-toolbar> <div id="outer-wrapper"> <md-content layout="column" layout-align="center center" flex class="md-padding" id="home-content"> <div class="section" id="home-section" hide-gt-sm layout="row" layout-align="center center"> <div layout="column" flex="60" hide-gt-sm layout="row" layout-align="center"> <img src="/assets/img/hitch_car_logo.png" height="200px" width="400px" style="object-fit: contain;"> </div> </div> <div class="section" id="home-section" hide-sm layout="row" layout-align="center center"> <img src="/assets/img/hitch_car_logo.png" height="350px" width="900px" style="object-fit: contain;"> </div> </md-content> </div> </div>
dwt359/basic_capstone
app/components/home/views/homeView.html
HTML
mit
1,118
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Focus component examples</title> <meta name="description" content="Example of the component."> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- BABEL--> <script src="/focus-components/example/js/browser.js"></script> <!-- SCRIPT LOADING--> <script src="/focus-components/example/js/assets.js"></script> </head> <body> <script type="text/babel"> loadAssets().then((d)=>{ const Template = FocusComponents.template.component; const InputText = FocusComponents.common.input.text.component; const InputTextSample = React.createClass({ /** * Render the component. * @return {object} React node */ render() { return <Template title="Input text"> <h3>Without value</h3> <div><InputText placeHolder="Put your value here..." /></div> <h3>With value</h3> <InputText value="Lorem Ipsum" /> <h3>Input with error</h3> <InputText value="Lorem Ipsum" error="Hey! you've done someting wrong!" /> <h3>Get the value</h3> <InputText value="Lorem Ipsum" ref="myInputText"/> <button onClick={()=>{alert(this.refs.myInputText.getValue())}}>Get the input value</button> </Template> } }); const mountNode = document.querySelector("body") React.render(<InputTextSample />, mountNode); }); </script> </body> </html>
Ephrame/focus-components
src/common/input/text/example/index.html
HTML
mit
1,744
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>axiomatic-abp: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+2 / axiomatic-abp - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> axiomatic-abp <small> 8.6.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-24 14:39:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 14:39:15 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1+2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/axiomatic-abp&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/AxiomaticABP&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: Alternating Bit Protocol&quot; &quot;keyword: Process Calculi&quot; &quot;keyword: reactive systems&quot; &quot;category: Computer Science/Concurrent Systems and Protocols/Correctness of specific protocols&quot; ] authors: [ &quot;Jan Friso Groote&quot; ] bug-reports: &quot;https://github.com/coq-contribs/axiomatic-abp/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/axiomatic-abp.git&quot; synopsis: &quot;Verification of an axiomatisation of the Alternating Bit Protocol&quot; description: &quot;&quot;&quot; The Alternating Bit Protocol is expressed in an axiomatized calculi of process. Correctness is proven.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/axiomatic-abp/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=41cb354389a327a0d345decde3829707&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-axiomatic-abp.8.6.0 coq.8.7.1+2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2). The following dependencies couldn&#39;t be met: - coq-axiomatic-abp -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-axiomatic-abp.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.1+2/axiomatic-abp/8.6.0.html
HTML
mit
7,182
{{ define "title" }} {{ .Title }} &ndash; {{ .Site.Title }} {{ end }} {{ define "main" }} <main> <header> {{ partial "header/site-nav.html" . }} <div class="comics-logo-background"> <img class="comics-logo" src="../../img/comics-logo.png" /> </div> <nav> <ul class="submenu"> <li><a href="/comics/about">About</a></li> <li><span>Comics</span> <ul> {{ range first 5 (where .Site.Pages "Type" "comics") }} <li><a href="{{ .URL }}">{{.Title}}</a></li> {{ end }} <li><a href="/comics/archive">More?</a></li> </ul> </li> </ul> </nav> </header> {{ .Content }} </main> {{ end }}
mrl112/angelswithscalywings
layouts/comics/about.html
HTML
mit
715
<span class="hi">hello</span>
jstransformers/jstransformer-transparency
test/expected.html
HTML
mit
30
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>vst: 1 h 23 m ๐Ÿ†</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+1 / vst - 2.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> vst <small> 2.2 <span class="label label-success">1 h 23 m ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-01-05 21:09:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-05 21:09:41 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.1+1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; authors: [&quot;Andrew W. Appel&quot; &quot;Lennart Beringer&quot; &quot;Sandrine Blazy&quot; &quot;Qinxiang Cao&quot; &quot;Santiago Cuellar&quot; &quot;Robert Dockins&quot; &quot;Josiah Dodds&quot; &quot;Nick Giannarakis&quot; &quot;Samuel Gruetter&quot; &quot;Aquinas Hobor&quot; &quot;Jean-Marie Madiot&quot; ] maintainer: &quot;VST team&quot; homepage: &quot;http://vst.cs.princeton.edu/&quot; dev-repo: &quot;git+https://github.com/PrincetonUniversity/VST.git&quot; bug-reports: &quot;https://github.com/PrincetonUniversity/VST/issues&quot; license: &quot;https://raw.githubusercontent.com/PrincetonUniversity/VST/master/LICENSE&quot; build: [ [make &quot;-j&quot; &quot;COMPCERT=%{lib}%/coq/user-contrib/compcert&quot; &quot;version.vo&quot; &quot;msl&quot; &quot;veric&quot; &quot;floyd&quot;] ] install: [ [&quot;mkdir&quot; &quot;%{lib}%/coq/user-contrib/VST&quot;] [&quot;cp&quot; &quot;-r&quot; &quot;msl&quot; &quot;%{lib}%/coq/user-contrib/VST/&quot;] [&quot;cp&quot; &quot;-r&quot; &quot;veric&quot; &quot;%{lib}%/coq/user-contrib/VST/&quot;] [&quot;cp&quot; &quot;-r&quot; &quot;floyd&quot; &quot;%{lib}%/coq/user-contrib/VST/&quot;] [&quot;cp&quot; &quot;-r&quot; &quot;sepcomp&quot; &quot;%{lib}%/coq/user-contrib/VST/&quot;] ] remove: [ [&quot;rm&quot; &quot;-fr&quot; &quot;%{lib}%/coq/user-contrib/VST&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7.0&quot;} &quot;coq-compcert&quot; {= &quot;3.3.0&quot;} ] synopsis: &quot;Verified Software Toolchain&quot; description: &quot;The software toolchain includes static analyzers to check assertions about your program; optimizing compilers to translate your program to machine language; operating systems and libraries to supply context for your program. The Verified Software Toolchain project assures with machine-checked proofs that the assertions claimed at the top of the toolchain really hold in the machine-language program, running in the operating-system context.&quot; flags: light-uninstall url { src: &quot;https://github.com/PrincetonUniversity/VST/archive/v2.2.tar.gz&quot; checksum: &quot;md5=deb1d112fa078c380ed93f0f7e929481&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-vst.2.2 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-vst.2.2 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>41 m 44 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 20h opam install -y -v coq-vst.2.2 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 h 23 m</dd> </dl> <h2>Installation size</h2> <p>Total: 118 M</p> <ul> <li>13 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas4.vo</code></li> <li>6 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas4.glob</code></li> <li>5 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas3.vo</code></li> <li>4 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas5.vo</code></li> <li>4 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas2.vo</code></li> <li>4 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_mem.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/tree_shares.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/initial_world.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr_rel.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr_lemmas3.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas2.glob</code></li> <li>1 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_straight.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_call.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas6.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/extspec.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/rmaps.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr_lemmas.vo</code></li> <li>1024 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/initialize.vo</code></li> <li>908 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/aggregate_pred.vo</code></li> <li>896 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_lemmas.vo</code></li> <li>846 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr_lemmas4.vo</code></li> <li>817 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_straight.glob</code></li> <li>816 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/tree_shares.glob</code></li> <li>735 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Clight_sim.vo</code></li> <li>708 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/field_at.vo</code></li> <li>694 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/mem_lessdef.vo</code></li> <li>629 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/forward.vo</code></li> <li>628 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/res_predicates.vo</code></li> <li>547 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/compcert_rmaps.vo</code></li> <li>537 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/efield_lemmas.vo</code></li> <li>536 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_prog.vo</code></li> <li>527 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas6.glob</code></li> <li>522 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/reptype_lemmas.vo</code></li> <li>513 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/client_lemmas.vo</code></li> <li>504 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr2.vo</code></li> <li>499 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/mem_lemmas.vo</code></li> <li>479 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/sublist.vo</code></li> <li>478 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/extend_tc.vo</code></li> <li>469 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/canon.vo</code></li> <li>467 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/rmaps_lemmas.vo</code></li> <li>454 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/mapsto_memory_block.vo</code></li> <li>451 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_mem_lemmas.vo</code></li> <li>441 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas5.glob</code></li> <li>437 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/aggregate_pred.glob</code></li> <li>435 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/data_at_rec_lemmas.vo</code></li> <li>429 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_loop.vo</code></li> <li>428 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/local.vo</code></li> <li>421 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/typecheck_lemmas.vo</code></li> <li>414 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/nested_field_lemmas.vo</code></li> <li>378 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/tycontext.vo</code></li> <li>378 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_call.glob</code></li> <li>377 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_full_variant.vo</code></li> <li>366 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/closed_lemmas.vo</code></li> <li>364 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/call_lemmas.vo</code></li> <li>363 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/field_at.glob</code></li> <li>358 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/for_lemmas.vo</code></li> <li>349 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/env.vo</code></li> <li>343 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/reach.vo</code></li> <li>335 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/field_compat.vo</code></li> <li>334 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/initialize.glob</code></li> <li>334 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/globals_lemmas.vo</code></li> <li>325 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/structured_injections.vo</code></li> <li>324 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/sepalg_generators.vo</code></li> <li>318 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/for_lemmas.glob</code></li> <li>316 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/type_induction.vo</code></li> <li>309 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_extspec.vo</code></li> <li>308 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/client_lemmas.glob</code></li> <li>306 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/slice.vo</code></li> <li>303 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_shims.vo</code></li> <li>298 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr.vo</code></li> <li>291 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/canon.glob</code></li> <li>290 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/structured_injections.glob</code></li> <li>285 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_mem.glob</code></li> <li>284 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_lemmas.glob</code></li> <li>280 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/forward.glob</code></li> <li>279 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/SeparationLogic.vo</code></li> <li>270 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Clight_new.vo</code></li> <li>267 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_ext.vo</code></li> <li>267 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/align_mem.vo</code></li> <li>263 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/SeparationLogic.glob</code></li> <li>261 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/own.vo</code></li> <li>260 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/predicates_sl.vo</code></li> <li>259 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/initial_world.glob</code></li> <li>257 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/semantics_lemmas.vo</code></li> <li>256 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr_lemmas3.glob</code></li> <li>254 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Clight_lemmas.vo</code></li> <li>250 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/sc_set_load_store.vo</code></li> <li>249 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/tycontext.glob</code></li> <li>245 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_full.vo</code></li> <li>244 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr_lemmas2.vo</code></li> <li>242 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_prog.glob</code></li> <li>242 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/extend_tc.glob</code></li> <li>240 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Cop2.vo</code></li> <li>236 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/call_lemmas.glob</code></li> <li>236 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/log_normalize.vo</code></li> <li>235 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/tree_shares.v</code></li> <li>232 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/mem_lemmas.glob</code></li> <li>231 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/val_lemmas.vo</code></li> <li>231 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/log_normalize.glob</code></li> <li>226 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/ageable.vo</code></li> <li>226 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/compact_prod_sum.vo</code></li> <li>224 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/local2ptree_denote.vo</code></li> <li>222 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/reach.glob</code></li> <li>221 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/assert_lemmas.vo</code></li> <li>220 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/age_sepalg.vo</code></li> <li>220 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/res_predicates.glob</code></li> <li>219 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/functors.vo</code></li> <li>219 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/fieldlist.vo</code></li> <li>219 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/cross_split.vo</code></li> <li>217 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/age_to.vo</code></li> <li>215 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/mapsto_memory_block.glob</code></li> <li>214 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/sublist.glob</code></li> <li>213 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/combiner_sa.vo</code></li> <li>212 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_mem_ops.vo</code></li> <li>208 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/rmaps.glob</code></li> <li>205 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/seplog_tactics.vo</code></li> <li>205 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_ext_oracle.vo</code></li> <li>200 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/data_at_rec_lemmas.glob</code></li> <li>199 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax.vo</code></li> <li>197 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/sc_set_load_store.glob</code></li> <li>197 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/simulations_lemmas.vo</code></li> <li>196 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/event_semantics.vo</code></li> <li>195 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/simulations_lemmas.glob</code></li> <li>194 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/functional_base.vo</code></li> <li>193 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/efield_lemmas.glob</code></li> <li>193 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas3.glob</code></li> <li>192 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/psepalg.vo</code></li> <li>192 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_shims.glob</code></li> <li>191 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/effect_interpolation_II.v</code></li> <li>191 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/nested_pred_lemmas.vo</code></li> <li>186 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/shares.vo</code></li> <li>185 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/rmaps_lemmas.glob</code></li> <li>184 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_full_variant.glob</code></li> <li>183 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/smt_test.vo</code></li> <li>182 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/predicates_hered.vo</code></li> <li>179 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Memory.vo</code></li> <li>178 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_hered.vo</code></li> <li>177 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Clight_core.vo</code></li> <li>176 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/nested_field_lemmas.glob</code></li> <li>176 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/environ_lemmas.vo</code></li> <li>172 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/align_mem.glob</code></li> <li>170 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr.glob</code></li> <li>168 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/effect_semantics.vo</code></li> <li>168 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Cop2.glob</code></li> <li>167 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_unique.vo</code></li> <li>167 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/sepalg_list.vo</code></li> <li>165 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/globals_lemmas.glob</code></li> <li>165 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/mem_interpolation_II.v</code></li> <li>165 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/freezer.vo</code></li> <li>164 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/CminorgenproofEFF.v</code></li> <li>162 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/entailer.vo</code></li> <li>160 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_mem_lemmas.glob</code></li> <li>158 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/field_at_wand.vo</code></li> <li>158 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/composite_compute.vo</code></li> <li>155 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/forward_lemmas.vo</code></li> <li>154 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/go_lower.vo</code></li> <li>153 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/seplog.vo</code></li> <li>153 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/mem_interpolation_II.v</code></li> <li>152 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr_lemmas.glob</code></li> <li>151 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/CshmgenproofEFF.v</code></li> <li>150 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/simulations.vo</code></li> <li>149 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/boolean_alg.glob</code></li> <li>149 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/change_compspecs.vo</code></li> <li>149 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/nested_loadstore.vo</code></li> <li>149 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_switch.vo</code></li> <li>149 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/closed_lemmas.glob</code></li> <li>148 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/predicates_sa.vo</code></li> <li>147 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/local2ptree_eval.vo</code></li> <li>145 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_unique.glob</code></li> <li>144 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr_rel.glob</code></li> <li>144 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/loadstore_field_at.vo</code></li> <li>143 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_congruence.vo</code></li> <li>142 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot.vo</code></li> <li>141 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/RTLgenproofEFF.v</code></li> <li>141 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/mapsto_memory_block.vo</code></li> <li>139 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr2.glob</code></li> <li>139 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/env.glob</code></li> <li>139 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/assert_lemmas.vo</code></li> <li>137 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/type_induction.vo</code></li> <li>135 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/SeparationLogicSoundness.vo</code></li> <li>135 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/align_compatible_dec.vo</code></li> <li>135 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/field_compat.glob</code></li> <li>132 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/coqlib4.vo</code></li> <li>131 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/reptype_lemmas.glob</code></li> <li>131 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/semantics_lemmas.glob</code></li> <li>130 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/stronger.vo</code></li> <li>130 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/SelectionproofEFF.v</code></li> <li>128 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/boolean_alg.vo</code></li> <li>127 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/coqlib3.vo</code></li> <li>126 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/alg_seplog.vo</code></li> <li>126 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/CminorgenproofRestructured.v</code></li> <li>125 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/seplog.vo</code></li> <li>125 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/forward.v</code></li> <li>124 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_full_sa.vo</code></li> <li>124 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/reassoc_seq.vo</code></li> <li>123 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/forward_simulations_trans.v</code></li> <li>123 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/aging_lemmas.vo</code></li> <li>123 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/val_lemmas.vo</code></li> <li>122 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/compcert_rmaps.glob</code></li> <li>122 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/predicates_hered.glob</code></li> <li>121 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/superprecise.vo</code></li> <li>120 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/semax_tactics.vo</code></li> <li>120 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/sepalg.vo</code></li> <li>117 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/loadstore_mapsto.vo</code></li> <li>117 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Clight_sim.glob</code></li> <li>117 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/compare_lemmas.vo</code></li> <li>114 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_full.glob</code></li> <li>114 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/contractive.vo</code></li> <li>113 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax.glob</code></li> <li>113 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/ramification_lemmas.vo</code></li> <li>113 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/local2ptree_denote.glob</code></li> <li>113 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/replace_refill_reptype_lemmas.vo</code></li> <li>113 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/mem_lessdef.glob</code></li> <li>113 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/base.vo</code></li> <li>113 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/hints.vo</code></li> <li>113 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/loadstore_field_at.glob</code></li> <li>113 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/step_lemmas.vo</code></li> <li>111 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/normalize.vo</code></li> <li>110 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/predicates_sl.glob</code></li> <li>109 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/deadvars.vo</code></li> <li>108 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/valid_pointer.vo</code></li> <li>108 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/canonicalize.vo</code></li> <li>108 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/address_conflict.vo</code></li> <li>107 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr_lemmas4.glob</code></li> <li>107 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/shares.vo</code></li> <li>104 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/slice.glob</code></li> <li>104 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_call.v</code></li> <li>103 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/forward_lemmas.glob</code></li> <li>103 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/expr_lemmas.vo</code></li> <li>103 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/ramification_lemmas.glob</code></li> <li>102 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/shares.glob</code></li> <li>102 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/library.vo</code></li> <li>101 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_loop.glob</code></li> <li>101 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/Cminorgenproof.v</code></li> <li>99 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/SequentialClight.vo</code></li> <li>98 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/computable_theorems.vo</code></li> <li>98 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/iter_sepcon.vo</code></li> <li>98 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/seplog_tactics.glob</code></li> <li>95 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/simpl_reptype.vo</code></li> <li>94 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/effect_properties.v</code></li> <li>94 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/effect_semantics.glob</code></li> <li>92 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/subtypes.vo</code></li> <li>90 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/diagnosis.vo</code></li> <li>89 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/effect_properties.v</code></li> <li>88 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/field_at.v</code></li> <li>88 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/proofauto.vo</code></li> <li>88 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/initialize.v</code></li> <li>86 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/nested_loadstore.glob</code></li> <li>86 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/age_to_resource_at.vo</code></li> <li>85 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/jstep.vo</code></li> <li>85 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/base2.vo</code></li> <li>85 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/CminorgenproofSIM.v</code></li> <li>83 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/client_lemmas.v</code></li> <li>82 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/predicates_rec.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/predicates_sa.glob</code></li> <li>81 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/aggregate_type.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/extcall_lemmas.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/ageable.glob</code></li> <li>80 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/unfold_data_at.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/proj_reptype_lemmas.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/extract_smt.vo</code></li> <li>79 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/sepalg_generators.glob</code></li> <li>78 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/local.glob</code></li> <li>77 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/mem_lemmas.v</code></li> <li>77 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/canon.v</code></li> <li>77 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/sepalg_functors.vo</code></li> <li>77 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/effect_corediagram_trans.v</code></li> <li>77 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/fieldlist.glob</code></li> <li>76 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_hered.glob</code></li> <li>76 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_lemmas.v</code></li> <li>76 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/structured_injections.v</code></li> <li>76 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/freezer.glob</code></li> <li>75 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/sepalg.glob</code></li> <li>75 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/shares.glob</code></li> <li>75 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/Address.vo</code></li> <li>73 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/composite_compute.glob</code></li> <li>73 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/cross_split.glob</code></li> <li>73 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/Coqlib2.vo</code></li> <li>73 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/go_lower.glob</code></li> <li>72 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_extspec.glob</code></li> <li>72 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/StructuredInjections.v</code></li> <li>71 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/globalSep.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/reach.v</code></li> <li>70 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/subtypes_sl.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/functors.glob</code></li> <li>68 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_straight.v</code></li> <li>68 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/NullExtension.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/age_sepalg.glob</code></li> <li>67 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_safety.vo</code></li> <li>67 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_prop.vo</code></li> <li>67 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/initial_world.v</code></li> <li>66 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_prog.v</code></li> <li>66 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/effect_simulations.v</code></li> <li>66 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/join_hom_lemmas.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/semantics.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/Clightnotations.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_mem.v</code></li> <li>66 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/own.glob</code></li> <li>64 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/change_compspecs.glob</code></li> <li>64 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/rmaps_lemmas.v</code></li> <li>63 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/aggregate_pred.v</code></li> <li>63 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/splice.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/event_semantics.glob</code></li> <li>63 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Clightnew_coop.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/contractive.glob</code></li> <li>63 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_switch.glob</code></li> <li>63 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/corable.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/rmaps.v</code></li> <li>60 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/sig_isomorphism.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/smt_test.glob</code></li> <li>60 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/coqlib3.glob</code></li> <li>60 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/functional_base.glob</code></li> <li>60 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/combiner_sa.glob</code></li> <li>59 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/find_nth_tactic.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_base.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_ext.glob</code></li> <li>58 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/sc_set_load_store.v</code></li> <li>58 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/computable_theorems.glob</code></li> <li>58 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/nested_field_lemmas.v</code></li> <li>58 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/res_predicates.v</code></li> <li>57 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_lemmas.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot.glob</code></li> <li>56 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/seplog.glob</code></li> <li>56 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/jmeq_lemmas.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/simulations.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/SeparationLogic.v</code></li> <li>55 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/entailer.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/environ_lemmas.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/mapsto_memory_block.glob</code></li> <li>54 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/tycontext.v</code></li> <li>54 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/sepalg_list.glob</code></li> <li>54 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_mem_ops.glob</code></li> <li>54 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/for_lemmas.v</code></li> <li>54 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Clight_new.glob</code></li> <li>53 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/pshares.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/base.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/simulations_lemmas.v</code></li> <li>52 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_full_sa.glob</code></li> <li>51 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/wandQ_frame.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/call_lemmas.v</code></li> <li>50 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/closed_lemmas.v</code></li> <li>50 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/base.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/psepalg.glob</code></li> <li>49 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/assert_lemmas.glob</code></li> <li>49 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/assert_lemmas.glob</code></li> <li>48 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/superprecise.glob</code></li> <li>48 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/effect_simulations_lemmas.v</code></li> <li>48 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr.v</code></li> <li>48 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/compact_prod_sum.glob</code></li> <li>48 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/data_at_rec_lemmas.v</code></li> <li>47 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/log_normalize.v</code></li> <li>47 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/normalize.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/mapsto_memory_block.v</code></li> <li>47 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/cjoins.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/effect_simulations_trans.v</code></li> <li>47 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/ghost_seplog.vo</code></li> <li>46 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr_lemmas2.glob</code></li> <li>46 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/val_lemmas.glob</code></li> <li>45 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/nested_field_re_lemmas.v</code></li> <li>45 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/RTLgenspec.v</code></li> <li>45 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/coqlib4.glob</code></li> <li>45 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/alg_seplog_direct.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/loadstore_mapsto.glob</code></li> <li>44 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/align_mem.v</code></li> <li>44 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/jmeq_lemmas.glob</code></li> <li>44 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/local2ptree_eval.glob</code></li> <li>44 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/iter_sepcon.glob</code></li> <li>44 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_shims.v</code></li> <li>43 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_ext_oracle.glob</code></li> <li>43 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/sublist.v</code></li> <li>43 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/splice.glob</code></li> <li>43 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_congruence.glob</code></li> <li>43 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/corable_direct.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/fs_linking.v</code></li> <li>42 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/wand_frame.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/eq_dec.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/age_to.glob</code></li> <li>41 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/slice.v</code></li> <li>41 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/rmaps_lemmas.v</code></li> <li>41 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Clight_sim.v</code></li> <li>41 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/Cminor.v</code></li> <li>41 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Clight_lemmas.glob</code></li> <li>40 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/subtypes.glob</code></li> <li>40 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/op_classes.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/seplog.glob</code></li> <li>40 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_loop.v</code></li> <li>40 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_full_variant.v</code></li> <li>40 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/semantics_lemmas.v</code></li> <li>39 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/type_induction.glob</code></li> <li>39 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/field_at_wand.glob</code></li> <li>39 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/nested_pred_lemmas.glob</code></li> <li>39 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/globals_lemmas.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/stronger.glob</code></li> <li>38 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/seplog_tactics.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/open_semantics_preservation.v</code></li> <li>37 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/compcert_rmaps.v</code></li> <li>37 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/corec.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/align_compatible_dec.glob</code></li> <li>37 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/env.v</code></li> <li>37 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/mem_lemmas.v</code></li> <li>36 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/msl_classical.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/efield_lemmas.v</code></li> <li>36 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/rmaps.v</code></li> <li>36 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Memory.glob</code></li> <li>35 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas2.v</code></li> <li>35 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_mem_lemmas.v</code></li> <li>35 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/mem_interpolation_EI.v</code></li> <li>35 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/msl_standard.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/forward_lemmas.v</code></li> <li>35 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/effect_simulations_lemmas.v</code></li> <li>34 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Cop2.v</code></li> <li>34 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/msl_direct.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas4.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/predicates_sl.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/mem_lemmas.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/reptype_lemmas.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/compcert_compiler_correctness.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas3.v</code></li> <li>31 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr_lemmas4.v</code></li> <li>31 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/val_lemmas.glob</code></li> <li>31 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/deadvars.glob</code></li> <li>30 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/predicates_hered.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/alg_seplog.glob</code></li> <li>30 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/mem_interpolation_EE.v</code></li> <li>29 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/mem_lessdef.v</code></li> <li>29 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/internal_diagram_trans.v</code></li> <li>29 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/join_hom_lemmas.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Clight_core.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/shares.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/replace_refill_reptype_lemmas.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/field_compat.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_full.v</code></li> <li>26 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/predicates_rec.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/step_lemmas.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/sepalg_generators.v</code></li> <li>26 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/local2ptree_denote.v</code></li> <li>25 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/semax_tactics.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/boolean_alg.v</code></li> <li>25 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/entailer.v</code></li> <li>25 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_extspec.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/sig_isomorphism.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/sepalg.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr_lemmas.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/compare_lemmas.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_unique.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/Extensionality.vo</code></li> <li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/event_semantics.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/loadstore_field_at.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/ageable.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/effect_semantics.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/RTLgen.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/compiler_correctness_trans.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/sepalg_functors.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/canonicalize.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/mem_interpolation_IE.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_prop.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/subtypes_sl.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/local.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/shares.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/age_sepalg.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/aggregate_type.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/mem_wd.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/freezer.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/predicates_sa.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/rg_lemmas.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/ramification_lemmas.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/fieldlist.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/corable.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/Cshmgen.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/SeparationLogicSoundness.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/val_casted.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/compiler_correctness.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/compiler_correctness.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/go_lower.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/nested_loadstore.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/linking_proof.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/ghost.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/effect_semantics.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_setoid.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/psepalg.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/functional_base.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/cross_split.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/change_compspecs.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/functors.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/library.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/safety_preservation.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/hints.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/own.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_hered.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/combiner_sa.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/contractive.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/composite_compute.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/Clight_eff.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_ext.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr_lemmas3.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/base.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/globalSep.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_switch.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/Csharpminor.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/seplog.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/valid_pointer.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/sepalg_list.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/forward_simulations_lemmas.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_lemmas.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/Clightnotations.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/aging_lemmas.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/Coqlib2.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/pshares.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/Cminorgen.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/Cminorgen.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Clight_new.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/coqlib3.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/find_nth_tactic.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/val_lemmas.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/base.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/local2ptree_eval.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/cjoins.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/superprecise.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/environ_lemmas.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/compact_prod_sum.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/simulations.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/expr_lemmas.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/hints.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/Clight_new.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/typecheck_lemmas.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/forward_simulations.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/semax_tactics.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/ghost_seplog.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_mem_ops.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/SequentialClight.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/address_conflict.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/replace_refill_reptype_lemmas.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/Cminor_coop.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr_rel.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/iter_sepcon.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/mem_interpolation_defs.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/mem_interpolation_defs.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/assert_lemmas.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/extend_tc.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/age_to_resource_at.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/safety_preservation.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/normalize.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/Csharpminor_coop.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr2.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/Clight_coop.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/assert_lemmas.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/expr_lemmas2.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/reassoc_seq.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/coqlib4.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/compare_lemmas.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/Switch.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/mapsto_memory_block.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/type_induction.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/wholeprog_lemmas.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/stronger.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/computable_theorems.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_ext_oracle.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/wholeprog_simulations.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/extspec.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/corable_direct.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/Cminor_coop.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_congruence.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/simpl_reptype.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/deadvars.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/CminorSel_eff.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/Axioms.vo</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/corec.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/Csharpminor_eff.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_full_sa.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/lift.vo</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/nested_pred_lemmas.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/age_to.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/CminorSel_coop.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/Cminor_eff.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/Csharpminor_coop.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/Clightnotations.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/subtypes.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/jmeq_lemmas.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Clight_lemmas.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/join_hom_lemmas.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/wandQ_frame.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/smt_test.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/semantics.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/splice.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/Address.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/diagnosis.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/core_semantics.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_hered_sa.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/Extensionality.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/seplog.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/sepalg_functors.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/RTL_eff.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/RTL_coop.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/linking_simulations.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/loadstore_mapsto.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/rg_lemmas.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/core_semantics.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas5.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert_adapt/Selection.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/effect_simulations.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/alg_seplog.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas6.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/proofauto.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/align_compatible_dec.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/simple_CCC.vo</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/FiniteMaps.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/FiniteMaps.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/FiniteMaps.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Memory.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/Coqlib2.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/op_classes.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/trace_semantics.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/Ordered.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/wand_frame.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/simpl_reptype.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/globalSep.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/semax_conj_disj.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/base.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/base2.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/field_at_wand.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/alg_seplog_direct.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/type_induction.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Clight_core.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/try.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/val_lemmas.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/trace_semantics.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/base.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/effect_interpolants.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_prop.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/lift.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/corable.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/simple_CCC.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/nucular_semantics.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/library.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/cjoins.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/expr_rel.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/predicates_rec.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_safety.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/rep.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/SeparationLogic_Rel.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/SeparationLogicSoundness.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/subtypes_sl.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/aging_lemmas.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/sig_isomorphism.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/reassoc_seq.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/unfold_data_at.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/mem_interpolants.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/pshares.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/simple_reify.vo</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/step_lemmas.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/jstep.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/SUMMARY</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/diagnosis.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/knot_lemmas.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/README.txt</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/linking.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/canonicalize.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/eq_dec.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/lift.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/typecheck_lemmas.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/SequentialClight.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/valid_pointer.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/Extensionality.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/proj_reptype_lemmas.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Clightnew_coop.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/address_conflict.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/proofauto.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/semantics.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/step_lemmas.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/age_to_resource_at.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/ghost.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/find_nth_tactic.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/aggregate_type.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/expr_lemmas.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/corable_direct.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/README.txt</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/simple_reify.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/unfold_data_at.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/Address.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/extract_smt.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/ghost_seplog.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/op_classes.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/ghost.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/corec.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/extcall_lemmas.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/powerlater.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/CoopCoreSem.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/extspec.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/alg_seplog_direct.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/closed_safety.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/type_induction.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/extspec.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/closed_safety.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/Clightnew_coop.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/wandQ_frame.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/base2.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_safety.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/ASTsize.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/BUILD</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/CompositionalCompiler.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/eq_dec.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/measure.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/wand_frame.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/Axioms.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/Axioms.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/simple_CCC.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/jstep.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/extract_smt.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/NullExtension.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/LICENSE</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/proj_reptype_lemmas.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/binop_lemmas.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/barebones_simulations.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/base.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/arguments.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/real_forward.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/msl_standard.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/msl_standard.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/base.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/NullExtension.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/EXTRACTION</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/ghost.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/simple_reify.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/floyd/extcall_lemmas.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/msl_direct.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/CREDITS</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/msl_direct.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit/mem_interpolation_proofs.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/sources</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/compcert.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/compcert.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/extract.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/full_composition.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/effect_interpolation_proofs.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/loadpath.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/submit_shmem/arguments.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/loadpath.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_base.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/veric/juicy_base.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/README.html</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/holes</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/msl_classical.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/sepcomp/README</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/VST/msl/msl_classical.v</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-vst.2.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.7.1+1/vst/2.2.html
HTML
mit
96,941
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, shrink-to-fit=no, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Simple Sidebar - Start Bootstrap Template</title> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/simple-sidebar.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div id="wrapper"> <!-- Sidebar --> <div id="sidebar-wrapper"> <ul class="sidebar-nav"> <li class="sidebar-brand"> <a href="#"> uControl Customer Area </a> </li> <li> <a href="documentation/home.html">Documentation</a> </li> <li> <a href="#">Support</a> </li> <li> <a href="#">Product Download</a> </li> <ul> <li> <a href="documentation/uPolicy_35656.html">TekWurx uControl</a> <ul> <li> <a href="Release-Notes_35407.html">Release Notes</a> </ul> </li> </ul> </ul> </div> <!-- /#sidebar-wrapper --> <!-- Page Content --> <div id="page-content-wrapper"> <div class="container-fluid"> <div class="row"> <div class="col-lg-12"> <h1>Simple Sidebar</h1> <p>This template has a responsive menu toggling system. The menu will appear collapsed on smaller screens, and will appear non-collapsed on larger screens. When toggled using the button below, the menu will appear/disappear. On small screens, the page content will be pushed off canvas.</p> <p>Make sure to keep all page content within the <code>#page-content-wrapper</code>.</p> <a href="#menu-toggle" class="btn btn-default" id="menu-toggle">Toggle Menu</a> </div> </div> </div> </div> <!-- /#page-content-wrapper --> </div> <!-- /#wrapper --> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> <!-- Menu Toggle Script --> <script> $("#menu-toggle").click(function(e) { e.preventDefault(); $("#wrapper").toggleClass("toggled"); }); </script> </body> </html>
steve-tekwurx/steve-tekwurx.github.io
index.html
HTML
mit
3,196
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ext-lib: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.1 / ext-lib - 0.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> ext-lib <small> 0.9.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-10 07:56:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-10 07:56:43 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.8.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/coq-ext-lib&quot; dev-repo: &quot;git+https://github.com/coq-community/coq-ext-lib.git&quot; bug-reports: &quot;https://github.com/coq-community/coq-ext-lib/issues&quot; authors: [&quot;Gregory Malecha&quot;] license: &quot;BSD-2-Clause-FreeBSD&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot; &amp; &lt; &quot;8.5~&quot;} ] synopsis: &quot;A library of Coq definitions, theorems, and tactics&quot; url { src: &quot;https://github.com/coq-community/coq-ext-lib/archive/v0.9.0.tar.gz&quot; checksum: &quot;md5=a4322811819b9bde918d5d7b48262ded&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-ext-lib.0.9.0 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.1). The following dependencies couldn&#39;t be met: - coq-ext-lib -&gt; coq &lt; 8.5~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ext-lib.0.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.8.1/ext-lib/0.9.0.html
HTML
mit
6,469
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>flocq: 11 m 50 s ๐Ÿ†</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.1 / flocq - 3.4.3</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> flocq <small> 3.4.3 <span class="label label-success">11 m 50 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-01-31 22:04:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-31 22:04:34 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.9.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://flocq.gitlabpages.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/flocq/flocq.git&quot; bug-reports: &quot;https://gitlab.inria.fr/flocq/flocq/issues&quot; license: &quot;LGPL-3.0-or-later&quot; build: [ [&quot;autoconf&quot;] {dev} [&quot;./configure&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.7&quot;} &quot;conf-autoconf&quot; {build &amp; dev} (&quot;conf-g++&quot; {build} | &quot;conf-clang&quot; {build}) ] tags: [ &quot;keyword:floating-point arithmetic&quot; &quot;logpath:Flocq&quot; &quot;date:2022-01-17&quot; ] authors: [ &quot;Sylvie Boldo &lt;[email protected]&gt;&quot; &quot;Guillaume Melquiond &lt;[email protected]&gt;&quot; ] synopsis: &quot;A formalization of floating-point arithmetic for the Coq system&quot; url { src: &quot;https://flocq.gitlabpages.inria.fr/releases/flocq-3.4.3.tar.gz&quot; checksum: &quot;sha512=10f407e91e0d601b502b2c89104a8753dfcc3d9572f0fd9d007c7692d3d6c96fd5652fb103bcf2396a64236947734ee725c01f4ba2901565f9da38667f538d5a&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-flocq.3.4.3 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-flocq.3.4.3 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>14 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-flocq.3.4.3 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>11 m 50 s</dd> </dl> <h2>Installation size</h2> <p>Total: 16 M</p> <ul> <li>9 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Pff/Pff.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Pff/Pff.v</code></li> <li>541 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/IEEE754/BinarySingleNaN.vo</code></li> <li>539 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/IEEE754/Binary.vo</code></li> <li>529 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Prop/Double_rounding.vo</code></li> <li>321 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Pff/Pff2Flocq.vo</code></li> <li>230 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Ulp.vo</code></li> <li>177 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Generic_fmt.vo</code></li> <li>172 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Raux.vo</code></li> <li>157 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Prop/Div_sqrt_error.vo</code></li> <li>154 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Prop/Double_rounding.v</code></li> <li>146 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Prop/Round_odd.vo</code></li> <li>136 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Calc/Round.vo</code></li> <li>130 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/IEEE754/Bits.vo</code></li> <li>117 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Round_pred.vo</code></li> <li>114 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Prop/Relative.vo</code></li> <li>114 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Digits.vo</code></li> <li>113 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Pff/Pff2FlocqAux.vo</code></li> <li>103 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/IEEE754/BinarySingleNaN.v</code></li> <li>98 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Zaux.vo</code></li> <li>96 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Calc/Bracket.vo</code></li> <li>95 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/IEEE754/Binary.v</code></li> <li>90 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/FLT.vo</code></li> <li>85 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Prop/Plus_error.vo</code></li> <li>85 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Pff/Pff2Flocq.v</code></li> <li>84 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Round_NE.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/FLX.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Prop/Mult_error.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/IEEE754/SpecFloatCopy.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Ulp.v</code></li> <li>67 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Float_prop.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/FTZ.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Calc/Div.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Calc/Sqrt.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Generic_fmt.v</code></li> <li>52 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Calc/Operations.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Prop/Sterbenz.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Raux.v</code></li> <li>44 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/FIX.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Defs.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Core.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Round_pred.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Prop/Round_odd.v</code></li> <li>31 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Calc/Round.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Prop/Div_sqrt_error.v</code></li> <li>29 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Prop/Relative.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Digits.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Pff/Pff2FlocqAux.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/IEEE754/SpecFloatCompat.vo</code></li> <li>22 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Version.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/IEEE754/Bits.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Zaux.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Calc/Bracket.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Prop/Plus_error.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Round_NE.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/FLT.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/IEEE754/SpecFloatCopy.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Float_prop.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Prop/Mult_error.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/FLX.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/FTZ.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Calc/Sqrt.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Calc/Div.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Prop/Sterbenz.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Calc/Operations.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Defs.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/FIX.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Version.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/Core/Core.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Flocq/IEEE754/SpecFloatCompat.v</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-flocq.3.4.3</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.9.1/flocq/3.4.3.html
HTML
mit
14,739
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>algebra: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.0 / algebra - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> algebra <small> 8.5.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-03 05:58:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-03 05:58:56 UTC)</em><p> <h2>Context</h2> <pre># 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.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.1 Official release 4.10.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/algebra&quot; license: &quot;LGPL 2&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Algebra&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:algebra&quot; &quot;category:Mathematics/Algebra&quot; &quot;date:1999-03&quot; ] authors: [ &quot;Loรฏc Pottier &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/algebra/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/algebra.git&quot; synopsis: &quot;Basics notions of algebra&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/algebra/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=9ef1b5f1f670d56a55aef37d8c511df9&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-algebra.8.5.0 coq.8.12.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.0). The following dependencies couldn&#39;t be met: - coq-algebra -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-algebra.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.1-2.0.6/released/8.12.0/algebra/8.5.0.html
HTML
mit
6,469
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>Tabletop Sabermetrics - Campaign List</title> <link rel="stylesheet" href="css/custom-nonbootstrap.css"> <!-- Bootstrap --> <!-- <link href="css/bootstrap.min.css" rel="stylesheet"> --> <!-- <link href="css/bootstrap-theme.min.css" rel="stylesheet"> --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css"> <link rel="stylesheet" href="css/jumbotron-narrow.css"> <link rel="stylesheet" href="css/sticky-footer.css"> <!-- Firebase --> <script src="https://cdn.firebase.com/js/client/2.2.1/firebase.js"></script> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <!-- <script src="js/bootstrap.min.js"></script> --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <header id="header" class="header clearfix"> <h4 class="text-muted">Tabletop Sabermetrics</h4> <div id="divUserContext-loggedIn"> Signed in as <span id="spanUsername"></span> (<a id="linkSignout" href="#">log out</a>) </div> <div id="divUserContext-loggedOut" hidden="true"> Please click the button below to log in. </div> </header> <!-- TODO: Load in session list w/buttons based on data in Firebase --> <h4>Session List</h4><br> <div id="noCampaignChosen" class="jumbotron" hidden="true"> We can't load a list of sessions because you haven't picked a campaign. You need to go back to the campaign list and click on one of the <strong>choose this campaign</strong> buttons to load a campaign's session list. <br><br><br> <a href="campaignList.html"> <button id="btnChooseCampaign" type="button" class="btn btn-lg btn-success">Go back and choose a campaign</button> </a> </div> <div id="noSessionsInCampaign" class="jumbotron" hidden="true"> There aren't any sessions associated with this campaign yet. You first need to <strong>create a session</strong> to create a session and record stats. <br><br><br> <button id="btnAddSessionUpsell" type="button" class="btn btn-lg btn-success" data-toggle="modal" data-target="#addSession">Create a new session</button> </div> <table id="tblSessionList" class="plain table"></table> <br><br><br> <button id="btnAddSession" type="button" class="btn btn-xs btn-success" data-toggle="modal" data-target="#addSession">+ Add session</button> <br><br><br> <a href="/"> <button type="button" class="btn btn-xs btn-default" id="btnGoHome">Go home</button> </a> <a href="campaignList.html"> <button type="button" class="btn btn-xs btn-primary" id="btnGoBack">Go back</button> </a> <div class="modal fade" id="addSession" tabindex="-1" role="dialog" aria-labelledby="addSessionDialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label"Close"><span aria-hidden="true">&times;</span></button> <h5 class="modal-title" id="addSessionDialogLabel">Add a new session</h5> </div> <div class="modal-body"> <form> <div class="form-group"> <label for="sessionName" class="control-label">Session name:</label> <input class="form-control" id="sessionName" placeholder="Enter the session's name here (suggestion: use the session's date as its name)"> <br> <label for="pcNames" class="control-label">Player characters' names:</label> <input class="form-control" id="pcNames" placeholder="Enter the player characters' names, separated by commas"> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> <input type="submit" class="btn btn-primary" id="btnSaveSession" data-dismiss="modal" value="Save and start recording session stats"> </div> </div> </div> </div> </div> <footer class="footer" id="footer-2016"></footer> <script src="js/main.js"></script> </div> </body> </html>
tachk/DnD-Stats-Tracker
html/sessionList.html
HTML
mit
5,885
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>automata: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.2 / automata - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> automata <small> 8.6.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-12-21 01:02:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-21 01:02:06 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/automata&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Automata&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: formal language theory&quot; &quot;keyword: finite automata&quot; &quot;keyword: push-down automata&quot; &quot;keyword: rational langages&quot; &quot;keyword: Kleene&quot; &quot;category: Computer Science/Formal Languages Theory and Automata&quot; &quot;date: June-July 1993&quot; ] authors: [ &quot;Judicaรซl Courant&quot; &quot;Jean-Christophe Filliรขtre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/automata/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/automata.git&quot; synopsis: &quot;Beginning of formal language theory&quot; description: &quot;&quot;&quot; This library formalises the beginning of formal language theory: finite automata and rational languages, context-free grammars and push-down automata.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/automata/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=ff3d1debdb8c1d47993e5bb235e6077e&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-automata.8.6.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.2). The following dependencies couldn&#39;t be met: - coq-automata -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-automata.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.2/automata/8.6.0.html
HTML
mit
7,097
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>abp: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / abp - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> abp <small> 8.6.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-10-27 02:59:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-27 02:59:51 UTC)</em><p> <h2>Context</h2> <pre># 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 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.12.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.0 Official release 4.12.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/abp&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ABP&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: alternating bit protocol&quot; &quot;keyword: process calculi&quot; &quot;keyword: reactive systems&quot; &quot;keyword: co-inductive types&quot; &quot;keyword: co-induction&quot; &quot;category: Computer Science/Concurrent Systems and Protocols/Correctness of specific protocols&quot; ] authors: [ &quot;Eduardo Gimรฉnez&quot; ] bug-reports: &quot;https://github.com/coq-contribs/abp/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/abp.git&quot; synopsis: &quot;A verification of the alternating bit protocol expressed in CBS&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/abp/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=8cf5c60e71404a027f66f1e38d357e64&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-abp.8.6.0 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-abp -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-abp.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.12.0-2.0.8/extra-dev/dev/abp/8.6.0.html
HTML
mit
7,043
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>flocq-quickchick: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / flocq-quickchick - 1.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> flocq-quickchick <small> 1.0.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-20 03:22:08 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-20 03:22:08 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.11.1 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.0 Official release 4.10.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-flocq-quickchick&quot; version: &quot;1.0.0&quot; synopsis: &quot;Flocq binary_float generators for QuickChick testing framework&quot; maintainer: &quot;Yaroslav Kogevnikov &lt;[email protected]&gt;&quot; authors: &quot;Yaroslav Kogevnikov &lt;[email protected]&gt;&quot; license: &quot;MIT&quot; homepage: &quot;https://github.com/digamma-ai/flocq-quickchick&quot; bug-reports: &quot;https://github.com/digamma-ai/flocq-quickchick/issues&quot; depends: [ &quot;coq&quot; {= &quot;8.8.2&quot;} &quot;coq-quickchick&quot; {&gt;= &quot;1.0.2&quot;} &quot;coq-flocq&quot; {= &quot;3.1.0&quot;} ] build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;_CoqProject&quot; &quot;-o&quot; &quot;Makefile&quot;] [make] ] install: [make &quot;install&quot;] dev-repo: &quot;git+https://github.com/digamma-ai/flocq-quickchick.git&quot; url { src: &quot;https://github.com/digamma-ai/flocq-quickchick/archive/1.0.0.tar.gz&quot; checksum: &quot;md5=54ce38b1aa1bfbb9dc52709e2be0eb8f&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-flocq-quickchick.1.0.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-flocq-quickchick -&gt; coq = 8.8.2 -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-flocq-quickchick.1.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.0-2.0.6/released/8.11.1/flocq-quickchick/1.0.0.html
HTML
mit
6,701
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>fairisle: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.0 / fairisle - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> fairisle <small> 8.7.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-03-01 08:37:47 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-01 08:37:47 UTC)</em><p> <h2>Context</h2> <pre># 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: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/fairisle&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Fairisle&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: circuits&quot; &quot;keyword: automata&quot; &quot;keyword: co-induction&quot; &quot;keyword: dependent types&quot; &quot;category: Computer Science/Architecture&quot; &quot;date: 2005-12-15&quot; ] authors: [ &quot;Solange Coupet-Grimal &lt;[email protected]&gt; [http://www.cmi.univ-mrs.fr/~solange/]&quot; &quot;Line Jakubiec-Jamet &lt;[email protected]&gt; [http://www.dil.univ-mrs.fr/~jakubiec/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/fairisle/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/fairisle.git&quot; synopsis: &quot;Proof of the Fairisle 4x4 Switch Element&quot; description: &quot;&quot;&quot; http://www.dil.univ-mrs.fr/~jakubiec/fairisle.tar.gz This library contains the development of general definitions dedicated to the verification of sequential synchronous devices (based on Moore and Mealy automata) and the formal verification of the Fairisle 4x4 Switch Element.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/fairisle/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=709bcd94237492a8980a2807936b80b5&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-fairisle.8.7.0 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.0). The following dependencies couldn&#39;t be met: - coq-fairisle -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-fairisle.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.2-2.0.7/released/8.13.0/fairisle/8.7.0.html
HTML
mit
7,363
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>switch: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.2~camlp4 / switch - 1.0.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> switch <small> 1.0.2 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-12-31 22:37:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-31 22:37:26 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp4 4.02+7 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils conf-which 1 Virtual package relying on which coq 8.5.2~camlp4 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/vzaliva/coq-switch&quot; dev-repo: &quot;git://[email protected]:vzaliva/coq-switch.git&quot; bug-reports: &quot;https://github.com/vzaliva/coq-switch/issues&quot; authors: [&quot;Vadim Zaliva &lt;[email protected]&gt;&quot;] license: &quot;MIT&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; {&gt;= &quot;8.10.2&quot;} &quot;coq-metacoq-template&quot; {&gt;= &quot;1.0~alpha2+8.10&quot; &amp; &lt; &quot;1.0~beta1&quot;} ] tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;date:2020-03-13&quot; &quot;logpath:Switch&quot; ] synopsis: &quot;A plugin to implement functionality similar to `switch` statement in C language.&quot; description: &quot;&quot;&quot;It allows easier dispatch on several constant values of a type with decidable equality. Given a type, boolean equality predicate, and list of choices, it will generate (using TemplateCoq) an inductive type with constructors, one for each of the choices, and a function mapping values to this type.&quot;&quot;&quot; url { src: &quot;https://github.com/vzaliva/coq-switch/archive/v1.0.2.tar.gz&quot; checksum: &quot;51ad3d8d53edb2334854d8bc976b75ed&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-switch.1.0.2 coq.8.5.2~camlp4</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.2~camlp4). The following dependencies couldn&#39;t be met: - coq-switch -&gt; coq &gt;= 8.10.2 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-switch.1.0.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.2~camlp4/switch/1.0.2.html
HTML
mit
7,276
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>flocq: 6 m 50 s ๐Ÿ†</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.14.1 / flocq - 4.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> flocq <small> 4.0.0 <span class="label label-success">6 m 50 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-12-29 02:51:29 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-29 02:51:29 UTC)</em><p> <h2>Context</h2> <pre># 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 3 Virtual package relying on a GMP lib system installation coq 8.14.1 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://flocq.gitlabpages.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/flocq/flocq.git&quot; bug-reports: &quot;https://gitlab.inria.fr/flocq/flocq/issues&quot; license: &quot;LGPL-3.0-or-later&quot; build: [ [&quot;autoconf&quot;] {dev} [&quot;./configure&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.12&quot;} &quot;conf-autoconf&quot; {build &amp; dev} (&quot;conf-g++&quot; {build} | &quot;conf-clang&quot; {build}) ] tags: [ &quot;keyword:floating-point arithmetic&quot; &quot;logpath:Flocq&quot; &quot;date:2021-11-05&quot; ] authors: [ &quot;Sylvie Boldo &lt;[email protected]&gt;&quot; &quot;Guillaume Melquiond &lt;[email protected]&gt;&quot; ] synopsis: &quot;A formalization of floating-point arithmetic for the Coq system&quot; url { src: &quot;https://flocq.gitlabpages.inria.fr/releases/flocq-4.0.0.tar.gz&quot; checksum: &quot;sha512=fa58ea6d735cdb0b65dd7cd11daaebc3172145626d8e0accabddaf336c486f8e54b4af246aabb0c1731ebb8fe0d37c9e7a3892128b9aa3e744f93af48f923f05&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-flocq.4.0.0 coq.8.14.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-flocq.4.0.0 coq.8.14.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>14 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-flocq.4.0.0 coq.8.14.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>6 m 50 s</dd> </dl> <h2>Installation size</h2> <p>Total: 9 M</p> <ul> <li>3 M <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Pff/Pff.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Pff/Pff.v</code></li> <li>535 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Prop/Double_rounding.vo</code></li> <li>521 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/IEEE754/BinarySingleNaN.vo</code></li> <li>297 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/IEEE754/Binary.vo</code></li> <li>228 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Pff/Pff2Flocq.vo</code></li> <li>215 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Ulp.vo</code></li> <li>170 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Raux.vo</code></li> <li>170 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Generic_fmt.vo</code></li> <li>154 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Prop/Double_rounding.v</code></li> <li>140 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Prop/Div_sqrt_error.vo</code></li> <li>133 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Calc/Round.vo</code></li> <li>123 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Prop/Round_odd.vo</code></li> <li>121 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Round_pred.vo</code></li> <li>117 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/IEEE754/Bits.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Digits.vo</code></li> <li>105 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Prop/Relative.vo</code></li> <li>103 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/IEEE754/BinarySingleNaN.v</code></li> <li>96 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Pff/Pff2FlocqAux.vo</code></li> <li>95 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Zaux.vo</code></li> <li>92 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Calc/Bracket.vo</code></li> <li>85 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Pff/Pff2Flocq.v</code></li> <li>83 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/IEEE754/PrimFloat.vo</code></li> <li>82 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/FLT.vo</code></li> <li>78 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Prop/Plus_error.vo</code></li> <li>77 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Round_NE.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Ulp.v</code></li> <li>67 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/FLX.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Prop/Mult_error.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Float_prop.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/FTZ.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Calc/Div.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Generic_fmt.v</code></li> <li>52 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Calc/Plus.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Calc/Sqrt.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Raux.v</code></li> <li>44 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Calc/Operations.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Prop/Sterbenz.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/FIX.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/IEEE754/Binary.v</code></li> <li>35 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Round_pred.v</code></li> <li>34 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Defs.vo</code></li> <li>32 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Prop/Round_odd.v</code></li> <li>31 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Calc/Round.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Prop/Div_sqrt_error.v</code></li> <li>29 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Prop/Relative.v</code></li> <li>29 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Core.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Digits.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Pff/Pff2FlocqAux.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/IEEE754/Bits.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Zaux.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Calc/Bracket.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Prop/Plus_error.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Round_NE.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Version.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/IEEE754/PrimFloat.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/FLT.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Float_prop.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Prop/Mult_error.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/FLX.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/FTZ.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Calc/Sqrt.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Calc/Div.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Calc/Plus.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Prop/Sterbenz.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Calc/Operations.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Defs.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/FIX.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Version.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Flocq/Core/Core.v</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-flocq.4.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.14.1/flocq/4.0.0.html
HTML
mit
14,969
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paramcoq: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.11.dev / paramcoq - 1.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> paramcoq <small> 1.1.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-02-20 10:20:10 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-02-20 10:20:10 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.11.dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.0 Official release 4.09.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/aa755/paramcoq&quot; dev-repo: &quot;git+https://github.com/aa755/paramcoq&quot; authors: [&quot;Chantal Keller&quot; &quot;Marc Lasson&quot;] bug-reports: &quot;https://github.com/aa755/paramcoq/issues&quot; license: &quot;MIT&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Param&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {(&gt;= &quot;8.7.2&quot; &amp; &lt; &quot;8.10~&quot;) | = &quot;dev&quot;} ] synopsis: &quot;Coq Parametricity Plugin&quot; description: &quot;&quot;&quot; Keller, Chantal, and Marc Lasson. โ€œParametricity in an Impredicative Sort.โ€ Computer Science Logic, September 27, 2012. https://doi.org/10.4230/LIPIcs.CSL.2012.399. Originally implemented by the above authors.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/aa755/paramcoq/archive/v1.1.0.tar.gz&quot; checksum: &quot;md5=6d96c8fbb8fc091ef9121c087e3cab3a&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-paramcoq.1.1.0 coq.8.11.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.dev). The following dependencies couldn&#39;t be met: - coq-paramcoq -&gt; coq (&lt; 8.10~ &amp; = dev) -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-paramcoq.1.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.0-2.0.5/extra-dev/8.11.dev/paramcoq/1.1.0.html
HTML
mit
6,840
<!DOCTYPE html> <html> <head> <title>Blog: Julio in DBC</title> <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css"> <meta name="description" content="Cultural differences: What do we laugh about? 4 examples of international humor."> </head> <div class="container"> <div class="header"> <h1 class="header">Blog: Julio in DBC</h1> </div> <div class="left"> <p>Week 6 Technical</p> </div> <div class="content"> <h2>Classes vs Modules in Ruby</h2> <p>Classes and modules help Ruby programmers to reuse code.</p> <p>Each class definition stores the methods and attributes that will be applied to each of its instances or objects every time we create one of them.</p> <p>Modules cannot be instantiated, but by including a module in his code the Ruby developer adds a lot of functionality to his program. Modules can also been used when we want to have class names that can conflict with others previously created (for example, a Romantic module can help us wrapping the class Date so we can differentiate Romantic::Date.new from the built-in Date.new).</p> </div> <div class="footer"> Copyright by Julio Colomer. </div> </div> </body> </html>
jcolomer/jcolomer.github.io
blog-posts/week6_technical.html
HTML
mit
1,212
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>high-school-geometry: 10 m 5 s ๐Ÿ†</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.3 / high-school-geometry - 1.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> high-school-geometry <small> 1.0.0 <span class="label label-success">10 m 5 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-03-02 14:57:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 14:57:45 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.5.3 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/HighSchoolGeometry/&quot; license: &quot;LGPL 2&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:geometry&quot; &quot;keyword:teaching&quot; &quot;keyword:high school&quot; &quot;category:Mathematics/Geometry/General&quot; &quot;date:2004-01&quot; &quot;logpath:HighSchoolGeometry&quot; ] authors: [ &quot;Frรฉdรฉrique Guilhot &lt;[email protected]&gt;&quot; ] synopsis: &quot;Geometry for French high-school&quot; description: &quot;&quot;&quot; This library is dedicated to high-shool geometry teaching. The axiomatisation for affine euclidean space is in a non analytic setting.&quot;&quot;&quot; url { src: &quot;https://github.com/coq-community/HighSchoolGeometry/archive/v1.0.0.tar.gz&quot; checksum: &quot;md5=cf03f84a71cee31d4fe870fa567cc3dd&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-high-school-geometry.1.0.0 coq.8.5.3</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-high-school-geometry.1.0.0 coq.8.5.3</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>11 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-high-school-geometry.1.0.0 coq.8.5.3</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>10 m 5 s</dd> </dl> <h2>Installation size</h2> <p>Total: 10 M</p> <ul> <li>235 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/exercice_morley.glob</code></li> <li>214 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/metrique_triangle.glob</code></li> <li>163 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/contact.glob</code></li> <li>149 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/barycentre.glob</code></li> <li>147 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/equations_droites.glob</code></li> <li>142 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/angles_vecteurs.glob</code></li> <li>140 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/exercice_morley.vo</code></li> <li>139 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/operations_complexes.glob</code></li> <li>134 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/contact.vo</code></li> <li>131 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/barycentre.vo</code></li> <li>124 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/cocyclicite.glob</code></li> <li>124 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/reflexion_plane.glob</code></li> <li>122 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/angles_droites.glob</code></li> <li>120 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_inversion.glob</code></li> <li>116 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/inversion.vo</code></li> <li>116 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/aire_signee.glob</code></li> <li>115 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/trigo.glob</code></li> <li>112 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/parallelisme_concours.glob</code></li> <li>110 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/exercice_espace.vo</code></li> <li>109 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Plans_paralleles.vo</code></li> <li>108 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/parallelisme_concours.vo</code></li> <li>108 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/aire_signee.vo</code></li> <li>107 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/affine_classiques.vo</code></li> <li>107 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/applications_cocyclicite.glob</code></li> <li>107 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/reflexion_plane.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/dilatations.glob</code></li> <li>105 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/metrique_triangle.vo</code></li> <li>104 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/composee_transformations.glob</code></li> <li>102 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/inversion.glob</code></li> <li>100 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/operations_complexes.vo</code></li> <li>100 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/angles_vecteurs.vo</code></li> <li>99 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/trigo.vo</code></li> <li>99 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/dilatations.vo</code></li> <li>93 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/affine_classiques.glob</code></li> <li>92 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Droite_plan_espace.vo</code></li> <li>91 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/cocyclicite.vo</code></li> <li>90 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/formes_complexes.vo</code></li> <li>87 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/composee_reflexions.vo</code></li> <li>86 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/transformations_contact.glob</code></li> <li>84 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/milieu.vo</code></li> <li>84 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_dilatations.glob</code></li> <li>84 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/composee_transformations.vo</code></li> <li>83 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/coplanarite.vo</code></li> <li>83 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/equations_droites.vo</code></li> <li>82 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/homoth_Euler.vo</code></li> <li>82 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/angles_droites.vo</code></li> <li>82 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_inversion.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/applications_cocyclicite.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/formes_complexes.glob</code></li> <li>80 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/representant_unitaire.vo</code></li> <li>79 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Plans_paralleles.glob</code></li> <li>79 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/exercice_espace.glob</code></li> <li>78 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/alignement.vo</code></li> <li>78 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/vecteur.vo</code></li> <li>77 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/composee_translation_rotation.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/equations_cercles.glob</code></li> <li>74 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/orthogonalite.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/mediatrice.vo</code></li> <li>73 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/orthocentre.vo</code></li> <li>73 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Plan_espace.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/euclidien_classiques.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/rotation_plane.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/transformations_contact.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Droite_plan_espace.glob</code></li> <li>71 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/composee_dilatations.glob</code></li> <li>71 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/similitudes_directes.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_similitudes.glob</code></li> <li>69 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/composee_reflexions.glob</code></li> <li>69 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_dilatations.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_conjugaison.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/homothetie_plane.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Field_affine.vo</code></li> <li>67 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/composee_translation_rotation.glob</code></li> <li>65 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/distance_euclidienne.vo</code></li> <li>65 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/composee_dilatations.vo</code></li> <li>64 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complements_cercle.vo</code></li> <li>64 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/rotation_plane.glob</code></li> <li>62 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/mesure_algebrique.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/puissance_cercle.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/representant_unitaire.glob</code></li> <li>62 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/repere_plan.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/cercle.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_similitudes.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/similitudes_directes.glob</code></li> <li>58 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Droite_espace.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/repere_ortho_plan.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_conjugaison.glob</code></li> <li>58 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Plan_espace.glob</code></li> <li>57 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Rutile.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_transformations.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/homoth_Euler.glob</code></li> <li>56 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/isocele.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/determinant.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_analytique.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/droite_Euler.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/produit_scalaire.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/equations_cercles.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/orthogonalite_espace.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_transformations.glob</code></li> <li>51 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_analytique.glob</code></li> <li>51 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/orthogonalite.glob</code></li> <li>51 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/homothetie_plane.glob</code></li> <li>48 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/mediatrice.glob</code></li> <li>48 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/euclidien_classiques.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_exercice.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/projection_orthogonale.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/milieu.glob</code></li> <li>43 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/orthocentre.glob</code></li> <li>39 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/determinant.glob</code></li> <li>39 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/isocele.glob</code></li> <li>36 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/alignement.glob</code></li> <li>36 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/distance_euclidienne.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/orthogonalite_espace.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/vecteur.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/produit_scalaire.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/repere_plan.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/coplanarite.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/mesure_algebrique.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complements_cercle.glob</code></li> <li>31 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_exercice.glob</code></li> <li>31 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Rutile.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/cercle.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/puissance_cercle.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/repere_ortho_plan.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/metrique_triangle.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Field_affine.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/exercice_morley.v</code></li> <li>26 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Droite_espace.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/reflexion_plane.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/contact.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/angles_vecteurs.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/trigo.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/operations_complexes.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/cocyclicite.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/equations_droites.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/angles_droites.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/aire_signee.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/inversion.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/applications_cocyclicite.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/dilatations.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/projection_orthogonale.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/formes_complexes.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Plans_paralleles.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/composee_transformations.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/barycentre.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/transformations_contact.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/parallelisme_concours.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/composee_translation_rotation.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_inversion.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/affine_classiques.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/rotation_plane.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/droite_Euler.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_dilatations.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/representant_unitaire.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/composee_reflexions.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/exercice_espace.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Plan_espace.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/similitudes_directes.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/homoth_Euler.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Droite_plan_espace.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_similitudes.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/mediatrice.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_conjugaison.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/orthocentre.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_transformations.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/composee_dilatations.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/orthogonalite.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/milieu.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/alignement.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/homothetie_plane.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/puissance_cercle.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/euclidien_classiques.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complements_cercle.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/determinant.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/cercle.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/vecteur.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/distance_euclidienne.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/isocele.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/equations_cercles.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_analytique.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/repere_ortho_plan.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/orthogonalite_espace.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/coplanarite.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/produit_scalaire.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Rutile.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/repere_plan.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Field_affine.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/complexes_exercice.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/mesure_algebrique.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/Droite_espace.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/droite_Euler.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/HighSchoolGeometry/projection_orthogonale.v</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-high-school-geometry.1.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.3/high-school-geometry/1.0.0.html
HTML
mit
32,202
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-algebra: Error with dependencies</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / mathcomp-algebra - 1.11.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> mathcomp-algebra <small> 1.11.0 <span class="label label-warning">Error with dependencies</span> </small> </h1> <p><em><script>document.write(moment("2021-11-06 06:49:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-06 06:49:18 UTC)</em><p> <h2>Context</h2> <pre># 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 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.13.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.13.1 Official release 4.13.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Mathematical Components &lt;[email protected]&gt;&quot; homepage: &quot;https://math-comp.github.io/&quot; bug-reports: &quot;https://github.com/math-comp/math-comp/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/math-comp.git&quot; license: &quot;CECILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/algebra&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/algebra&quot; &quot;install&quot; ] depends: [ &quot;coq-mathcomp-fingroup&quot; { = version } ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; &quot;logpath:mathcomp.algebra&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Thรฉry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on Algebra&quot; description: &quot;&quot;&quot; This library contains definitions and theorems about discrete (i.e. with decidable equality) algebraic structures : ring, fields, ordered fields, real fields, modules, algebras, integers, rational numbers, polynomials, matrices, vector spaces... &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/math-comp/archive/mathcomp-1.11.0.tar.gz&quot; checksum: &quot;sha256=b16108320f77d15dd19ecc5aad90775b576edfa50c971682a1a439f6d364fef6&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mathcomp-algebra.1.11.0 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! Sorry, no solution found: there seems to be a problem with your request. No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-algebra.1.11.0</code></dd> <dt>Return code</dt> <dd>512</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq dev &lt;&gt;&lt;&gt; Processing actions &lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt; While removing coq.dev: these files have been modified since installation: - share/texmf/tex/latex/misc/coqdoc.sty - man/man1/coqwc.1 - man/man1/coqtop.opt.1 - man/man1/coqtop.byte.1 - man/man1/coqtop.1 - man/man1/coqnative.1 - man/man1/coqdoc.1 - man/man1/coqdep.1 - man/man1/coqchk.1 - man/man1/coqc.1 - man/man1/coq_makefile.1 - man/man1/coq-tex.1 - lib/stublibs/dllcoqrun_stubs.so - lib/coqide-server/protocol/xmlprotocol.mli - lib/coqide-server/protocol/xmlprotocol.ml - lib/coqide-server/protocol/xmlprotocol.cmx - lib/coqide-server/protocol/xmlprotocol.cmti - lib/coqide-server/protocol/xmlprotocol.cmt - lib/coqide-server/protocol/xmlprotocol.cmi - lib/coqide-server/protocol/xml_printer.mli - lib/coqide-server/protocol/xml_printer.ml - lib/coqide-server/protocol/xml_printer.cmx - lib/coqide-server/protocol/xml_printer.cmti - lib/coqide-server/protocol/xml_printer.cmt - lib/coqide-server/protocol/xml_printer.cmi - lib/coqide-server/protocol/xml_parser.mli - lib/coqide-server/protocol/xml_parser.ml - lib/coqide-server/protocol/xml_parser.cmx - lib/coqide-server/protocol/xml_parser.cmti - lib/coqide-server/protocol/xml_parser.cmt - lib/coqide-server/protocol/xml_parser.cmi - lib/coqide-server/protocol/xml_lexer.mli - lib/coqide-server/protocol/xml_lexer.ml - lib/coqide-server/protocol/xml_lexer.cmx - lib/coqide-server/protocol/xml_lexer.cmti - lib/coqide-server/protocol/xml_lexer.cmt - lib/coqide-server/protocol/xml_lexer.cmi - lib/coqide-server/protocol/serialize.mli - lib/coqide-server/protocol/serialize.ml - lib/coqide-server/protocol/serialize.cmx - lib/coqide-server/protocol/serialize.cmti - lib/coqide-server/protocol/serialize.cmt - lib/coqide-server/protocol/serialize.cmi - lib/coqide-server/protocol/richpp.mli - lib/coqide-server/protocol/richpp.ml - lib/coqide-server/protocol/richpp.cmx - lib/coqide-server/protocol/richpp.cmti - lib/coqide-server/protocol/richpp.cmt - lib/coqide-server/protocol/richpp.cmi - lib/coqide-server/protocol/protocol.cmxs - lib/coqide-server/protocol/protocol.cmxa - lib/coqide-server/protocol/protocol.cma - lib/coqide-server/protocol/protocol.a - lib/coqide-server/protocol/interface.ml - lib/coqide-server/protocol/interface.cmx - lib/coqide-server/protocol/interface.cmt - lib/coqide-server/protocol/interface.cmi - lib/coqide-server/opam - lib/coqide-server/dune-package - lib/coqide-server/core/document.mli - lib/coqide-server/core/document.ml - lib/coqide-server/core/document.cmx - lib/coqide-server/core/document.cmti - lib/coqide-server/core/document.cmt - lib/coqide-server/core/document.cmi - lib/coqide-server/core/core.cmxs - lib/coqide-server/core/core.cmxa - lib/coqide-server/core/core.cma - lib/coqide-server/core/core.a - lib/coqide-server/META - lib/coq/user-contrib/Ltac2/String.vos - lib/coq/user-contrib/Ltac2/String.vo - lib/coq/user-contrib/Ltac2/String.v - lib/coq/user-contrib/Ltac2/String.glob - lib/coq/user-contrib/Ltac2/Std.vos - lib/coq/user-contrib/Ltac2/Std.vo - lib/coq/user-contrib/Ltac2/Std.v - lib/coq/user-contrib/Ltac2/Std.glob - lib/coq/user-contrib/Ltac2/Printf.vos - lib/coq/user-contrib/Ltac2/Printf.vo - lib/coq/user-contrib/Ltac2/Printf.v - lib/coq/user-contrib/Ltac2/Printf.glob - lib/coq/user-contrib/Ltac2/Pattern.vos - lib/coq/user-contrib/Ltac2/Pattern.vo - lib/coq/user-contrib/Ltac2/Pattern.v - lib/coq/user-contrib/Ltac2/Pattern.glob - lib/coq/user-contrib/Ltac2/Option.vos - lib/coq/user-contrib/Ltac2/Option.vo - lib/coq/user-contrib/Ltac2/Option.v - lib/coq/user-contrib/Ltac2/Option.glob - lib/coq/user-contrib/Ltac2/Notations.vos - lib/coq/user-contrib/Ltac2/Notations.vo - lib/coq/user-contrib/Ltac2/Notations.v - lib/coq/user-contrib/Ltac2/Notations.glob - lib/coq/user-contrib/Ltac2/Message.vos - lib/coq/user-contrib/Ltac2/Message.vo - lib/coq/user-contrib/Ltac2/Message.v - lib/coq/user-contrib/Ltac2/Message.glob - lib/coq/user-contrib/Ltac2/Ltac2.vos - lib/coq/user-contrib/Ltac2/Ltac2.vo - lib/coq/user-contrib/Ltac2/Ltac2.v - lib/coq/user-contrib/Ltac2/Ltac2.glob - lib/coq/user-contrib/Ltac2/Ltac1.vos - lib/coq/user-contrib/Ltac2/Ltac1.vo - lib/coq/user-contrib/Ltac2/Ltac1.v - lib/coq/user-contrib/Ltac2/Ltac1.glob - lib/coq/user-contrib/Ltac2/List.vos - lib/coq/user-contrib/Ltac2/List.vo - lib/coq/user-contrib/Ltac2/List.v - lib/coq/user-contrib/Ltac2/List.glob - lib/coq/user-contrib/Ltac2/Int.vos - lib/coq/user-contrib/Ltac2/Int.vo - lib/coq/user-contrib/Ltac2/Int.v - lib/coq/user-contrib/Ltac2/Int.glob - lib/coq/user-contrib/Ltac2/Init.vos - lib/coq/user-contrib/Ltac2/Init.vo - lib/coq/user-contrib/Ltac2/Init.v - lib/coq/user-contrib/Ltac2/Init.glob - lib/coq/user-contrib/Ltac2/Ind.vos - lib/coq/user-contrib/Ltac2/Ind.vo - lib/coq/user-contrib/Ltac2/Ind.v - lib/coq/user-contrib/Ltac2/Ind.glob - lib/coq/user-contrib/Ltac2/Ident.vos - lib/coq/user-contrib/Ltac2/Ident.vo - lib/coq/user-contrib/Ltac2/Ident.v - lib/coq/user-contrib/Ltac2/Ident.glob - lib/coq/user-contrib/Ltac2/Fresh.vos - lib/coq/user-contrib/Ltac2/Fresh.vo - lib/coq/user-contrib/Ltac2/Fresh.v - lib/coq/user-contrib/Ltac2/Fresh.glob - lib/coq/user-contrib/Ltac2/Env.vos - lib/coq/user-contrib/Ltac2/Env.vo - lib/coq/user-contrib/Ltac2/Env.v - lib/coq/user-contrib/Ltac2/Env.glob - lib/coq/user-contrib/Ltac2/Control.vos - lib/coq/user-contrib/Ltac2/Control.vo - lib/coq/user-contrib/Ltac2/Control.v - lib/coq/user-contrib/Ltac2/Control.glob - lib/coq/user-contrib/Ltac2/Constr.vos - lib/coq/user-contrib/Ltac2/Constr.vo - lib/coq/user-contrib/Ltac2/Constr.v - lib/coq/user-contrib/Ltac2/Constr.glob - lib/coq/user-contrib/Ltac2/Char.vos - lib/coq/user-contrib/Ltac2/Char.vo - lib/coq/user-contrib/Ltac2/Char.v - lib/coq/user-contrib/Ltac2/Char.glob - lib/coq/user-contrib/Ltac2/Bool.vos - lib/coq/user-contrib/Ltac2/Bool.vo - lib/coq/user-contrib/Ltac2/Bool.v - lib/coq/user-contrib/Ltac2/Bool.glob - lib/coq/user-contrib/Ltac2/Array.vos - lib/coq/user-contrib/Ltac2/Array.vo - lib/coq/user-contrib/Ltac2/Array.v - lib/coq/user-contrib/Ltac2/Array.glob - lib/coq/theories/ssrsearch/ssrsearch.vos - lib/coq/theories/ssrsearch/ssrsearch.vo - lib/coq/theories/ssrsearch/ssrsearch.v - lib/coq/theories/ssrsearch/ssrsearch.glob - lib/coq/theories/ssrmatching/ssrmatching.vos - lib/coq/theories/ssrmatching/ssrmatching.vo - lib/coq/theories/ssrmatching/ssrmatching.v - lib/coq/theories/ssrmatching/ssrmatching.glob - lib/coq/theories/ssr/ssrunder.vos - lib/coq/theories/ssr/ssrunder.vo - lib/coq/theories/ssr/ssrunder.v - lib/coq/theories/ssr/ssrunder.glob - lib/coq/theories/ssr/ssrsetoid.vos - lib/coq/theories/ssr/ssrsetoid.vo - lib/coq/theories/ssr/ssrsetoid.v - lib/coq/theories/ssr/ssrsetoid.glob - lib/coq/theories/ssr/ssrfun.vos - lib/coq/theories/ssr/ssrfun.vo - lib/coq/theories/ssr/ssrfun.v - lib/coq/theories/ssr/ssrfun.glob - lib/coq/theories/ssr/ssreflect.vos - lib/coq/theories/ssr/ssreflect.vo - lib/coq/theories/ssr/ssreflect.v - lib/coq/theories/ssr/ssreflect.glob - lib/coq/theories/ssr/ssrclasses.vos - lib/coq/theories/ssr/ssrclasses.vo - lib/coq/theories/ssr/ssrclasses.v - lib/coq/theories/ssr/ssrclasses.glob - lib/coq/theories/ssr/ssrbool.vos - lib/coq/theories/ssr/ssrbool.vo - lib/coq/theories/ssr/ssrbool.v - lib/coq/theories/ssr/ssrbool.glob - lib/coq/theories/setoid_ring/ZArithRing.vos - lib/coq/theories/setoid_ring/ZArithRing.vo - lib/coq/theories/setoid_ring/ZArithRing.v - lib/coq/theories/setoid_ring/ZArithRing.glob - lib/coq/theories/setoid_ring/Rings_Z.vos - lib/coq/theories/setoid_ring/Rings_Z.vo - lib/coq/theories/setoid_ring/Rings_Z.v - lib/coq/theories/setoid_ring/Rings_Z.glob - lib/coq/theories/setoid_ring/Rings_R.vos - lib/coq/theories/setoid_ring/Rings_R.vo - lib/coq/theories/setoid_ring/Rings_R.v - lib/coq/theories/setoid_ring/Rings_R.glob - lib/coq/theories/setoid_ring/Rings_Q.vos - lib/coq/theories/setoid_ring/Rings_Q.vo - lib/coq/theories/setoid_ring/Rings_Q.v - lib/coq/theories/setoid_ring/Rings_Q.glob - lib/coq/theories/setoid_ring/Ring_theory.vos - lib/coq/theories/setoid_ring/Ring_theory.vo - lib/coq/theories/setoid_ring/Ring_theory.v - lib/coq/theories/setoid_ring/Ring_theory.glob - lib/coq/theories/setoid_ring/Ring_tac.vos - lib/coq/theories/setoid_ring/Ring_tac.vo - lib/coq/theories/setoid_ring/Ring_tac.v - lib/coq/theories/setoid_ring/Ring_tac.glob - lib/coq/theories/setoid_ring/Ring_polynom.vos - lib/coq/theories/setoid_ring/Ring_polynom.vo - lib/coq/theories/setoid_ring/Ring_polynom.v - lib/coq/theories/setoid_ring/Ring_polynom.glob - lib/coq/theories/setoid_ring/Ring_base.vos - lib/coq/theories/setoid_ring/Ring_base.vo - lib/coq/theories/setoid_ring/Ring_base.v - lib/coq/theories/setoid_ring/Ring_base.glob - lib/coq/theories/setoid_ring/Ring.vos - lib/coq/theories/setoid_ring/Ring.vo - lib/coq/theories/setoid_ring/Ring.v - lib/coq/theories/setoid_ring/Ring.glob - lib/coq/theories/setoid_ring/RealField.vos - lib/coq/theories/setoid_ring/RealField.vo - lib/coq/theories/setoid_ring/RealField.v - lib/coq/theories/setoid_ring/RealField.glob - lib/coq/theories/setoid_ring/Ncring_tac.vos - lib/coq/theories/setoid_ring/Ncring_tac.vo - lib/coq/theories/setoid_ring/Ncring_tac.v - lib/coq/theories/setoid_ring/Ncring_tac.glob - lib/coq/theories/setoid_ring/Ncring_polynom.vos - lib/coq/theories/setoid_ring/Ncring_polynom.vo - lib/coq/theories/setoid_ring/Ncring_polynom.v - lib/coq/theories/setoid_ring/Ncring_polynom.glob - lib/coq/theories/setoid_ring/Ncring_initial.vos - lib/coq/theor [...] truncated predicate.cmt - lib/coq-core/clib/predicate.cmi - lib/coq-core/clib/orderedType.mli - lib/coq-core/clib/orderedType.ml - lib/coq-core/clib/orderedType.cmx - lib/coq-core/clib/orderedType.cmti - lib/coq-core/clib/orderedType.cmt - lib/coq-core/clib/orderedType.cmi - lib/coq-core/clib/option.mli - lib/coq-core/clib/option.ml - lib/coq-core/clib/option.cmx - lib/coq-core/clib/option.cmti - lib/coq-core/clib/option.cmt - lib/coq-core/clib/option.cmi - lib/coq-core/clib/neList.mli - lib/coq-core/clib/neList.ml - lib/coq-core/clib/neList.cmx - lib/coq-core/clib/neList.cmti - lib/coq-core/clib/neList.cmt - lib/coq-core/clib/neList.cmi - lib/coq-core/clib/monad.mli - lib/coq-core/clib/monad.ml - lib/coq-core/clib/monad.cmx - lib/coq-core/clib/monad.cmti - lib/coq-core/clib/monad.cmt - lib/coq-core/clib/monad.cmi - lib/coq-core/clib/minisys.ml - lib/coq-core/clib/minisys.cmx - lib/coq-core/clib/minisys.cmt - lib/coq-core/clib/minisys.cmi - lib/coq-core/clib/int.mli - lib/coq-core/clib/int.ml - lib/coq-core/clib/int.cmx - lib/coq-core/clib/int.cmti - lib/coq-core/clib/int.cmt - lib/coq-core/clib/int.cmi - lib/coq-core/clib/iStream.mli - lib/coq-core/clib/iStream.ml - lib/coq-core/clib/iStream.cmx - lib/coq-core/clib/iStream.cmti - lib/coq-core/clib/iStream.cmt - lib/coq-core/clib/iStream.cmi - lib/coq-core/clib/heap.mli - lib/coq-core/clib/heap.ml - lib/coq-core/clib/heap.cmx - lib/coq-core/clib/heap.cmti - lib/coq-core/clib/heap.cmt - lib/coq-core/clib/heap.cmi - lib/coq-core/clib/hashset.mli - lib/coq-core/clib/hashset.ml - lib/coq-core/clib/hashset.cmx - lib/coq-core/clib/hashset.cmti - lib/coq-core/clib/hashset.cmt - lib/coq-core/clib/hashset.cmi - lib/coq-core/clib/hashcons.mli - lib/coq-core/clib/hashcons.ml - lib/coq-core/clib/hashcons.cmx - lib/coq-core/clib/hashcons.cmti - lib/coq-core/clib/hashcons.cmt - lib/coq-core/clib/hashcons.cmi - lib/coq-core/clib/hMap.mli - lib/coq-core/clib/hMap.ml - lib/coq-core/clib/hMap.cmx - lib/coq-core/clib/hMap.cmti - lib/coq-core/clib/hMap.cmt - lib/coq-core/clib/hMap.cmi - lib/coq-core/clib/exninfo.mli - lib/coq-core/clib/exninfo.ml - lib/coq-core/clib/exninfo.cmx - lib/coq-core/clib/exninfo.cmti - lib/coq-core/clib/exninfo.cmt - lib/coq-core/clib/exninfo.cmi - lib/coq-core/clib/dyn.mli - lib/coq-core/clib/dyn.ml - lib/coq-core/clib/dyn.cmx - lib/coq-core/clib/dyn.cmti - lib/coq-core/clib/dyn.cmt - lib/coq-core/clib/dyn.cmi - lib/coq-core/clib/diff2.mli - lib/coq-core/clib/diff2.ml - lib/coq-core/clib/diff2.cmx - lib/coq-core/clib/diff2.cmti - lib/coq-core/clib/diff2.cmt - lib/coq-core/clib/diff2.cmi - lib/coq-core/clib/clib.cmxs - lib/coq-core/clib/clib.cmxa - lib/coq-core/clib/clib.cma - lib/coq-core/clib/clib.a - lib/coq-core/clib/cUnix.mli - lib/coq-core/clib/cUnix.ml - lib/coq-core/clib/cUnix.cmx - lib/coq-core/clib/cUnix.cmti - lib/coq-core/clib/cUnix.cmt - lib/coq-core/clib/cUnix.cmi - lib/coq-core/clib/cThread.mli - lib/coq-core/clib/cThread.ml - lib/coq-core/clib/cThread.cmx - lib/coq-core/clib/cThread.cmti - lib/coq-core/clib/cThread.cmt - lib/coq-core/clib/cThread.cmi - lib/coq-core/clib/cString.mli - lib/coq-core/clib/cString.ml - lib/coq-core/clib/cString.cmx - lib/coq-core/clib/cString.cmti - lib/coq-core/clib/cString.cmt - lib/coq-core/clib/cString.cmi - lib/coq-core/clib/cSig.mli - lib/coq-core/clib/cSig.cmti - lib/coq-core/clib/cSig.cmi - lib/coq-core/clib/cSet.mli - lib/coq-core/clib/cSet.ml - lib/coq-core/clib/cSet.cmx - lib/coq-core/clib/cSet.cmti - lib/coq-core/clib/cSet.cmt - lib/coq-core/clib/cSet.cmi - lib/coq-core/clib/cObj.mli - lib/coq-core/clib/cObj.ml - lib/coq-core/clib/cObj.cmx - lib/coq-core/clib/cObj.cmti - lib/coq-core/clib/cObj.cmt - lib/coq-core/clib/cObj.cmi - lib/coq-core/clib/cMap.mli - lib/coq-core/clib/cMap.ml - lib/coq-core/clib/cMap.cmx - lib/coq-core/clib/cMap.cmti - lib/coq-core/clib/cMap.cmt - lib/coq-core/clib/cMap.cmi - lib/coq-core/clib/cList.mli - lib/coq-core/clib/cList.ml - lib/coq-core/clib/cList.cmx - lib/coq-core/clib/cList.cmti - lib/coq-core/clib/cList.cmt - lib/coq-core/clib/cList.cmi - lib/coq-core/clib/cEphemeron.mli - lib/coq-core/clib/cEphemeron.ml - lib/coq-core/clib/cEphemeron.cmx - lib/coq-core/clib/cEphemeron.cmti - lib/coq-core/clib/cEphemeron.cmt - lib/coq-core/clib/cEphemeron.cmi - lib/coq-core/clib/cArray.mli - lib/coq-core/clib/cArray.ml - lib/coq-core/clib/cArray.cmx - lib/coq-core/clib/cArray.cmti - lib/coq-core/clib/cArray.cmt - lib/coq-core/clib/cArray.cmi - lib/coq-core/boot/util.ml - lib/coq-core/boot/path.ml - lib/coq-core/boot/env.mli - lib/coq-core/boot/env.ml - lib/coq-core/boot/boot__Util.cmx - lib/coq-core/boot/boot__Util.cmt - lib/coq-core/boot/boot__Util.cmi - lib/coq-core/boot/boot__Path.cmx - lib/coq-core/boot/boot__Path.cmt - lib/coq-core/boot/boot__Path.cmi - lib/coq-core/boot/boot__Env.cmx - lib/coq-core/boot/boot__Env.cmti - lib/coq-core/boot/boot__Env.cmt - lib/coq-core/boot/boot__Env.cmi - lib/coq-core/boot/boot.ml - lib/coq-core/boot/boot.cmxs - lib/coq-core/boot/boot.cmxa - lib/coq-core/boot/boot.cmx - lib/coq-core/boot/boot.cmt - lib/coq-core/boot/boot.cmi - lib/coq-core/boot/boot.cma - lib/coq-core/boot/boot.a - lib/coq-core/META - doc/coqide-server/README.md - doc/coqide-server/LICENSE - doc/coq-core/README.md - doc/coq-core/LICENSE - bin/votour - bin/ocamllibdep - bin/csdpcert - bin/coqworkmgr - bin/coqwc - bin/coqtop.opt - bin/coqtop.byte - bin/coqtop - bin/coqtacticworker.opt - bin/coqqueryworker.opt - bin/coqproofworker.opt - bin/coqpp - bin/coqnative - bin/coqidetop.opt - bin/coqidetop.byte - bin/coqdoc - bin/coqdep - bin/coqchk - bin/coqc.byte - bin/coqc - bin/coq_makefile - bin/coq-tex Remove them anyway? [y/N] y [NOTE] While removing coq.dev: not removing non-empty directories: - share/texmf/tex/latex/misc - lib/coqide-server/protocol - lib/coqide-server/core - lib/coq/user-contrib/Ltac2 - lib/coq/theories/ssrsearch - lib/coq/theories/ssrmatching - lib/coq/theories/setoid_ring - lib/coq/theories/rtauto - lib/coq/theories/omega - lib/coq/theories/nsatz - lib/coq/theories/micromega - lib/coq/theories/funind - lib/coq/theories/extraction - lib/coq/theories/derive - lib/coq/theories/btauto - lib/coq/theories/ZArith - lib/coq/theories/Wellfounded - lib/coq/theories/Vectors - lib/coq/theories/Unicode - lib/coq/theories/Structures - lib/coq/theories/Strings - lib/coq/theories/Sorting - lib/coq/theories/Sets - lib/coq/theories/Setoids - lib/coq/theories/Relations - lib/coq/theories/Reals/Cauchy - lib/coq/theories/Reals/Abstract - lib/coq/theories/QArith - lib/coq/theories/Program - lib/coq/theories/PArith - lib/coq/theories/Numbers/Natural/Peano - lib/coq/theories/Numbers/Natural/Binary - lib/coq/theories/Numbers/Natural/Abstract - lib/coq/theories/Numbers/NatInt - lib/coq/theories/Numbers/Integer/NatPairs - lib/coq/theories/Numbers/Integer/Binary - lib/coq/theories/Numbers/Integer/Abstract - lib/coq/theories/Numbers/Cyclic/ZModulo - lib/coq/theories/Numbers/Cyclic/Int63 - lib/coq/theories/Numbers/Cyclic/Int31 - lib/coq/theories/Numbers/Cyclic/Abstract - lib/coq/theories/NArith - lib/coq/theories/MSets - lib/coq/theories/Logic - lib/coq/theories/Lists - lib/coq/theories/Init - lib/coq/theories/Floats - lib/coq/theories/FSets - lib/coq/theories/Compat - lib/coq/theories/Classes - lib/coq/theories/Bool - lib/coq/theories/Array - lib/coq/theories/Arith - lib/coq-core/vm - lib/coq-core/vernac - lib/coq-core/toplevel - lib/coq-core/top_printers - lib/coq-core/tools/coqdoc - lib/coq-core/tactics - lib/coq-core/sysinit - lib/coq-core/stm - lib/coq-core/proofs - lib/coq-core/printing - lib/coq-core/pretyping - lib/coq-core/plugins/zify - lib/coq-core/plugins/tutorial/p3 - lib/coq-core/plugins/tutorial/p2 - lib/coq-core/plugins/tutorial/p1 - lib/coq-core/plugins/tutorial/p0 - lib/coq-core/plugins/tauto - lib/coq-core/plugins/ssrsearch - lib/coq-core/plugins/ssrmatching - lib/coq-core/plugins/ssreflect - lib/coq-core/plugins/rtauto - lib/coq-core/plugins/ring - lib/coq-core/plugins/number_string_notation - lib/coq-core/plugins/nsatz - lib/coq-core/plugins/micromega - lib/coq-core/plugins/ltac2 - lib/coq-core/plugins/funind - lib/coq-core/plugins/firstorder - lib/coq-core/plugins/extraction - lib/coq-core/plugins/derive - lib/coq-core/plugins/cc - lib/coq-core/plugins/btauto - lib/coq-core/parsing - lib/coq-core/library - lib/coq-core/kernel - lib/coq-core/interp - lib/coq-core/gramlib - lib/coq-core/engine - lib/coq-core/config - lib/coq-core/clib - lib/coq-core/boot - doc/coqide-server - doc/coq-core -&gt; removed coq.dev Done. # Run eval $(opam env) to update the current shell environment opam: --unlock-base was removed in version 2.1 of the opam CLI, but version 2.1 has been requested. Use --update-invariant instead or set OPAMCLI environment variable to 2.0. The middle of the output is truncated (maximum 20000 characters) </pre></dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.13.1-2.1.0/extra-dev/dev/mathcomp-algebra/1.11.0.html
HTML
mit
28,020
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>improper-integrals: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.14.0 / improper-integrals - 0.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> improper-integrals <small> 0.1.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-01-22 01:07:46 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-22 01:07:46 UTC)</em><p> <h2>Context</h2> <pre># 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.14.0 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-improper-integrals&quot; version: &quot;0.1.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/ybertot/improper_integrals&quot; dev-repo: &quot;git+https://github.com/ybertot/improper_integrals.git&quot; bug-reports: &quot;[email protected]&quot; license: &quot;MIT&quot; build: [[ &quot;coq_makefile&quot; &quot;-f&quot; &quot;_CoqProject&quot; &quot;-o&quot; &quot;Makefile&quot; ] [ make &quot;-j&quot; &quot;%{jobs}%&quot; ]] install: [ make &quot;install&quot; &quot;DEST=&#39;%{lib}%/coq/user_contrib/improper_integrals&#39;&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/improper_integrals&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-coquelicot&quot; {&gt;= &quot;3&quot; &amp; &lt; &quot;4~&quot;} ] tags: [ &quot;keyword:real analysis&quot; &quot;category:Mathematics/Real Calculus and Topology&quot; ] authors: [ &quot;Yves Bertot &lt;[email protected]&gt;&quot; ] synopsis: &quot;Additions to the coquelicot library for handling improper integrals&quot; description: &quot;&quot;&quot; This package contains a few theorems whose use case was discovered when making experiments, for instance in the pi-agm package. These theorems should probably integrated in coquelicot in the long run, but having this package makes them easily available while waiting for any necessary cleanup and discussion to happen.&quot;&quot;&quot; url { src: &quot;https://github.com/ybertot/improper_integrals/archive/v0.1.0.zip&quot; checksum: &quot;md5=7b5ac26e73f78d774302d37f840fb1a9&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-improper-integrals.0.1.0 coq.8.14.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.14.0). The following dependencies couldn&#39;t be met: - coq-improper-integrals -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-improper-integrals.0.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.12.1-2.0.8/released/8.14.0/improper-integrals/0.1.0.html
HTML
mit
7,614
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <HTML> <HEAD> <TITLE>Form1H.xls</TITLE> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META name="generator" content="pdftohtml 0.40"> <META name="author" content="theilman"> <META name="date" content="2015-04-30T12:05:22+00:00"> </HEAD> <FRAMESET cols="100,*"> <FRAME name="links" src="W28908.pdf_ind.html"> <FRAME name="contents" src="W28908.pdfs.html"> </FRAMESET> </HTML>
datamade/elpc_bakken
html/pdf/W28908.pdf.html
HTML
mit
505
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ceramist: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.0 / ceramist - 1.0.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> ceramist <small> 1.0.1 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-12-26 20:28:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-26 20:28:19 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; synopsis: &quot;Coq library for reasoning about probabilistic algorithms&quot; description: &quot;&quot;&quot; Ceramist extends coq-infotheo to support reasoning about probabilistic algorithms, and includes a collection of lemmas on random oracle based hash functions. Provides an example implementation of a bloom filter and uses the library to prove the probability of a false positive. &quot;&quot;&quot; homepage: &quot;https://github.com/certichain/ceramist&quot; dev-repo: &quot;git+https://github.com/certichain/ceramist.git&quot; bug-reports: &quot;https://github.com/certichain/ceramist/issues&quot; maintainer: &quot;[email protected]&quot; authors: [ &quot;Kiran Gopinathan&quot; &quot;Ilya Sergey&quot; ] license: &quot;GPL-3.0-or-later&quot; depends: [ &quot;coq&quot; {&gt;= &quot;8.11.0&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.10&quot; &amp; &lt; &quot;1.11~&quot;} &quot;coq-mathcomp-analysis&quot; { &gt;= &quot;0.2.3&quot; &amp; &lt; &quot;0.3~&quot; } &quot;coq-infotheo&quot; { &gt;= &quot;0.1&quot; &amp; &lt; &quot;0.2~&quot; } ] build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] tags: [ &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;keyword: bloomfilter&quot; &quot;keyword: probability&quot; &quot;keyword: amq&quot; &quot;date:2020-04-06&quot; ] url { src: &quot;https://github.com/certichain/ceramist/archive/1.0.1.tar.gz&quot; checksum: &quot;sha512=0b5a9a7fa1a68bbe90806a9cf0f603dd8f00ad9e37c86e1c8cf70d05886d11e754937838ab0f335c04c0eb0b622c49f1f6c46509880d3f9c47769d9c159defaa&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-ceramist.1.0.1 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-ceramist -&gt; coq &gt;= 8.11.0 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ceramist.1.0.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.0/ceramist/1.0.1.html
HTML
mit
7,362
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>iris: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.1 / iris - 3.3.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> iris <small> 3.3.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-02 22:20:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-02 22:20:31 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.5.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-iris&quot; maintainer: &quot;Ralf Jung &lt;[email protected]&gt;&quot; authors: &quot;The Iris Team&quot; license: &quot;BSD&quot; homepage: &quot;https://iris-project.org/&quot; bug-reports: &quot;https://gitlab.mpi-sws.org/iris/iris/issues&quot; dev-repo: &quot;git+https://gitlab.mpi-sws.org/iris/iris.git&quot; synopsis: &quot;Iris is a Higher-Order Concurrent Separation Logic Framework with support for interactive proofs&quot; tags: [ &quot;date:2020-07-15&quot; &quot;logpath:iris&quot; ] depends: [ &quot;coq&quot; { (&gt;= &quot;8.9.1&quot; &amp; &lt; &quot;8.13~&quot;) | (= &quot;dev&quot;) } &quot;coq-stdpp&quot; { (= &quot;1.4.0&quot;) | (= &quot;dev&quot;) } ] build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] url { src: &quot;https://gitlab.mpi-sws.org/iris/iris/-/archive/iris-3.3.0.tar.gz&quot; checksum: &quot;sha512=451145d68f18ab65649edbf1c78f0fccbc9748829a15640efc30cabed7ce14c5ee246f41de130e3fd331172e6a5a347c6810dbe2838c7d3ae2e32dbf6d1adb4d&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-iris.3.3.0 coq.8.5.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.1). The following dependencies couldn&#39;t be met: - coq-iris -&gt; coq &gt;= dev -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-iris.3.3.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.1/iris/3.3.0.html
HTML
mit
6,833
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>coding-problem - Page 1 - Code and eventually Data</title> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description" content=""> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="coding-problem - Page 1 - Code and eventually Data"> <meta name="twitter:description" content=""> <meta property="og:type" content="article"> <meta property="og:title" content="coding-problem - Page 1 - Code and eventually Data"> <meta property="og:description" content=""> <!-- <meta name="twitter:site" content=""> <meta name="twitter:creator" content=""> <meta name="google-site-verification" content=""> <meta property="fb:admins" content=""> --> <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon"> <link href="/apple-touch-icon-precomposed.png" rel="apple-touch-icon"> <link href="//fonts.googleapis.com/" rel="dns-prefetch"> <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic|Open+Sans:700,400&subset=latin,latin-ext" rel="stylesheet"> <link rel="stylesheet" href="//rushil-patel.github.io/themes/ghostium/assets/css/main.min.css?v=1473199707074"/> <link rel="stylesheet" href="//rushil-patel.github.io/themes/ghostium/assets/css/custom.css?v=1473199707074"/> <link rel="stylesheet" href="//rushil-patel.github.io/themes/ghostium/assets/css/asciidoctor-foundation.css?v=1473199707074"/> <script type="text/javascript"> var ga_ua = 'UA-XXXXX-X'; var disqus_shortname = 'example'; var enable_pjax = true; // Pace Options // ============== window.paceOptions = { catchupTime: 100, minTime: 100, elements: false, restartOnRequestAfter: 500, startOnPageLoad: false } // Ghostium Globals // ============== window.GHOSTIUM = {}; GHOSTIUM.haveGA = typeof ga_ua !== 'undefined' && ga_ua !== 'UA-XXXXX-X'; GHOSTIUM.haveDisqus = typeof disqus_shortname !== 'undefined' && disqus_shortname !== 'example'; GHOSTIUM.enablePjax = typeof enable_pjax !== 'undefined' ? enable_pjax : true; </script> <script src="//rushil-patel.github.io/themes/ghostium/assets/js/head-scripts.min.js?v=1473199707074"></script> <link rel="canonical" href="https://rushil-patel.github.io/https://rushil-patel.github.io/tag/coding-problem/" /> <meta name="referrer" content="origin" /> <meta property="og:site_name" content="Code and eventually Data" /> <meta property="og:type" content="website" /> <meta property="og:title" content="coding-problem - Page 1 - Code and eventually Data" /> <meta property="og:url" content="https://rushil-patel.github.io/https://rushil-patel.github.io/tag/coding-problem/" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="coding-problem - Page 1 - Code and eventually Data" /> <meta name="twitter:url" content="https://rushil-patel.github.io/https://rushil-patel.github.io/tag/coding-problem/" /> <script type="application/ld+json"> null </script> <meta name="generator" content="HubPress" /> <link rel="alternate" type="application/rss+xml" title="Code and eventually Data" href="https://rushil-patel.github.io/rss/" /> </head> <body class="tag-template tag-coding-problem"> <button data-action="open-drawer" id="drawer-button" class="drawer-button"><i class="fa fa-bars"></i></button> <nav tabindex="-1" class="drawer"> <div class="drawer-container"> <!--.drawer-search(role="search")--> <ul role="navigation" class="drawer-list"> <li class="drawer-list-item"> <a href="https://rushil-patel.github.io" data-pjax> <i class="fa fa-home"></i>Home </a> </li> <!-- <li class="drawer-list-item"> <a href="https://rushil-patel.github.io" title="Code and eventually Data" data-pjax> <i class="fa fa-list-alt"></i>All posts </a> </li> --> <li class="drawer-list-item"> <a href="https://rushil-patel.github.io/rss/"> <i class="fa fa-rss"></i>Subscribe to Feed </a> </li> <li class="drawer-list-divider"></li> <li class="drawer-list-item drawer-list-title"> Follow me </li> </ul> </div> </nav> <div class="drawer-overlay"></div> <main id="container" role="main" class="container"> <div class="surface"> <div class="surface-container"> <div data-pjax-container class="content"> <aside role="banner" class="cover"> <div class="cover-image"></div> <div class="cover-container"> <h1 class="cover-title"><a href="https://rushil-patel.github.io" title="Code and eventually Data">Code and eventually Data</a></h1> <p class="cover-description">The purpose of this blog is mostly to document my algorithm practice and interesting things I learn. For the most part the content will be algorithms and data science.</p> </div> </aside> <section class="wrapper" tabindex="0"> <div class="wrapper-container"> <header> <p><h2>Posts tagged with <i>coding-problem</i></h2></p> <hr> </header> <section class="post-list"> <article itemscope itemtype="http://schema.org/BlogPosting" role="article" class="post-item post tag-coding-problem"> <header class="post-item-header"> <h2 itemprop="name" class="post-item-title"> <a href="https://rushil-patel.github.io/2016/09/06/Reverse-a-Singly-Linked-List.html" itemprop="url" data-pjax title="Reverse a Singly Linked List"> Reverse a Singly Linked List </a> </h2> </header> <section itemprop="description" class="post-item-excerpt"> <p>Problem Description The task here is to write a function that will reverse a singly linked list. The function will take a node, the head of the linked list. The function should return the head&hellip;</p> </section> <footer class="post-item-footer"> <ul class="post-item-meta-list"> <li class="post-item-meta-item"> <time datetime="2016-09-06" itemprop="datePublished"> 15 hours ago </time> </li> <li class="post-item-meta-item"> <span class="tags"><i class="fa fa-tags"></i> <span> <a href="https://rushil-patel.github.io/tag/coding-problem/">coding_problem</a></span> </span> </li> <li class="post-item-meta-item"> <a href="https://rushil-patel.github.io/2016/09/06/Reverse-a-Singly-Linked-List.html#disqus_thread" data-pjax data-disqus-identifier="">Comments</a> </li> </ul> </footer> </article> <article itemscope itemtype="http://schema.org/BlogPosting" role="article" class="post-item post tag-coding-problem tag-medium"> <header class="post-item-header"> <h2 itemprop="name" class="post-item-title"> <a href="https://rushil-patel.github.io/2016/09/05/Two-Sum.html" itemprop="url" data-pjax title="Two Sum"> Two Sum </a> </h2> </header> <section itemprop="description" class="post-item-excerpt"> <p>This is my breakdown of the Two Sum problem. It can be found here on leetcode and a bunch of other websites. Problem Description Given an array of integers that is already sorted in ascending&hellip;</p> </section> <footer class="post-item-footer"> <ul class="post-item-meta-list"> <li class="post-item-meta-item"> <time datetime="2016-09-05" itemprop="datePublished"> 2 days ago </time> </li> <li class="post-item-meta-item"> <span class="tags"><i class="fa fa-tags"></i> <span> <a href="https://rushil-patel.github.io/tag/coding-problem/">coding_problem</a>, <a href="https://rushil-patel.github.io/tag/medium/"> medium</a></span> </span> </li> <li class="post-item-meta-item"> <a href="https://rushil-patel.github.io/2016/09/05/Two-Sum.html#disqus_thread" data-pjax data-disqus-identifier="">Comments</a> </li> </ul> </footer> </article> </section> <nav role="pagination" class="post-list-pagination"> <span class="post-list-pagination-item post-list-pagination-item-current">Page 1 of 1</span> </nav> <footer role="contentinfo" class="footer"> <p><small>Copyright &copy; <span itemprop="copyrightHolder">Code and eventually Data</span>. 2016. All Rights Reserved.</small></p> <p><small><a href="http://ghostium.oswaldoacauan.com/" target="_blank">Ghostium Theme</a> by <a href="http://twitter.com/oswaldoacauan" target="_blank">@oswaldoacauan</a></small></p> <p><small>Adapted by <a href="https://twitter.com/mgreau">Maxime Grรฉau</a></small></p> <p><small>Published with <a href="http://hubpress.io">HubPress</a></small></p> </footer> </div> </section> </div> </div> </div> </main> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script> <script type="text/javascript"> jQuery( document ).ready(function() { // change date with ago jQuery('ago.ago').each(function(){ var element = jQuery(this).parent(); element.html( moment(element.text()).fromNow()); }); }); hljs.initHighlightingOnLoad(); </script> <script src="//rushil-patel.github.io/themes/ghostium/assets/js/foot-scripts.min.js?v=1473199707074"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-69509755-2', 'auto'); ga('send', 'pageview'); </script> </body> </html>
rushil-patel/rushil-patel.github.io
tag/coding-problem/index.html
HTML
mit
11,271
{% include header.html %} <!-- main --> <div class="main" role="main"> {{ content }} </div> <!-- /main --> {% include sidebar.html %} {% include footer.html %} <script src="/js/scripts.js"></script> </body> </html>
encorehu/encorehu.github.io
_layouts/default.html
HTML
mit
278
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>projective-geometry: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / projective-geometry - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> projective-geometry <small> 8.9.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-12-25 14:20:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-25 14:20:56 UTC)</em><p> <h2>Context</h2> <pre># 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.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/projective-geometry&quot; license: &quot;GPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ProjectiveGeometry&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: geometry&quot; &quot;keyword: projective&quot; &quot;keyword: Fano&quot; &quot;keyword: homogeneous coordinates model&quot; &quot;keyword: flat&quot; &quot;keyword: rank&quot; &quot;keyword: Desargues&quot; &quot;keyword: Moulton&quot; &quot;category: Mathematics/Geometry/General&quot; &quot;date: 2009-10&quot; ] authors: [ &quot;Nicolas Magaud &lt;[email protected]&gt;&quot; &quot;Julien Narboux &lt;[email protected]&gt;&quot; &quot;Pascal Schreck &lt;[email protected]&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/projective-geometry/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/projective-geometry.git&quot; synopsis: &quot;Projective Geometry&quot; description: &quot;&quot;&quot; This contributions contains elements of formalization of projective geometry. In the plane: Two axiom systems are shown equivalent. We prove some results about the decidability of the the incidence and equality predicates. The classic notion of duality between points and lines is formalized thanks to a functor. The notion of &#39;flat&#39; is defined and flats are characterized. Fano&#39;s plane, the smallest projective plane is defined. We show that Fano&#39;s plane is desarguesian. In the space: We prove Desargues&#39; theorem.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/projective-geometry/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=4ef61136566f06fbc69e05027ebed0d9&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-projective-geometry.8.9.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-projective-geometry -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-projective-geometry.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.2-2.0.7/released/8.11.2/projective-geometry/8.9.0.html
HTML
mit
7,641
<header class="site-header"> <nav class="navbar navbar-default navbar-inverse"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="{{site.baseurl}}/">Become a Developer</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse " id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> {% for my_page in site.pages %} {% if my_page.title %} <li><a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li> {% endif %} {% endfor %} </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> </header>
dorothythurston/become-a-developer
_includes/header.html
HTML
mit
1,219
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Installing PHP with Nxing on Debian</title> <meta name="description" content=""> <meta name="author" content="bacardi55"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="../../../../css/bootstrap.min.css"> <link rel="stylesheet" href="../../../../css/bootstrap-responsive.min.css"> <link rel="stylesheet" href="../../../../css/main.css"> <script src="../../../../js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script> </head> <body> <!--[if lt IE 7]> <p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p> <![endif]--> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="brand" href="../../../..">bacardi55&#039;s blog</a> <div class="nav-collapse collapse"> <ul class="nav"> <li><a href="../../../../about.html">About</a></li> <li><a href="http://projects.bacardi55.org">My projects</a></li> <li><a href="/plugins-carew.html">Plugins carew</a></li> </ul> <ul class="nav pull-right"> <li> <a href="index.atom"><img src="../../../../images/rss.png" /></a> </li> <li class="dropdown"> <a class="dropdown-toggle" title="Other OSS project" data-toggle="dropdown" href="#"> Bacardi55 <b class="caret"></b> </a> <ul class="dropdown-menu"> <li><a href="http://bacardi55.org" alt="bacardi55 home"><i class="icon-home"></i> My home</a><li> <li><a href="http://projects.bacardi55.org" alt="my projects"><i class="icon-briefcase"></i> My projects</a><li> <li class="divider"></li> <li><a href="http://github.com/bacardi55/" alt="my github"><i class="icon-globe"></i> My Github</a><li> <li><a href="https://lab.bacardi55.org" alt="bacardi55's lab"><i class="icon-globe"></i> My lab</a><li> <li><a href="http://twitter.com/bacardi555" alt="my twitter"><i class="icon-globe"></i> My twitter</a><li> </ul> </li> </ul> </div> </div> </div> </div> <div class="content"> <div class="container"> <div class="row"> <div class="span8 content"> <div class="page-header"> <h1>Installing PHP with Nxing on Debian </h1> </div> <div class="pull-left"> By <i class="icon-user"></i>bacardi55 - <i class="icon-calendar"></i>2013 May 05 </div> <div class="pull-right"> <ul class="tag_box inline"> <li> <i class="icon-tag"></i> <a href="../../../../tags/nginx.html"> nginx </a> </li> <li> <i class="icon-tag"></i> <a href="../../../../tags/php.html"> php </a> </li> </ul> </div> <div class="clearfix"></div> <hr /> <div class="body"> <p>Tonight, I wanted to release the code of <a href="/2013/04/22/why-i-started-working-on-a-opensource-disqus.html">Jocs</a>, my open source like <a href="http://disqus.com">disqus</a>. To work, Jocs needs to be linked to a backend with some REST api. The default backend I created (Pocs) needs php 5.4 to work. I didn't realize at first as my local VM runs php 5.4.</p> <p>I use the <a href="http://php.net/manual/fr/class.jsonserializable.php">JsonSerializable</a> interface that let me handle easily my entity. It's very handy and I didn't realize that it was created in php 5.4.</p> <p>When I tried to install it tonight, I had an error due to this interface missing. So I decided to install Pocs on another server with php5.4. That's why I installed it on a server that had Nginx installed but not yet php.</p> <p>As I've never done that before, I thought why not writting a blog post about it as it will help me remember it :)</p> <h2>Pre requisit</h2> <p>Here, I assume that you installed nginx, php5-cgi and spawn-fcgi. By using <code>apt-get</code></p> <pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get install</span> nginx, php5-cgi spawn-fcgi</pre> <h2>Create the init script</h2> <p>Then, you need to create the init script that will let you start / stop the php process that nginx will use: <code>/etc/init.d/php5-fcgi</code></p> <pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span> &nbsp; <span style="color: #666666; font-style: italic;">### BEGIN INIT INFO</span> <span style="color: #666666; font-style: italic;"># Provides: php5-fcgi</span> <span style="color: #666666; font-style: italic;"># Required-Start: $remote_fs $syslog</span> <span style="color: #666666; font-style: italic;"># Required-Stop: $remote_fs $syslog</span> <span style="color: #666666; font-style: italic;"># Default-Start: 2 3 4 5</span> <span style="color: #666666; font-style: italic;"># Default-Stop: 0 1 6</span> <span style="color: #666666; font-style: italic;"># Short-Description: PHP5 FastCgi Spawned processes</span> <span style="color: #666666; font-style: italic;">### END INIT INFO</span> &nbsp; <span style="color: #007800;">COMMAND</span>=<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>spawn-fcgi <span style="color: #007800;">ADDRESS</span>=127.0.0.1 <span style="color: #007800;">PORT</span>=<span style="color: #000000;">9000</span> <span style="color: #007800;">USER</span>=www-data <span style="color: #007800;">GROUP</span>=www-data <span style="color: #007800;">PHPCGI</span>=<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>php5-cgi <span style="color: #007800;">PIDFILE</span>=<span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>run<span style="color: #000000; font-weight: bold;">/</span>fastcgi-php.pid <span style="color: #007800;">RETVAL</span>=<span style="color: #000000;">0</span> &nbsp; <span style="color: #007800;">PHP_FCGI_MAX_REQUESTS</span>=<span style="color: #000000;">500</span> <span style="color: #007800;">PHP_FCGI_CHILDREN</span>=<span style="color: #000000;">2</span> &nbsp; start<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span> <span style="color: #7a0874; font-weight: bold;">export</span> PHP_FCGI_MAX_REQUESTS PHP_FCGI_CHILDREN <span style="color: #007800;">$COMMAND</span> <span style="color: #660033;">-a</span> <span style="color: #007800;">$ADDRESS</span> <span style="color: #660033;">-p</span> <span style="color: #007800;">$PORT</span> <span style="color: #660033;">-u</span> <span style="color: #007800;">$USER</span> <span style="color: #660033;">-g</span> <span style="color: #007800;">$GROUP</span> <span style="color: #660033;">-f</span> <span style="color: #007800;">$PHPCGI</span> <span style="color: #660033;">-P</span> <span style="color: #007800;">$PIDFILE</span> <span style="color: #7a0874; font-weight: bold;">&#125;</span> &nbsp; stop<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">killall</span> <span style="color: #660033;">-9</span> php5-cgi <span style="color: #7a0874; font-weight: bold;">&#125;</span> &nbsp; <span style="color: #000000; font-weight: bold;">case</span> <span style="color: #ff0000;">&quot;$1&quot;</span> <span style="color: #000000; font-weight: bold;">in</span> start<span style="color: #7a0874; font-weight: bold;">&#41;</span> start <span style="color: #007800;">RETVAL</span>=<span style="color: #007800;">$?</span> <span style="color: #000000; font-weight: bold;">;;</span> stop<span style="color: #7a0874; font-weight: bold;">&#41;</span> stop <span style="color: #007800;">RETVAL</span>=<span style="color: #007800;">$?</span> <span style="color: #000000; font-weight: bold;">;;</span> restart<span style="color: #000000; font-weight: bold;">|</span>reload<span style="color: #7a0874; font-weight: bold;">&#41;</span> stop start <span style="color: #007800;">RETVAL</span>=<span style="color: #007800;">$?</span> <span style="color: #000000; font-weight: bold;">;;</span> <span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Usage: fastcgi {start|stop|restart}&quot;</span> <span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">1</span> <span style="color: #000000; font-weight: bold;">;;</span> <span style="color: #000000; font-weight: bold;">esac</span> <span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #007800;">$RETVAL</span></pre> <p>Then, you need to activate the script:</p> <pre class="bash" style="font-family:monospace;">update-rc.d php5-fcgi defaults</pre> <p>And now start it:</p> <pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>php5-fcgi start</pre> <h2>Config nginx</h2> <p>Edit the fastcgi param file: <code>/etc/nginx/fastcgi_params</code> to match the following:</p> <pre class="bash" style="font-family:monospace;">fastcgi_param QUERY_STRING <span style="color: #007800;">$query_string</span>; fastcgi_param REQUEST_METHOD <span style="color: #007800;">$request_method</span>; fastcgi_param CONTENT_TYPE <span style="color: #007800;">$content_type</span>; fastcgi_param CONTENT_LENGTH <span style="color: #007800;">$content_length</span>; &nbsp; fastcgi_param SCRIPT_NAME <span style="color: #007800;">$fastcgi_script_name</span>; fastcgi_param REQUEST_URI <span style="color: #007800;">$request_uri</span>; fastcgi_param DOCUMENT_URI <span style="color: #007800;">$document_uri</span>; fastcgi_param DOCUMENT_ROOT <span style="color: #007800;">$document_root</span>; fastcgi_param SERVER_PROTOCOL <span style="color: #007800;">$server_protocol</span>; &nbsp; fastcgi_param GATEWAY_INTERFACE CGI<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">1.1</span>; fastcgi_param SERVER_SOFTWARE nginx<span style="color: #000000; font-weight: bold;">/</span><span style="color: #007800;">$nginx_version</span>; &nbsp; fastcgi_param REMOTE_ADDR <span style="color: #007800;">$remote_addr</span>; fastcgi_param REMOTE_PORT <span style="color: #007800;">$remote_port</span>; fastcgi_param SERVER_ADDR <span style="color: #007800;">$server_addr</span>; fastcgi_param SERVER_PORT <span style="color: #007800;">$server_port</span>; fastcgi_param SERVER_NAME <span style="color: #007800;">$server_name</span>; &nbsp; fastcgi_param HTTPS <span style="color: #007800;">$https</span>; &nbsp; <span style="color: #666666; font-style: italic;"># PHP only, required if PHP was built with --enable-force-cgi-redirect</span> fastcgi_param REDIRECT_STATUS <span style="color: #000000;">200</span>; &nbsp; fastcgi_split_path_info ^<span style="color: #7a0874; font-weight: bold;">&#40;</span>.+\.php<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>.<span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>$; fastcgi_param PATH_INFO <span style="color: #007800;">$fastcgi_path_info</span>; fastcgi_param PATH_TRANSLATED <span style="color: #007800;">$document_root</span><span style="color: #007800;">$fastcgi_path_info</span>; fastcgi_param SCRIPT_FILENAME <span style="color: #007800;">$document_root</span><span style="color: #007800;">$fastcgi_script_name</span>;</pre> <p>You need to add the last 4 lines, you should have the rest of the file already.</p> <h2>Config your server</h2> <p>In your server configuration, add this part:</p> <pre class="bash" style="font-family:monospace;">server <span style="color: #7a0874; font-weight: bold;">&#123;</span> โ€ฆ &nbsp; location ~ ^<span style="color: #7a0874; font-weight: bold;">&#40;</span>.+\.php<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">/</span>.<span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>?$ <span style="color: #7a0874; font-weight: bold;">&#123;</span> fastcgi_pass localhost:<span style="color: #000000;">9000</span>; include <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>nginx<span style="color: #000000; font-weight: bold;">/</span>fastcgi_params; <span style="color: #7a0874; font-weight: bold;">&#125;</span> <span style="color: #7a0874; font-weight: bold;">&#125;</span></pre> <p>Then, restart nginx <code>/etc/init.d/nginx restart</code> and it should work :).</p> </div> <div class="fastNav"> <div class="prev pull-left"> <a href="/2013/04/30/error-page-with-carew-and-nginx.html"> โ† Error page with carew and nginx </a> </div> <div class="next pull-right"> <a href="/2013/05/06/jocs-0-1-beta-is-out.html"> Jocs 0.1-beta is out :) โ†’ </a> </div> </div> <br /><br /> <div class="content" id="jocs" ng-app="jocsApp"> <div class="" ng-view></div> </div> </div> <div class="span3 pull-right well"> <ul class="nav nav-list"> <li class="nav-header">Friends blog</li> <li><a href="http://blog.teknicity.net">rustx</a></li> <li><a href="http://blog.charlesjudith.com">chuck</a></li> <li class="divider"></li> <li class="nav-header">Last tweets</li> </ul> <a class="twitter-timeline" data-dnt="true" href="https://twitter.com/bacardi555" data-widget-id="364506065519386624">My lasts tweets</a> <ul class="nav nav-list"> <li class="divider"></li> <li class="nav-header">Tags</li> <a class="pull-left" href="/tags/php.html">php (17)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/vim.html">vim (5)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/xdebug.html">xdebug (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/sfForm.html">sfForm (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/twig.html">twig (3)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/mailcatcher.html">mailcatcher (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/news.html">news (3)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/jocs.html">jocs (2)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/pocs.html">pocs (2)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/disqus.html">disqus (2)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/nginx.html">nginx (3)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/carew.html">carew (5)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/angularjs.html">angularjs (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/mutt.html">mutt (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/silex.html">silex (3)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/wenizit.html">wenizit (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/tips.html">tips (4)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/ctags.html">ctags (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/drupal.html">drupal (2)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/sshfs.html">sshfs (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/github.html">github (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/gpb.html">gpb (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/css.html">css (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/twig extension.html">twig extension (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/dualscreen.html">dualscreen (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/xrandr.html">xrandr (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/bash.html">bash (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/vhost.html">vhost (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/yaml.html">yaml (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/apachesolr.html">apachesolr (1)</a> &nbsp;&nbsp;&nbsp; <a class="pull-left" href="/tags/RSS.html">RSS (1)</a> &nbsp;&nbsp;&nbsp; <li class="clearfix" /> </ul> </div> </div> <footer> <p> In case of any remarks or questions, please use the <a href="https://github.com/bacardi55/b-55-log/issues">github tracker</a> :) <p> <p> &copy; <a href="http://bacardi55.org"> bacardi55 </a> 2014 <small> with help from <a href="http://carew.github.com/" target="_blank">Carew</a> </small> </p> </footer> </div> </div> <script src="/jocs/components/angular/angular.js"></script> <script src="/jocs/components/angular-resource/angular-resource.js"></script> <script src="/jocs/components/angular-cookies/angular-cookies.js"></script> <script src="/jocs/components/angular-sanitize/angular-sanitize.js"></script> <!-- build:js scripts/scripts.js --> <script src="/jocs/scripts/c4fe908e.scripts.js"></script> <!-- endbuild --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="../../../../js/vendor/jquery-1.9.0.min.js"><\/script>')</script> <script src="../../../../js/vendor/bootstrap.min.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-167056-9']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </body> </html>
bacardi55/b-55-log
web/2013/05/05/installing-php-with-nxing.html
HTML
mit
22,800
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>angles: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / angles - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> angles <small> 8.8.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-03-02 09:43:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 09:43:56 UTC)</em><p> <h2>Context</h2> <pre># 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 dev Formal proof management system dune 3.0.2 Fast, portable, and opinionated build system ocaml 4.13.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.13.1 Official release 4.13.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled 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: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/angles&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Angles&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: Pcoq&quot; &quot;keyword: geometry&quot; &quot;keyword: plane geometry&quot; &quot;keyword: oriented angles&quot; &quot;category: Mathematics/Geometry/General&quot; &quot;date: 2002-01-15&quot; ] authors: [ &quot;Frรฉdรฉrique Guilhot &lt;[email protected]&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/angles/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/angles.git&quot; synopsis: &quot;Formalization of the oriented angles theory&quot; description: &quot;&quot;&quot; The basis of the contribution is a formalization of the theory of oriented angles of non-zero vectors. Then, we prove some classical plane geometry theorems: the theorem which gives a necessary and sufficient condition so that four points are cocyclic, the one which shows that the reflected points with respect to the sides of a triangle orthocenter are on its circumscribed circle, the Simson&#39;s theorem and the Napoleon&#39;s theorem. The reader can refer to the associated research report (http://www-sop.inria.fr/lemme/FGRR.ps) and the README file of the contribution.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/angles/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=13fcc60e98c2b6c5f7d6a0eab127b07d&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-angles.8.8.0 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-angles -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-angles.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.13.1-2.0.10/extra-dev/dev/angles/8.8.0.html
HTML
mit
7,656
<nav class="sidebar-nav"> {% comment %} The code below dynamically generates a sidebar nav of pages with `layout: page` in the front-matter. See readme for usage. {% endcomment %} {% assign pages_list = site.pages %} {% for node in pages_list %} {% if node.title != null %} {% if node.sidebar != "exclude" %} {% if node.layout == "page" %} <a class="sidebar-nav-item{% if page.url == node.url %} active{% endif %} {% if node.sidebar == 'docs' %}docs{% endif %}" href="{{ node.url }}" id="{{ node.title }}">{{ node.title }}</a> <!-- Documentation will have a layered sidebar --> {% if node.sidebar == "docs" %} <div class="overview docs_{{ node.title }} hidden"> <ul id="nav"> {% if node.title == "Docs" %} {% assign docbase = site.docs %} {% endif %} {% assign level-1 = docbase | where: "sectionclass", "h1" | sort: "number"%} {% for entry in level-1 %} <li {% if entry.is-parent or forloop.first %} class="{% if entry.is-parent %}parent{% endif %}{% if forloop.first %} current{% endif %}"{% endif %}> <a href="#{{ entry.sectionid }}">{{ entry.title }}</a> {% if entry.is-parent %} <ul> {% assign level-2 = docbase | where: "parent-id", entry.sectionid | sort: "number" %} {% for child in level-2 %} <li {% if child.is-parent %}class="parent"{% endif %}> <a href="#{{ child.sectionid }}">{{ child.title }}</a> {% if child.is-parent %} <ul> {% assign level-3 = docbase | where: "parent-id", child.sectionid | sort: "number" %} {% for grandchild in level-3 %} <li> <a href="#{{ grandchild.sectionid }}">{{ grandchild.title }}</a> </li> {% endfor %} </ul> {% endif %} </li> {% endfor %} </ul> {% endif %} </li> {% endfor %} </ul> </div> {% endif %} {% endif %} {% endif %} {% endif %} {% endfor %} </nav>
researchapps/researchapps.github.io
_includes/nav.html
HTML
mit
2,155
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li><a href=".">8.4pl4 / contrib:sudoku dev</a></li> <li class="active"><a href="">2014-11-21 12:12:52</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="../../../../../about.html">About</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href=".">ยซ Up</a> <h1> contrib:sudoku <small> dev <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2014-11-21 12:12:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-21 12:12:52 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:sudoku/coq:contrib:sudoku.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>The package is valid. </pre></dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --dry-run coq:contrib:sudoku.dev coq.8.4pl4</code></dd> <dt>Return code</dt> <dd>768</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4pl4). The following dependencies couldn&#39;t be met: - coq:contrib:sudoku -&gt; coq = dev Your request can&#39;t be satisfied: - Conflicting version constraints for coq No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:sudoku.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq.8.4pl4 === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.8.4pl4. [WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing [WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing The following actions will be performed: - install coq.dev [required by coq:contrib:sudoku] - install coq:contrib:sudoku.dev === 2 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq.dev: ./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no -no-native-compiler make -j4 make install Installing coq.dev. Building coq:contrib:sudoku.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:sudoku.dev. </pre></dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>Data not available in this bench.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4pl4/contrib:sudoku/dev/2014-11-21_12-12-52.html
HTML
mit
6,919
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-translations: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.0 / metacoq-translations - 1.0~alpha2+8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> metacoq-translations <small> 1.0~alpha2+8.11 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-11-26 07:28:24 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 07:28:24 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.11&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Simon Boulier &lt;[email protected]&gt;&quot; &quot;Cyril Cohen &lt;[email protected]&gt;&quot; &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Nicolas Tabareau &lt;[email protected]&gt;&quot; &quot;Thรฉo Winterhalter &lt;[email protected]&gt;&quot; ] license: &quot;MIT&quot; build: [ [&quot;sh&quot; &quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot; &quot;-C&quot; &quot;translations&quot;] ] install: [ [make &quot;-C&quot; &quot;translations&quot; &quot;install&quot;] ] depends: [ &quot;ocaml&quot; {&gt;= &quot;4.07.1&quot;} &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} ] synopsis: &quot;Translations built on top of MetaCoq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The Translations modules provides implementation of standard translations from type theory to type theory, e.g. parametricity and the `cross-bool` translation that invalidates functional extensionality. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/v1.0-alpha2-8.11.tar.gz&quot; checksum: &quot;sha256=8f1d2b42ad97d7c8660a57aabe53ddcc7b1645ced43386a1d2bef428b20d6b42&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq-translations.1.0~alpha2+8.11 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-metacoq-translations -&gt; coq-metacoq-template = 1.0~alpha2+8.11 -&gt; coq &gt;= 8.11 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq-translations.1.0~alpha2+8.11</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.0/metacoq-translations/1.0~alpha2+8.11.html
HTML
mit
7,496
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>semantics: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.1 / semantics - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> semantics <small> 8.5.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-04 18:52:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-04 18:52:19 UTC)</em><p> <h2>Context</h2> <pre># 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.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 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: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/semantics&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Semantics&quot;] depends: [ &quot;ocaml&quot; &quot;ocamlbuild&quot; {build} &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:natural semantics&quot; &quot;keyword:denotational semantics&quot; &quot;keyword:axiomatic&quot; &quot;keyword:semantics&quot; &quot;keyword:Hoare logic&quot; &quot;keyword:Dijkstra weakest precondition calculus&quot; &quot;keyword:abstract interpretation&quot; &quot;keyword:intervals&quot; &quot;category:Computer Science/Semantics and Compilation/Semantics&quot; &quot;date:2007-07-5&quot; ] authors: [ &quot;Yves Bertot &lt;[email protected]&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/semantics/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/semantics.git&quot; synopsis: &quot;A survey of semantics styles, from natural semantics through structural operational, axiomatic, and denotational semantics, to&quot; description: &quot;&quot;&quot; abstract interpretation. This is a survey of programming language semantics styles for a miniature example of a programming language, with their encoding in Coq, the proofs of equivalence of different styles, and the proof of soundess of tools obtained from axiomatic semantics or abstract interpretation. The tools can be run inside Coq, thus making them available for proof by reflection, and the code can also be extracted and connected to a yacc-based parser, thanks to the use of a functor parameterized by a module type of strings. A hand-written parser is also provided in Coq, but there are no proofs associated.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/semantics/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=f1c1f0202ab55262e3e8317ef4cbec68&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-semantics.8.5.0 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1). The following dependencies couldn&#39;t be met: - coq-semantics -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-semantics.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.1/semantics/8.5.0.html
HTML
mit
7,873
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>high-school-geometry: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.0 / high-school-geometry - 1.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> high-school-geometry <small> 1.0.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-12-09 07:56:05 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-09 07:56:05 UTC)</em><p> <h2>Context</h2> <pre># 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.10.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/HighSchoolGeometry/&quot; license: &quot;LGPL 2&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:geometry&quot; &quot;keyword:teaching&quot; &quot;keyword:high school&quot; &quot;category:Mathematics/Geometry/General&quot; &quot;date:2004-01&quot; &quot;logpath:HighSchoolGeometry&quot; ] authors: [ &quot;Frรฉdรฉrique Guilhot &lt;[email protected]&gt;&quot; ] synopsis: &quot;Geometry for French high-school&quot; description: &quot;&quot;&quot; This library is dedicated to high-shool geometry teaching. The axiomatisation for affine euclidean space is in a non analytic setting.&quot;&quot;&quot; url { src: &quot;https://github.com/coq-community/HighSchoolGeometry/archive/v1.0.0.tar.gz&quot; checksum: &quot;md5=cf03f84a71cee31d4fe870fa567cc3dd&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-high-school-geometry.1.0.0 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.0). The following dependencies couldn&#39;t be met: - coq-high-school-geometry -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-high-school-geometry.1.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.10.0/high-school-geometry/1.0.0.html
HTML
mit
6,735
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"><head><title>User's Guide:i2p.socket - Wikipedia</title> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <meta name="robots" content="index,follow"> <link rel="shortcut icon" href="/favicon.ico"> <style type='text/css'><!-- /*/*/ a.new, #quickbar a.new { color: #CC2200; } #quickbar { position: absolute; top: 4px; left: 4px; border-right: 1px solid gray; } #article { margin-left: 152px; margin-right: 4px; } /* */ //--></style> </head> <body bgcolor='#FFFFFF' onload=''> <h1 class='pagetitle'>User's Guide:i2p.socket</h1><p class='subtitle'>From Python-I2P. <div class='bodytext'><a name="top"></a> Module <code >i2p.socket</code > allows Python programs to access the <a href="samproxy.html" class='printable' title ="SAM proxy">SAM proxy</a>. It emulates the Python module <code >socket</code >. <p> With this module, a program can send stream data, datagrams, and raw packets across the I2P network. <p> <p><table border="0" id="toc"><tr><td align="center"> <b>Table of contents</b></td></tr><tr id='tocinside'><td> <div style="margin-bottom:0px;"> <A CLASS="internal" HREF="#Sockets">1 Sockets</A><BR> </div> <div style="margin-bottom:0px;"> <A CLASS="internal" HREF="#Functions">2 Functions</A><BR> </div> <div style="margin-bottom:0px;"> <A CLASS="internal" HREF="#Errors">3 Errors</A><BR> </div> <div style="margin-bottom:0px;"> <A CLASS="internal" HREF="#Constants">4 Constants</A><BR> </div> </td></tr></table><P> <h2><a name="Sockets"> Sockets </a></h2> <p> class <strong>socket</strong>(session, type, samaddr='127.0.0.1:7656', **kwargs) <ul ><pre> Create a new socket. Argument session should be a session name -- if the name has not yet been used, an I2P Destination will be created for it, otherwise, the existing Destination will be re-used. An empty session string causes a transient session to be created. Argument type is one of SOCK_STREAM, SOCK_DGRAM, or SOCK_RAW. I2P configuration keyword arguments: - in_depth - depth of incoming tunnel (default 2) - out_depth - depth of outgoing tunnel (default 2) A single session may be shared by more than one socket, if the sockets are the same type, and if the sockets are created within the same Python process. The socket objects are multithread-safe. Examples: &gt;&gt;&gt; a = i2p.socket('Alice', i2p.SOCK_STREAM) &gt;&gt;&gt; b = i2p.socket('Bob', i2p.SOCK_DGRAM, in_depth=2, out_depth=5) The created object behaves identically to a socket from module socket, with the following exceptions: * I2P Destinations are used as address arguments [1]. * bind is a no-op: sockets are always bound. * send* methods send all data and are non-blocking. A given session name can only be open in a single Python program at a time. If you need to overcome this limitation, consider patching I2P. [1]. Alternatively, a host name can be used as an address. It will be resolved using hosts.txt. </pre> <pre> For details on how to use socket objects, see <a href="http://www.python.org/doc/current/lib/socket-objects.html" class='printable' title="http://www.python.org/doc/current/lib/socket-objects.html">http://www.python.org/doc/current/lib/socket-objects.html</a> </pre> <p> <pre> See the examples directory for code examples. </pre> </ul > The class <code >socket</code > defines the following properties: <ul > <pre> dest - Local I2P Destination of socket session - Session name type - Socket type: SOCK_STREAM, SOCK_DGRAM, or SOCK_RAW. </pre> </ul > <p> The class <code >socket</code > defines the following methods: <p> <strong>accept</strong>(self) <ul ><pre> Accept an incoming connection. The socket must be type SOCK_STREAM, and listen() must be called prior to this command. The return value is (conn, remotedest), where conn is a new socket object made for the connection, and remotedest is the remote Destination from which the connection was made. Example: &gt;&gt;&gt; from i2p import socket &gt;&gt;&gt; s = socket.socket('Alice', socket.SOCK_STREAM) &gt;&gt;&gt; s.listen(10) This prepares the server. Now accept an incoming connection: &gt;&gt;&gt; c, remotedest = s.accept() &gt;&gt;&gt; c.send('hello world!') If accept() is called on a socket that is in non-blocking mode or has a timeout, i2p.socket.BlockError or i2p.socket.Timeout may be raised. This indicates that no incoming connection is currently available. </pre> </ul > <strong>bind</strong>(self, address) <ul ><pre> Does nothing. Provided for compatibility with the Python socket command bind(), which binds a server to a port. </pre> </ul > <strong>close</strong>(self) <ul ><pre> Closes the socket. It is an error to call any method other than recv() or recvfrom() on a closed socket. For streams, the receive methods return data that was received prior to the closing of the socket. For datagram and raw sockets, the receive methods cannot be used on a closed socket. </pre> </ul > <strong>connect</strong>(self, address) <ul ><pre> Connect to a remote dest, identified in local SAM bridge's hosts file as host 'address'. For example: &gt;&gt;&gt; s.connect('duck.i2p') Alternatively, you can use a full base64 Destination: Example: &gt;&gt;&gt; s.connect('238797sdfh2k34kjh....AAAA') If connect() is called on a socket that is in non-blocking mode or has a timeout, i2p.socket.BlockError or i2p.socket.Timeout may be raised. This indicates that the connection is still being initiated. Use i2p.select.select() to determine when the connection is ready. </pre> </ul > <strong>connect_ex</strong>(self, address) <ul ><pre> Like connect(), but return any error that is raised. Returns None if no error is raised. </pre> </ul > <strong>getpeername</strong>(self) <ul ><pre> Get the remote Destination associated with the socket. This is equivalent to s.remotedest, and is provided for compatibility with the Python socket module. </pre> </ul > <strong>getsockname</strong>(self) <ul ><pre> Get the local Destination associated with the socket. This is equivalent to s.dest, and is provided for compatibility with the Python socket module. </pre> </ul > <strong>gettimeout</strong>(self) <ul ><pre> Get the timeout value. </pre> </ul > <strong>listen</strong>(self, backlog) <ul ><pre> Listen for connections made to the socket. This method must be called before accept(). The backlog argument specifies the maximum number of queued incoming connections. </pre> </ul > <strong>makefile</strong>(self, mode='r', bufsize=-1) <ul ><pre> Return a file object for the socket. See socket.makefile() in the Python documentation for more information. </pre> </ul > <strong>recv</strong>(self, bufsize, flags=0) <ul ><pre> Receive string data from the socket. The maximum amount of data to be received is given by bufsize. If bufsize is zero, this function returns an empty string immediately. If bufsize is nonzero, this function blocks until at least one character is available for reading. If the socket has been closed, an empty string is returned as an end of file indicator. If recv() is called on a socket that is in non-blocking mode or has a timeout, i2p.socket.BlockError or i2p.socket.Timeout will be raised if data is not available within the given timeframe. For a datagram or raw socket, the first bufsize characters of the packet are read, and the remainder of the packet is discarded. To read the entire packet, use bufsize = -1. For datagram and raw sockets, the packet may originate from any Destination. Use recvfrom() with datagrams to determine the Destination from which the packet was received. The flags argument can be a bitwise OR of MSG_PEEK, MSG_WAITALL, and/or MSG_DONTWAIT. MSG_PEEK indicates that any data read should not be removed from the socket's incoming buffer. MSG_WAITALL indicates to wait for exactly bufsize characters or an error. MSG_DONTWAIT indicates that the recv() command should not block execution. </pre> </ul > <strong>recvfrom</strong>(self, bufsize, flags=0) <ul ><pre> Like recv(), but returns a tuple (data, remoteaddr), where data is the string data received, and remoteaddr is the remote Destination. </pre> </ul > <strong>send</strong>(self, string, flags=0) <ul ><pre> Sends string data to a remote Destination. For a stream, connect() must be called prior to send(). Once close() is called, no further data can be sent, and the stream cannot be re-opened. For datagram and raw sockets, connect() only specifies a Destination to which packets are sent to. send() will then send a packet to the given Destination. connect() can be used multiple times. The send() command never blocks execution. The flags argument is ignored. </pre> </ul > <strong>sendall</strong>(self, string, flags=0) <ul ><pre> Identical to send(). </pre> </ul > <strong>sendto</strong>(self, string, flags, address) <ul ><pre> Send a packet to the given Destination. Only valid for datagram and raw sockets. The address argument should be either a name from the hosts file, or a base64 Destination. The sendto() command never blocks execution. The flags argument is ignored. </pre> </ul > <strong>setblocking</strong>(self, flag) <ul ><pre> Set blocking or non-blocking mode for the socket. If flag is True, any method called on the socket will hang until the method has completed. If flag is False, all methods will raise i2p.socket.BlockError() if they cannot complete instantly. s.setblocking(False) is equivalent to s.settimeout(0); s.setblocking(True) is equivalent to s.settimeout(None). </pre> </ul > <strong>settimeout</strong>(self, value) <ul ><pre> Set a timeout for the socket. The value argument should be a timeout value in seconds, or None. None is equivalent to an infinite timeout. A socket operation will raise a i2p.socket.Timeout if the operation cannot complete within in the specified time limit. </pre> </ul > <p> <h2><a name="Functions"> Functions </a></h2> <p> Functions defined in module <code >i2p.socket</code >: <p> <strong>resolve</strong>(host, samaddr='127.0.0.1:7656') <ul > <pre> Resolve I2P host name --&gt; I2P Destination. Returns the same string if host is already a Destination. </pre> </ul > <p> <h2><a name="Errors"> Errors </a></h2> <p> class <strong>Error</strong>(i2p.Error) <ul ><pre> Base class for all SAM errors. </pre> </ul > class <strong>BlockError</strong>(Error) <ul ><pre> Socket call would have blocked. </pre> </ul > class <strong>ClosedError</strong>(Error) <ul ><pre> A command was used on a socket that closed gracefully. </pre> </ul > class <strong>NetworkError</strong>(Error) <ul ><pre> Network error occurred within I2P. The error object is a 2-tuple: (errtag, errdesc). errtag is a SAM error string, errdesc is a human readable error description. </pre> </ul > <p> <h2><a name="Constants"> Constants </a></h2> <p> <strong>Socket types</strong> <ul ><pre> SOCK_STREAM = 1 SOCK_DGRAM = 2 SOCK_RAW = 3 </pre> </ul > <strong>Packet sizes</strong> <ul ><pre> MAX_DGRAM = 31744 # Maximum size for datagram packet MAX_RAW = 32768 # Maximum size for raw packet </pre> </ul > <strong>Flags for recv()</strong> <ul ><pre> MSG_DONTWAIT = 128 # Don't block MSG_PEEK = 2 # Peek at incoming data MSG_WAITALL = 64 # Wait for all data or error </pre> </ul > <p> </div> </body></html>
NoYouShutup/CryptMeme
CryptMeme/apps/sam/python/doc/guide/i2p.socket.html
HTML
mit
11,592
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>schroeder: 19 s ๐Ÿ†</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+1 / schroeder - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> schroeder <small> 8.7.0 <span class="label label-success">19 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-19 04:09:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-19 04:09:34 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1+1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/schroeder&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Schroeder&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: Schroeder-Bernstein&quot; &quot;keyword: set theory&quot; &quot;category: Mathematics/Logic/Set theory&quot; ] authors: [ &quot;Hugo herbelin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/schroeder/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/schroeder.git&quot; synopsis: &quot;The Theorem of Schroeder-Bernstein&quot; description: &quot;&quot;&quot; Fraenkel&#39;s proof of Schroeder-Bernstein theorem on decidable sets is formalized in a constructive variant of set theory based on stratified universes (the one defined in the Ensemble library). The informal proof can be found for instance in &quot;Axiomatic Set Theory&quot; from P. Suppes.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/schroeder/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=e45808e361e73cfd09dfad9ed47a47a6&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-schroeder.8.7.0 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-schroeder.8.7.0 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-schroeder.8.7.0 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>19 s</dd> </dl> <h2>Installation size</h2> <p>Total: 119 K</p> <ul> <li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Schroeder/Schroeder.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Schroeder/Schroeder.vo</code></li> <li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Schroeder/Functions.vo</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Schroeder/Schroeder.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Schroeder/Functions.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Schroeder/Equipollence.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Schroeder/Functions.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Schroeder/Sums.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Schroeder/Sums.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Schroeder/Setminus_fact.vo</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Schroeder/Sums.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Schroeder/Equipollence.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Schroeder/Setminus_fact.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Schroeder/Equipollence.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Schroeder/Setminus_fact.glob</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-schroeder.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.1+1/schroeder/8.7.0.html
HTML
mit
8,651
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-erasure: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.2 / metacoq-erasure - 1.0~beta2+8.13</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> metacoq-erasure <small> 1.0~beta2+8.13 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-01-20 08:18:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-20 08:18:01 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.11&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;[email protected]&gt;&quot; &quot;Simon Boulier &lt;[email protected]&gt;&quot; &quot;Cyril Cohen &lt;[email protected]&gt;&quot; &quot;Yannick Forster &lt;[email protected]&gt;&quot; &quot;Fabian Kunze &lt;[email protected]&gt;&quot; &quot;Gregory Malecha &lt;[email protected]&gt;&quot; &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Nicolas Tabareau &lt;[email protected]&gt;&quot; &quot;Thรฉo Winterhalter &lt;[email protected]&gt;&quot; ] license: &quot;MIT&quot; build: [ [&quot;sh&quot; &quot;./configure.sh&quot;] [make &quot;-j&quot; &quot;%{jobs}%&quot; &quot;-C&quot; &quot;erasure&quot;] ] install: [ [make &quot;-C&quot; &quot;erasure&quot; &quot;install&quot;] ] depends: [ &quot;coq&quot; {&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.14~&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-pcuic&quot; {= version} &quot;coq-metacoq-safechecker&quot; {= version} ] synopsis: &quot;Implementation and verification of an erasure procedure for Coq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The Erasure module provides a complete specification of Coq&#39;s so-called \&quot;extraction\&quot; procedure, starting from the PCUIC calculus and targeting untyped call-by-value lambda-calculus. The `erasure` function translates types and proofs in well-typed terms into a dummy `tBox` constructor, following closely P. Letouzey&#39;s PhD thesis. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/v1.0-beta2-8.13.tar.gz&quot; checksum: &quot;sha256=15e1cfde70e6c4dbf33bff1a77266ac5c0c3e280586ef059e0cdec07bee814f2&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq-erasure.1.0~beta2+8.13 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.2). The following dependencies couldn&#39;t be met: - coq-metacoq-erasure -&gt; coq-metacoq-safechecker &gt;= 1.0~beta2+8.13 -&gt; coq &gt;= 8.13 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq-erasure.1.0~beta2+8.13</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.2/metacoq-erasure/1.0~beta2+8.13.html
HTML
mit
7,907
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ext-lib: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+1 / ext-lib - 0.9.8</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> ext-lib <small> 0.9.8 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-11 17:12:35 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-11 17:12:35 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1+1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/coq-ext-lib&quot; dev-repo: &quot;git+https://github.com/coq-community/coq-ext-lib.git#v8.8&quot; bug-reports: &quot;https://github.com/coq-community/coq-ext-lib/issues&quot; authors: [&quot;Gregory Malecha&quot;] license: &quot;BSD-2-Clause-FreeBSD&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] synopsis: &quot;A basic library of basic Coq datatypes, definitions, theorems, and&quot; description: &quot;tactics meant to extend the standard library.&quot; url { src: &quot;https://github.com/coq-community/coq-ext-lib/archive/v0.9.8.tar.gz&quot; checksum: &quot;md5=bdf07d717aba59b2ec2842a507ae5693&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-ext-lib.0.9.8 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+1). The following dependencies couldn&#39;t be met: - coq-ext-lib -&gt; coq &gt;= 8.8 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ext-lib.0.9.8</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.1+1/ext-lib/0.9.8.html
HTML
mit
6,578
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>ๆˆ่ชž&nbsp;</b></th><td class="ztd2">้šจๆณข้€ๅกต</td></tr> <tr><th class="ztd1"><b>ๆณจ้Ÿณ&nbsp;</b></th><td class="ztd2">ใ„™ใ„จใ„Ÿ<sup class="subfont">หŠ</sup>ใ€€ใ„…ใ„›ใ€€ใ„“ใ„จ<sup class="subfont">หŠ</sup>ใ€€ใ„”ใ„ฃ<sup class="subfont">หŠ</sup></td></tr> <tr><th class="ztd1"><b>ๆผข่ชžๆ‹ผ้Ÿณ&nbsp;</b></th><td class="ztd2"><font class="english_word">suรญ bล zhรบ chรฉn</font></td></tr> <tr><th class="ztd1"><b>้‡‹็พฉ&nbsp;</b></th><td class="ztd2"> ็พฉๅƒใ€Œ<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000492%22.%26v%3D-1" class="clink" target=_blank>้šจๆณข้€ๆต</a>ใ€ใ€‚่ฆ‹ใ€Œ<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000492%22.%26v%3D-1" class="clink" target=_blank>้šจๆณข้€ๆต</a>ใ€ๆขใ€‚</font></td></tr> <tr><th class="ztd1"><b><style>.tableoutfmt2 .std1{width:3%;}</style></b></th><td class="ztd2"><table class="fmt16_table"><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>ๅƒ่€ƒ่ฉž่ชž๏ธฐ</b></td><td width=150 style="text-align:left;" class="fmt16_td2" ><a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000492%22.%26v%3D-1" class="clink" target=_blank>้šจๆณข้€ๆต</a></td></tr><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>ๆณจ้Ÿณ๏ธฐ</b></td><td width=150 style="text-align:left;" class="fmt16_td2" >ใ„™ใ„จใ„Ÿ<sup class="subfont">หŠ</sup>ใ€€ใ„…ใ„›ใ€€ใ„“ใ„จ<sup class="subfont">หŠ</sup>ใ€€ใ„Œ๏ฝœใ„ก<sup class="subfont">หŠ</sup></td></tr><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>ๆผข่ชžๆ‹ผ้Ÿณ๏ธฐ</b></td><td width=150 style="text-align:left;" class="fmt16_td2" ><font class="english_word">suรญ bล zhรบ liรบ</font></td></tr></table><br><br></td></tr> </td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/4000-4999/4423-34.html
HTML
mit
2,292
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>extensible-records: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.0 / extensible-records - 1.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> extensible-records <small> 1.1.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-10 01:03:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-10 01:03:28 UTC)</em><p> <h2>Context</h2> <pre># 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.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.1 Official release 4.11.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/gmalecha/coq-extensible-records&quot; dev-repo: &quot;git+https://github.com/gmalecha/coq-extensible-records.git&quot; bug-reports: &quot;https://github.com/gmalecha/coq-extensible-records/issues&quot; authors: [&quot;Gregory Malecha&quot;] license: &quot;MIT&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5.0&quot; &amp; &lt; &quot;8.9&quot;} ] synopsis: &quot;Definitional (canonical) extensible records in Coq with string keys and arbitrary (non-dependent) types&quot; url { src: &quot;https://github.com/gmalecha/coq-extensible-records/archive/v1.1.0.tar.gz&quot; checksum: &quot;md5=d2811c4ab38cbd7fa6785bd7d286b9d3&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-extensible-records.1.1.0 coq.8.12.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.0). The following dependencies couldn&#39;t be met: - coq-extensible-records -&gt; coq &lt; 8.9 -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-extensible-records.1.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.1-2.0.7/released/8.12.0/extensible-records/1.1.0.html
HTML
mit
6,445
<!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <title>Mpath</title> </head> <body> <svg width="100%" height="100%" viewBox="0 0 500 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" > <rect x="1" y="1" width="498" height="298" fill="none" stroke="blue" stroke-width="2" /> <!-- Draw the outline of the motion path in blue, along with three small circles at the start, middle and end. --> <path id="path1" d="M100,250 C 100,50 400,50 400,250" fill="none" stroke="blue" stroke-width="7.06" /> <circle cx="100" cy="250" r="17.64" fill="blue" /> <circle cx="250" cy="100" r="17.64" fill="blue" /> <circle cx="400" cy="250" r="17.64" fill="blue" /> <!-- Here is a triangle which will be moved about the motion path. It is defined with an upright orientation with the base of the triangle centered horizontally just above the origin. --> <path d="M-25,-12.5 L25,-12.5 L 0,-87.5 z" fill="yellow" stroke="red" stroke-width="7.06" > <!-- Define the motion path animation --> <animateMotion dur="6s" repeatCount="indefinite" rotate="auto" > <mpath xlink:href="#path1"/> </animateMotion> </path> </svg> </body> </html>
descco/knowledge-svg
04-animation-elements/mpath.html
HTML
mit
1,351
<!DOCTYPE html> <!-- This is a starter template page. Use this page to start your new project from scratch. This page gets rid of all links and provides the needed markup only. --> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>MaterialAdminLTE 3 | Top Navigation + Sidebar</title> <!-- Google Font: Source Sans Pro --> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback"> <!-- Font Awesome Icons --> <link rel="stylesheet" href="../../plugins/fontawesome-free/css/all.min.css"> <!-- Theme style --> <link rel="stylesheet" href="../../dist/css/adminlte.min.css"> <!-- Bootstrap Material Design style --> <link rel="stylesheet" href="../../dist/css/bootstrap-material-design.min.css"> </head> <body class="hold-transition sidebar-collapse layout-top-nav"> <div class="wrapper"> <!-- Navbar --> <nav class="main-header navbar navbar-expand-md navbar-light navbar-white"> <div class="container"> <a href="../../index3.html" class="navbar-brand"> <img src="../../dist/img/AdminLTELogo.png" alt="AdminLTE Logo" class="brand-image img-circle elevation-3" style="opacity: .8"> <span class="brand-text font-weight-light">MaterialAdminLTE</span> </a> <button class="navbar-toggler order-1" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse order-3" id="navbarCollapse"> <!-- Left navbar links --> <ul class="navbar-nav"> <li class="nav-item"> <a class="nav-link" data-widget="pushmenu" href="#" role="button"><i class="fas fa-bars"></i></a> </li> <li class="nav-item"> <a href="index3.html" class="nav-link">Home</a> </li> <li class="nav-item"> <a href="#" class="nav-link">Contact</a> </li> <li class="nav-item dropdown"> <a id="dropdownSubMenu1" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link dropdown-toggle">Dropdown</a> <ul aria-labelledby="dropdownSubMenu1" class="dropdown-menu border-0 shadow"> <li><a href="#" class="dropdown-item">Some action </a></li> <li><a href="#" class="dropdown-item">Some other action</a></li> <li class="dropdown-divider"></li> <!-- Level two dropdown--> <li class="dropdown-submenu dropdown-hover"> <a id="dropdownSubMenu2" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-item dropdown-toggle">Hover for action</a> <ul aria-labelledby="dropdownSubMenu2" class="dropdown-menu border-0 shadow"> <li> <a tabindex="-1" href="#" class="dropdown-item">level 2</a> </li> <!-- Level three dropdown--> <li class="dropdown-submenu"> <a id="dropdownSubMenu3" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-item dropdown-toggle">level 2</a> <ul aria-labelledby="dropdownSubMenu3" class="dropdown-menu border-0 shadow"> <li><a href="#" class="dropdown-item">3rd level</a></li> <li><a href="#" class="dropdown-item">3rd level</a></li> </ul> </li> <!-- End Level three --> <li><a href="#" class="dropdown-item">level 2</a></li> <li><a href="#" class="dropdown-item">level 2</a></li> </ul> </li> <!-- End Level two --> </ul> </li> </ul> <!-- SEARCH FORM --> <form class="form-inline ml-0 ml-md-3"> <div class="input-group input-group-sm"> <input class="form-control form-control-navbar" type="search" placeholder="Search" aria-label="Search"> <div class="input-group-append"> <button class="btn btn-navbar" type="submit"> <i class="fas fa-search"></i> </button> </div> </div> </form> </div> <!-- Right navbar links --> <ul class="order-1 order-md-3 navbar-nav navbar-no-expand ml-auto"> <!-- Messages Dropdown Menu --> <li class="nav-item dropdown"> <a class="nav-link" data-toggle="dropdown" href="#"> <i class="fas fa-comments"></i> <span class="badge badge-danger navbar-badge">3</span> </a> <div class="dropdown-menu dropdown-menu-lg dropdown-menu-right"> <a href="#" class="dropdown-item"> <!-- Message Start --> <div class="media"> <img src="../../dist/img/user1-128x128.jpg" alt="User Avatar" class="img-size-50 mr-3 img-circle"> <div class="media-body"> <h3 class="dropdown-item-title"> Brad Diesel <span class="float-right text-sm text-danger"><i class="fas fa-star"></i></span> </h3> <p class="text-sm">Call me whenever you can...</p> <p class="text-sm text-muted"><i class="far fa-clock mr-1"></i> 4 Hours Ago</p> </div> </div> <!-- Message End --> </a> <div class="dropdown-divider"></div> <a href="#" class="dropdown-item"> <!-- Message Start --> <div class="media"> <img src="../../dist/img/user8-128x128.jpg" alt="User Avatar" class="img-size-50 img-circle mr-3"> <div class="media-body"> <h3 class="dropdown-item-title"> John Pierce <span class="float-right text-sm text-muted"><i class="fas fa-star"></i></span> </h3> <p class="text-sm">I got your message bro</p> <p class="text-sm text-muted"><i class="far fa-clock mr-1"></i> 4 Hours Ago</p> </div> </div> <!-- Message End --> </a> <div class="dropdown-divider"></div> <a href="#" class="dropdown-item"> <!-- Message Start --> <div class="media"> <img src="../../dist/img/user3-128x128.jpg" alt="User Avatar" class="img-size-50 img-circle mr-3"> <div class="media-body"> <h3 class="dropdown-item-title"> Nora Silvester <span class="float-right text-sm text-warning"><i class="fas fa-star"></i></span> </h3> <p class="text-sm">The subject goes here</p> <p class="text-sm text-muted"><i class="far fa-clock mr-1"></i> 4 Hours Ago</p> </div> </div> <!-- Message End --> </a> <div class="dropdown-divider"></div> <a href="#" class="dropdown-item dropdown-footer">See All Messages</a> </div> </li> <!-- Notifications Dropdown Menu --> <li class="nav-item dropdown"> <a class="nav-link" data-toggle="dropdown" href="#"> <i class="far fa-bell"></i> <span class="badge badge-warning navbar-badge">15</span> </a> <div class="dropdown-menu dropdown-menu-lg dropdown-menu-right"> <span class="dropdown-header">15 Notifications</span> <div class="dropdown-divider"></div> <a href="#" class="dropdown-item"> <i class="fas fa-envelope mr-2"></i> 4 new messages <span class="float-right text-muted text-sm">3 mins</span> </a> <div class="dropdown-divider"></div> <a href="#" class="dropdown-item"> <i class="fas fa-users mr-2"></i> 8 friend requests <span class="float-right text-muted text-sm">12 hours</span> </a> <div class="dropdown-divider"></div> <a href="#" class="dropdown-item"> <i class="fas fa-file mr-2"></i> 3 new reports <span class="float-right text-muted text-sm">2 days</span> </a> <div class="dropdown-divider"></div> <a href="#" class="dropdown-item dropdown-footer">See All Notifications</a> </div> </li> <li class="nav-item"> <a class="nav-link" data-widget="control-sidebar" data-slide="true" href="#" role="button"> <i class="fas fa-th-large"></i> </a> </li> </ul> </div> </nav> <!-- /.navbar --> <!-- Main Sidebar Container --> <aside class="main-sidebar sidebar-dark-primary elevation-4"> <!-- Brand Logo --> <a href="../../index3.html" class="brand-link"> <img src="../../dist/img/AdminLTELogo.png" alt="AdminLTE Logo" class="brand-image img-circle elevation-3" style="opacity: .8"> <span class="brand-text font-weight-light">MaterialAdminLTE</span> </a> <!-- Sidebar --> <div class="sidebar"> <!-- Sidebar user (optional) --> <div class="user-panel mt-3 pb-3 mb-3 d-flex"> <div class="image"> <img src="../../dist/img/user2-160x160.jpg" class="img-circle elevation-2" alt="User Image"> </div> <div class="info"> <a href="#" class="d-block">Alexander Pierce</a> </div> </div> <!-- SidebarSearch Form --> <div class="form-inline"> <div class="input-group" data-widget="sidebar-search"> <input class="form-control form-control-sidebar" type="search" placeholder="Search" aria-label="Search"> <div class="input-group-append"> <button class="btn btn-sidebar"> <i class="fas fa-search fa-fw"></i> </button> </div> </div> </div> <!-- Sidebar Menu --> <nav class="mt-2"> <ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu" data-accordion="false"> <!-- Add icons to the links using the .nav-icon class with font-awesome or any other icon font library --> <li class="nav-item"> <a href="#" class="nav-link"> <i class="nav-icon fas fa-tachometer-alt"></i> <p> Dashboard <i class="right fas fa-angle-left"></i> </p> </a> <ul class="nav nav-treeview"> <li class="nav-item"> <a href="../../index.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Dashboard v1</p> </a> </li> <li class="nav-item"> <a href="../../index2.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Dashboard v2</p> </a> </li> <li class="nav-item"> <a href="../../index3.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Dashboard v3</p> </a> </li> </ul> </li> <li class="nav-item"> <a href="../widgets.html" class="nav-link"> <i class="nav-icon fas fa-th"></i> <p> Widgets <span class="right badge badge-danger">New</span> </p> </a> </li> <li class="nav-item menu-open"> <a href="#" class="nav-link active"> <i class="nav-icon fas fa-copy"></i> <p> Layout Options <i class="fas fa-angle-left right"></i> <span class="badge badge-info right">6</span> </p> </a> <ul class="nav nav-treeview"> <li class="nav-item"> <a href="../layout/top-nav.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Top Navigation</p> </a> </li> <li class="nav-item"> <a href="../layout/top-nav-sidebar.html" class="nav-link active"> <i class="far fa-circle nav-icon"></i> <p>Top Navigation + Sidebar</p> </a> </li> <li class="nav-item"> <a href="../layout/boxed.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Boxed</p> </a> </li> <li class="nav-item"> <a href="../layout/fixed-sidebar.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Fixed Sidebar</p> </a> </li> <li class="nav-item"> <a href="../layout/fixed-sidebar-custom.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Fixed Sidebar <small>+ Custom Area</small></p> </a> </li> <li class="nav-item"> <a href="../layout/fixed-topnav.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Fixed Navbar</p> </a> </li> <li class="nav-item"> <a href="../layout/fixed-footer.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Fixed Footer</p> </a> </li> <li class="nav-item"> <a href="../layout/collapsed-sidebar.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Collapsed Sidebar</p> </a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="nav-icon fas fa-chart-pie"></i> <p> Charts <i class="right fas fa-angle-left"></i> </p> </a> <ul class="nav nav-treeview"> <li class="nav-item"> <a href="../charts/chartjs.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>ChartJS</p> </a> </li> <li class="nav-item"> <a href="../charts/flot.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Flot</p> </a> </li> <li class="nav-item"> <a href="../charts/inline.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Inline</p> </a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="nav-icon fas fa-tree"></i> <p> UI Elements <i class="fas fa-angle-left right"></i> </p> </a> <ul class="nav nav-treeview"> <li class="nav-item"> <a href="../UI/general.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>General</p> </a> </li> <li class="nav-item"> <a href="../UI/icons.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Icons</p> </a> </li> <li class="nav-item"> <a href="../UI/buttons.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Buttons</p> </a> </li> <li class="nav-item"> <a href="../UI/sliders.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Sliders</p> </a> </li> <li class="nav-item"> <a href="../UI/modals.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Modals & Alerts</p> </a> </li> <li class="nav-item"> <a href="../UI/navbar.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Navbar & Tabs</p> </a> </li> <li class="nav-item"> <a href="../UI/timeline.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Timeline</p> </a> </li> <li class="nav-item"> <a href="../UI/ribbons.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Ribbons</p> </a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="nav-icon fas fa-edit"></i> <p> Forms <i class="fas fa-angle-left right"></i> </p> </a> <ul class="nav nav-treeview"> <li class="nav-item"> <a href="../forms/general.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>General Elements</p> </a> </li> <li class="nav-item"> <a href="../forms/advanced.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Advanced Elements</p> </a> </li> <li class="nav-item"> <a href="../forms/editors.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Editors</p> </a> </li> <li class="nav-item"> <a href="../forms/validation.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Validation</p> </a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="nav-icon fas fa-table"></i> <p> Tables <i class="fas fa-angle-left right"></i> </p> </a> <ul class="nav nav-treeview"> <li class="nav-item"> <a href="../tables/simple.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Simple Tables</p> </a> </li> <li class="nav-item"> <a href="../tables/data.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>DataTables</p> </a> </li> <li class="nav-item"> <a href="../tables/jsgrid.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>jsGrid</p> </a> </li> </ul> </li> <li class="nav-header">EXAMPLES</li> <li class="nav-item"> <a href="../calendar.html" class="nav-link"> <i class="nav-icon far fa-calendar-alt"></i> <p> Calendar <span class="badge badge-info right">2</span> </p> </a> </li> <li class="nav-item"> <a href="../gallery.html" class="nav-link"> <i class="nav-icon far fa-image"></i> <p> Gallery </p> </a> </li> <li class="nav-item"> <a href="../kanban.html" class="nav-link"> <i class="nav-icon fas fa-columns"></i> <p> Kanban Board </p> </a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="nav-icon far fa-envelope"></i> <p> Mailbox <i class="fas fa-angle-left right"></i> </p> </a> <ul class="nav nav-treeview"> <li class="nav-item"> <a href="../mailbox/mailbox.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Inbox</p> </a> </li> <li class="nav-item"> <a href="../mailbox/compose.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Compose</p> </a> </li> <li class="nav-item"> <a href="../mailbox/read-mail.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Read</p> </a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="nav-icon fas fa-book"></i> <p> Pages <i class="fas fa-angle-left right"></i> </p> </a> <ul class="nav nav-treeview"> <li class="nav-item"> <a href="../examples/invoice.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Invoice</p> </a> </li> <li class="nav-item"> <a href="../examples/profile.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Profile</p> </a> </li> <li class="nav-item"> <a href="../examples/e-commerce.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>E-commerce</p> </a> </li> <li class="nav-item"> <a href="../examples/projects.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Projects</p> </a> </li> <li class="nav-item"> <a href="../examples/project-add.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Project Add</p> </a> </li> <li class="nav-item"> <a href="../examples/project-edit.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Project Edit</p> </a> </li> <li class="nav-item"> <a href="../examples/project-detail.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Project Detail</p> </a> </li> <li class="nav-item"> <a href="../examples/contacts.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Contacts</p> </a> </li> <li class="nav-item"> <a href="../examples/faq.html" class="nav-link active"> <i class="far fa-circle nav-icon"></i> <p>FAQ</p> </a> </li> <li class="nav-item"> <a href="../examples/contact-us.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Contact us</p> </a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="nav-icon far fa-plus-square"></i> <p> Extras <i class="fas fa-angle-left right"></i> </p> </a> <ul class="nav nav-treeview"> <li class="nav-item"> <a href="#" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p> Login & Register v1 <i class="fas fa-angle-left right"></i> </p> </a> <ul class="nav nav-treeview"> <li class="nav-item"> <a href="../examples/login.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Login v1</p> </a> </li> <li class="nav-item"> <a href="../examples/register.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Register v1</p> </a> </li> <li class="nav-item"> <a href="../examples/forgot-password.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Forgot Password v1</p> </a> </li> <li class="nav-item"> <a href="../examples/recover-password.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Recover Password v1</p> </a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p> Login & Register v2 <i class="fas fa-angle-left right"></i> </p> </a> <ul class="nav nav-treeview"> <li class="nav-item"> <a href="../examples/login-v2.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Login v2</p> </a> </li> <li class="nav-item"> <a href="../examples/register-v2.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Register v2</p> </a> </li> <li class="nav-item"> <a href="../examples/forgot-password-v2.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Forgot Password v2</p> </a> </li> <li class="nav-item"> <a href="../examples/recover-password-v2.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Recover Password v2</p> </a> </li> </ul> </li> <li class="nav-item"> <a href="../examples/lockscreen.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Lockscreen</p> </a> </li> <li class="nav-item"> <a href="../examples/legacy-user-menu.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Legacy User Menu</p> </a> </li> <li class="nav-item"> <a href="../examples/language-menu.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Language Menu</p> </a> </li> <li class="nav-item"> <a href="../examples/404.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Error 404</p> </a> </li> <li class="nav-item"> <a href="../examples/500.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Error 500</p> </a> </li> <li class="nav-item"> <a href="../examples/pace.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Pace</p> </a> </li> <li class="nav-item"> <a href="../examples/blank.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Blank Page</p> </a> </li> <li class="nav-item"> <a href="../../starter.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Starter Page</p> </a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="nav-icon fas fa-search"></i> <p> Search <i class="fas fa-angle-left right"></i> </p> </a> <ul class="nav nav-treeview"> <li class="nav-item"> <a href="../search/simple.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Simple Search</p> </a> </li> <li class="nav-item"> <a href="../search/enhanced.html" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Enhanced</p> </a> </li> </ul> </li> <li class="nav-header">MISCELLANEOUS</li> <li class="nav-item"> <a href="https://adminlte.io/docs/3.0/" class="nav-link"> <i class="nav-icon fas fa-file"></i> <p>Documentation</p> </a> </li> <li class="nav-header">MULTI LEVEL EXAMPLE</li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="fas fa-circle nav-icon"></i> <p>Level 1</p> </a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="nav-icon fas fa-circle"></i> <p> Level 1 <i class="right fas fa-angle-left"></i> </p> </a> <ul class="nav nav-treeview"> <li class="nav-item"> <a href="#" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Level 2</p> </a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p> Level 2 <i class="right fas fa-angle-left"></i> </p> </a> <ul class="nav nav-treeview"> <li class="nav-item"> <a href="#" class="nav-link"> <i class="far fa-dot-circle nav-icon"></i> <p>Level 3</p> </a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="far fa-dot-circle nav-icon"></i> <p>Level 3</p> </a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="far fa-dot-circle nav-icon"></i> <p>Level 3</p> </a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="far fa-circle nav-icon"></i> <p>Level 2</p> </a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="fas fa-circle nav-icon"></i> <p>Level 1</p> </a> </li> <li class="nav-header">LABELS</li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="nav-icon far fa-circle text-danger"></i> <p class="text">Important</p> </a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="nav-icon far fa-circle text-warning"></i> <p>Warning</p> </a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="nav-icon far fa-circle text-info"></i> <p>Informational</p> </a> </li> </ul> </nav> <!-- /.sidebar-menu --> </div> <!-- /.sidebar --> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <div class="content-header"> <div class="container"> <div class="row mb-2"> <div class="col-sm-6"> <h1 class="m-0"> Top Navigation <small>Example 3.0</small></h1> </div><!-- /.col --> <div class="col-sm-6"> <ol class="breadcrumb float-sm-right"> <li class="breadcrumb-item"><a href="#">Home</a></li> <li class="breadcrumb-item"><a href="#">Layout</a></li> <li class="breadcrumb-item active">Top Navigation</li> </ol> </div><!-- /.col --> </div><!-- /.row --> </div><!-- /.container-fluid --> </div> <!-- /.content-header --> <!-- Main content --> <div class="content"> <div class="container"> <div class="row"> <div class="col-lg-6"> <div class="card"> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text"> Some quick example text to build on the card title and make up the bulk of the card's content. </p> <a href="#" class="card-link">Card link</a> <a href="#" class="card-link">Another link</a> </div> </div> <div class="card card-primary card-outline"> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text"> Some quick example text to build on the card title and make up the bulk of the card's content. </p> <a href="#" class="card-link">Card link</a> <a href="#" class="card-link">Another link</a> </div> </div><!-- /.card --> </div> <!-- /.col-md-6 --> <div class="col-lg-6"> <div class="card"> <div class="card-header"> <h5 class="card-title m-0">Featured</h5> </div> <div class="card-body"> <h6 class="card-title">Special title treatment</h6> <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> <div class="card card-primary card-outline"> <div class="card-header"> <h5 class="card-title m-0">Featured</h5> </div> <div class="card-body"> <h6 class="card-title">Special title treatment</h6> <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> </div> <!-- /.col-md-6 --> </div> <!-- /.row --> </div><!-- /.container-fluid --> </div> <!-- /.content --> </div> <!-- /.content-wrapper --> <!-- Control Sidebar --> <aside class="control-sidebar control-sidebar-dark"> <!-- Control sidebar content goes here --> <div class="p-3"> <h5>Title</h5> <p>Sidebar content</p> </div> </aside> <!-- /.control-sidebar --> <!-- Main Footer --> <footer class="main-footer"> <!-- To the right --> <div class="float-right d-none d-sm-inline"> Anything you want </div> <!-- Default to the left --> <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved. </footer> </div> <!-- ./wrapper --> <!-- REQUIRED SCRIPTS --> <!-- jQuery --> <script src="../../plugins/jquery/jquery.min.js"></script> <!-- Bootstrap 4 --> <script src="../../plugins/bootstrap/js/bootstrap.bundle.min.js"></script> <!-- AdminLTE App --> <script src="../../dist/js/adminlte.js"></script> <!-- Bootstrap Material Design --> <script src="../../dist/js/popper.min.js"></script> <script src="../../dist/js/bootstrap-material-design.min.js"></script> <script>$(document).ready(function() { $('body').bootstrapMaterialDesign(); });</script> <!-- AdminLTE for demo purposes --> <script src="../../dist/js/demo.js"></script> </body> </html>
DucThanhNguyen/MaterialAdminLTE
pages/layout/top-nav-sidebar.html
HTML
mit
38,320
<!DOCTYPE html> <!--[if IEMobile 7]><html class="iem7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8 no-js" lang="en" dir="ltr"><![endif]--> <!--[if IE 8]><html class="lt-ie9 no-js" lang="en" dir="ltr"><![endif]--> <!--[if (gt IE 8)|(gt IEMobile 7)]><!--> <html class="no-js not-oldie" lang="en" dir="ltr"> <!--<![endif]--> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="HandheldFriendly" content="true" /> <link rel="shortcut icon" href="https://www.epa.gov/sites/all/themes/epa/favicon.ico" type="image/vnd.microsoft.icon" /> <meta name="MobileOptimized" content="width" /> <meta http-equiv="cleartype" content="on" /> <meta http-equiv="ImageToolbar" content="false" /> <meta name="viewport" content="width=device-width" /> <meta name="version" content="20161218" /> <!--googleon: all--> <meta name="DC.description" content="" /> <meta name="DC.title" content="" /> <title> Investigating Hierarchical Statistical Methods for Physiologically Based Pharmacokinetic Models| Research Project Database | Grantee Research Project | ORD | US EPA</title> <!--googleoff: snippet--> <meta name="keywords" content="" /> <link rel="shortlink" href="" /> <link rel="canonical" href="" /> <meta name="DC.creator" content="" /> <meta name="DC.language" content="en" /> <meta name="DC.Subject.epachannel" content="" /> <meta name="DC.type" content="" /> <meta name="DC.date.created" content="" /> <meta name="DC.date.modified" content="2004-02-11" /> <!--googleoff: all--> <link type="text/css" rel="stylesheet" href="https://www.epa.gov/misc/ui/jquery.ui.autocomplete.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/lib/jquery.ui.theme.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/libraries/template2/s.css" media="all" /> <!--[if lt IE 9]><link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/ie.css" media="all" /><![endif]--> <link rel="alternate" type="application/atom+xml" title="EPA.gov All Press Releases" href="https://www.epa.gov/newsreleases/search/rss" /> <link rel="alternate" type="application/atom+xml" title="EPA.gov Headquarters Press Releases" href="https://www.epa.gov/newsreleases/search/rss/field_press_office/headquarters" /> <link rel="alternate" type="application/atom+xml" title="Greenversations, EPA's Blog" href="https://blog.epa.gov/blog/feed/" /> <!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/html5.js"></script><![endif]--> <style type="text/css"> /*This style needed for highlight link. Please do not remove*/ .hlText { font-family: "Arial"; color: red; font-weight: bold; font-style: italic; background-color: yellow; } .tblClass { font-size:smaller; min-width: 10%; line-height: normal; } </style> </head> <!-- NOTE, figure out body classes! --> <body class="node-type-(web-area|page|document|webform) (microsite|resource-directory)" > <!-- Google Tag Manager --> <noscript> <iframe src="//www.googletagmanager.com/ns.html?id=GTM-L8ZB" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-L8ZB');</script> <!-- End Google Tag Manager --> <div class="skip-links"><a href="#main-content" class="skip-link element-invisible element-focusable">Jump to main content</a></div> <header class="masthead clearfix" role="banner"> <img class="site-logo" src="https://www.epa.gov/sites/all/themes/epa/logo.png" alt="" /> <hgroup class="site-name-and-slogan"> <h1 class="site-name"><a href="https://www.epa.gov/" title="Go to the home page" rel="home"><span>US EPA</span></a></h1> <div class="site-slogan">United States Environmental Protection Agency</div> </hgroup> <form class="epa-search" method="get" action="https://search.epa.gov/epasearch/epasearch"> <label class="element-hidden" for="search-box">Search</label> <input class="form-text" placeholder="Search EPA.gov" name="querytext" id="search-box" value=""/> <button class="epa-search-button" id="search-button" type="submit" title="Search">Search</button> <input type="hidden" name="fld" value="" /> <input type="hidden" name="areaname" value="" /> <input type="hidden" name="areacontacts" value="" /> <input type="hidden" name="areasearchurl" value="" /> <input type="hidden" name="typeofsearch" value="epa" /> <input type="hidden" name="result_template" value="2col.ftl" /> <input type="hidden" name="filter" value="sample4filt.hts" /> </form> </header> <section id="main-content" class="main-content clearfix" role="main"> <div class="region-preface clearfix"> <div id="block-pane-epa-web-area-connect" class="block block-pane contextual-links-region"> <ul class="menu utility-menu"> <li class="menu-item"><a href="https://www.epa.gov/research-grants/forms/contact-us-about-research-grants" class="menu-link contact-us">Contact Us</a></li> </ul> </div> </div> <div class="main-column clearfix"> <!--googleon: all--> <div class="panel-pane pane-node-content" > <div class="pane-content"> <div class="node node-page clearfix view-mode-full"> <div class="box multi related-info right clear-right" style="max-width:300px; font-size:14px;"><!--googleoff: index--> <!-- RFA Search start --> <h5 class="pane-title">Related Information</h5> <div class="pane-content"> <ul><li><a href="https://www.epa.gov/research-grants/">Research Grants</a></li> <li><a href="https://www.epa.gov/P3">P3: Student Design Competition</a></li> <li><a href="https://www.epa.gov/research-fellowships/">Research Fellowships</a></li> <li><a href="https://www.epa.gov/sbir/">Small Business Innovation Research (SBIR)</a></li> <li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/search.welcome">Grantee Research Project Results Search</a></li> </ul> </div> <!-- RFA Search End --><!--googleon: index--> </div> <a name="content"></a> <h2> Investigating Hierarchical Statistical Methods for Physiologically Based Pharmacokinetic Models</h2> <b>EPA Grant Number:</b> U915179<br /> <b>Title:</b> Investigating Hierarchical Statistical Methods for Physiologically Based Pharmacokinetic Models<br /> <b>Investigators:</b> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/7107"> Collins, Amy S. </a> <br /> <strong>Institution:</strong> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.institutionInfo/institution/3217"> <b>North Carolina State University</b> </a> <br /> <strong>EPA Project Officer:</strong> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/8407"> Jones, Brandon </a> <br /> <b>Project Period:</b> October 1, 1997 through September 1, 2000 <br /> <b>Project Amount:</b> $102,000 <br /> <b>RFA:</b> STAR Graduate Fellowships (1997) <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.rfatext/rfa_id/90">RFA Text</a>&nbsp;|&nbsp; <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/recipients.display/rfa_id/90">Recipients Lists</a> <br /> <b>Research Category:</b> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/875">Fellowship - Mathematics</a> , <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/106">Academic Fellowships</a> , <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/15">Environmental Statistics</a> <br /> <br> <h3>Objective:</h3> <p>The objective of this research project is to use a statistical hierarchical approach to current physiologically based pharmacokinetic (PBPK) models to develop a model that most accurately accounts for variation in existing data to allow a more precise extrapolation to humans. Although PBPK models exist for a variety of chemicals, the U.S. Environmental Protection Agency (EPA) has been cautious when using these models to assess human risk. This caution is appropriate due to the lack of statistically sound procedures in model techniques. Although most commercial simulation and optimization software performs curve fitting, more sophisticated statistical tools are now required from the modelers, as focus is shifting to uncertainty and variability assessment. <p></p> <h3>Approach:</h3> <p>The usual model approach has been to obtain fitted estimates for unknown parameters by using maximum likelihood techniques. Yet, the validity of estimates of fitted parameters depends on the assumed error model. Used to derive the LLF, the error model in SimuSolv<sup>&reg;</sup> is not appropriate because it confounds two sources of variation: intraindividual variability, which is variation among measurements within a given individual, and interindividual variability, which is random variation among individuals. If sources of variation are not consideredtaken into proper account, misleading estimates of the parameters and uncertainty in those estimates may result. These two variation components can be consideredtaken into appropriate account in a statistical hierarchical or staged model. I used the PBPK models for tert-amyl methyl ether (TAME) and tert-amyl alcohol (TAA) to contrast inference based on the incorrect error model implemented in SimuSolv<sup>&reg;</sup> and inference based on a hierarchical model. To fit a hierarchical model, maximization of a more complex objective function than that found in SimuSolv<sup>&reg;</sup> is required. Using the NLMEM macro, SAS<sup>&reg;</sup> software is very efficient in implementing hierarchical model fitting for PBPK models. <p></p> <h3>Supplemental Keywords:</h3> <i>fellowship, physiologically based pharmacokinetic (PBPK) model, PBPK model, methyl tert-butyl ether, (MTBE), risk assessment, SimuSolv.</i>, RFA, Economic, Social, & Behavioral Science Research Program, Scientific Discipline, Applied Math & Statistics, Environmental Statistics, Ecology and Ecosystems, computer models, MTBE, pharmacokinetic models, model assessment, PBPK, Physiologically based Pharmacokinetic Models, data models <p /> </div> </div> </div> <div id="block-epa-og-footer" class="block block-epa-og"> <p class="pagetop"><a href="#content">Top of Page</a></p> <!--googleoff: all--> <p id="epa-og-footer"> The perspectives, information and conclusions conveyed in research project abstracts, progress reports, final reports, journal abstracts and journal publications convey the viewpoints of the principal investigator and may not represent the views and policies of ORD and EPA. Conclusions drawn by the principal investigators have not been reviewed by the Agency. </p> </div> <!--googleoff: all--> </div> </section> <nav class="nav simple-nav simple-main-nav" role="navigation"> <div class="nav__inner"> <h2 class="element-invisible">Main menu</h2> <ul class="menu" role="menu"> <li class="menu-item" id="menu-learn" role="presentation"><a href="https://www.epa.gov/environmental-topics" title="Learn about EPA's environmental topics to help protect the environment in your home, workplace, and community and EPA&#039;s research mission is to conduct leading-edge research and foster the sound use of science and technology." class="menu-link" role="menuitem">Environmental Topics</a></li> <li class="menu-item" id="menu-lawsregs" role="presentation"><a href="https://www.epa.gov/laws-regulations" title="Laws written by Congress provide the authority for EPA to write regulations. Regulations explain the technical, operational, and legal details necessary to implement laws." class="menu-link" role="menuitem">Laws &amp; Regulations</a></li> <li class="menu-item" id="menu-about" role="presentation"><a href="https://www.epa.gov/aboutepa" title="Learn more about: our mission and what we do, how we are organized, and our history." class="menu-link" role="menuitem">About EPA</a></li> </ul> </div> </nav> <footer class="main-footer clearfix" role="contentinfo"> <div class="main-footer__inner"> <div class="region-footer"> <div class="block block-pane block-pane-epa-global-footer"> <div class="row cols-3"> <div class="col size-1of3"> <div class="col__title">Discover.</div> <ul class="menu"> <li><a href="https://www.epa.gov/accessibility">Accessibility</a></li> <li><a href="https://www.epa.gov/aboutepa/administrator-gina-mccarthy">EPA Administrator</a></li> <li><a href="https://www.epa.gov/planandbudget">Budget &amp; Performance</a></li> <li><a href="https://www.epa.gov/contracts">Contracting</a></li> <li><a href="https://www.epa.gov/home/grants-and-other-funding-opportunities">Grants</a></li> <li><a href="https://www.epa.gov/ocr/whistleblower-protections-epa-and-how-they-relate-non-disclosure-agreements-signed-epa-employees">No FEAR Act Data</a></li> <li><a href="https://www.epa.gov/home/privacy-and-security-notice">Privacy and Security</a></li> </ul> </div> <div class="col size-1of3"> <div class="col__title">Connect.</div> <ul class="menu"> <li><a href="https://www.data.gov/">Data.gov</a></li> <li><a href="https://www.epa.gov/office-inspector-general/about-epas-office-inspector-general">Inspector General</a></li> <li><a href="https://www.epa.gov/careers">Jobs</a></li> <li><a href="https://www.epa.gov/newsroom">Newsroom</a></li> <li><a href="https://www.whitehouse.gov/open">Open Government</a></li> <li><a href="http://www.regulations.gov/">Regulations.gov</a></li> <li><a href="https://www.epa.gov/newsroom/email-subscriptions">Subscribe</a></li> <li><a href="https://www.usa.gov/">USA.gov</a></li> <li><a href="https://www.whitehouse.gov/">White House</a></li> </ul> </div> <div class="col size-1of3"> <div class="col__title">Ask.</div> <ul class="menu"> <li><a href="https://www.epa.gov/home/forms/contact-us">Contact Us</a></li> <li><a href="https://www.epa.gov/home/epa-hotlines">Hotlines</a></li> <li><a href="https://www.epa.gov/foia">FOIA Requests</a></li> <li><a href="https://www.epa.gov/home/frequent-questions-specific-epa-programstopics">Frequent Questions</a></li> </ul> <div class="col__title">Follow.</div> <ul class="social-menu"> <li><a class="menu-link social-facebook" href="https://www.facebook.com/EPA">Facebook</a></li> <li><a class="menu-link social-twitter" href="https://twitter.com/epa">Twitter</a></li> <li><a class="menu-link social-youtube" href="https://www.youtube.com/user/USEPAgov">YouTube</a></li> <li><a class="menu-link social-flickr" href="https://www.flickr.com/photos/usepagov">Flickr</a></li> <li><a class="menu-link social-instagram" href="https://instagram.com/epagov">Instagram</a></li> </ul> <p class="last-updated">Last updated on Wednesday, February 11, 2004</p> </div> </div> </div> </div> </div> </footer> <script src="https://www.epa.gov/sites/all/libraries/template2/jquery.js"></script> <script src="https://www.epa.gov/sites/all/libraries/template/js.js"></script> <script src="https://www.epa.gov/sites/all/modules/custom/epa_core/js/alert.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.core.min.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.widget.min.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.position.min.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.autocomplete.min.js"></script> <!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/ie.js"></script><![endif]--> <!-- REMOVE if not using --> <script language=javascript> <!-- // Activate cloak // pressing enter will not default submit the first defined button but the programmed defined button function chkCDVal(cdVal) { var isErr = true; try{ var CDParts = cdVal.split(','); var st = CDParts[0]; var cd = CDParts[1]; var objRegExp = new RegExp('[0-9][0-9]'); if (!isNaN(st)) { isErr = false; } if (!objRegExp.test(cd) || (cd.length>3)){ isErr = false; } } catch(err){ isErr = false; } return isErr; } function checkCongDist(cdtxt) { //alert(cdtxt.value); if (!chkCDVal(cdtxt.value)) { alert('Congressional District MUST be in the following format: state, district; example: Virginia, 08'); return false; } else { return true; } } function fnTrapKD(btn, event) { var btn = getObject(btn); if (document.all) { if (event.keyCode == 13) { event.returnValue=false;event.cancel = true;btn.click(); } } else { if (event.which == 13) { event.returnValue=false;event.cancelBubble = true;btn.click(); } } } function CheckFilter() { if (document.searchform.presetTopic.options[document.searchform.presetTopic.selectedIndex].value == 'NA'){ alert('You must select a subtopic. \n This item is not selectable'); document.searchform.presetTopic.options[0].selected = true; } } function openHelpWindow(url,title,scrollable) { var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no'); win.focus(); } function openNewWindow(url,title,scrollable) { var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no'); } function openNewWindow(url,title) { var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no'); } function openNewMapWindow(url,title) { var win = window.open(url,"title",'width=800,height=450,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no'); } function openNoticeWindow(url,title) { var win = window.open(url,"title",'width=300,height=150,left=500,top=150,resizable=1,scrollbars=no,menubar=no,status=no'); } function openNewSearchWindow(site,subj) { title = 'window'; var win = window.open('https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.pubsearch/site/' + site + '/redirect/' + subj,"title",'width=640,height=480,resizable=1,scrollbars=yes,menubar=yes,status=no'); } function autoCheck(name) { document.forms['thisForm'].elements[name].checked = true; } function alertUser() { var ok = alert("This search might take longer than expected. Please refrain from hitting the refresh or reload button on your browser. The search results will appear after the search is complete. Thank you."); } function closePopupWindow(redirectUrl) { opener.location = redirectUrl; opener.focus(); this.close(); } //--> </script> </body> </html>
1wheel/scraping
epa-grants/research/raw/06456.html
HTML
mit
21,487
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-translations: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.2 / metacoq-translations - 1.0~beta2+8.13</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> metacoq-translations <small> 1.0~beta2+8.13 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-01-22 05:26:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-22 05:26:13 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.5.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.11&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Simon Boulier &lt;[email protected]&gt;&quot; &quot;Cyril Cohen &lt;[email protected]&gt;&quot; &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Nicolas Tabareau &lt;[email protected]&gt;&quot; &quot;Thรฉo Winterhalter &lt;[email protected]&gt;&quot; ] license: &quot;MIT&quot; build: [ [&quot;sh&quot; &quot;./configure.sh&quot;] [make &quot;-j&quot; &quot;%{jobs}%&quot; &quot;-C&quot; &quot;translations&quot;] ] install: [ [make &quot;-C&quot; &quot;translations&quot; &quot;install&quot;] ] depends: [ &quot;coq-metacoq-template&quot; {= version} ] synopsis: &quot;Translations built on top of MetaCoq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The Translations modules provides implementation of standard translations from type theory to type theory, e.g. parametricity and the `cross-bool` translation that invalidates functional extensionality. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/v1.0-beta2-8.13.tar.gz&quot; checksum: &quot;sha256=15e1cfde70e6c4dbf33bff1a77266ac5c0c3e280586ef059e0cdec07bee814f2&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq-translations.1.0~beta2+8.13 coq.8.5.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.2). The following dependencies couldn&#39;t be met: - coq-metacoq-translations -&gt; coq-metacoq-template &gt;= 1.0~beta2+8.13 -&gt; ocaml &gt;= 4.07.1 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq-translations.1.0~beta2+8.13</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.2/metacoq-translations/1.0~beta2+8.13.html
HTML
mit
7,325
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>atbr: 6 m 56 s ๐Ÿ†</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.0 / atbr - 8.11.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> atbr <small> 8.11.0 <span class="label label-success">6 m 56 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-10-28 09:54:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-28 09:54:59 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/atbr&quot; dev-repo: &quot;git+https://github.com/coq-community/atbr.git&quot; bug-reports: &quot;https://github.com/coq-community/atbr/issues&quot; doc: &quot;https://coq-community.github.io/atbr/&quot; license: &quot;LGPL-3.0-or-later&quot; synopsis: &quot;Coq library and tactic for deciding Kleene algebras&quot; description: &quot;&quot;&quot; This library provides algebraic tools for working with binary relations. The main tactic provided is a reflexive tactic for solving (in)equations in an arbitrary Kleene algebra. The decision procedure goes through standard finite automata constructions. Note that the initial authors consider this library to be superseded by the Relation Algebra library, which is based on derivatives rather than automata: https://github.com/damien-pous/relation-algebra&quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; {&gt;= &quot;4.05.0&quot;} &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} ] tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;keyword:Kleene algebra&quot; &quot;keyword:finite automata&quot; &quot;keyword:semiring&quot; &quot;keyword:matrices&quot; &quot;keyword:decision procedure&quot; &quot;keyword:reflexive tactic&quot; &quot;logpath:ATBR&quot; &quot;date:2020-02-07&quot; ] authors: [ &quot;Thomas Braibant&quot; &quot;Damien Pous&quot; ] url { src: &quot;https://github.com/coq-community/atbr/archive/v8.11.0.tar.gz&quot; checksum: &quot;sha512=7f08362277e222a8f4db263e97009aef0efc75f6ebcfb9ef37039b2eab3b0def1c5e95424cc53d2327dc62bf73f795534f307bc38663fd99e13c220568e271d7&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-atbr.8.11.0 coq.8.11.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-atbr.8.11.0 coq.8.11.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>8 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-atbr.8.11.0 coq.8.11.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>6 m 56 s</dd> </dl> <h2>Installation size</h2> <p>Total: 14 M</p> <ul> <li>2 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_StateSetSets.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_Definitions.vo</code></li> <li>874 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Numbers.vo</code></li> <li>745 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DisjointSets.vo</code></li> <li>727 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/SemiRing.vo</code></li> <li>390 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_Construction.vo</code></li> <li>313 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Model_RegExp.vo</code></li> <li>300 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MxSemiRing.vo</code></li> <li>298 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MyFSetProperties.vo</code></li> <li>295 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MxSemiLattice.vo</code></li> <li>289 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_Determinisation.vo</code></li> <li>235 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_DFA_Equiv.vo</code></li> <li>224 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MxGraph.vo</code></li> <li>197 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_Epsilon.vo</code></li> <li>192 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/StrictKleeneAlgebra.vo</code></li> <li>189 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_Construction.glob</code></li> <li>161 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MxKleeneAlgebra.vo</code></li> <li>157 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Examples.vo</code></li> <li>156 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_DFA_Language.vo</code></li> <li>156 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/ChurchRosser.vo</code></li> <li>154 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_Merge.vo</code></li> <li>151 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MyFMapProperties.vo</code></li> <li>147 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_Merge.glob</code></li> <li>144 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DecideKleeneAlgebra.vo</code></li> <li>143 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_CheckLabels.vo</code></li> <li>142 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DisjointSets.glob</code></li> <li>140 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/ChurchRosser_Points_vs_Algebraic.vo</code></li> <li>136 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MyFSets.vo</code></li> <li>127 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/ATBR.vo</code></li> <li>127 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/ATBR_Matrices.vo</code></li> <li>118 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_DFA_Equiv.glob</code></li> <li>116 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/SemiLattice.vo</code></li> <li>114 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_Epsilon.glob</code></li> <li>109 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/StrictStarForm.vo</code></li> <li>104 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/KleeneAlgebra.vo</code></li> <li>102 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/reification_plugin.cmxs</code></li> <li>102 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Model_Languages.vo</code></li> <li>101 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Classes.vo</code></li> <li>98 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Functors.vo</code></li> <li>95 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MxFunctors.vo</code></li> <li>95 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/SemiRing.glob</code></li> <li>92 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Model_Relations.vo</code></li> <li>92 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_Determinisation.glob</code></li> <li>90 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Converse.vo</code></li> <li>89 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Model_StdRelations.vo</code></li> <li>83 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Model_MinPlus.vo</code></li> <li>83 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Model_RegExp.glob</code></li> <li>76 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Monoid.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_DFA_Language.glob</code></li> <li>64 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MxKleeneAlgebra.glob</code></li> <li>63 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Utils_WF.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/BoolView.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Reification.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Numbers.glob</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MyFSetProperties.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/SemiLattice.glob</code></li> <li>42 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Graph.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MxSemiRing.glob</code></li> <li>40 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_StateSetSets.glob</code></li> <li>36 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_Construction.v</code></li> <li>34 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DisjointSets.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MxGraph.glob</code></li> <li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/SemiRing.v</code></li> <li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Monoid.glob</code></li> <li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MxSemiLattice.glob</code></li> <li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Force.vo</code></li> <li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_Definitions.glob</code></li> <li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Common.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/KleeneAlgebra.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/StrictStarForm.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Utils_WF.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Model_RegExp.v</code></li> <li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Classes.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_Determinisation.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Examples.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_DFA_Equiv.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/StrictKleeneAlgebra.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MyFSets.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_Epsilon.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Numbers.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/ChurchRosser.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/BoolView.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Model_Languages.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MxKleeneAlgebra.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_StateSetSets.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/SemiLattice.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/reification_plugin.cmi</code></li> <li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DecideKleeneAlgebra.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Graph.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MyFSetProperties.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Reification.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/ChurchRosser_Points_vs_Algebraic.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Converse.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_CheckLabels.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Model_Relations.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Functors.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MxSemiRing.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_DFA_Language.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/reification_plugin.cmx</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_Merge.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MxGraph.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Monoid.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MxFunctors.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Utils_WF.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_Definitions.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/BoolView.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Examples.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/StrictStarForm.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Model_StdRelations.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Model_MinPlus.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/KleeneAlgebra.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/StrictKleeneAlgebra.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MyFSets.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Classes.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MyFMapProperties.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DecideKleeneAlgebra.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Force.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/reification_plugin.cmxa</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Model_Languages.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/DKA_CheckLabels.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MxSemiLattice.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Model_Relations.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Model_MinPlus.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Graph.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Model_StdRelations.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Converse.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/ChurchRosser_Points_vs_Algebraic.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/ChurchRosser.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MxFunctors.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Common.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Reification.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Functors.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/MyFMapProperties.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Force.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/Common.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/ATBR.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/ATBR_Matrices.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/ATBR.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ATBR/ATBR_Matrices.glob</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-atbr.8.11.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.11.0/atbr/8.11.0.html
HTML
mit
23,126
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>interval: 6 m 34 s ๐Ÿ†</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.2 / interval - 4.1.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> interval <small> 4.1.1 <span class="label label-success">6 m 34 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-01-12 12:49:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-12 12:49:54 UTC)</em><p> <h2>Context</h2> <pre># 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 3 Virtual package relying on a GMP lib system installation coq 8.13.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.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://coqinterval.gitlabpages.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/coqinterval/interval.git&quot; bug-reports: &quot;https://gitlab.inria.fr/coqinterval/interval/issues&quot; license: &quot;CeCILL-C&quot; build: [ [&quot;autoconf&quot;] {dev} [&quot;./configure&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.14&quot;} &quot;coq-bignums&quot; &quot;coq-flocq&quot; {&gt;= &quot;3.1&quot; &amp; &lt; &quot;4~&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.6&quot;} &quot;coq-coquelicot&quot; {&gt;= &quot;3.0&quot;} &quot;conf-autoconf&quot; {build &amp; dev} (&quot;conf-g++&quot; {build} | &quot;conf-clang&quot; {build}) ] tags: [ &quot;keyword:interval arithmetic&quot; &quot;keyword:decision procedure&quot; &quot;keyword:floating-point arithmetic&quot; &quot;keyword:reflexive tactic&quot; &quot;keyword:Taylor models&quot; &quot;category:Mathematics/Real Calculus and Topology&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;logpath:Interval&quot; &quot;date:2020-12-28&quot; ] authors: [ &quot;Guillaume Melquiond &lt;[email protected]&gt;&quot; &quot;ร‰rik Martin-Dorel &lt;[email protected]&gt;&quot; &quot;Pierre Roux &lt;[email protected]&gt;&quot; &quot;Thomas Sibut-Pinote &lt;[email protected]&gt;&quot; ] synopsis: &quot;A Coq tactic for proving bounds on real-valued expressions automatically&quot; url { src: &quot;https://coqinterval.gitlabpages.inria.fr/releases/interval-4.1.1.tar.gz&quot; checksum: &quot;sha512=7a09b2d95eff5b95f2ccf5041dd3103fbf455246fe4f62e90af08933d7349bd73a8f69a285b63bc6c214fdc7d94cfd4c4b94a651fcbfbef4057c05b80c00cdf1&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-interval.4.1.1 coq.8.13.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-interval.4.1.1 coq.8.13.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>14 m 39 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-interval.4.1.1 coq.8.13.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>6 m 34 s</dd> </dl> <h2>Installation size</h2> <p>Total: 10 M</p> <ul> <li>2 M <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Tactic.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Interval/Float.vo</code></li> <li>692 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Primitive_ops.vo</code></li> <li>600 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Poly/Taylor_model_sharp.vo</code></li> <li>598 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Eval/Prog.vo</code></li> <li>380 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Eval/Eval.vo</code></li> <li>373 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Poly/Taylor_model.vo</code></li> <li>324 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Interval/Transcend.vo</code></li> <li>323 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Interval/Float_full.vo</code></li> <li>319 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Poly/Datatypes.vo</code></li> <li>316 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Integral/Integral.vo</code></li> <li>257 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Generic_proof.vo</code></li> <li>238 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Specific_ops.vo</code></li> <li>191 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Integral/Bertrand.vo</code></li> <li>165 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Poly/Bound.vo</code></li> <li>153 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Poly/Basic_rec.vo</code></li> <li>143 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Real/Xreal_derive.vo</code></li> <li>140 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Specific_bigint.vo</code></li> <li>131 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Interval/Interval.vo</code></li> <li>121 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Integral/Refine.vo</code></li> <li>120 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Missing/Stdlib.vo</code></li> <li>119 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Specific_stdz.vo</code></li> <li>114 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Poly/Bound_quad.vo</code></li> <li>113 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Missing/Coquelicot.vo</code></li> <li>111 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Eval/Reify.vo</code></li> <li>103 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Sig.vo</code></li> <li>98 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Integral/Priority.vo</code></li> <li>97 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Eval/Tree.vo</code></li> <li>94 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Generic.vo</code></li> <li>91 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Interval/Interval_compl.vo</code></li> <li>85 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Missing/MathComp.vo</code></li> <li>78 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Generic_ops.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Tactic_float.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Real/Taylor.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Real/Xreal.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Basic.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Interval/Univariate_sig.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Poly/Taylor_poly.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Specific_sig.vo</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-interval.4.1.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.2-2.0.7/released/8.13.2/interval/4.1.1.html
HTML
mit
12,284
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-fingroup: 2 m 12 s ๐Ÿ†</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.15.0 / mathcomp-fingroup - 1.13.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> mathcomp-fingroup <small> 1.13.0 <span class="label label-success">2 m 12 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-01 04:13:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-01 04:13:48 UTC)</em><p> <h2>Context</h2> <pre># 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.15.0 Formal proof management system dune 2.9.3 Fast, portable, and opinionated build system ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled 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: &quot;2.0&quot; maintainer: &quot;Mathematical Components &lt;[email protected]&gt;&quot; homepage: &quot;https://math-comp.github.io/&quot; bug-reports: &quot;https://github.com/math-comp/math-comp/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/math-comp.git&quot; license: &quot;CECILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/fingroup&quot; &quot;-j&quot; &quot;%{jobs}%&quot; &quot;COQEXTRAFLAGS+=-native-compiler yes&quot; {coq-native:installed &amp; coq:version &lt; &quot;8.13~&quot; } ] install: [ make &quot;-C&quot; &quot;mathcomp/fingroup&quot; &quot;install&quot; ] depends: [ &quot;coq-mathcomp-ssreflect&quot; { = version } ] tags: [ &quot;keyword:finite groups&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; &quot;logpath:mathcomp.fingroup&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Thรฉry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on finite groups&quot; description: &quot;&quot;&quot; This library contains definitions and theorems about finite groups, group quotients, group morphisms, group presentation, group action... &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/math-comp/archive/mathcomp-1.13.0.tar.gz&quot; checksum: &quot;sha256=4334e915736f96032e1d4d502e70537047220af1a1c7a6740f770e45601bdab0&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mathcomp-fingroup.1.13.0 coq.8.15.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mathcomp-fingroup.1.13.0 coq.8.15.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 28 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-fingroup.1.13.0 coq.8.15.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 12 s</dd> </dl> <h2>Installation size</h2> <p>Total: 7 M</p> <ul> <li>945 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/action.glob</code></li> <li>893 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/fingroup.glob</code></li> <li>817 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/action.vo</code></li> <li>708 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/gproduct.vo</code></li> <li>613 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/gproduct.glob</code></li> <li>605 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/fingroup.vo</code></li> <li>539 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/morphism.glob</code></li> <li>428 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/morphism.vo</code></li> <li>317 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/quotient.glob</code></li> <li>233 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/perm.vo</code></li> <li>232 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/quotient.vo</code></li> <li>204 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/perm.glob</code></li> <li>147 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/automorphism.vo</code></li> <li>135 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/automorphism.glob</code></li> <li>110 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/fingroup.v</code></li> <li>99 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/action.v</code></li> <li>78 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/presentation.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/gproduct.v</code></li> <li>52 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/morphism.v</code></li> <li>41 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/presentation.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/quotient.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/perm.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/all_fingroup.vo</code></li> <li>16 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/automorphism.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/presentation.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/all_fingroup.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/mathcomp/fingroup/all_fingroup.v</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-fingroup.1.13.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.12.1-2.0.8/released/8.15.0/mathcomp-fingroup/1.13.0.html
HTML
mit
10,981
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <base href="../../../" /> <script src="list.js"></script> <script src="page.js"></script> <link type="text/css" rel="stylesheet" href="page.css" /> </head> <body> <h1>ไธ‰่ง’ๅฝข๏ผˆ[name]๏ผ‰</h1> <p class="desc"> ไธ€ไธชไธ‰่ง’ๅฝข็”ฑไธ‰ไธช่กจ็คบๅ…ถไธ‰ไธช่ง’็š„[page:Vector3 Vector3]ๆ‰€ๅฎšไน‰ใ€‚ </p> <h2>ๆž„้€ ๅ‡ฝๆ•ฐ</h2> <h3>[name]( [param:Vector3 a], [param:Vector3 b], [param:Vector3 c] )</h3> <p> [page:Vector3 a] - ไธ‰่ง’ๅฝข็š„็ฌฌไธ€ไธช่ง’๏ผŒ้ป˜่ฎคๅ€ผๆ˜ฏไธ€ไธชๅœจ(0, 0, 0)ๅค„็š„[page:Vector3]ใ€‚<br /> [page:Vector3 b] - ไธ‰่ง’ๅฝข็š„็ฌฌไบŒไธช่ง’๏ผŒ้ป˜่ฎคๅ€ผๆ˜ฏไธ€ไธชๅœจ(0, 0, 0)ๅค„็š„[page:Vector3]ใ€‚<br /> [page:Vector3 c] - ไธ‰่ง’ๅฝข็š„็ฌฌไธ‰ไธช่ง’๏ผˆๆœ€ๅŽไธ€ไธช่ง’๏ผ‰๏ผŒ้ป˜่ฎคๅ€ผๆ˜ฏไธ€ไธชๅœจ(0, 0, 0)ๅค„็š„[page:Vector3]ใ€‚<br /><br /> ๅˆ›ๅปบไธ€ไธชๆ–ฐ็š„[name]ใ€‚ </p> <h2>ๅฑžๆ€ง</h2> <h3>[property:Vector3 a]</h3> <p> ไธ‰่ง’ๅฝข็š„็ฌฌไธ€ไธช่ง’๏ผŒ้ป˜่ฎคๅ€ผๆ˜ฏไธ€ไธชๅœจ(0, 0, 0)ๅค„็š„[page:Vector3]ใ€‚ </p> <h3>[property:Vector3 b]</h3> <p> ไธ‰่ง’ๅฝข็š„็ฌฌไบŒไธช่ง’๏ผŒ้ป˜่ฎคๅ€ผๆ˜ฏไธ€ไธชๅœจ(0, 0, 0)ๅค„็š„[page:Vector3]ใ€‚ </p> <h3>[property:Vector3 c]</h3> <p> ไธ‰่ง’ๅฝข็š„็ฌฌไธ‰ไธช่ง’๏ผˆๆœ€ๅŽไธ€ไธช่ง’๏ผ‰๏ผŒ้ป˜่ฎคๅ€ผๆ˜ฏไธ€ไธชๅœจ(0, 0, 0)ๅค„็š„[page:Vector3]ใ€‚ </p> <h2>ๆ–นๆณ•</h2> <h3>[method:Triangle clone]()</h3> <p> ่ฟ”ๅ›žไธ€ไธชๅ’Œ่ฏฅไธ‰่ง’ๅฝขๅ…ทๆœ‰็›ธๅŒ[page:.a a]ใ€[page:.b b]ๅ’Œ[page:.c c]ๅฑžๆ€ง็š„ๆ–ฐไธ‰่ง’ๅฝขใ€‚ </p> <h3>[method:Vector3 closestPointToPoint]( [param:Vector3 point], [param:Vector3 target] )</h3> <p> [page:Vector3 point] - [page:Vector3] <br /> [page:Vector3 target] โ€” ็ป“ๆžœๅฐ†่ขซๆ‹ท่ดๅˆฐ่ฟ™ไธ€Vector3ไธญใ€‚<br /><br /> ่ฟ”ๅ›žไธ‰่ง’ๅฝขไธŠๆœ€้ ่ฟ‘ๆ‰€็ป™ๅฎš็š„[page:Vector3 point]็š„็‚นใ€‚ </p> <h3>[method:Boolean containsPoint]( [param:Vector3 point] )</h3> <p> [page:Vector3 point] - ๅฐ†่ขซๆฃ€ๆต‹็š„[page:Vector3]ใ€‚<br /><br /> ๅฆ‚ๆžœไผ ๅ…ฅ็š„็‚นๆŠ•ๅฝฑๅˆฐไธ‰่ง’ๅฝข็š„ๅนณ้ขๅ†…๏ผŒๅˆ™่ฟ”ๅ›žtrueใ€‚ </p> <h3>[method:Triangle copy]( [param:Triangle triangle] )</h3> <p> ๅฐ†ไผ ๅ…ฅ็š„ไธ‰่ง’ๅฝข็š„[page:.a a]ใ€[page:.b b]ๅ’Œ[page:.c c]ๅฑžๆ€งๅคๅˆถ็ป™่ฟ™ไธ€ไธ‰่ง’ๅฝขใ€‚ </p> <h3>[method:Boolean equals]( [param:Triangle triangle] )</h3> <p> ่‹ฅ่ฟ™ไธคไธชไธ‰่ง’ๅฝขๅ…ทๆœ‰็›ธๅŒ็š„[page:.a a]ใ€[page:.b b]ๅ’Œ[page:.c c]ๅฑžๆ€ง๏ผŒๅˆ™่ฟ”ๅ›žtrueใ€‚ </p> <h3>[method:Float getArea]()</h3> <p>่ฟ”ๅ›žไธ‰่ง’ๅฝข็š„้ข็งฏใ€‚</p> <h3>[method:Vector3 getBarycoord]( [param:Vector3 point], [param:Vector3 target] )</h3> <p> [page:Vector3 point] - [page:Vector3] <br /> [page:Vector3 target] โ€” ็ป“ๆžœๅฐ†ไผš่ขซๆ‹ท่ดๅˆฐ่ฟ™ไธ€Vector3ไธญใ€‚<br /><br /> ไปŽ็ป™ๅฎš็š„ๅ‘้‡ไธญ่ฟ”ๅ›žไธ€ไธช[link:https://en.wikipedia.org/wiki/Barycentric_coordinate_system barycentric coordinate]๏ผˆ้‡ๅฟƒๅๆ ‡๏ผ‰ใ€‚<br/><br/> ่ฏทๅ‚้˜…ๅ…ณไบŽ่ฟ™ไธ€ๆฆ‚ๅฟต็š„็›ธๅ…ณๅ›พ็‰‡๏ผš[link:http://commons.wikimedia.org/wiki/File:Barycentric_coordinates_1.png Picture of barycentric coordinates]ใ€‚ </p> <h3>[method:Vector3 getMidpoint]( [param:Vector3 target] )</h3> <p> [page:Vector3 target] โ€” ็ป“ๆžœๅฐ†ไผš่ขซๆ‹ท่ดๅˆฐ่ฟ™ไธ€Vector3ไธญใ€‚<br /><br /> ่ฎก็ฎ—ไธ‰่ง’ๅฝข็š„ไธญ็‚นใ€‚ </p> <h3>[method:Vector3 getNormal]( [param:Vector3 target] )</h3> <p> [page:Vector3 target] โ€” ็ป“ๆžœๅฐ†ไผš่ขซๆ‹ท่ดๅˆฐ่ฟ™ไธ€Vector3ไธญใ€‚<br /><br /> ่ฎก็ฎ—ไธ‰่ง’ๅฝข็š„ๆณ•ๅ‘้‡๏ผˆ[link:https://en.wikipedia.org/wiki/Normal_(geometry) normal vector]๏ผ‰ใ€‚ </p> <h3>[method:Plane getPlane]( [param:Plane target] )</h3> <p> [page:Vector3 target] โ€” ็ป“ๆžœๅฐ†ไผš่ขซๆ‹ท่ดๅˆฐ่ฟ™ไธ€Planeไธญใ€‚<br /><br /> ๅŸบไบŽไธ‰่ง’ๅฝข่ฎก็ฎ—ๅ‡บไธ€ไธชๅนณ้ข๏ผˆ[page:Plane plane]๏ผ‰ใ€‚ </p> <h3>[method:Boolean intersectsBox]( [param:Box3 box] )</h3> <p> [page:Box3 box] - ๅฐ†่ขซ็”จไบŽๆฃ€ๆต‹ๆ˜ฏๅฆไธŽไธ‰่ง’ๅฝขๆœ‰ไบค้›†็š„boxใ€‚<br /><br /> ๅˆคๅฎšไธ‰่ง’ๅฝขไธŽไผ ๅ…ฅ็š„[page:Box3 box]ๆ˜ฏๅฆ็›ธไบคใ€‚ </p> <h3>[method:Triangle set]( [param:Vector3 a], [param:Vector3 b], [param:Vector3 c] ) [param:Triangle this]</h3> <p> ๅฐ†ไธ‰่ง’ๅฝข็š„[page:.a a]ใ€[page:.b b]ๅ’Œ[page:.c c]ๅฑžๆ€ง่ฎพ็ฝฎไธบๆ‰€ไผ ๅ…ฅ็š„[page:vector3 vector3]ใ€‚ </p> <h3>[method:Triangle setFromPointsAndIndices]( [param:Array points], [param:Integer i0], [param:Integer i1], [param:Integer i2] ) [param:Triangle this]</h3> <p> points - [page:Vector3]ๆ•ฐ็ป„๏ผˆ[page:Array]๏ผ‰ <br /> i0 - ๆ•ดๆ•ฐ๏ผˆ[page:Integer]๏ผ‰็ดขๅผ• <br /> i1 - ๆ•ดๆ•ฐ๏ผˆ[page:Integer]๏ผ‰็ดขๅผ• <br /> i2 - ๆ•ดๆ•ฐ๏ผˆ[page:Integer]๏ผ‰็ดขๅผ•<br /><br /> ่ฎพ็ฝฎไธ‰่ง’ๅฝข็š„ๅ‘้‡ไธบๆ•ฐ็ป„ไธญ็š„ๅ‘้‡ใ€‚ </p> <h2>ๆบไปฃ็ </h2> <p> [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js] </p> </body> </html>
billroy/jchart
public/js/three.js/docs/api/zh/math/Triangle.html
HTML
mit
4,726
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-odd-order: 35 m 13 s ๐Ÿ†</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / mathcomp-odd-order - 1.13.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> mathcomp-odd-order <small> 1.13.0 <span class="label label-success">35 m 13 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-03-02 09:43:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 09:43:56 UTC)</em><p> <h2>Context</h2> <pre># 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 dev Formal proof management system dune 3.0.2 Fast, portable, and opinionated build system ocaml 4.13.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.13.1 Official release 4.13.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled 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: &quot;2.0&quot; maintainer: &quot;Mathematical Components &lt;[email protected]&gt;&quot; homepage: &quot;http://math-comp.github.io/math-comp/&quot; bug-reports: &quot;Mathematical Components &lt;[email protected]&gt;&quot; dev-repo: &quot;git+https://github.com/math-comp/odd-order&quot; license: &quot;CeCILL-B&quot; build: [ [make &quot;-j&quot; &quot;%{jobs}%&quot;] ] install: [ make &quot;install&quot; ] depends: [ &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.15&quot;} &quot;coq-mathcomp-character&quot; &quot;coq-mathcomp-field&quot; &quot;coq-mathcomp-fingroup&quot; &quot;coq-mathcomp-solvable&quot; ] tags: [ &quot;keyword:finite groups&quot; &quot;keyword:Feit Thompson theorem&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Thรฉry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;The formal proof of the Feit-Thompson theorem&quot; description: &quot;&quot;&quot; The formal proof of the Feit-Thompson theorem. From mathcomp Require Import all_ssreflect all_fingroup all_solvable PFsection14. Check Feit_Thompson. : forall (gT : finGroupType) (G : {group gT}), odd #|G| -&gt; solvable G From mathcomp Require Import all_ssreflect all_fingroup all_solvable stripped_odd_order_theorem. Check stripped_Odd_Order. : forall (T : Type) (mul : T -&gt; T -&gt; T) (one : T) (inv : T -&gt; T) (G : T -&gt; Type) (n : natural), group_axioms T mul one inv -&gt; group T mul one inv G -&gt; finite_of_order T G n -&gt; odd n -&gt; solvable_group T mul one inv G&quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/odd-order/archive/mathcomp-odd-order.1.13.0.tar.gz&quot; checksum: &quot;sha512=4caebcbce72976fc771a8507de4e3ed4614ae0f2f04dec3e50088b16cdafa8e29a213c8b1054c1e68765c135d4a39c0eebafd750a1c092060fc868180e129a9b&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mathcomp-odd-order.1.13.0 coq.dev</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mathcomp-odd-order.1.13.0 coq.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>25 m 52 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 8h opam install -y -v coq-mathcomp-odd-order.1.13.0 coq.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>35 m 13 s</dd> </dl> <h2>Installation size</h2> <p>Total: 93 M</p> <ul> <li>9 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection13.vo</code></li> <li>8 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection9.vo</code></li> <li>8 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection4.vo</code></li> <li>7 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection3.vo</code></li> <li>5 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection14.vo</code></li> <li>5 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection10.vo</code></li> <li>4 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection11.vo</code></li> <li>4 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection12.vo</code></li> <li>3 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGappendixC.vo</code></li> <li>3 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection2.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection16.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection14.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection12.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection2.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection10.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection9.glob</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection13.glob</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection15.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection3.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection6.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection8.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection12.glob</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection5.vo</code></li> <li>928 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection14.glob</code></li> <li>852 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection3.glob</code></li> <li>818 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection4.vo</code></li> <li>774 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection6.glob</code></li> <li>714 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection3.glob</code></li> <li>706 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection4.glob</code></li> <li>690 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/wielandt_fixpoint.vo</code></li> <li>685 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection12.glob</code></li> <li>680 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection1.vo</code></li> <li>678 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection5.glob</code></li> <li>636 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection10.glob</code></li> <li>621 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection14.glob</code></li> <li>595 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection11.glob</code></li> <li>595 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection13.vo</code></li> <li>592 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGappendixC.glob</code></li> <li>592 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection7.vo</code></li> <li>572 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection1.glob</code></li> <li>565 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection10.glob</code></li> <li>553 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection15.glob</code></li> <li>534 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection2.glob</code></li> <li>524 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection1.vo</code></li> <li>465 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection16.glob</code></li> <li>444 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection7.glob</code></li> <li>423 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection4.glob</code></li> <li>419 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection13.glob</code></li> <li>385 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection8.glob</code></li> <li>381 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection11.vo</code></li> <li>379 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection7.glob</code></li> <li>349 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection1.glob</code></li> <li>340 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection7.vo</code></li> <li>323 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/wielandt_fixpoint.glob</code></li> <li>320 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection2.glob</code></li> <li>242 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection5.glob</code></li> <li>236 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGappendixAB.vo</code></li> <li>235 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGappendixAB.glob</code></li> <li>224 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection5.vo</code></li> <li>187 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection9.vo</code></li> <li>182 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection6.vo</code></li> <li>169 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection9.glob</code></li> <li>161 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection8.vo</code></li> <li>161 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection8.glob</code></li> <li>159 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection11.glob</code></li> <li>141 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection12.v</code></li> <li>134 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection6.glob</code></li> <li>133 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection14.v</code></li> <li>125 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection9.v</code></li> <li>112 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection13.v</code></li> <li>97 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection3.v</code></li> <li>92 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/stripped_odd_order_theorem.vo</code></li> <li>87 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection3.v</code></li> <li>82 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection15.v</code></li> <li>78 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection5.v</code></li> <li>77 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection6.v</code></li> <li>76 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection4.v</code></li> <li>72 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection10.v</code></li> <li>71 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection12.v</code></li> <li>65 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection16.v</code></li> <li>64 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection11.v</code></li> <li>64 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection10.v</code></li> <li>63 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection14.v</code></li> <li>63 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection1.v</code></li> <li>62 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection13.v</code></li> <li>59 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection2.v</code></li> <li>53 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection8.v</code></li> <li>50 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/stripped_odd_order_theorem.glob</code></li> <li>48 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection4.v</code></li> <li>45 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection7.v</code></li> <li>42 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection7.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGappendixC.v</code></li> <li>37 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/wielandt_fixpoint.v</code></li> <li>37 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection2.v</code></li> <li>35 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/PFsection1.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection5.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection9.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGappendixAB.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection11.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection8.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/BGsection6.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/odd_order/stripped_odd_order_theorem.v</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-odd-order.1.13.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.13.1-2.0.10/extra-dev/dev/mathcomp-odd-order/1.13.0.html
HTML
mit
20,254
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>graphs: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.0 / graphs - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> graphs <small> 8.6.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-06 09:22:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-06 09:22:26 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/graphs&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Graphs&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} &quot;coq-int-map&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: graphs&quot; &quot;keyword: graph theory&quot; &quot;keyword: cycle detection&quot; &quot;keyword: paths&quot; &quot;keyword: constraints&quot; &quot;keyword: inequalities&quot; &quot;keyword: reflection&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;category: Miscellaneous/Extracted Programs/Combinatorics&quot; ] authors: [ &quot;Jean Goubault&quot; ] bug-reports: &quot;https://github.com/coq-contribs/graphs/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/graphs.git&quot; synopsis: &quot;Satisfiability of inequality constraints and detection of cycles with negative weight in graphs&quot; description: &quot;*******************************************************************&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/graphs/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=5cdad4a31bf2de94e2583fe4474f521a&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-graphs.8.6.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-graphs -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-graphs.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.7.0/graphs/8.6.0.html
HTML
mit
7,319
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>int-map: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.0 / int-map - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> int-map <small> 8.5.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-11-06 23:39:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-06 23:39:54 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/int-map&quot; license: &quot;LGPL 2&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/IntMap&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:finite sets&quot; &quot;keyword:maps&quot; &quot;keyword:binary integers&quot; &quot;keyword:efficient data structures&quot; &quot;keyword:data structures&quot; &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;date:around 1999 (integrated within Coq 7.0)&quot; ] authors: [ &quot;Jean Goubault &lt;goubault [@] lsv.ens-cachan.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/int-map/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/int-map.git&quot; synopsis: &quot;Maps indexed by binary integers : IntMap&quot; description: &quot;&quot;&quot; This library contains a data structure for finite sets implemented by an efficient structure of map (trees indexed by binary integers). It was initially developed by Jean Goubault. This user contribution used to be part of Coq Standard Library. It is now considered to be obsolete and subsumed by the new FSets/FMap library. IntMap can be now seen as a particular implementation of FMapInterface, see file FMapIntMap.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/int-map/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=432d9272b18b4f5dce93f9746d832cd4&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-int-map.8.5.0 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.0). The following dependencies couldn&#39;t be met: - coq-int-map -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-int-map.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.8.0/int-map/8.5.0.html
HTML
mit
7,339
<div class="commune_descr limited"> <p> Osnes est un village localisรฉ dans le dรฉpartement des Ardennes en Champagne-Ardenne. Elle comptait 227 habitants en 2008.</p> <p>ร€ cotรฉ de Osnes sont positionnรฉes gรฉographiquement les villes de <a href="{{VLROOT}}/immobilier/tetaigne_08444/">Tรฉtaigne</a> situรฉe ร  2&nbsp;km, 80 habitants, <a href="{{VLROOT}}/immobilier/deux-villes_08138/">Les&nbsp;Deux-Villes</a> localisรฉe ร  4&nbsp;km, 254 habitants, <a href="{{VLROOT}}/immobilier/matton-et-clemency_08281/">Matton-et-Clรฉmency</a> ร  3&nbsp;km, 462 habitants, <a href="{{VLROOT}}/immobilier/messincourt_08289/">Messincourt</a> ร  2&nbsp;km, 581 habitants, <a href="{{VLROOT}}/immobilier/blagny_08067/">Blagny</a> ร  4&nbsp;km, 1&nbsp;250 habitants, <a href="{{VLROOT}}/immobilier/euilly-et-lombut_08159/">Euilly-et-Lombut</a> ร  4&nbsp;km, 109 habitants, entre autres. De plus, Osnes est situรฉe ร  seulement 16&nbsp;km de <a href="{{VLROOT}}/immobilier/sedan_08409/">Sedan</a>.</p> <p>Si vous pensez emmenager ร  Osnes, vous pourrez facilement trouver une maison ร  acheter. </p> <p>Le nombre d'habitations, ร  Osnes, se dรฉcomposait en 2011 en cinq appartements et 115 maisons soit un marchรฉ plutรดt รฉquilibrรฉ.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/08336.html
HTML
mit
1,250
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>huffman: 46 s ๐Ÿ†</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / huffman - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> huffman <small> 8.10.0 <span class="label label-success">46 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-03-07 13:08:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-07 13:08:44 UTC)</em><p> <h2>Context</h2> <pre># 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.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/huffman&quot; dev-repo: &quot;git+https://github.com/coq-community/huffman.git&quot; bug-reports: &quot;https://github.com/coq-community/huffman/issues&quot; license: &quot;LGPL-2.1-or-later&quot; synopsis: &quot;A Coq proof of the correctness of the Huffman coding algorithm&quot; description: &quot;&quot;&quot; This projects contains a Coq proof of the correctness of the Huffman coding algorithm, as described in David A. Huffman&#39;s paper A Method for the Construction of Minimum-Redundancy Codes, Proc. IRE, pp. 1098-1101, September 1952.&quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.12~&quot;} ] tags: [ &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;category:Miscellaneous/Extracted Programs/Combinatorics&quot; &quot;keyword:data compression&quot; &quot;keyword:code&quot; &quot;keyword:huffman tree&quot; &quot;logpath:Huffman&quot; &quot;date:2019-12-07&quot; ] authors: [ &quot;Laurent Thรฉry&quot; ] url { src: &quot;https://github.com/coq-community/huffman/archive/v8.10.0.tar.gz&quot; checksum: &quot;sha512=faeeaa47712a7b5df82ce1bc93db0e5c44b8398da71f3e7ce83d43b99b838c31734fd8226a7be39bf70ca75dbf5f0b6f9a516fea001282eadf3e22b7cfcd449d&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-huffman.8.10.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-huffman.8.10.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>10 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-huffman.8.10.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>46 s</dd> </dl> <h2>Installation size</h2> <p>Total: 3 M</p> <ul> <li>267 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/PBTree.vo</code></li> <li>214 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Huffman.vo</code></li> <li>117 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Huffman.glob</code></li> <li>105 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/BTree.vo</code></li> <li>105 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/PBTree.glob</code></li> <li>89 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Aux.vo</code></li> <li>88 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Code.vo</code></li> <li>87 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/HeightPred.vo</code></li> <li>82 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Prod2List.glob</code></li> <li>77 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/HeightPred.glob</code></li> <li>74 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Permutation.vo</code></li> <li>67 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Build.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Aux.glob</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Permutation.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Prod2List.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Cover.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Code.glob</code></li> <li>54 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Frequency.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Weight.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/UniqueKey.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/PBTree2BTree.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/PBTree.v</code></li> <li>40 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/UList.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Cover.glob</code></li> <li>37 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/OrderedCover.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Ordered.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Restrict.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Build.glob</code></li> <li>35 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/SubstPred.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/OneStep.vo</code></li> <li>32 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/BTree.glob</code></li> <li>30 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/WeightTree.vo</code></li> <li>30 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Frequency.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Weight.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/CoverMin.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/ISort.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/SameSumLeaves.vo</code></li> <li>24 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Extraction.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Code.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/HeightPred.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Aux.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/OneStep.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Restrict.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Permutation.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/UniqueKey.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Huffman.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/BTree.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/PBTree2BTree.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Cover.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Prod2List.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Ordered.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Frequency.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Build.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/SubstPred.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/OrderedCover.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/WeightTree.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Weight.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/ISort.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/UList.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Restrict.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/PBTree2BTree.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/UniqueKey.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Ordered.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/OneStep.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/OrderedCover.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/CoverMin.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/SubstPred.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/UList.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/SameSumLeaves.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/ISort.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/WeightTree.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/CoverMin.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/sTactic.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/sTactic.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/SameSumLeaves.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Extraction.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/sTactic.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Huffman/Extraction.glob</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-huffman.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.11.2/huffman/8.10.0.html
HTML
mit
15,613
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-pcuic: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.0 / metacoq-pcuic - 1.0~alpha+8.8</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> metacoq-pcuic <small> 1.0~alpha+8.8 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-06-25 03:38:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-06-25 03:38:52 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils coq 8.5.0 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.8&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;[email protected]&gt;&quot; &quot;Simon Boulier &lt;[email protected]&gt;&quot; &quot;Cyril Cohen &lt;[email protected]&gt;&quot; &quot;Yannick Forster &lt;[email protected]&gt;&quot; &quot;Fabian Kunze &lt;[email protected]&gt;&quot; &quot;Gregory Malecha &lt;[email protected]&gt;&quot; &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Nicolas Tabareau &lt;[email protected]&gt;&quot; &quot;Thรฉo Winterhalter &lt;[email protected]&gt;&quot; ] license: &quot;MIT&quot; build: [ [&quot;sh&quot; &quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot; &quot;-C&quot; &quot;pcuic&quot;] ] install: [ [make &quot;-C&quot; &quot;pcuic&quot; &quot;install&quot;] ] depends: [ &quot;ocaml&quot; {&gt; &quot;4.02.3&quot;} &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-equations&quot; {&gt;= &quot;1.2&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} ] synopsis: &quot;A type system equivalent to Coq&#39;s and its metatheory&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The PCUIC module provides a cleaned-up specification of Coq&#39;s typing algorithm along with a certified typechecker for it. This module includes the standard metatheory of PCUIC: Weakening, Substitution, Confluence and Subject Reduction are proven here. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/1.0-alpha+8.8.tar.gz&quot; checksum: &quot;sha256=c2fe122ad30849e99c1e5c100af5490cef0e94246f8eb83f6df3f2ccf9edfc04&quot; }</pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq-pcuic.1.0~alpha+8.8 coq.8.5.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.0). The following dependencies couldn&#39;t be met: - coq-metacoq-pcuic -&gt; coq &gt;= 8.8 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq-pcuic.1.0~alpha+8.8</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.5.0/metacoq-pcuic/1.0~alpha+8.8.html
HTML
mit
7,694
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>semantics: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.1 / semantics - 8.14.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> semantics <small> 8.14.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-01-01 11:10:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-01 11:10:21 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; authors: [ &quot;Yves Bertot&quot; ] maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/semantics&quot; dev-repo: &quot;git+https://github.com/coq-community/semantics.git&quot; bug-reports: &quot;https://github.com/coq-community/semantics/issues&quot; license: &quot;MIT&quot; synopsis: &quot;A survey of semantics styles, from natural semantics through structural operational, axiomatic, and denotational semantics, to abstract interpretation&quot; description: &quot;&quot;&quot; This is a survey of programming language semantics styles for a miniature example of a programming language, with their encoding in Coq, the proofs of equivalence of different styles, and the proof of soundess of tools obtained from axiomatic semantics or abstract interpretation. The tools can be run inside Coq, thus making them available for proof by reflection, and the code can also be extracted and connected to a yacc-based parser, thanks to the use of a functor parameterized by a module type of strings. A hand-written parser is also provided in Coq, but there are no proofs associated. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.10&quot;} &quot;num&quot; &quot;ocamlbuild&quot; {build} ] tags: [ &quot;category:Computer Science/Semantics and Compilation/Semantics&quot; &quot;keyword:natural semantics&quot; &quot;keyword:denotational semantics&quot; &quot;keyword:axiomatic semantics&quot; &quot;keyword:Hoare logic&quot; &quot;keyword:Dijkstra weakest pre-condition calculus&quot; &quot;keyword:abstract interpretation&quot; &quot;keyword:intervals&quot; &quot;logpath:Semantics&quot; ] url { src: &quot;https://github.com/coq-community/semantics/archive/v8.14.0.tar.gz&quot; checksum: [ &quot;md5=1e402d1d24cca934d301ce7be4d2453d&quot; &quot;sha512=480629d301612143a9e9c4c546d48e9b2da0961176093301f1e37be060fa09949b24674727a041deba595b4b08efa180b60d96288eff7835edcb47cb48a99c3a&quot; ] } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-semantics.8.14.0 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.1). The following dependencies couldn&#39;t be met: - coq-semantics -&gt; coq &gt;= 8.10 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-semantics.8.14.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.8.1/semantics/8.14.0.html
HTML
mit
7,798
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script> <script src="{{ "/assets/css/bootstrap-4.0.0-alpha.6/js/bootstrap.min.js" | relative_url }}"></script> {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %}
xxj2016/xxj2016.github.io
_includes/javascript.html
HTML
mit
382
<HTML><HEAD> <TITLE>Review for Halloween (1978)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0077651">Halloween (1978)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Dustin+Putman">Dustin Putman</A></H3><HR WIDTH="40%" SIZE="4"> <P>Note: In celebration of the holiday, I offer to you an archive review I wrote of John Carpenter's 1978 classic, "Halloween," in October of 1998. Not to toot my own horn, but just rereading this review made me (1) cringe, (2) notice how much my writing has strengthened in the last two years, and (3) be thankful I've gotten better, and not worse :) If you can get past the fairly inept writing of yours truly, it should be known that my feelings for "Halloween" will always remain the same, and I urge you that, if you have 90 minutes of nothing to do tonight, and you have never seen the film, go out and rent it and have yourself a frighteningly good time. If you have already seen it, watch it again. Happy Halloween!!!</P> <PRE>Halloween * * * * (out of * * * * )</PRE> <P>Directed by John Carpenter. Cast: Jamie Lee Curtis, Donald Pleasence, Nancy Loomis, P.J. Soles, Charles Cyphers, Brian Andrews, Kyle Richards, Nancy Stephens. 1978 - 93 minutes Rated R (for violence, sexual situations, brief nudity, and profanity). Reviewed October 26, 1998.</P> <P>I have probably seen John Carpenter's horror masterpiece, "Halloween," more times than any other film (the first time being when I was all of 4-years-old), and it will always be the best horror film ever made, in my eyes. None of its six sequels (and counting) have been able to even remotely capture the style and brilliance of the original. I simply cannot imagine a genre picture being better than this one. </P> <P>"Halloween," starts off with a prologue set in 1963, all done in an elaborate, one-take POV shot, in which 6-year-old Michael Myers grabs a butcher knife, makes his way upstairs, slips on a clown mask, and goes into his teenage sister's room and stabs her to death.</P> <P>Switch to October 30th, 1978, Myers, now an adult, escapes from a mental hospital, returns to his hometown of Haddonfield, and on Halloween night, goes on a murder spree, singling out three friends, Laurie (Jamie Lee Curtis), Annie (Nancy Loomis), and Linda (P.J Soles), two of which are babysitting. Meanwhile, Michael Myers' psychiatrist, Dr. Sam Loomis (Donald Pleasence), knows he will strike again, and goes searching for him.</P> <P>John Carpenter's "Halloween," is the quintessential horror film, perfectly executed, atmospheric, suspenseful, and terrifying. Yes, it is a "slasher" movie, but I'd like to think that it is so good that it surpasses that dubious label. </P> <P>There are many reasons why "Halloween," was and still is an effective film. One of the big reasons is Carpenter's clever use of the foregrounds and backgrounds of all of his shots. If you look really good at the backgrounds of all of the scenes, you will often see something lurking around, including Michael Myers himself. Many pictures have copied this approach, but none have been able to do it so successfully.</P> <P>Another reason it is so enthralling is that the story is very, very simple, and is actually a sort of "slice-of-life" movie, when dealing with the teenage girls. There are no "big" scenes between them. Instead, it just sort of observes them in their normal life. It just happens to be while they are being stalked by a serial killer. In recent horror movies, there is always a mystery to who the killer is, and this 90's-style approach is getting old fast, even though I am a big fan of "Scream," "I Know What You Did Last Summer," and "Urban Legend."</P> <P>"Halloween" also has the most memorable music score I've ever listened to. Like 1960's "Psycho," the score, when heard, is always paired with this movie, and even those people who have never seen it probably can hum it. It's sort of like in, "Psycho." Many people remember the shower scene, even if they've never actually seen the movie.</P> <P>Despite being a slasher film, "Halloween" surprisingly has next to no gore or on-screen violence. Because of this, it proves that horror pictures do not need to have graphic violence to be a scary experience (something 1981's highly inferior, "Halloween II," should have realized). </P> <P>As most people know, this is the film that made Jamie Lee Curtis a star, not to mention being labeled a "Scream Queen," and this is actually one of her best performances, even though it was her feature debut. Donald Pleasence, who died in 1995 after making, "Halloween: The Curse of Michael Myers," also was linked to his role as Dr. Loomis more than any other in his life. P.J. Soles, as the promiscuous, big-mouthed Linda, is often very funny, and a standout. And Michael Myers...well...no slasher villain will ever be able to compare to him. </P> <P>John Carpenter's "Halloween," is a nearly flawless thriller, but it is also simply a great motion picture. Period. It is everything a film in this genre should be: intelligent, stylish, and horrifying. "Halloween," is a one-of-a-kind, unforgettable experience. Watch it in a pitch black room while you're home alone one night, preferably on the namesake holiday. I dare you.</P> <PRE> - Copyright 1998 by Dustin Putman</PRE> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/26700.html
HTML
mit
6,341
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pautomata: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.4.6~camlp4 / pautomata - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> pautomata <small> 8.10.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-11-26 10:22:40 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 10:22:40 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp4 4.02+7 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils conf-which 1 Virtual package relying on which coq 8.4.6~camlp4 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/pautomata&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/PAutomata&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: p-automata&quot; &quot;keyword: ABR&quot; &quot;keyword: PGM&quot; &quot;keyword: time&quot; &quot;category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; ] authors: [ &quot;Emmanuel Freund &amp; Christine Paulin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/pautomata/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/pautomata.git&quot; synopsis: &quot;Parameterized automata&quot; description: &quot;&quot;&quot; This contribution is a modelisation in Coq of the p-automata designed in the CALIFE project (http://www.loria.fr/calife). It contains an axiomatisation of time, the definition of a p-automaton, the definition of binary and arbitrary synchronisation of a family of p-automaton, the semantics of a p-automaton as a labelled transition system. The description of the ABR algorithm as a p-automaton is also given. This work is reported in : P. Castรฉran, E. Freund, C. Paulin and D. Rouillard ``Bibliothรจques Coq et Isabelle-HOL pour les systรจmes de transitions et les p-automates&#39;&#39;&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/pautomata/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=1b4f2e81e720f28eac572f8ade520e52&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-pautomata.8.10.0 coq.8.4.6~camlp4</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.6~camlp4). The following dependencies couldn&#39;t be met: - coq-pautomata -&gt; coq &gt;= 8.10 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-pautomata.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.4.6~camlp4/pautomata/8.10.0.html
HTML
mit
7,721
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta content="Craig McClellan" name="author"> <title>Craig McClellan - The Middle Watch </title> <link href="/assets/css/style.css" rel="stylesheet"> <link href="/assets/css/highlight.css" rel="stylesheet"> <link rel="stylesheet" href="/custom.css"> <link rel="shortcut icon" href="https://micro.blog/craigmcclellan/favicon.png" type="image/x-icon" /> <link rel="alternate" type="application/rss+xml" title="Craig McClellan" href="http://craigmcclellan.com/feed.xml" /> <link rel="alternate" type="application/json" title="Craig McClellan" href="http://craigmcclellan.com/feed.json" /> <link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" /> <link rel="me" href="https://micro.blog/craigmcclellan" /> <link rel="me" href="https://twitter.com/craigmcclellan" /> <link rel="me" href="https://github.com/craigwmcclellan" /> <link rel="authorization_endpoint" href="https://micro.blog/indieauth/auth" /> <link rel="token_endpoint" href="https://micro.blog/indieauth/token" /> <link rel="micropub" href="https://micro.blog/micropub" /> <link rel="webmention" href="https://micro.blog/webmention" /> <link rel="subscribe" href="https://micro.blog/users/follow" /> </head> <body> <nav class="main-nav"> <a class="normal" href="/"> <span class="arrow">โ†</span> Home</a> <a href="/archive/">Archive</a> <a href="/about/">About</a> <a href="/tools-of-choice/">Tools of Choice</a> <a class="cta" href="https://micro.blog/craigmcclellan" rel="me">Also on Micro.blog</a> </nav> <section id="wrapper"> <article class="h-entry post"> <header> <h2 class="headline"> <time class="dt-published" datetime="2018-04-29 12:33:43 -0500"> <a class="u-url dates" href="/2018/04/29/the-middle-watch.html">April 29, 2018</a> </time> </h2> </header> <section class="e-content post-body"> <p><a href="https://www.nytimes.com/2018/04/22/arts/music/diary-of-a-song-the-middle-zedd-maren-morris-grey.html">โ€˜The Middleโ€™: Watch How a Pop Hit Is Made - The New York Times</a></p> <p>Love this song, and I loved getting to hear how it was made.</p> </section> </article> <section id="post-meta" class="clearfix"> <a href="/"> <img class="u-photo avatar" src="https://micro.blog/craigmcclellan/avatar.jpg"> <div> <span class="p-author h-card dark">Craig McClellan</span> <span><a href="https://micro.blog/craigmcclellan">@craigmcclellan</a></span> </div> </a> </section> </section> <footer id="footer"> <section id="wrapper"> <ul> <li><a href="/feed.xml">RSS</a></li> <li><a href="/feed.json">JSON Feed</a></li> <li><a href="https://micro.blog/craigmcclellan" rel="me">Micro.blog</a></li> <!-- <li><a class="u-email" href="mailto:" rel="me">Email</a></li> --> </ul> <form method="get" id="search" action="https://duckduckgo.com/"> <input type="hidden" name="sites" value="http://craigmcclellan.com"/> <input type="hidden" name="k8" value="#444444"/> <input type="hidden" name="k9" value="#ee4792"/> <input type="hidden" name="kt" value="h"/> <input class="field" type="text" name="q" maxlength="255" placeholder="To search, type and hit Enter&hellip;"/> <input type="submit" value="Search" style="display: none;" /> </form> </section> </footer> </body> </html>
craigwmcclellan/craigwmcclellan.github.io
_site/2018/04/29/the-middle-watch.html
HTML
mit
5,004
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <base data-ice="baseUrl" href="../../../../"> <title data-ice="title">App/Components/Styles/FullButtonStyle.js | Jenkins: React-Native API Document</title> <link type="text/css" rel="stylesheet" href="css/style.css"> <link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css"> <script src="script/prettify/prettify.js"></script> <script src="script/manual.js"></script> </head> <body class="layout-container" data-ice="rootContainer"> <header> <a href="./">Home</a> <a href="./manual/index.html" data-ice="manualHeaderLink">Manual</a> <a href="identifiers.html">Reference</a> <a href="source.html">Source</a> <div class="search-box"> <span> <img src="./image/search.png"> <span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span> </span> <ul class="search-result"></ul> </div> </header> <nav class="navigation" data-ice="nav"><div> <ul> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/App/Root.js~Root.html">Root</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">Components</div><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/App/Components/AlertMessageComponent.js~AlertMessage.html">AlertMessage</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/App/Components/DrawerButton.js~DrawerButton.html">DrawerButton</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/App/Components/FullButton.js~FullButton.html">FullButton</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/App/Components/RoundedButton.js~RoundedButton.html">RoundedButton</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">Config</div><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-SETTINGS">SETTINGS</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-REDUX_PERSIST">REDUX_PERSIST</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">Containers</div><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/App/Containers/DeviceInfoScreen.js~DeviceInfoScreen.html">DeviceInfoScreen</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/App/Containers/DrawerContent.js~DrawerContent.html">DrawerContent</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">Containers/Styles</div><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-RootStyle">RootStyle</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">Navigation</div><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/App/Navigation/NavigationRouter.js~NavigationRouter.html">NavigationRouter</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">Reducers</div><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-INITIAL_STATE">INITIAL_STATE</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-INITIAL_STATE">INITIAL_STATE</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-INITIAL_STATE">INITIAL_STATE</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-persistentStoreBlacklist">persistentStoreBlacklist</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">Sagas</div><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-watchStartup">watchStartup</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-root">root</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">Themes</div><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-ApplicationStyles">ApplicationStyles</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-colors">colors</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-images">images</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-metrics">metrics</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-transitions">transitions</a></span></span></li> </ul> </div> </nav> <div class="content" data-ice="content"><h1 data-ice="title">App/Components/Styles/FullButtonStyle.js</h1> <pre class="source-code line-number raw-source-code"><code class="prettyprint linenums" data-ice="content">import { StyleSheet } from &apos;react-native&apos;; import { Fonts, Colors } from &apos;../../Themes/&apos;; export default StyleSheet.create({ button: { marginVertical: 5, borderTopColor: Colors.fire, borderBottomColor: Colors.bloodOrange, borderTopWidth: 1, borderBottomWidth: 1, backgroundColor: Colors.ember }, buttonText: { margin: 18, textAlign: &apos;center&apos;, color: Colors.snow, fontSize: Fonts.size.medium, fontFamily: Fonts.bold } }); </code></pre> </div> <footer class="footer"> Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(0.4.8)</span></a> </footer> <script src="script/search_index.js"></script> <script src="script/search.js"></script> <script src="script/pretty-print.js"></script> <script src="script/inherited-summary.js"></script> <script src="script/test-summary.js"></script> <script src="script/inner-link.js"></script> <script src="script/patch-for-local.js"></script> </body> </html>
derickwarshaw/jenkins
docs/file/App/Components/Styles/FullButtonStyle.js.html
HTML
mit
7,002
<html> <head> <title>StayCalm.StayAmused.</title> </head> <body bgcolor = #d4a76a> <center> <p><font size="7" color="#290238"><b>Stressed? Bored? Select a calming screen to play with.</b></font></p> <font size="5" color="#123652"><b> <nav> <li><a href="shiftingsquares.html">Shifting Squares</a></li> <li><a href="bouncingbubbles.html">Bouncing Bubbles</a></li> <li><a href="disappearingdots.html">Disappearing Dots</a></li> </nav> </b> </font> <footer> <p><font size="5" color="#505400"><b>Stay Calm. Stay amused.</b></font></p> </footer> </center> </body> </html>
edwardsellie/edwardsellie.github.io
index.html
HTML
mit
656
<h1>Component2!</h1> <a (click)="showPSecond()" href="javascript:;">Click true</a> <p *ngIf="global.click">Show if click == true</p> <a href="google.com"></a>
tonimitrevski/Laravel-5-and-Angular2-AOT
resources/assets/angular/app/home/components/component2/component2.html
HTML
mit
158
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>legacy-ring: 36 s ๐Ÿ†</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.0 / legacy-ring - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> legacy-ring <small> 8.5.0 <span class="label label-success">36 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-01-13 20:16:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-13 20:16:59 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.5.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/legacy-ring&quot; license: &quot;proprietary&quot; build: [make] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/LegacyRing&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] authors: [ &quot;Bruno Barras&quot; &quot;Benjamin Gregoire&quot; ] bug-reports: &quot;https://github.com/coq-contribs/legacy-ring/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/legacy-ring.git&quot; synopsis: &quot;The former implementation of the ring tactic&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/legacy-ring/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=968200c2af235a5220fade33ff714b56&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-legacy-ring.8.5.0 coq.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-legacy-ring.8.5.0 coq.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-legacy-ring.8.5.0 coq.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>36 s</dd> </dl> <h2>Installation size</h2> <p>Total: 2 M</p> <ul> <li>233 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/legacy_ring_plugin.cmxs</code></li> <li>206 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Setoid_ring_normalize.glob</code></li> <li>131 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Setoid_ring_normalize.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Ring_normalize.glob</code></li> <li>101 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Ring_normalize.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Ring_abstract.glob</code></li> <li>78 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/legacy_ring_plugin.cma</code></li> <li>77 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Setoid_ring_theory.glob</code></li> <li>74 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Setoid_ring_theory.vo</code></li> <li>69 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Ring_abstract.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/LegacyRing_theory.glob</code></li> <li>52 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/LegacyRing_theory.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Setoid_ring_normalize.v</code></li> <li>31 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/LegacyNArithRing.vo</code></li> <li>30 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/LegacyArithRing.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/LegacyZArithRing.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Ring_normalize.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/ring.cmi</code></li> <li>21 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Ring_equiv.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Ring_abstract.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/LegacyRing.vo</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Setoid_ring_theory.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/LegacyRing_theory.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Ring_equiv.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/g_ring.cmi</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Setoid_ring.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/LegacyArithRing.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/LegacyNArithRing.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/LegacyArithRing.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/LegacyZArithRing.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Ring_equiv.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/LegacyRing.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/LegacyNArithRing.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/LegacyZArithRing.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/LegacyRing.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Setoid_ring.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/LegacyRing/Setoid_ring.glob</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-legacy-ring.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.0/legacy-ring/8.5.0.html
HTML
mit
10,907
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>euler-formula: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / euler-formula - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> euler-formula <small> 8.10.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-10-19 05:32:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-19 05:32:36 UTC)</em><p> <h2>Context</h2> <pre># 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.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/euler-formula&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/EulerFormula&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: polyhedron&quot; &quot;keyword: hypermap&quot; &quot;keyword: genus&quot; &quot;keyword: Euler formula&quot; &quot;keyword: assisted proofs&quot; &quot;category: Mathematics/Geometry&quot; &quot;date: 2006-09&quot; ] authors: [ &quot;Jean-Franรงois Dufourd &lt;[email protected]&gt; [http://dpt-info.u-strasbg.fr/~jfd/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/euler-formula/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/euler-formula.git&quot; synopsis: &quot;Hypermaps, Genus Theorem and Euler Formula&quot; description: &quot;&quot;&quot; This library formalizes the combinatorial hypermaps and their properties in a constructive way. It gives the proofs of the Genus Theorem and of the Euler Formula for the polyhedra.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/euler-formula/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=cc0a07d28cdaecb75b1660549d95c0c0&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-euler-formula.8.10.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-euler-formula -&gt; coq &lt; 8.11~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-euler-formula.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.11.1/euler-formula/8.10.0.html
HTML
mit
7,133
<div class="list-group"> <table class="table table-striped"> <tr ng-repeat="project in projects" ui-sref='incidents.incident({incidentID:project.id()})'> <td ui-sref-active="active"> {{ project.id() || project.data('name') }} </td> </tr> </table> </div>
luisbausalopez/cow-admin-ui
app/templates/sidebar/incidents.html
HTML
mit
266
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>smc: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.2 / smc - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> smc <small> 8.5.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-10-08 18:05:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-08 18:05:21 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/smc&quot; license: &quot;LGPL 2&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/SMC&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} &quot;coq-int-map&quot; {= &quot;8.5.0&quot;} ] tags: [ &quot;keyword:binary decision diagrams&quot; &quot;keyword:classical logic&quot; &quot;keyword:propositional logic&quot; &quot;keyword:garbage collection&quot; &quot;keyword:modal mu calculus&quot; &quot;keyword:model checking&quot; &quot;keyword:symbolic model checking&quot; &quot;keyword:reflection&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;date:2002-11&quot; ] authors: [ &quot;Kumar Neeraj Verma &lt;[email protected]&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/smc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/smc.git&quot; synopsis: &quot;BDD based symbolic model checker for the modal mu-calculus&quot; description: &quot;&quot;&quot; Provides BDD algorithms, a symbolic model checker for the modal mu-calculus based on it, together with a garbage collector&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/smc/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=b9718819e730da0ad2dc3febeef09107&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-smc.8.5.0 coq.8.8.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.2). The following dependencies couldn&#39;t be met: - coq-smc -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-smc.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.8.2/smc/8.5.0.html
HTML
mit
7,368
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_77) on Sun Aug 13 19:07:43 PKT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.hikmat30ce.workday.integrator.hr.generated.CollectiveAgreementFactorParameterDataType (WorkdayIntegrator-HR 1.0.0 API)</title> <meta name="date" content="2017-08-13"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.hikmat30ce.workday.integrator.hr.generated.CollectiveAgreementFactorParameterDataType (WorkdayIntegrator-HR 1.0.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CollectiveAgreementFactorParameterDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/hikmat30ce/workday/integrator/hr/generated/class-use/CollectiveAgreementFactorParameterDataType.html" target="_top">Frames</a></li> <li><a href="CollectiveAgreementFactorParameterDataType.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.hikmat30ce.workday.integrator.hr.generated.CollectiveAgreementFactorParameterDataType" class="title">Uses of Class<br>com.hikmat30ce.workday.integrator.hr.generated.CollectiveAgreementFactorParameterDataType</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CollectiveAgreementFactorParameterDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CollectiveAgreementFactorParameterDataType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#com.hikmat30ce.workday.integrator.hr.generated">com.hikmat30ce.workday.integrator.hr.generated</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.hikmat30ce.workday.integrator.hr.generated"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CollectiveAgreementFactorParameterDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CollectiveAgreementFactorParameterDataType</a> in <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/package-summary.html">com.hikmat30ce.workday.integrator.hr.generated</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/package-summary.html">com.hikmat30ce.workday.integrator.hr.generated</a> with type parameters of type <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CollectiveAgreementFactorParameterDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CollectiveAgreementFactorParameterDataType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CollectiveAgreementFactorParameterDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CollectiveAgreementFactorParameterDataType</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">CollectiveAgreementSnapshotDataType.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CollectiveAgreementSnapshotDataType.html#collectiveAgreementFactor">collectiveAgreementFactor</a></span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/package-summary.html">com.hikmat30ce.workday.integrator.hr.generated</a> that return <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CollectiveAgreementFactorParameterDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CollectiveAgreementFactorParameterDataType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CollectiveAgreementFactorParameterDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CollectiveAgreementFactorParameterDataType</a></code></td> <td class="colLast"><span class="typeNameLabel">ObjectFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/ObjectFactory.html#createCollectiveAgreementFactorParameterDataType--">createCollectiveAgreementFactorParameterDataType</a></span>()</code> <div class="block">Create an instance of <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CollectiveAgreementFactorParameterDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated"><code>CollectiveAgreementFactorParameterDataType</code></a></div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/package-summary.html">com.hikmat30ce.workday.integrator.hr.generated</a> that return types with arguments of type <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CollectiveAgreementFactorParameterDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CollectiveAgreementFactorParameterDataType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CollectiveAgreementFactorParameterDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CollectiveAgreementFactorParameterDataType</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">CollectiveAgreementSnapshotDataType.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CollectiveAgreementSnapshotDataType.html#getCollectiveAgreementFactor--">getCollectiveAgreementFactor</a></span>()</code> <div class="block">Gets the value of the collectiveAgreementFactor property.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CollectiveAgreementFactorParameterDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/hikmat30ce/workday/integrator/hr/generated/class-use/CollectiveAgreementFactorParameterDataType.html" target="_top">Frames</a></li> <li><a href="CollectiveAgreementFactorParameterDataType.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.spring.io">Pivotal Software, Inc.</a>. All rights reserved.</small></p> </body> </html>
hikmat30ce/WorkdayIntegrator-HR
docs/com/hikmat30ce/workday/integrator/hr/generated/class-use/CollectiveAgreementFactorParameterDataType.html
HTML
mit
11,497
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>compcert: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.0 / compcert - 3.7~coq-platform</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> compcert <small> 3.7~coq-platform <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-10 01:03:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-10 01:03:28 UTC)</em><p> <h2>Context</h2> <pre># 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.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.1 Official release 4.11.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; authors: &quot;Xavier Leroy &lt;[email protected]&gt;&quot; maintainer: &quot;Jacques-Henri Jourdan &lt;[email protected]&gt;&quot; homepage: &quot;http://compcert.inria.fr/&quot; dev-repo: &quot;git+https://github.com/AbsInt/CompCert.git&quot; bug-reports: &quot;https://github.com/AbsInt/CompCert/issues&quot; license: &quot;INRIA Non-Commercial License Agreement&quot; version: &quot;3.7&quot; build: [ [&quot;./configure&quot; &quot;ia32-linux&quot; {os = &quot;linux&quot;} &quot;ia32-macosx&quot; {os = &quot;macos&quot;} &quot;ia32-cygwin&quot; {os = &quot;cygwin&quot;} &quot;-bindir&quot; &quot;%{bin}%&quot; &quot;-libdir&quot; &quot;%{lib}%/compcert&quot; &quot;-install-coqdev&quot; &quot;-clightgen&quot; &quot;-coqdevdir&quot; &quot;%{lib}%/coq/user-contrib/compcert&quot; &quot;-ignore-coq-version&quot;] [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;}] ] patches: [ &quot;0001-Install-compcert.config-file-along-the-Coq-developme.patch&quot; &quot;0007-Dual-license-aarch64-Archi.v-Cbuiltins.ml-extraction.patch&quot; &quot;0008-Update-the-list-of-dual-licensed-files.patch&quot; &quot;0011-Use-Coq-platform-supplied-Flocq.patch&quot; &quot;0012-Use-platform-supplied-menhirlib-as-suggested-by-jhjo.patch&quot; ] extra-files: [ [&quot;0001-Install-compcert.config-file-along-the-Coq-developme.patch&quot; &quot;sha256=32ba8c21c84ae6a2075ecb0a039f05150e87db40728e64a81ea8d5daba6df541&quot;] [&quot;0007-Dual-license-aarch64-Archi.v-Cbuiltins.ml-extraction.patch&quot; &quot;sha256=fd66f444b4097e4f20f53df9439ea5c66eb889183d271f6c1d45ce25793094d7&quot;] [&quot;0008-Update-the-list-of-dual-licensed-files.patch&quot; &quot;sha256=406d241f0e9eb31d02a4be6ec5700044000a176ffe6cfeccf1ca52b42bdedb7d&quot;] [&quot;0011-Use-Coq-platform-supplied-Flocq.patch&quot; &quot;sha256=1fd53e11083ca566e30b810acc68fc93d4fd5b5c55c2d493a86e0691c50fdff0&quot;] [&quot;0012-Use-platform-supplied-menhirlib-as-suggested-by-jhjo.patch&quot; &quot;sha256=854f1ebbfed8829063f59c26c6e37dc164f98ecf60a572db0531a0d1f56b0981&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; {&gt;= &quot;8.7.0&quot; &amp; &lt; &quot;8.12&quot;} &quot;coq-flocq&quot; {&gt;= &quot;3.2.1&quot;} &quot;coq-menhirlib&quot; {&gt;= &quot;20190626&quot; &amp; &lt; &quot;20200123&quot;} &quot;menhir&quot; {&gt;= &quot;20190626&quot; &amp; &lt; &quot;20200123&quot;} &quot;ocaml&quot; {&gt;= &quot;4.05.0&quot;} ] synopsis: &quot;The CompCert C compiler (using coq-platform supplied version of Flocq)&quot; tags: [ &quot;category:Computer Science/Semantics and Compilation/Compilation&quot; &quot;category:Computer Science/Semantics and Compilation/Semantics&quot; &quot;keyword:C&quot; &quot;keyword:compiler&quot; &quot;logpath:compcert&quot; &quot;date:2020-04-29&quot; ] url { src: &quot;https://github.com/AbsInt/CompCert/archive/v3.7.tar.gz&quot; checksum: &quot;sha256=ceee1b2ed6c2576cb66eb7a0f2669dcf85e65c0fc68385f0781b0ca4edb87eb0&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-compcert.3.7~coq-platform coq.8.12.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.0). The following dependencies couldn&#39;t be met: - coq-compcert -&gt; coq-menhirlib &lt; 20200123 -&gt; coq &lt; 8.12 -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-compcert.3.7~coq-platform</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.1-2.0.7/released/8.12.0/compcert/3.7~coq-platform.html
HTML
mit
8,785
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-erasure: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / metacoq-erasure - 1.0~beta2+8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> metacoq-erasure <small> 1.0~beta2+8.11 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-06 21:49:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-06 21:49:33 UTC)</em><p> <h2>Context</h2> <pre># 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.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.1 Official release 4.11.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.11&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;[email protected]&gt;&quot; &quot;Simon Boulier &lt;[email protected]&gt;&quot; &quot;Cyril Cohen &lt;[email protected]&gt;&quot; &quot;Yannick Forster &lt;[email protected]&gt;&quot; &quot;Fabian Kunze &lt;[email protected]&gt;&quot; &quot;Gregory Malecha &lt;[email protected]&gt;&quot; &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Nicolas Tabareau &lt;[email protected]&gt;&quot; &quot;Thรฉo Winterhalter &lt;[email protected]&gt;&quot; ] license: &quot;MIT&quot; build: [ [&quot;sh&quot; &quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot; &quot;-C&quot; &quot;erasure&quot;] ] install: [ [make &quot;-C&quot; &quot;erasure&quot; &quot;install&quot;] ] depends: [ &quot;ocaml&quot; {&gt;= &quot;4.07.1&quot;} &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-pcuic&quot; {= version} &quot;coq-metacoq-safechecker&quot; {= version} ] synopsis: &quot;Implementation and verification of an erasure procedure for Coq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The Erasure module provides a complete specification of Coq&#39;s so-called \&quot;extraction\&quot; procedure, starting from the PCUIC calculus and targeting untyped call-by-value lambda-calculus. The `erasure` function translates types and proofs in well-typed terms into a dummy `tBox` constructor, following closely P. Letouzey&#39;s PhD thesis. &quot;&quot;&quot; # url { # src: &quot;https://github.com/MetaCoq/metacoq/archive/v2.1-beta3.tar.gz&quot; # checksum: &quot;md5=e81b8ecabef788a10337a39b095d54f3&quot; # } url { src: &quot;https://github.com/MetaCoq/metacoq/archive/v1.0-beta2-8.11.tar.gz&quot; checksum: &quot;sha256=35d4a30bb19e6710fc03d178a2c8a17bc964bfbfd9236d1c59a0e77a30c425df&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq-erasure.1.0~beta2+8.11 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-metacoq-erasure -&gt; coq-metacoq-safechecker = 1.0~beta2+8.11 -&gt; ocaml &lt; 4.10~ base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq-erasure.1.0~beta2+8.11</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.1-2.0.7/released/8.11.1/metacoq-erasure/1.0~beta2+8.11.html
HTML
mit
7,911
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paco: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.1 / paco - 2.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> paco <small> 2.0.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-03-07 08:24:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-07 08:24:42 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.1 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.0 Official release 4.09.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; version: &quot;2.0.0&quot; homepage: &quot;https://github.com/snu-sf/paco/&quot; dev-repo: &quot;git+https://github.com/snu-sf/paco.git&quot; bug-reports: &quot;https://github.com/snu-sf/paco/issues/&quot; authors: [ &quot;Chung-Kil Hur &lt;[email protected]&gt;&quot; &quot;Georg Neis &lt;[email protected]&gt;&quot; &quot;Derek Dreyer &lt;[email protected]&gt;&quot; &quot;Viktor Vafeiadis &lt;[email protected]&gt;&quot; ] license: &quot;BSD-3&quot; build: [ [make &quot;-C&quot; &quot;src&quot; &quot;all&quot; &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;-C&quot; &quot;src&quot; &quot;-f&quot; &quot;Makefile.coq&quot; &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-r&quot; &quot;-f&quot; &quot;%{lib}%/coq/user-contrib/Paco&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.10&quot;} ] synopsis: &quot;Coq library implementing parameterized coinduction&quot; tags: [ &quot;date:2018-02-11&quot; &quot;category:Programming Languages/Formal Definitions and Theory&quot; &quot;category:Mathematical Logic and Foramal Languages/Mathematical Logic&quot; &quot;keyword:coinduction&quot; &quot;keyword:simulation&quot; &quot;keyword:parameterized greatest fixed point&quot; ] flags: light-uninstall url { src: &quot;https://github.com/snu-sf/paco/archive/v2.0.0.tar.gz&quot; checksum: &quot;md5=103c31b6d7f9419e1d1d1b1db4287220&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-paco.2.0.0 coq.8.10.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.1). The following dependencies couldn&#39;t be met: - coq-paco -&gt; coq &lt; 8.10 -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-paco.2.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.0-2.0.5/released/8.10.1/paco/2.0.0.html
HTML
mit
7,166