1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

all: add #pkgconfig directive using the new vlib modules (#6673)

This commit is contained in:
pancake
2020-10-26 18:05:18 +01:00
committed by GitHub
parent cf21c63183
commit 36c5eab799
15 changed files with 1360 additions and 1 deletions

5
vlib/semver/v.mod Normal file
View File

@@ -0,0 +1,5 @@
Module {
name: 'semver'
version: '0.3.0'
deps: []
}