8.16
3 Categories
(require vdb/category) | package: vdb-lib |
Return a list of all directories inside vdb-path.
This is like a directory-list.
procedure
(vdb-categories/path) β (listof path?)
Return a list of all category paths inside vdb-path.
vdb-categories/path uses some mechanisms to ensure that the directory makes sense as a Portage package category.
procedure
(vdb-categories) β (listof string?)
Return a list of package categories inside vdb-path.
procedure
(vdb-category-path category) β path?
category : string?
Return a path to category inside vdb-path.
This is like appending category to vdb-path.
procedure
(vdb-category-exists? category) β boolean?
category : string?
Check if given category exists inside vdb-path.
procedure
(vdb-category-packages/path category) β (listof path?)
category : string?
Return a list of all packagesβ paths inside of category directory.
procedure
(vdb-category-packages category) β (listof string?)
category : string?
Return a list of all packages inside of category directory.