Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

xubaiw/Reservoir.lean

Repository files navigation

Reservoir.lean

WIP unofficial package registry of Lean 4.

Index

The default index of Reservoir is reservoir-index, and a rendered version is served on GitHub Pages.

Implementation

This is based on the GitHub Search API:

curl -s \
  -H "Authorization: token <YOUR TOKEN>" \
  --location "https://api.github.com/search/code?q=Lake&language:Lean" \
  --header "Accept: application/vnd.github.v3+json" 

Since SSL utilities for Lean 4 are not yet finished, this package requires the existence of commandline curl.

Releases

No releases published

Packages

No packages published