| 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` |
| 5 years ago | Meghan Denny | | docs- update self output of `license` and `sum` commands |
| 5 years ago | Meghan Denny | | update to zig master `0.8.0-dev.2133+ad33e3483` |
| 5 years ago | Meghan Denny | | add `zpm search` command |
| 5 years ago | Meghan Denny | | cmd/zpm/tags: fix column spacing |
| 5 years ago | Meghan Denny | | cmd/zpm: move add command to zpm folder |
| 5 years ago | Meghan Denny | | cmd/zpm: move Package struct def to zpm namespace |
| 5 years ago | Meghan Denny | | organize imports |
| 5 years ago | Meghan Denny | | cmd/fetch: shorten id's to 12 chars in `deps.zig` |
| 5 years ago | Meghan Denny | | cmd/fetch: add --no-update flag |
| 5 years ago | Meghan Denny | | cmd: add the `zpm tags` command |
| 5 years ago | Meghan Denny | | deps- fix name of iguanaTLS |
| 5 years ago | Meghan Denny | | docs- update license and sum commands with current output |
|