- 25 Mar, 2022 1 commit
-
-
4lDO2 authored
-
- 10 Aug, 2021 1 commit
-
-
Jeremy Soller authored
-
- 17 Jun, 2021 1 commit
-
-
4lDO2 authored
-
- 25 Aug, 2020 1 commit
-
-
Jeremy Soller authored
-
- 02 Aug, 2020 1 commit
-
-
Jeremy Soller authored
-
- 05 Jun, 2020 1 commit
-
-
Jeremy Soller authored
Update documentation See merge request !37
-
- 02 Jun, 2020 1 commit
-
-
Angus Finch authored
-
- 28 May, 2020 1 commit
-
-
Jeremy Soller authored
-
- 26 May, 2020 2 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 22 May, 2020 1 commit
-
-
Angus Finch authored
-
- 21 May, 2020 1 commit
-
-
Jeremy Soller authored
-
- 18 May, 2020 2 commits
-
-
Angus Finch authored
-
Angus Finch authored
I've made the following changes to make pkg more user-friendly: - Added an 'about' string to every subcommand (keeping the old help messages that were present before clap) - Added a basic description to the application - Reformatted some of the code due to rustfmt
-
- 23 Dec, 2019 1 commit
-
-
Jeremy Soller authored
Use Rust 2018 edition See merge request !36
-
- 22 Dec, 2019 1 commit
-
-
Ian Douglas Scott authored
-
- 29 Nov, 2019 2 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 20 Oct, 2019 1 commit
-
-
Jeremy Soller authored
-
- 05 Jul, 2019 1 commit
-
-
Jeremy Soller authored
-
- 12 May, 2019 2 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 07 Apr, 2019 1 commit
-
-
Jeremy Soller authored
-
- 15 Mar, 2019 2 commits
-
-
Jeremy Soller authored
Update Cargo.lock See merge request redox-os/pkgutils!33
-
Robin Randhawa authored
AArch64 builds need a newer syscall crate.
-
- 15 Oct, 2018 2 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 12 Jun, 2018 1 commit
-
-
Jeremy Soller authored
-
- 03 Jun, 2018 1 commit
-
-
Jeremy Soller authored
update to use liner fork
-
- 02 Jun, 2018 1 commit
-
-
Liam Naddell authored
-
- 10 Nov, 2017 1 commit
-
-
Jeremy Soller authored
-
- 06 Nov, 2017 1 commit
-
-
Jeremy Soller authored
-
- 05 Nov, 2017 2 commits
-
-
Jeremy Soller authored
-
-
- 12 Oct, 2017 1 commit
-
-
Jeremy Soller authored
-
- 05 Oct, 2017 1 commit
-
-
Jeremy Soller authored
-
- 22 Sep, 2017 1 commit
-
-
Agoston Szepessy authored
Dependencies are handled by looking for a package manifest file in the local package database. The manifest contains all the dependencies for a package, and a dependency graph is built from all of them. Then a topological sort is performed and an OrderMap (linked hash map) of package names in the order which they are to be installed in is returned. An OrderMap is used because it preserves the order of the packages and it has fast lookup times for checking duplicate packages.
-
- 19 Aug, 2017 1 commit
-
-
Jeremy Soller authored
-
- 14 Aug, 2017 2 commits
-
-
Jeremy Soller authored
Use BufWriter
-
Ian Douglas Scott authored
-