mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
13 lines
256 B
Modula-2
13 lines
256 B
Modula-2
Module {
|
|
name: 'pkgconfig'
|
|
author: 'pancake'
|
|
version: '0.2.0'
|
|
repo_url: 'https://github.com/trufae/v-pkgconfig'
|
|
vcs: 'git'
|
|
tags: ['system', 'compilers']
|
|
dependencies: ['semver']
|
|
description: 'V API implementing pkg-config logic'
|
|
license: 'MIT'
|
|
}
|
|
|