Skip to content

coq/rocq-prover.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocq logo

rocq-prover.org

Actions Status

This repository contains the sources of the Rocq website. It is served at https://rocq-prover.org/.

Acknowledgments

This website is a fork and customization of the https://github.com/ocaml/ocaml.org website, reusing its infrastructure and package managment facilities. We are very thankful and grateful for the great work done by the OCaml developers! Please consult that repository for acknowledgments of the website developers of the original website.

Features

  • Integrated documentation and package management: The site combines the package management (currently coq.inria.fr/opam) with a new central documentation source (codenamed 'docs.ocaml.org') for all 400+ opam packages directly within the rocq-prover.org site.

  • Responsive and accessible: The site design also takes into account modern web-design principles, restructuring the old content in accordance with methods that will present it more compellingly. It is a total redesign that modernises the look and feel of the webpage, as well as make it easier to navigate and more accessible (particularly on mobile devices).

  • Separation of data editing from HTML/CSS generation: The data used in the website is stored in Yaml or Markdown, so users can easily edit it and contribute to the website. Ocurrent is used to generate OCaml code from this data. The data turned in OCaml is the site served content. All the data used in the site can be found in ./data.

Getting Started

Before you begin, make sure you have opam (OCaml Package Manager) installed on your system. If you haven't installed it yet, you can follow the official installation instructions for your platform:

Once opam is installed, you can set up the project with the following command:

make switch

Or alternatively (using your current switch):

opam install . --deps-only --with-test --with-doc

Users of NixOS can get all external dependencies needed to run the above commands by running:

nix-shell -p binutils pkg-config curl gmp libev oniguruma

Then, you can build and run the website with:

make start

Maintainers

The rocq-prover.org maintainer's team is composed of the following community members:

  • Matthieu Sozeau mattam82, Owner (Inria)
  • Nicolas Tabareau ntabareau, Owner (Inria)
  • Théo Zimmermann Zimmi48, Owner (Télécom Paris)

The original graphic design and Rocq Prover identity are due to Bastien Sozeau BastienSozeau, from the Noir Blanc Rouge type foundry.

The rocq-prover.org website benefits from the work of the upstream OCaml.org maintainers, their team being composed of the following community members:

  • Anil Madhavapeddy (@avsm), Owner (University of Cambridge)
  • Thibaut Mattio (@tmattio), Lead Maintainer (Tarides)
  • Christine Rose (@christinerose), Maintainer (Tarides)
  • Cuihtlauac Alvarado (@cuihtlauac), Maintainer (Tarides)
  • Sabine Schmaltz (@sabine), Maintainer (Tarides)

The roles and responsibilities are explained in the governance, don't hesitate to have a look for more details.

We're always looking for new maintainers! If you're interested in helping us make rocq-prover.org the best resource to learn Rocq and discover the ecosystem, reach out to us!

Contributing

We'd love your help improving rocq-prover.org!

See our contributing guide in CONTRIBUTING.md

License

  • The source code is released under ISC.
  • The data is released under CC BY-SA 4.0.
  • Code examples within the content are released under UNLICENSE.
  • The OCaml logo is released under UNLICENSE.
  • The Rocq logo is released under TODO.
  • The vendored files are listed with their licenses in LICENSE-3RD-PARTY.

See our LICENSE for the complete licenses.

Code of Conduct

This project follows the Rocq Code of Conduct.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published