blob: 92722a0ab637d113fca08d61030f058cd8ec71a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
+------------------------------------------------------------------------------+
| ___ _ ___ _ _ _____ _ |
| / __|__ _ _ _| |__ __| _ \__ _ __| |____ _ __ _(_)_ _ __ |_ _|__ ___| | |
| | (__/ _` | '_| '_ (_-< _/ _` / _| / / _` / _` | | ' \/ _` || |/ _ \/ _ \ | |
| \___\__,_|_| |_.__/__/_| \__,_\__|_\_\__,_\__, |_|_||_\__, ||_|\___/\___/_| |
| |___/ |___/ |
+------------------------------------------------------------------------------+
Package management toolset for Carbs Linux. Forked from [KISS]. All usage
information can be obtained from the manual page. For changes please refer to
the `CHANGELOG.md` file.
[KISS]: https://github.com/kisslinux/kiss
Directory Structure
--------------------------------------------------------------------------------
/ -- kiss, README, Makefile, LICENSE, CHANGELOG
bin/ -- for C programs.
contrib/ -- for Shell scripts that wrap around kiss.
doc/ -- for documentation.
man/ -- for manual pages.
src/ -- for the tools that make up the package manager.
|