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

Latest commit

 

History

History
20 lines (13 loc) · 626 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 626 Bytes

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.