@@ -9,8 +9,8 @@ Follow the instructions on https://github.com/coq-community/templates to regener
99[ ![ Code of Conduct] [ conduct-shield ]] [ conduct-link ]
1010[ ![ Zulip] [ zulip-shield ]] [ zulip-link ]
1111
12- [ docker-action-shield ] : https://github.com/coq -community/parseque/actions/workflows/docker-action.yml/badge.svg?branch=master
13- [ docker-action-link ] : https://github.com/coq -community/parseque/actions/workflows/docker-action.yml
12+ [ docker-action-shield ] : https://github.com/rocq -community/parseque/actions/workflows/docker-action.yml/badge.svg?branch=master
13+ [ docker-action-link ] : https://github.com/rocq -community/parseque/actions/workflows/docker-action.yml
1414
1515[ contributing-shield ] : https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
1616[ contributing-link ] : https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md
@@ -23,18 +23,18 @@ Follow the instructions on https://github.com/coq-community/templates to regener
2323
2424
2525
26- Port of the agdarsec total parser combinator library to Coq.
26+ Port of the agdarsec total parser combinator library to Rocq/ Coq.
2727
2828## Meta
2929
3030- Author(s):
3131 - G. Allais (initial)
32- - Coq -community maintainer(s):
32+ - Rocq -community maintainer(s):
3333 - Wolfgang Meier ([ ** @womeier ** ] ( https://github.com/womeier ) )
3434- License: [ MIT License] ( LICENSE )
35- - Compatible Coq versions: 8.16 or later
35+ - Compatible Rocq/ Coq versions: 9.0 or later (for older versions see opam/nix)
3636- Additional dependencies: none
37- - Coq namespace: ` parseque `
37+ - Rocq/ Coq namespace: ` parseque `
3838- Related publication(s):
3939 - [ agdarsec - Total Parser Combinators] ( https://gallais.github.io/pdf/agdarsec18.pdf )
4040
@@ -51,7 +51,7 @@ opam install coq-parseque
5151To instead build and install manually, do:
5252
5353``` shell
54- git clone https://github.com/coq -community/parseque.git
54+ git clone https://github.com/rocq -community/parseque.git
5555cd parseque
5656make # or make -j <number-of-cores-on-your-machine>
5757make install
@@ -60,7 +60,7 @@ make install
6060
6161## Documentation
6262
63- This Coq library is a port of the [ agdarsec] ( https://github.com/gallais/agdarsec )
63+ This Rocq/ Coq library is a port of the [ agdarsec] ( https://github.com/gallais/agdarsec )
6464library for Agda. The core design of agdarsec is described in
6565[ this paper] ( https://gallais.github.io/pdf/agdarsec18.pdf ) , while
6666[ this blog post] ( https://gallais.github.io/blog/instrumenting-agdarsec )
0 commit comments