add opam lister

This commit is contained in:
zapashcanon 2021-05-17 15:31:00 +02:00
parent bf7d44db3c
commit fe01d08cd9
No known key found for this signature in database
GPG key ID: 8981C3C62D1D28F1
22 changed files with 680 additions and 0 deletions

View file

@ -17,6 +17,7 @@ lister_args = {
"gitea": {"url": "https://try.gitea.io/api/v1/",},
"tuleap": {"url": "https://tuleap.net",},
"gitlab": {"url": "https://gitlab.ow2.org/api/v4", "instance": "ow2",},
"opam": {"url": "https://opam.ocaml.org", "instance": "opam"},
}