| 5 years ago | Meghan Denny | ci- add native build to reduce CUs later on and remove native from artifact list |
| 5 years ago | Meghan Denny | ci- use `zigmod ci` for fetching self's dependencies |
| 5 years ago | Meghan Denny | add the `ci` command. similar to `fetch` but only reads from `zigmod.lock` |
| 5 years ago | Meghan Denny | cmd/fetch- put `deps.zig` generation into a function |
| 5 years ago | Meghan Denny | cmd/fetch- put `mod.clean_path` instead of `.id` in lock file |
| 5 years ago | Meghan Denny | cmd/fetch- move lockfile gen into its own function |
| 5 years ago | Meghan Denny | refactor common to return items rather than accept list |
| 5 years ago | Meghan Denny | rename `zig.lock` to `zigmod.lock` |
| 5 years ago | Meghan Denny | zig.mod- remove extra spaces |
| 5 years ago | Meghan Denny | rename `zig.sum` to `zigmod.sum` |
| 5 years ago | Meghan Denny | zig.mod- switch `nektro/zig-range` to using github |
| 5 years ago | Meghan Denny | util/yaml- add stream to item format |
| 5 years ago | Meghan Denny | add lock file generation |
| 5 years ago | Meghan Denny | updated to zig master version `0.9.0-dev.370`v45 |
| 5 years ago | Meghan Denny | deps.zig- put reference to Pkg at top of file |
| 5 years ago | Meghan Denny | allow defining dependencies when dep doesnt have a zig.mod |
| 5 years ago | Meghan Denny | allow local type deps to point at directories |
| 5 years ago | Meghan Denny | cmd/fetch- dont print empty local lines |
| 5 years ago | Meghan Denny | cmd/fetch- put reference to Pkg and FileSource at top of `deps.zig` |
| 5 years ago | Meghan Denny | update to zig master `0.9.0-dev.197` |
| 5 years ago | Meghan Denny | deps.zig- update to use `std.build.FileSource |
| 5 years ago | Meghan Denny | Merge branch 'master' of https://github.com/nektro/zigmod |
| 5 years ago | Meghan Denny | util/yaml |
| 5 years ago | Meghan Denny | lib/yaml- rework to be O(n) and much more memory efficient |
| 5 years ago | Meghan Denny | util/yaml- add a Sequence type |
| 5 years ago | Meghan Denny | util/yaml- make var const pointer instead of passing with & |
| 5 years ago | Meghan Denny | use const arrays everywhere for more immutability |
| 5 years ago | Meghan Denny | u.Modfile- deps and devdeps are now const arraysv42 |
| 5 years ago | Meghan Denny | inline ansi red foreground code and remove `libs/zig-ansi` submodule |
| 5 years ago | Meghan Denny | zig.sum- update dependenciesv41 |
| 5 years ago | Meghan Denny | zig.mod- add `files` and `root_files` attrs for static asset embedding |
| 5 years ago | Meghan Denny | use stdlib for `u.concat` |
| 5 years ago | Meghan Denny | add `local` dependency type, fixes #1 |
| 5 years ago | Meghan Denny | util/Module- only compare `id` in `.eql` |
| 5 years ago | Meghan Denny | util/Module- assign id if there isn't on in init |
| 5 years ago | Meghan Denny | cmd/fetch- dont modify arraylist contents with a for loop |
| 5 years ago | Meghan Denny | cmd/fetch- rewrite `print_pkg_data_to` to be non-recursive |
| 5 years ago | Meghan Denny | docs- mention zig.mod's `src` attribute can take a third field |
| 5 years ago | Meghan Denny | remove unneeded `anyerror` |
| 5 years ago | Meghan Denny | update to Zig release 0.8.0 |
| 5 years ago | Meghan Denny | util/modfile- assert that `zig.mod` names do not have a `/` in them |
| 5 years ago | Meghan Denny | util/dep_type- assert that fetch and pull commands succeed |
| 5 years ago | Meghan Denny | cmd/fetch- replace `/` in package names with `_` for `deps.pkgs` |
| 5 years ago | Meghan Denny | common- apply dep isForThis check on all |
| 5 years ago | Meghan Denny | mild memory cleanup of ArrayList usage |
| 5 years ago | Meghan Denny | update to zig master `0.8.0-dev.2711`, fixes #15v40 |
| 5 years ago | Meghan | Merge pull request #13 from rofrol/patch-1v39 |
| 5 years ago | Meghan Denny | `std.io.getStdOut()` has to be called at runtimev38 |
| 5 years ago | Meghan Denny | docs- clarify sections to be easier to follow along |
| 5 years ago | Meghan Denny | docs- add entries for `zpm search|tags|showjson` |
|