8.16.0.4
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.