Skip to content

Commit

Permalink
add zigmod
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdoner committed Jan 11, 2022
1 parent 5ed7d42 commit d9e29d1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* text=auto
*.zig text eol=lf # See https://github.com/ziglang/zig-spec/issues/38
zig.mod text eol=lf
zigmod.* text eol=lf
zig.mod linguist-language=YAML
zig.mod gitlab-language=yaml
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.vscode/
zig-cache/
zig-out/
zig-out/
.zigmod
deps.zig
6 changes: 6 additions & 0 deletions zig.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: 4cjx39zox2iqz59mxfn628pmo7u4wk7lnu32cv9aoi6ylv0i
name: permutate
main: src/permutate.zig
license: MIT
description: Easy to use permutation generator for zig with zero allocations.
dependencies:

0 comments on commit d9e29d1

Please sign in to comment.