D lang lister
Add a dlang module that retrieve origins from an http api endpoint. Each origin is a git based project url on github.com, gitlab.com or bitbucket.com.
This commit is contained in:
parent
1c964cccd3
commit
2793ef9aad
8 changed files with 949 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -65,6 +65,8 @@ setup(
|
|||
lister.cran=swh.lister.cran:register
|
||||
lister.crates=swh.lister.crates:register
|
||||
lister.debian=swh.lister.debian:register
|
||||
lister.dlang=swh.lister.dlang:register
|
||||
lister.fedora=swh.lister.fedora:register
|
||||
lister.gitea=swh.lister.gitea:register
|
||||
lister.github=swh.lister.github:register
|
||||
lister.gitiles=swh.lister.gitiles:register
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue