v2 / vlib / v / pkgconfig / v.mod
12 lines · 11 sloc · 256 bytes · 367067dffff2db9c8f3977ff486e17e2579aa679
Raw
1Module {
2 name: 'pkgconfig'
3 author: 'pancake'
4 version: '0.2.0'
5 repo_url: 'https://github.com/trufae/v-pkgconfig'
6 vcs: 'git'
7 tags: ['system', 'compilers']
8 dependencies: ['semver']
9 description: 'V API implementing pkg-config logic'
10 license: 'MIT'
11}
12
13