authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-12-15 02:33:31 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-12-15 02:33:31 -08:00
logda8c11912007e8d3612bd51d28f8d1a22346df88
treec1bfb90bdc15aeae2572f9df8d65ad6ed5e7732b
parentcab0c439b89cebbbc87e5008e04605dd34ef45e6

closes #2


1 files changed, 17 insertions(+), 0 deletions(-)

README.md+17
...@@ -91,6 +91,23 @@ pub fn build(b: *Builder) void {...@@ -91,6 +91,23 @@ pub fn build(b: *Builder) void {
91 exe.install();91 exe.install();
92```92```
9393
94### Example
95```yml
96id: t5ch3nfmdaa25ndlch7ucz7yztq8n1iaanv2d7iwiw4q5n65
97name: my_app
98main: src/main.zig
99dependencies:
100- type: git
101 path: https://github.com/Hejsil/zig-clap
102- type: git
103 path: https://github.com/alexnask/ctregex.zig
104 # ctregex.zig doesn't have a zig.mod file so we can manually
105 # define its entry point. this can also be used generally to
106 # override any attribute we want in this dependency.
107 name: ctregex
108 main: ctregex.zig
109```
110
94### `zig.mod` Reference111### `zig.mod` Reference
95| Name | Type | Note | Description |112| Name | Type | Note | Description |
96|------|------|------|-------------|113|------|------|------|-------------|