@@ -8,10 +8,9 @@ Follow the instructions on https://github.com/coq-community/templates to regener
88[ ![ Contributing] [ contributing-shield ]] [ contributing-link ]
99[ ![ Code of Conduct] [ conduct-shield ]] [ conduct-link ]
1010[ ![ Zulip] [ zulip-shield ]] [ zulip-link ]
11- [ ![ coqdoc] [ coqdoc-shield ]] [ coqdoc-link ]
1211
13- [ docker-action-shield ] : https://github.com/coq -community/huffman/actions/workflows/docker-action.yml/badge.svg?branch=master
14- [ docker-action-link ] : https://github.com/coq -community/huffman/actions/workflows/docker-action.yml
12+ [ docker-action-shield ] : https://github.com/rocq -community/huffman/actions/workflows/docker-action.yml/badge.svg?branch=master
13+ [ docker-action-link ] : https://github.com/rocq -community/huffman/actions/workflows/docker-action.yml
1514
1615[ contributing-shield ] : https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
1716[ contributing-link ] : https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md
@@ -22,11 +21,9 @@ Follow the instructions on https://github.com/coq-community/templates to regener
2221[ zulip-shield ] : https://img.shields.io/badge/chat-on%20zulip-%23c1272d.svg
2322[ zulip-link ] : https://coq.zulipchat.com/#narrow/stream/237663-coq-community-devs.20.26.20users
2423
25- [ coqdoc-shield ] : https://img.shields.io/badge/docs-coqdoc-blue.svg
26- [ coqdoc-link ] : https://coq-community.org/huffman/docs/latest/coqdoc/toc.html
2724
2825
29- This projects contains a Coq proof of the correctness of the Huffman coding algorithm,
26+ This projects contains a Rocq proof of the correctness of the Huffman coding algorithm,
3027as described in David A. Huffman's paper A Method for the Construction of Minimum-Redundancy
3128Codes, Proc. IRE, pp. 1098-1101, September 1952.
3229
@@ -35,12 +32,12 @@ Codes, Proc. IRE, pp. 1098-1101, September 1952.
3532- Author(s):
3633 - Laurent Théry (initial)
3734 - Karl Palmskog [ <img src =" https://zenodo.org/static/images/orcid.svg " height =" 14px " alt =" ORCID logo " />] ( https://orcid.org/0000-0003-0228-1240 )
38- - Coq -community maintainer(s):
35+ - Rocq -community maintainer(s):
3936 - Karl Palmskog ([ ** @palmskog ** ] ( https://github.com/palmskog ) )
4037- License: [ GNU Lesser General Public License v2.1 or later] ( LICENSE )
41- - Compatible Coq versions: 8.12 or later
38+ - Compatible Rocq/ Coq versions: 8.12 or later
4239- Additional dependencies: none
43- - Coq namespace: ` Huffman `
40+ - Rocq/ Coq namespace: ` Huffman `
4441- Related publication(s):
4542 - [ Formalising Huffman's algorithm] ( https://hal.archives-ouvertes.fr/hal-02149909 )
4643 - [ A Method for the Construction of Minimum-Redundancy Codes] ( http://compression.ru/download/articles/huff/huffman_1952_minimum-redundancy-codes.pdf ) doi:[ 10.1109/JRPROC.1952.273898] ( https://doi.org/10.1109/JRPROC.1952.273898 )
@@ -58,7 +55,7 @@ opam install coq-huffman
5855To instead build and install manually, do:
5956
6057``` shell
61- git clone https://github.com/coq -community/huffman.git
58+ git clone https://github.com/rocq -community/huffman.git
6259cd huffman
6360make # or make -j <number-of-cores-on-your-machine>
6461make install
@@ -99,4 +96,3 @@ decode code c;;
9996```
10097
10198[ techreport ] : https://hal.archives-ouvertes.fr/hal-02149909
102- [ coqdoc ] : https://coq-community.org/huffman/docs/latest/coqdoc/toc.html
0 commit comments