This commit is contained in:
parent
d1882114c7
commit
bd589d8b45
15 changed files with 221 additions and 12 deletions
20
pkgr/skel/var/lib/pkgr/indexes/repo.toml
Normal file
20
pkgr/skel/var/lib/pkgr/indexes/repo.toml
Normal file
|
@ -0,0 +1,20 @@
|
|||
[index.main]
|
||||
last_update = "1610219288"
|
||||
[index.main.packager]
|
||||
versions = [1, 2, 3]
|
||||
tags = ["tag"]
|
||||
|
||||
## rust
|
||||
# IndexedPackage
|
||||
# - name -> packager
|
||||
# - origin_repo -> main
|
||||
# - versions -> [1,2,3]
|
||||
# - tags -> ["tag"]
|
||||
# - get_package() -> Package
|
||||
|
||||
## rust
|
||||
# Repo
|
||||
# - name -> main
|
||||
# - last_update -> 1610219288
|
||||
# - update_repo() -> io::Result<()>
|
||||
# - searchIndex(p: PackageIdentifier) -> IndexedPackage
|
Loading…
Add table
Add a link
Reference in a new issue